Skip to content
Snippets Groups Projects
Commit 61df9364 authored by David Goz's avatar David Goz :sleeping:
Browse files

openmp/sbatch update

parent b66e6190
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ for OMP in ${OMP_THREADS[@]} ...@@ -53,7 +53,7 @@ for OMP in ${OMP_THREADS[@]}
do do
# not necessary because the clause 'num_threads' # not necessary because the clause 'num_threads'
# is specified in the source code # is specified in the source code
# export OMP_NUM_THREADS=${OMP} export OMP_NUM_THREADS=${OMP}
# run the application # run the application
time ${EXEC} ${GRID_SIZE_X} ${GRID_SIZE_Y} ${OMP} |& tee ${EXEC}_OMP_${OMP}_output.txt time ${EXEC} ${GRID_SIZE_X} ${GRID_SIZE_Y} ${OMP} |& tee ${EXEC}_OMP_${OMP}_output.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment