Changes between Version 12 and Version 13 of Workshops/JobCheckpointing/Examples/BASH


Ignore:
Timestamp:
04/08/2026 04:02:38 PM (3 months ago)
Author:
Carl Baribault
Comment:

Replaced bold file names with links.

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/JobCheckpointing/Examples/BASH

    v12 v13  
    153153Here 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."
    154154
    155 
    156155{{{
    157156[tulaneID@cypress2 ~]$cat log_submitter_3303140.out
     
    209208=== Sample checkpoint runner logs ===
    210209
    211 Here are the first and last output logs of the sequence of jobs generated by the job script '''checkpoint_runner.sh'''.
     210Here 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].
    212211
    213212All of the jobs in that sequence were submitted by the [wiki://Workshops/JobCheckpointing/Examples#checkpoint_submitter.sh checkpoint_submitter.sh] job script.
     
    215214==== Listing of the initial checkpoint runner log - starting application ====
    216215
    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."
     216Here 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)."
    218217
    219218{{{
     
    244243==== Listing of the final checkpoint runner log - completed application ====
    245244
    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."
     245Here 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."
    247246
    248247{{{
     
    267266}}}
    268267
    269 
    270268=== Listings of post-workflow analysis output files ===
    271269