Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 18:55
· 192 commits to trunk since this release

Row 0.2 adds support for partial-node job submissions on clusters without shared
partitions and fixes GPU job submissions on some clusters.

Added:

  • warn_[cpus|gpus]_not_multiple_of key in clusters.toml.

Changed:

  • OLCF Frontier configuration now uses warn_gpus_not_multiple_of instead of require_gpus_multiple_of.
  • OLCF Andes configuration now uses warn_cpus_not_multiple_of instead of require_cpus_multiple_of.

Fixed:

  • Prevent gpus-per-task is mutually exclusive with tres-per-task error.
  • Correctly set --mem-per-gpu on Great Lakes.
  • Correct formatting in the documentation.
  • Correct typos in the documentation.