Changeset 440 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Feb 1, 2010 11:55:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r437 r440 111 111 # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113) 112 112 # 16/10/09 - Carolin-adding permq 113 # 01/02/10 - Siggi - ad justments for lcxt5m113 # 01/02/10 - Siggi - adapted for lcxt5m and lckyoto (Fujitsu HX600) 114 114 115 115 … … 206 206 (h01*|hicegate1) local_addres=130.75.4.102; local_host=lcsgih;; 207 207 (hicegate2) local_addres=130.75.4.103; local_host=lcsgih;; 208 (hx*) local_addres=133.3.51.11; local_host=lckyoto;; 208 209 (blizzard1) local_addres=136.172.40.15; local_host=ibmh;; 209 210 (irifi) local_addres=130.75.105.104; local_host=lcmuk;; … … 349 350 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 350 351 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 352 (lckyoto) remote_addres=133.3.51.11; submcom=/thin/local/bin/qsub;; 351 353 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;; 352 354 (lcsgih) queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;; … … 389 391 (ibmy) case $ndq in 390 392 (parallel) error=false;; 393 (*) error=true;; 394 esac;; 395 (lckyoto) case $ndq in 396 (eh|ph) error=false;; 391 397 (*) error=true;; 392 398 esac;; … … 885 891 fi 886 892 887 elif [[ $remote_host = lcxt5m ]] 893 elif [[ $remote_host = lckyoto ]] 894 then 895 896 cat > $job_to_send << %%END%% 897 #!/bin/ksh 898 # @\$-o $remote_dayfile 899 # @\$-eo -oi 900 # @\$-lP 16 901 # @\$-lp 1 902 # @\$-lm 28gb -llm unlimited -ls unlimited 903 # @\$-q $queue 904 # @\$-Pvn abs_pack 905 ##for intel? @\$-Pvn abs_unpack -Pvs unpack -Pvc unpack 906 #. /thin/local/etc/setprofile/intel-11.0.sh 907 #. /thin/local/etc/setprofile/mvapich2-1.4+intel-11.0.sh 908 . ~/.myprofile 909 #. /home2/t/t51254/palm/current_version/myprofile 910 #. /thin/apps/pgi/mpi.sh 911 # 912 env 913 # 914 set -x 915 916 %%END%% 917 918 elif [[ $remote_host = lcxt5m ]] 888 919 then 889 920
Note: See TracChangeset
for help on using the changeset viewer.