HLRS-OpenMP-GPU-2024/03-cut-offs/sudoku-co/README.md
2024-04-26 15:47:20 +02:00

460 B

==================================================================================================== Copy your previous version of 01-tasks/sudoku-tsk exercise (sudoku.c) and modify the code in order to use a native OpenMP cut-off mechanism (ie, the 'if' or the 'final' clauses) instead of the manual cut-off version implemented as: "USE_SEQUENTIAL_CUTOFF".