File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 77# ulimit -d unlimited; #ulimit -s unlimited
88limit datasize unlimited
99setenv OMP_DYNAMIC FALSE
10- setenv AIXTHREAD_SCOPE S
11- setenv MALLOCMULTIHEAP TRUE
12- # setenv SPINLOOPTIME 100000
13- # setenv YIELDLOOPTIME 40000
14- setenv OBJECT_MODE 32
15- if (${OBJECT_MODE} == 64) then
16- setenv XLSMPOPTS " stack=256000000"
17- else
18- setenv XLSMPOPTS " stack=86000000"
19- endif
10+
2011setenv MPI_TYPE_MAX 100000
2112
2213source /etc/profile.d/00softenv.csh
3324# with the runjob --envs argument as in
3425# setenv LOCAL_ARGS "--envs RUNFAST=reallyfast"
3526#
36- setenv LOCAL_ARGS " --envs MPI_TYPE_MAX=$MPI_TYPE_MAX --envs XLSMPOPTS=$XLSMPOPTS
37- --envs OMP_DYNAMIC=$OMP_DYNAMIC --envs MALLOCMULTIHEAP=$MALLOCMULTIHEAP "
27+ setenv LOCAL_ARGS " --envs MPI_TYPE_MAX=$MPI_TYPE_MAX --envs OMP_DYNAMIC=$OMP_DYNAMIC "
You can’t perform that action at this time.
0 commit comments