Changes between Version 11 and Version 12 of Workshops/JobCheckpointing/Examples
- Timestamp:
- 04/09/2026 11:06:01 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing/Examples
v11 v12 6 6 '''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].) 7 7 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]. 8 In 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 11 In case your workflow is '''embarrassingly parallel''', then please first refer to the material in [wiki:Workshops/JobParallelism Job Parallelism]. 9 12 10 13 == Quick start ==
