HLRS-OpenMP-GPU-2024/03-cut-offs/sudoku-co/README.md

6 lines
460 B
Markdown
Raw Normal View History

2024-04-26 13:47:20 +00:00
====================================================================================================
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".
====================================================================================================