forked from TASC/HLRS-OpenMP-GPU-2024
5 lines
460 B
Markdown
5 lines
460 B
Markdown
====================================================================================================
|
|
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".
|
|
====================================================================================================
|