Commit 61df9364 authored by David Goz's avatar David Goz 😴
Browse files

openmp/sbatch update

parent b66e6190
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ for OMP in ${OMP_THREADS[@]}
do
    # not necessary because the clause 'num_threads'
    # is specified in the source code
    # export OMP_NUM_THREADS=${OMP}
    export OMP_NUM_THREADS=${OMP}

    # run the application
    time ${EXEC} ${GRID_SIZE_X} ${GRID_SIZE_Y} ${OMP} |& tee ${EXEC}_OMP_${OMP}_output.txt