Loading jacobi/openmp/not_opt/script/run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
jacobi/openmp/not_opt/script/run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading