Skip to content

Commit

Permalink
Merge pull request #638 from lbarraga/remove-checkpointing-from-best-…
Browse files Browse the repository at this point in the history
…practices

removed checkpointing
  • Loading branch information
boegel authored Jul 5, 2024
2 parents b491d42 + 75a6c1a commit 72f5b56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mkdocs/docs/HPC/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
9. Submit small jobs by grouping them together. See chapter [Multi-job submission](multi_job_submission.md) for
how this is done.

10. The runtime is limited by the maximum walltime of the queues. For
longer walltimes, use checkpointing.
10. The runtime is limited by the maximum walltime of the queues.

11. Requesting many processors could imply long queue times. It's
advised to only request the resources you'll be able to use.
Expand Down

0 comments on commit 72f5b56

Please sign in to comment.