Skip to content

ReFrame 2.12

Compare
Choose a tag to compare
@vkarak vkarak released this 04 May 09:54
· 10451 commits to develop since this release

ReFrame 2.12 Release Notes

API Changes

  • post_run and pre_run attributes removed from the Job class
  • Support for wildcards in valid_prog_environs

Framework

  • Support for automatic retry of failing tests (new --max-retries option)
  • Support for custom configuration files (new -C option)
  • Poll rate of the asynchronous execution policy is now lowered
  • Unique test names are now enforced
  • Environment variables are expanded in the -c option
  • Documentation fixes and updates
  • Internal abstraction layer for treating ReFrame versions
  • Bug fixes: #192, #207, #221, #266, #274, #279

Regression tests

  • New regression test for TensorFlow
  • New flexible MPI Hello World test
  • Add numerical sanity checks for Amber, CP2K, CPMD, GROMACS, LAMMPS, NAMD
  • Corrected use of scoped dict key updates in the multi-GPU CUDA test
  • Bug fixes: #242