Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 18:29
· 26 commits to trunk since this release
2f32a59

Highlights:

This release is labeled 1.0 in recognition that row has been stable for some
time now. Future releases will continue to follow semantic versioning. Specifically,
future changes will be considered breaking if they would require users to modify
workflow.toml or if they change the --short output format of any command. Changes to
the human-readable output will not be considered breaking.

Row 1.0 can now set the number of threads per process for applications that
use rayon. Set "rayon" as the first element in launchers:

[[action]]
launchers = ["rayon"]

The documentation now shows the current page's headings in the left sidebar. Click on a
heading to navigate to that section.

Row 1.0 also adds support for certain SLURM configurations that do not accept
--gpus-per-task.

Added:

  • Rayon launcher that prefixes commands with RAYON_NUM_THREADS={T} (#195).
  • slurm_gpus_per_task cluster option (#197).

Changed:

  • Build the documentation with mdBook 0.5.0 (#203).

Fixed:

  • Fix the "JSON Pointers" example (#191).
  • Handle non-numeric suffixes output by sbatch (#197).