Changeset 1274 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Jan 9, 2014 1:14:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1267 r1274 23 23 # Current revisions: 24 24 # ------------------ 25 # further adjustments for lccrayb (use msub instead of qsub)25 # adjustments for lccrayh 26 26 # 27 27 # Former revisions: … … 158 158 (blizzard1) local_addres=136.172.40.15; local_host=ibmh;; 159 159 (blogin*|bxc*) local_addres=130.73.233.1; local_host=lccrayb;; 160 (hlogin*|hxc*) local_addres=130.75.4.1; local_host=lccrayh;; 160 161 (breva) local_addres=130.75.105.98; local_host=lcmuk;; 161 162 (buran) local_addres=130.75.105.58; local_host=lcmuk;; … … 346 347 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 347 348 (lccrayb) queue=testq; remote_addres=130.73.233.1; submcom=/opt/moab/7.2.6/bin/msub;; 349 (lccrayh) queue=mpp1testq; remote_addres=130.75.4.1; submcom=/opt/moab/7.2.6/bin/msub;; 348 350 (lccrayf) queue=small; remote_addres=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;; 349 351 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; … … 403 405 esac;; 404 406 (lccrayb) case $ndq in 405 (mpp1q|mpp1testq|testq) error=false;; 407 (mpp1q|testq|specialm1q) error=false;; 408 (*) error=true;; 409 esac;; 410 (lccrayh) case $ndq in 411 (mpp1q|mpp1testq|specialm1q|dataq) error=false;; 406 412 (*) error=true;; 407 413 esac;; … … 793 799 %%END%% 794 800 795 elif [[ $remote_host = lccrayb ]]801 elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]] 796 802 then 797 803 … … 1354 1360 echo "trap '" >> $job_to_send 1355 1361 echo "set +vx" >> $job_to_send 1356 if [[ $(echo $remote_host | cut -c1-3) = ibm || $remote_host = lccrayb || $ (echo $remote_host | cut -c1-5) = lcsgi || $(echo $remote_host | cut -c1-3) = nec || $remote_host = lcflow || $remote_host = lckiaps || $remote_host = lckyu* ]]1362 if [[ $(echo $remote_host | cut -c1-3) = ibm || $remote_host = lccrayb || $remote_host = lccrayh || $(echo $remote_host | cut -c1-5) = lcsgi || $(echo $remote_host | cut -c1-3) = nec || $remote_host = lcflow || $remote_host = lckiaps || $remote_host = lckyu* ]] 1357 1363 then 1358 1364 if [[ $remote_host = ibmh ]] … … 1377 1383 then 1378 1384 return_queue=SP 1379 elif [[ $remote_host = lccrayb ]]1385 elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]] 1380 1386 then 1381 1387 return_queue=dataq … … 1504 1510 echo "%%END%%" >> $job_to_send 1505 1511 1506 elif [[ $remote_host = lccrayb ]]1512 elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]] 1507 1513 then 1508 1514 echo "cat > scpjob.$kennung << %%END%%" >> $job_to_send … … 1572 1578 then 1573 1579 echo "llsubmit scpjob.$kennung" >> $job_to_send 1574 elif [[ $remote_host = lccrayb ]]1580 elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]] 1575 1581 then 1576 1582 echo "msub -q $return_queue scpjob.$kennung" >> $job_to_send
Note: See TracChangeset
for help on using the changeset viewer.