We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb67bf commit 1f1dfe2Copy full SHA for 1f1dfe2
tests/run_test.sh
@@ -380,8 +380,7 @@ export OMP_ENV=${OMP_ENV:-""}
380
if [[ ${SCHEDULER} = 'none' ]]; then
381
ulimit -s unlimited
382
if [[ ${CI_TEST} = 'true' ]]; then
383
- ( eval "${OMP_ENV:+export $OMP_ENV}" ;
384
- redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe )
+ eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
385
else
386
redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
387
fi
0 commit comments