Changeset 325 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- May 20, 2009 5:52:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r312 r325 2408 2408 elif [[ $localhost = ibmh ]] 2409 2409 then 2410 printf " compiler is called via ssh on \" blizzard\" \n"2411 ssh 136.172.40.15 -l $usern "cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "2410 printf " compiler is called via ssh on \"plogin1\" \n" 2411 ssh plogin1 -l $usern "export PATH=/sw/ibm/xlf/12.1.0.3/usr/bin:$PATH; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2412 2412 [[ ! -f a.out ]] && compile_error=true 2413 2413 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN … … 3126 3126 # export MV2_NUM_PORTS=2 3127 3127 # export MV2_CPU_MAPPING=0:1:2:3 3128 mpiexec 3128 mpiexec -np $ii ./a.out $ROPTS < runfile_atmos 3129 3129 fi 3130 3130 elif [[ $host = lcxt4 ]] … … 3403 3403 cst="/" 3404 3404 fi 3405 if [[ $localhost = ibm h || $localhost = ibmb || $localhost = nech ]]3405 if [[ $localhost = ibmb || $localhost = nech ]] 3406 3406 then 3407 3407
Note: See TracChangeset
for help on using the changeset viewer.