Skip to content

ReFrame 3.9.2

Compare
Choose a tag to compare
@vkarak vkarak released this 30 Nov 21:33
· 2658 commits to master since this release
8d63833

Release Notes

New features and enhancements

  • Support passing arbitrary options to git clone in the git_clone() utility function (#2279)
  • Define the execution order of hooks and implement it properly (#2273)
  • Accept 0 and 1 for boolean env variables (#2274)

Bug fixes

  • Fix hook execution order for hooks in the same class (#2287)

Test library

  • Fix incorrect regex for gpu_bandwidth_check perf results (#2272)
  • Add PyTorch library test and base CSCS test on top of it (#2183)
  • Add GROMACS benchmark tests (#2186)

Other

  • Decrease verbosity when running the tutorial from the CI (#2299)
  • Use documentation tags for literalinclude (#2295)
  • Update README (#2294)
  • Improve documentation of (pre|post)run_cmds (#2285)