Changeset 1866 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Apr 15, 2016 6:50:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1842 r1866 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # adjusted for lcocean 25 25 # 26 26 # Former revisions: … … 310 310 return_address=165.132.26.68 311 311 echo "+++ WARNING: fixed return_address = $return_address is used !!!!!" 312 elif [[ `hostname` = "schultzl-Latitude-E6540" ]] 313 then 314 return_address="schultzl-Latitude-E6540" 315 echo "+++ WARNING: fixed return_address = $return_address is used !!!!!" 312 316 elif [[ `hostname` = urban00 ]] 313 317 then … … 630 634 do_remote=true 631 635 case $host in 632 (ibm|ibmh|ibmkisti|ibmku|ibms|nech|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto| unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;636 (ibm|ibmh|ibmkisti|ibmku|ibms|nech|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto|lcocean|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 633 637 (*) printf "\n" 634 638 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 788 792 do_remote=true 789 793 case $host in 790 (ibm|ibmh|ibmkisti|ibmku|ibms|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto| nech|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;794 (ibm|ibmh|ibmkisti|ibmku|ibms|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto|lcocean|nech|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 791 795 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 792 796 printf "\n is not available" … … 1052 1056 do_remote=true 1053 1057 case $host in 1054 (ibm|ibmh|ibmkisti|ibmku|ibms|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto| nech|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;1058 (ibm|ibmh|ibmkisti|ibmku|ibms|lcbullhh|lccrayb|lccrayh|lccrayf|lcflow|lckyoto|lcocean|nech|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 1055 1059 (*) printf "\n" 1056 1060 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 2390 2394 [[ ! -f a.out ]] && compile_error=true 2391 2395 continue # STATUS=1, IF a.out EXISTS 2396 elif [[ $localhost = lcocean ]] 2397 then 2398 printf " compiler is called via ssh on \"ocean\" \n" 2399 echo $PWD 2400 ssh $SSH_PORTOPT ocean -l $usern "$init_cmds $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2401 [[ ! -f a.out ]] && compile_error=true 2402 continue # STATUS=1, IF a.out EXISTS 2392 2403 elif [[ $localhost = lcflow ]] 2393 2404 then … … 3069 3080 # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT 3070 3081 # DOES NOT EXIST 3071 if [[ $host != lcbullhh && $host != lccrayb && $host != lccrayf && $host != lccrayh && $host != lckyuh && $host != lckyut ]]3082 if [[ $host != lcbullhh && $host != lccrayb && $host != lccrayf && $host != lccrayh && $host != lckyuh && $host != lckyut && $host != lcocean ]] 3072 3083 then 3073 3084 if [[ -f $hostfile ]] … … 3140 3151 then 3141 3152 mpirun -np $ii a.out < runfile_atmos 3153 elif [[ $host = lcocean ]] 3154 then 3155 mpirun a.out $ROPTS < runfile_atmos 3142 3156 elif [[ $host = lcsb ]] 3143 3157 then … … 4079 4093 then 4080 4094 /usr/bin/ssh $SSH_PORTOPT $return_address -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc " 4095 elif [[ $localhost = lcocean ]] 4096 then 4097 /usr/bin/ssh $SSH_PORTOPT $return_address -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc " 4081 4098 elif [[ $localhost = lccrayb ]] 4082 4099 then … … 4291 4308 # THIS MAY CREATE A QUITE LARGE JOB-FILE, WHICH CAN CAUSE PROBLEMS WITH SOME 4292 4309 # QUEUEING-SYSTEMS 4293 if [[ $host = ibmkisti || $host = lcbullhh || $host = lccrayb || $host = lccrayf || $host = lccrayh ]]4310 if [[ $host = ibmkisti || $host = lcbullhh || $host = lccrayb || $host = lccrayf || $host = lccrayh || $host = lcocean ]] 4294 4311 then 4295 4312
Note: See TracChangeset
for help on using the changeset viewer.