Changeset 1021 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Oct 2, 2012 1:52:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r892 r1021 140 140 # bugfixes for the parameter file check, initial 141 141 # commands on ssh calls sourced out to .mrun.config 142 # 02/10/12 - Siggi - adjustments for lcsb 143 142 144 143 145 … … 260 262 (r2*) local_addres=130.73.232.102; local_host=lcsgib;; 261 263 (t2a*) local_addres=10.1.6.165; local_host=lctit;; 264 (urban*) local_addres=147.46.30.151 local_host=lcsb;; 262 265 (vorias) local_addres=172.20.25.43; local_host=lcmuk;; 263 266 (*.cc.kyushu-u.ac.jp) local_addres=133.5.4.129; local_host=ibmku;; … … 392 395 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 393 396 (lckordi) remote_addres=210.219.61.8; submcom=/usr/torque/bin/qsub;; 397 (lcsb) remote_addres=147.46.30.151; submcom=/usr/torque/bin/qsub;; 394 398 (lctit) queue=S; remote_addres=10.1.6.165; submcom=/opt/pbs/tools/bin/t2sub;; 395 399 (lcxe6) remote_addres=129.177.20.113; submcom=/opt/torque/2.5.10/bin/qsub;; … … 822 826 fi 823 827 824 elif [[ $remote_host = lck || $remote_host = lckordi ]]828 elif [[ $remote_host = lck || $remote_host = lckordi || $remote_host = lcsb ]] 825 829 then 826 830 … … 834 838 #PBS -l pmem=${memory}mb 835 839 #PBS -o $remote_dayfile 840 #PBS -l nodes=$nodes:ppn=${processes_per_node} 836 841 #PBS -j oe 837 842 … … 1443 1448 then 1444 1449 eval $submcom $job_on_remhost 1445 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxe6 || $localhost = lck || $localhost = lckordi || $localhost = lcyon]]1450 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxe6 || $localhost = lck || $localhost = lckordi || $localhost = lcyon || $localhost = lcsb ]] 1446 1451 then 1447 1452 chmod u+x $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.