Changeset 325 for palm/trunk
- Timestamp:
- May 20, 2009 5:52:40 AM (16 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r312 r325 2408 2408 elif [[ $localhost = ibmh ]] 2409 2409 then 2410 printf " compiler is called via ssh on \" blizzard\" \n"2411 ssh 136.172.40.15 -l $usern "cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "2410 printf " compiler is called via ssh on \"plogin1\" \n" 2411 ssh plogin1 -l $usern "export PATH=/sw/ibm/xlf/12.1.0.3/usr/bin:$PATH; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2412 2412 [[ ! -f a.out ]] && compile_error=true 2413 2413 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN … … 3126 3126 # export MV2_NUM_PORTS=2 3127 3127 # export MV2_CPU_MAPPING=0:1:2:3 3128 mpiexec 3128 mpiexec -np $ii ./a.out $ROPTS < runfile_atmos 3129 3129 fi 3130 3130 elif [[ $host = lcxt4 ]] … … 3403 3403 cst="/" 3404 3404 fi 3405 if [[ $localhost = ibm h || $localhost = ibmb || $localhost = nech ]]3405 if [[ $localhost = ibmb || $localhost = nech ]] 3406 3406 then 3407 3407 -
palm/trunk/SCRIPTS/subjob
r312 r325 98 98 # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih 99 99 # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh 100 # 18/05/09 - Siggi - Settings for serial jobs on lcsgi changed 100 101 101 102 … … 363 364 esac;; 364 365 (lcsgib|lcsgih) case $ndq in 365 (testq|s mallq|bigq)error=false;;366 (testq|serialq|smallq|bigq) error=false;; 366 367 (*) error=true;; 367 368 esac;; … … 909 910 then 910 911 return_queue=serial 912 elif [[ $remote_host = lcsgih || $remote_host = lcsgib ]] 913 then 914 return_queue = serialq 911 915 elif [[ $remote_host = lctit ]] 912 916 then … … 974 978 echo "#!/bin/bash" >> $job_to_send 975 979 echo "#PBS -N job_protocol_transfer" >> $job_to_send 976 echo "#PBS -l walltime=00: 02:00" >> $job_to_send980 echo "#PBS -l walltime=00:30:00" >> $job_to_send 977 981 echo "#PBS -l nodes=1:ppn=1" >> $job_to_send 978 982 echo "#PBS -l feature=xe" >> $job_to_send
Note: See TracChangeset
for help on using the changeset viewer.