We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a4cb commit 416346fCopy full SHA for 416346f
tests/run_test.sh
@@ -428,7 +428,11 @@ fi
428
################################################################################
429
export OMP_ENV=${OMP_ENV:-""}
430
if [[ ${SCHEDULER} = 'none' ]]; then
431
- ulimit -s unlimited
+ if [[ ${MACHINE_ID} == macosx ]]; then
432
+ ulimit -s -S unlimited
433
+ else
434
+ ulimit -s unlimited
435
+ fi
436
if [[ ${CI_TEST} = 'true' ]]; then
437
eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
438
else
0 commit comments