Changes between Version 8 and Version 9 of Workshops/JobCheckpointing/Examples/BASH


Ignore:
Timestamp:
04/02/2026 09:16:21 PM (4 months ago)
Author:
Carl Baribault
Comment:

Added Python references and settings overrides

Legend:

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

    v8 v9  
    7474
    7575 * [wiki://Workshops/JobCheckpointing/Examples#checkpoint_submitter.sh checkpoint_submitter.sh]
    76  * [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh]
     76 * [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh]
     77 * [wiki://Workshops/JobCheckpointing/Examples#aggregate_usage.py aggregate_usage.py]
     78 * [wiki://Workshops/JobCheckpointing/Examples#plot_progress.py plot_progress.py]
    7779 * [wiki://Workshops/JobCheckpointing/Examples/BASH#checkpoint_signal_iter.sh checkpoint_signal_iter.sh]
    7880
     
    9698[tulaneID@cypress1 ~]$ tail -f log_*
    9799}}}
     100
     101== Overriding the default settings ==
     102
     103To customize your workflow, see [wiki://Workshops/JobCheckpointing/Examples#Overridingdefaultsettings Overriding default settings] for overriding the default settings in the checkpoint submitter according to your needs.
    98104
    99105== Sample run outputs ==