Changes between Version 11 and Version 12 of Workshops/JobCheckpointing
- Timestamp:
- 09/02/2026 04:50:55 PM (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing
v11 v12 22 22 * See also the command 23 23 * '''sacctmgr show qos format=Name,!MaxWall,!MaxNodesPerUser | grep -E "normal|long"''' 24 * '''Checkpointing mitigates job failures due to node (and/or storage) crashes''' - especially forlong running parallel MPI jobs.24 * '''Checkpointing mitigates the loss of resources and data due to either hardware failures or infinite looping jobs ''' - especially for otherwise long running parallel MPI jobs. 25 25 * '''Checkpointed jobs can handle frequent job pre-emption''' - especially for certain cloud-based job queues with high availability. 26 * '''Easier maintenance for HPC cluster managers''' - shorter maintenance periods waiting for nodes to become idle for servicing and reduced risk from less need for postponement of updates for security, hardware, and software. 27 26 28 27 29 == Con's of job checkpointing ==
