HLRS-OpenMP-GPU-2024/03-cut-offs/sudoku-co
2024-04-26 15:47:20 +02:00
..
Makefile Exercises and slides 2024-04-26 15:47:20 +02:00
README.md Exercises and slides 2024-04-26 15:47:20 +02:00
sudoku-solved.cpp Exercises and slides 2024-04-26 15:47:20 +02:00
SudokuBoard.cpp Exercises and slides 2024-04-26 15:47:20 +02:00
SudokuBoard.h Exercises and slides 2024-04-26 15:47:20 +02: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".