Changes between Version 12 and Version 13 of Workshops/JobCheckpointing/Examples/BASH
- Timestamp:
- 04/08/2026 04:02:38 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing/Examples/BASH
v12 v13 153 153 Here is the listing of the first log file, '''log_submitter_3303140.out''', generated by [wiki://Workshops/JobCheckpointing/Examples#checkpoint_submitter.sh checkpoint_submitter.sh] ending with the message "Submitter approaching timeout -> restarting self. Submitted batch job 3303142." 154 154 155 156 155 {{{ 157 156 [tulaneID@cypress2 ~]$cat log_submitter_3303140.out … … 209 208 === Sample checkpoint runner logs === 210 209 211 Here are the first and last output logs of the sequence of jobs generated by the job script '''checkpoint_runner.sh'''.210 Here are the first and last output logs of the sequence of jobs generated by the job script [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh]. 212 211 213 212 All of the jobs in that sequence were submitted by the [wiki://Workshops/JobCheckpointing/Examples#checkpoint_submitter.sh checkpoint_submitter.sh] job script. … … 215 214 ==== Listing of the initial checkpoint runner log - starting application ==== 216 215 217 Here is the listing of the intial log file, '''log_runner_3303141.out''', generated by the job script '''checkpoint_runner.sh''' ending with message "Application finished all iterations."216 Here is the listing of the intial log file, '''log_runner_3303141.out''', generated by the job script [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh] ending with message "Timeout + checkpoint advance detected (0->120)." 218 217 219 218 {{{ … … 244 243 ==== Listing of the final checkpoint runner log - completed application ==== 245 244 246 Here is the listing of the final log file, '''log_runner_3303151.out''', generated by '''checkpoint_runner.sh'''ending with message "Application finished all iterations."245 Here is the listing of the final log file, '''log_runner_3303151.out''', generated by [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh] ending with message "Application finished all iterations." 247 246 248 247 {{{ … … 267 266 }}} 268 267 269 270 268 === Listings of post-workflow analysis output files === 271 269
