Changeset 251 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Mar 3, 2009 2:31:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r246 r251 170 170 # 25/02/09 - Siggi - cputime-option (-t) is allowed to be omitted for 171 171 # interactive runs 172 # 02/03/09 - Siggi - adjustments for new NEC-SX9 at RIAM (necriam) 172 173 173 174 … … 603 604 do_remote=true 604 605 case $host in 605 (ibm|ibmb|ibmh|ibms|ibmy|nech|nec k|lcsgib|lcsgih|lctit|unics|lcxt4) true;;606 (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4) true;; 606 607 (*) printf "\n" 607 608 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 778 779 do_remote=true 779 780 case $host in 780 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|nec k|unics|lcxt4) true;;781 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4) true;; 781 782 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 782 783 printf "\n is not available" … … 924 925 mrun_numprocs=$numprocs 925 926 926 if [[ $localhost_realname = " gate" ]]927 then 928 interpret_config_gate.x927 if [[ $localhost_realname = "sx-fep" ]] 928 then 929 /home/COAR/NC/raasch/pub/interpret_config_necriam.x 929 930 else 930 931 interpret_config.x … … 1033 1034 do_remote=true 1034 1035 case $host in 1035 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|nec k|unics|lcxt4) true;;1036 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4) true;; 1036 1037 (*) printf "\n" 1037 1038 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 1062 1063 # DEFAULT-WERT SETZEN) UND OB SIE EIN GANZZAHLIGER TEILER DER 1063 1064 # GESAMTPROZESSORANZAHL IST 1064 if [[ $host = nech || $host = nec k|| $host = ibmh || $host = ibmb || $host = ibms ]]1065 if [[ $host = nech || $host = necriam || $host = ibmh || $host = ibmb || $host = ibms ]] 1065 1066 then 1066 1067 [[ "$tasks_per_node" = "" ]] && tasks_per_node=6 … … 1192 1193 (lctit) queue=sla3;; 1193 1194 (nech) queue=none;; 1194 (nec k) queue=P;;1195 (necriam) queue=SS;; 1195 1196 (unics) queue=unics;; 1196 1197 esac … … 1903 1904 1904 1905 1905 # COMPILER AUF NECKUEBERSCHREIBEN1906 [[ $localhost = nec k]] && compiler_name=mpif901906 # COMPILER AUF RIAMS NEC UEBERSCHREIBEN 1907 [[ $localhost = necriam ]] && compiler_name=mpif90 1907 1908 1908 1909 … … 2936 2937 fi 2937 2938 fi 2938 elif [[ $host = nech || $host = nec k]]2939 elif [[ $host = nech || $host = necriam ]] 2939 2940 then 2940 2941 (( ii = nodes ))
Note: See TracChangeset
for help on using the changeset viewer.