Changeset 164 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- May 15, 2008 8:46:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r129 r164 90 90 # 19/10/07 - Siggi - a ";" was missing in the last change done by Marcus 91 91 # 30/10/07 - Marcus- further adjustments for queues on lctit 92 # 15/05/08 - Siggi - adjustments for lcxt4 (Bergen Center for Computational 93 # Science) 92 94 93 95 … … 167 169 (gregale) local_addres=130.75.105.109; local_host=lcmuk;; 168 170 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; 171 (hexagon.bccs.uib.no) local_addres=129.177.20.113; local_host=lcxt4;; 169 172 (hreg*-en0|hanni*-en0) local_addres=130.75.4.10; local_host=ibmh;; 170 173 (irifi) local_addres=130.75.105.104; local_host=lcmuk;; 171 174 (levanto) local_addres=130.75.105.45; local_host=lcmuk;; 172 175 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; 176 (nid*) local_addres=129.177.20.113; local_host=lcxt4;; 173 177 (nobel*) local_addres=150.183.5.101; local_host=ibms;; 174 178 (orkan) local_addres=130.75.105.3; local_host=lcmuk;; … … 303 307 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 304 308 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 309 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; 305 310 (nech) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=136.172.44.147; submcom="/usr/local/bin/qsub";; 306 311 (neck) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=133.5.178.11; submcom="/usr/bin/nqsII/qsub";; … … 639 644 %%END%% 640 645 646 elif [[ $remote_host = lcxt4 ]] 647 then 648 649 if [[ $numprocs != 0 ]] 650 then 651 cat > $job_to_send << %%END%% 652 #!/bin/ksh 653 #PBS -S /bin/ksh 654 #PBS -N $job_name 655 #PBS -A nersc 656 #PBS -l walltime=$timestring 657 #PBS -l mppwidth=${numprocs} 658 #PBS -l mppnppn=${tasks_per_node} 659 #PBS -m abe 660 #PBS -M igore@nersc.no 661 #PBS -o $remote_dayfile 662 #PBS -e $remote_dayfile 663 664 %%END%% 665 641 666 else 642 667 cat > $job_to_send << %%END%% … … 1022 1047 then 1023 1048 eval $submcom $job_on_remhost 1024 elif [[ $local_host = lcfimm ]] 1025 then 1026 eval $submcom $job_on_remhost 1027 echo "$submcom $job_on_remhost" 1028 chmod u+x $job_on_remhost 1029 elif [[ $local_host = lctit ]] 1049 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 ]] 1030 1050 then 1031 1051 eval $submcom $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.