Changeset 191 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Aug 27, 2008 2:34:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r186 r191 312 312 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 313 313 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 314 (lcsgib) remote_addres=130.73.232.102; submcom=/opt/torque/bin/qsub;;315 (lcsgih) remote_addres=130.75.4.102; submcom=/opt/torque/bin/qsub;;314 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/torque/bin/qsub;; 315 (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;; 316 316 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 317 317 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; … … 350 350 (ibmy) case $ndq in 351 351 (parallel) error=false;; 352 (*) error=true;; 353 esac;; 354 (lcsgib|lcsgih) case $ndq in 355 (testq|smallq|bigq) error=false;; 352 356 (*) error=true;; 353 357 esac;; … … 672 676 then 673 677 678 if [[ $queue = testq ]] 679 then 680 queue_directive="#PBS -q $queue" 681 else 682 queue_directive="" 683 fi 684 674 685 if [[ $numprocs != 0 ]] 675 686 then … … 683 694 #PBS -o $remote_dayfile 684 695 #PBS -j oe 696 $queue_directive 685 697 686 698 . /usr/share/modules/init/bash 687 699 # module load mvapich/mvapich-0.9.9-intel 688 module load mvapich2 /1.2rc1-intel700 module load mvapich2 689 701 module load netcdf 690 702 export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH … … 941 953 echo "#PBS -l nodes=1:ppn=1" >> $job_to_send 942 954 echo "#PBS -l feature=xe" >> $job_to_send 943 echo "#PBS -l naccesspolicy=shared" >> $job_to_send944 955 echo "#PBS -o \$HOME/job_queue/last_job_transfer_protocol" >> $job_to_send 945 956 echo "#PBS -j oe" >> $job_to_send … … 1102 1113 if [[ $remote_host != lctit ]] 1103 1114 then 1104 if [[ $remote_host = lcsgih || $remote_host = lcsgib ]] 1105 then 1106 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom -q workq $job_on_remhost; rm $job_on_remhost" 1107 else 1108 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost" 1109 fi 1115 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost" 1110 1116 else 1111 1117 # TIT ERLAUBT NUR DIE AUSFÜHRUNG GANZ BESTIMMTER KOMMANDOS
Note: See TracChangeset
for help on using the changeset viewer.