Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checkpointing is needed for IM_calculation due to large job size and limited running time on Kupe. Therefore, we implemented checkpointing to track the current progress of an im_calculation job, and carry on from where the job was interruped interrupted by slurm.

To run checkpointing, first git clone the IM_calculaiton repo, then check out the checkpoint branch

...