Changeset 366 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 25, 2009 8:06:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r362 r366 2426 2426 then 2427 2427 printf " compiler is called via ssh on \"hicegate2\" using module \"$mpilib\" \n" 2428 ssh 130.75.4.103 -l $usern ". /usr/share/modules/init/bash; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 "2428 ssh 130.75.4.103 -l $usern ". /usr/share/modules/init/bash; module load ifort/11.0.069; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 " 2429 2429 [[ ! -f a.out ]] && compile_error=true 2430 2430 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN … … 3163 3163 then 3164 3164 # export MPI_LAUNCH_TIMEOUT=360 3165 # MPI_DSM_DISTRIBUTE not necessary when MPI_DSM_CPULIST is set 3166 # export MPI_DSM_DISTRIBUTE=1 3167 # MPI_DSM_CPULIST: pin MPI processes to cores 3168 export MPI_DSM_CPULIST="0,1,4,5,2,3,6,7:allhosts" 3169 # MPI_IB_RAILS: use both IB rails on ICE2 3170 export MPI_BUFS_PER_HOST=512 3171 export MPI_IB_RAILS=2 3165 3172 mpiexec_mpt -np $ii ./a.out $ROPTS < runfile_atmos 3166 3173 elif [[ $( echo $mpilib | cut -c1-3 ) = mva ]]
Note: See TracChangeset
for help on using the changeset viewer.