Changeset 892 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- May 2, 2012 1:51:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r814 r892 136 136 # 29/11/11 - Siggi - adjustments for lcsgih/lcsgib queues, pingui admitted 137 137 # 21/12/11 - Theres- solano admitted 138 # 31/01/12 - Matthias- adjustments for ibmh 138 # 31/01/12 - Matthias - adjustments for ibmh 139 # 02/05/12 - Bjoern - lcxt4 is now lcxe6, adjustments for lcxe6, 140 # bugfixes for the parameter file check, initial 141 # commands on ssh calls sourced out to .mrun.config 139 142 140 143 … … 227 230 (gregale) local_addres=130.75.105.109; local_host=lcmuk;; 228 231 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; 229 (hexagon.bccs.uib.no) local_addres=129.177.20.113; local_host=lcx t4;;232 (hexagon.bccs.uib.no) local_addres=129.177.20.113; local_host=lcxe6;; 230 233 (hd1) local_addres=130.75.4.104; local_host=lcsgih;; 231 234 (hd2) local_addres=130.75.4.105; local_host=lcsgih;; … … 242 245 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; 243 246 (meteo-login*) local_addres=193.166.211.144;local_host=lcxt5m;; 244 ( nid*) local_addres=129.177.20.113; local_host=lcxt4;;247 (hexagon*) local_addres=129.177.20.113; local_host=lcxe6;; 245 248 (nobel*) local_addres=150.183.5.101; local_host=ibms;; 246 249 (orkan) local_addres=130.75.105.3; local_host=lcmuk;; … … 390 393 (lckordi) remote_addres=210.219.61.8; submcom=/usr/torque/bin/qsub;; 391 394 (lctit) queue=S; remote_addres=10.1.6.165; submcom=/opt/pbs/tools/bin/t2sub;; 392 (lcx t4) remote_addres=129.177.20.113; submcom=/opt/torque/2.4.9-snap.201005191035/bin/qsub;;395 (lcxe6) remote_addres=129.177.20.113; submcom=/opt/torque/2.5.10/bin/qsub;; 393 396 (lcxt5m) remote_addres=193.166.211.144; submcom=/opt/pbs/10.1.0.91350/bin/qsub;; 394 397 (lcyon) remote_addres=165.132.26.68; submcom=/usr/torque/bin/qsub;; … … 926 929 eval \`/sw/swdist/bin/modulesinit\` 927 930 #. /usr/share/modules/init/bash 931 $init_cmds 928 932 $module_calls 929 933 … … 945 949 eval \`/sw/swdist/bin/modulesinit\` 946 950 #. /usr/share/modules/init/bash 951 $init_cmds 947 952 $module_calls 948 953 … … 951 956 fi 952 957 953 elif [[ $remote_host = lcx t4]]958 elif [[ $remote_host = lcxe6 ]] 954 959 then 955 960 … … 969 974 $email_directive 970 975 971 . /opt/modules/default/init/ksh 976 $init_cmds 972 977 $module_calls 973 978 … … 988 993 #PBS -o $remote_dayfile 989 994 990 . /opt/modules/default/init/ksh 995 $init_cmds 991 996 $module_calls 992 997 … … 1036 1041 #PBS -o $remote_dayfile 1037 1042 1038 . /opt/modules/default/init/ksh 1043 $init_cmds 1039 1044 $module_calls 1040 1045 … … 1053 1058 #PBS -o $remote_dayfile 1054 1059 1055 . /opt/modules/default/init/ksh 1060 $init_cmds 1056 1061 $module_calls 1057 1062 … … 1141 1146 cat > $job_to_send << %%END%% 1142 1147 #!/bin/ksh 1143 1148 $init_cmds 1144 1149 $module_calls 1145 1150 … … 1438 1443 then 1439 1444 eval $submcom $job_on_remhost 1440 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcx t4|| $localhost = lck || $localhost = lckordi|| $localhost = lcyon ]]1445 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxe6 || $localhost = lck || $localhost = lckordi|| $localhost = lcyon ]] 1441 1446 then 1442 1447 chmod u+x $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.