Changeset 367 for palm/trunk/SCRIPTS
- Timestamp:
- Aug 25, 2009 8:35:52 AM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r366 r367 106 106 # .dvrserver.config 107 107 # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh 108 # 25/08/09 - BjornM- adapted for lck 108 109 109 110 … … 472 473 (lcsgib) remote_addres=130.73.232.102;; 473 474 (lcsgih) remote_addres=130.75.4.102;; 475 (lck) remote_addres=165.132.26.61;; 474 476 (lctit) remote_addres=172.17.75.161;; 475 477 (lcxt4) remote_addres=129.177.20.113;; -
palm/trunk/SCRIPTS/mrun
r366 r367 187 187 # 19/08/09 - Marcus - MPI debug option 188 188 # 21/08/09 - Marcus - totalview on hice/bice also available for mvapich2 189 # 25/08/09 - BjornM - adpated for lck 189 190 190 191 … … 634 635 do_remote=true 635 636 case $host in 636 (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4 ) true;;637 (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4|lck) true;; 637 638 (*) printf "\n" 638 639 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 809 810 do_remote=true 810 811 case $host in 811 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4 ) true;;812 (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lck) true;; 812 813 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 813 814 printf "\n is not available" … … 1064 1065 do_remote=true 1065 1066 case $host in 1066 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4 ) true;;1067 (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lck) true;; 1067 1068 (*) printf "\n" 1068 1069 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 1984 1985 lopts="$lopts $netcdf_lib $dvr_lib" 1985 1986 ROPTS="$ropts" 1986 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 ) && -n $numprocs ]]1987 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 || $host = lck ) && -n $numprocs ]] 1987 1988 then 1988 1989 XOPT="-X $numprocs" … … 3252 3253 aprun -n $ii -N $tasks_per_node a.out < runfile_atmos $ROPTS 3253 3254 3255 elif [[ $host = lck ]] 3256 then 3257 mpiexec -n $ii ./a.out $ROPTS < runfile_atmos & 3254 3258 fi 3255 3259 wait -
palm/trunk/SCRIPTS/subjob
r366 r367 103 103 # 20/07/09 - Siggi - On lcsgi, jobs for returning the job protocol are 104 104 # now run on the data nodes (feature=data) 105 105 # 25/08/09 - BjornM- adapted for lck 106 106 107 107 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 179 179 (elephanta) local_addres=130.75.105.6; local_host=lcmuk;; 180 180 (fimm.bccs.uib.no) local_addres=172.20.4.2; local_host=lcfimm;; 181 (node*) local_addres=165.132.26.61 local_host=lck;; 181 182 (gallego) local_addres=130.75.105.10; local_host=lcmuk;; 182 183 (gfdl5) local_addres=165.132.26.58; local_host=ibmy;; … … 330 331 (lcsgib) queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;; 331 332 (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;; 333 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 332 334 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 333 335 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; … … 1199 1201 then 1200 1202 eval $submcom $job_on_remhost 1201 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 ]]1203 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 || $localhost = lck ]] 1202 1204 then 1203 1205 eval $submcom $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.