Changeset 437
- Timestamp:
- Feb 1, 2010 4:15:58 AM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r407 r437 108 108 # 25/08/09 - BjornM- adapted for lck 109 109 # 01/12/09 - BjornM- re-adjustments for lcxt4 110 # 01/02/10 - Siggi - adjustments for lcxt5m 110 111 111 112 … … 477 478 (lctit) remote_addres=172.17.75.161;; 478 479 (lcxt4) remote_addres=129.177.20.113;; 480 (lcxt5m) remote_addres=193.166.211.144;; 479 481 (decalpha) remote_addres=165.132.26.56;; 480 482 (ibmh) remote_addres=136.172.40.15;; -
palm/trunk/SCRIPTS/mrun
r416 r437 195 195 # adjustment for special1q 196 196 # 18/12/09 - Carolin- modification of archiving (permq) 197 # 197 # 01/02/10 - Siggi - adjustments for lcxt5m 198 199 198 200 199 201 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 642 644 do_remote=true 643 645 case $host in 644 (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4|lc k) true;;646 (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4|lcxt5m|lck) true;; 645 647 (*) printf "\n" 646 648 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 817 819 do_remote=true 818 820 case $host in 819 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lc k) true;;821 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lcxt5m|lck) true;; 820 822 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 821 823 printf "\n is not available" … … 1072 1074 do_remote=true 1073 1075 case $host in 1074 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lc k) true;;1076 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lcxt5m|lck) true;; 1075 1077 (*) printf "\n" 1076 1078 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 2000 2002 lopts="$lopts $netcdf_lib $dvr_lib" 2001 2003 ROPTS="$ropts" 2002 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 || $host = lck ) && -n $numprocs ]]2004 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 || $host = lcxt5m || $host = lck ) && -n $numprocs ]] 2003 2005 then 2004 2006 XOPT="-X $numprocs" … … 3223 3225 fi 3224 3226 fi 3225 elif [[ $host = lcxt4 ]]3227 elif [[ $host = lcxt4 || $host = lcxt5m ]] 3226 3228 then 3227 3229 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos … … 3259 3261 fi 3260 3262 3261 elif [[ $host = lcxt4 ]]3263 elif [[ $host = lcxt4 || $host = lcxt5m ]] 3262 3264 then 3263 3265 … … 3292 3294 fi 3293 3295 3294 elif [[ $host = lcxt4 ]]3296 elif [[ $host = lcxt4 || $host = lcxt5m ]] 3295 3297 then 3296 3298 -
palm/trunk/SCRIPTS/subjob
r416 r437 111 111 # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113) 112 112 # 16/10/09 - Carolin-adding permq 113 # 113 # 01/02/10 - Siggi - adjustments for lcxt5m 114 115 114 116 115 117 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 209 211 (levanto) local_addres=130.75.105.45; local_host=lcmuk;; 210 212 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; 213 (meteo-login*) local_addres=193.166.211.144;local_host=lcxt5m;; 211 214 (nid*) local_addres=129.177.20.113; local_host=lcxt4;; 212 215 (nobel*) local_addres=150.183.5.101; local_host=ibms;; … … 351 354 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 352 355 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; 356 (lcxt5m) remote_addres=193.166.211.144; submcom=/opt/pbs/10.1.0.91350/bin/qsub;; 353 357 (nech) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=136.172.44.147; submcom="/usr/local/bin/qsub";; 354 358 (necriam) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=172.16.1.131; submcom="/usr/bin/nqsII/qsub";; … … 881 885 fi 882 886 887 elif [[ $remote_host = lcxt5m ]] 888 then 889 890 if [[ $numprocs != 0 ]] 891 then 892 cat > $job_to_send << %%END%% 893 #!/bin/ksh 894 #PBS -S /bin/ksh 895 #PBS -N $job_name 896 #PBS -j oe 897 #PBS -l walltime=$timestring 898 #PBS -l mppwidth=${numprocs} 899 #PBS -l mppnppn=${tasks_per_node} 900 #PBS -m abe 901 #PBS -o $remote_dayfile 902 903 . /opt/modules/default/init/ksh 904 module load modules/3.1.6 905 module load netcdf/3.6.2 906 module load PrgEnv-pgi/2.2.41 907 module load Base-opts/2.2.41 908 909 %%END%% 910 911 else 912 cat > $job_to_send << %%END%% 913 #!/bin/ksh 914 #PBS -S /bin/ksh 915 #PBS -N $job_name 916 #PBS -j oe 917 #PBS -l walltime=$timestring 918 #PBS -l ncpus=1 919 #PBS -l pmem=${memory}mb 920 #PBS -m abe 921 #PBS -o $remote_dayfile 922 923 . /opt/modules/default/init/ksh 924 module load modules/3.1.6 925 module load netcdf/3.6.2 926 module load PrgEnv-pgi/2.2.41 927 module load Base-opts/2.2.41 928 929 %%END%% 930 931 fi 932 883 933 elif [[ $remote_host = nech ]] 884 934 then
Note: See TracChangeset
for help on using the changeset viewer.