Skip to content

Reframe 2.3

Compare
Choose a tag to compare
@vkarak vkarak released this 29 May 19:28
· 10782 commits to develop since this release

Reframe 2.3 release notes

API changes

  • Sanity checking returns True if sanity_patterns are empty
  • Introduction of readonly_files variable in RegressionTest API to allow symlinking of target files
  • New propagate member variable of ProgEnvironment that enables/disables the propagation of compilation flags to the underlying make invocation
  • Default value for programming environment flags is now None. See Reference Guide for more information on the actual behaviour.

Framework

  • More robust behaviour when no modules are loaded
  • Support for virtual copying of directories
  • Ability to invoke make without passing it the environment's flags
  • Fixed sandboxing of system partitions
  • Unit test and CI improvements
  • Other bug fixes