Changeset 1224 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Sep 16, 2013 7:27:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1211 r1224 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # first adjustments for lccrayb 25 25 # 26 26 # Former revisions: … … 569 569 do_remote=true 570 570 case $host in 571 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lccray f|lcflow|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;571 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 572 572 (*) printf "\n" 573 573 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 740 740 do_remote=true 741 741 case $host in 742 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccray f|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;742 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 743 743 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 744 744 printf "\n is not available" … … 1017 1017 do_remote=true 1018 1018 case $host in 1019 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccray f|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;;1019 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb) true;; 1020 1020 (*) printf "\n" 1021 1021 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 2858 2858 [[ ! -f a.out ]] && compile_error=true 2859 2859 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2860 elif [[ $localhost = lccray f ]]2860 elif [[ $localhost = lccrayb || $localhost = lccrayf ]] 2861 2861 then 2862 2862 make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT="$cpp_options" F90FLAGS="$fopts" LDFLAGS="$lopts" … … 3584 3584 # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT 3585 3585 # DOES NOT EXIST 3586 if [[ $host != lccrayf && $host != lcsgih && $host != lcsgib && $host != lckyuh && $host != lckyut ]]3586 if [[ $host != lccrayb &&$host != lccrayf && $host != lcsgih && $host != lcsgib && $host != lckyuh && $host != lckyut ]] 3587 3587 then 3588 3588 if [[ -f $hostfile ]] … … 3691 3691 mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos 3692 3692 fi 3693 elif [[ $host = lccrayb ]] 3694 then 3695 echo "--- aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos" 3696 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos 3697 # aprun -n $ii -ss -r2 -j1 a.out $ROPTS < runfile_atmos 3693 3698 elif [[ $host = lccrayf ]] 3694 3699 then … … 4839 4844 # BEREITSTELLUNG VON QUELLTEXTEN, MRUN-SCRIPTS UND KONFIGURATIONS- 4840 4845 # DATEI FUER DEN JOB 4841 if [[ $( echo $host | cut -c1-5 ) = lcsgi || $host = ibmkisti || $host = lccray f ]]4846 if [[ $( echo $host | cut -c1-5 ) = lcsgi || $host = ibmkisti || $host = lccrayb || $host = lccrayf ]] 4842 4847 then 4843 4848
Note: See TracChangeset
for help on using the changeset viewer.