Changes between Version 11 and Version 12 of Workshops/JobCheckpointing/Examples


Ignore:
Timestamp:
04/09/2026 11:06:01 AM (3 months ago)
Author:
Carl Baribault
Comment:

Added suggestion to consult user forum

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/JobCheckpointing/Examples

    v11 v12  
    66'''Before you adopt a checkpointing workflow''', make a determination of whether your workflow consists - either entirely or in large part - of data elements or other components that can be processed '''entirely independently''' of each other - rather than each one depending on the previous. This is also referred to as '''embarrassingly parallel'''. (See also [https://www.freecodecamp.org/news/embarrassingly-parallel-algorithms-explained-with-examples/ Embarrassingly Parallel Algorithms Explained].)
    77
    8 If so, namely that your case is the former (embarrassingly parallel) in the above, then please first refer to the material in [wiki:Workshops/JobParallelism Job Parallelism].
     8In order to make the above determination, you may need to '''consult your software provider's user forum''', such as [https://github.com GitHub].
     9
     10 
     11In case your workflow is '''embarrassingly parallel''', then please first refer to the material in [wiki:Workshops/JobParallelism Job Parallelism].
    912
    1013== Quick start ==