Skip to content

Commit 145a3c2

Browse files
committed
minor changes for mira
1 parent 9e6f02f commit 145a3c2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

machines/env_mach_specific.mira

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
#ulimit -d unlimited; #ulimit -s unlimited
88
limit datasize unlimited
99
setenv 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+
2011
setenv MPI_TYPE_MAX 100000
2112

2213
source /etc/profile.d/00softenv.csh
@@ -33,5 +24,4 @@ endif
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 "

0 commit comments

Comments
 (0)