Changeset 352 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Jul 8, 2009 4:26:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r343 r352 183 183 # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh 184 184 # 24/06/09 - BjornM - adjustments for coupled/precursor runs on ibmy 185 # 08/07/09 - Siggi - default value for email_notification is none, 186 # option -e added to subjob 185 187 186 188 … … 214 216 do_stageout=true 215 217 do_trace=false 216 email_notification=" "218 email_notification="none" 217 219 exclude="" 218 220 executable="" … … 4081 4083 4082 4084 # EVTL. EMAIL-BENACHRICHTIGUNG UEBER ABGESCHLOSSENEN LAUF 4083 if [[ "$email_notification" != " " ]]4085 if [[ "$email_notification" != "none" ]] 4084 4086 then 4085 4087 … … 4321 4323 fi 4322 4324 4323 subjob $job_on_file -h $host -u $remote_username -g $group_number -q $queue -m $memory -N $node_usage -t $cpumax $XOPT $TOPT $OOPT -n $fname -v -c $job_catalog $jobfile4325 subjob $job_on_file -h $host -u $remote_username -g $group_number -q $queue -m $memory -N $node_usage -t $cpumax $XOPT $TOPT $OOPT -n $fname -v -c $job_catalog -e $email_notification $jobfile 4324 4326 rm -rf $jobfile 4325 4327
Note: See TracChangeset
for help on using the changeset viewer.