Skip to content

ReFrame 3.5.2

Choose a tag to compare

@vkarak vkarak released this 06 Apr 20:08
· 4914 commits to master since this release
bab2770

ReFrame v3.5.2 Release Notes

New features and enhancements

  • Re-implement pipeline hook mechanism and add a post-init hook (#1865)
  • Improve error message when parameters are undefined (#1888)

Bug fixes

  • Fix crash when sourcesdir is set to None in class body (#1910)
  • Fix missing path to build stdout when collecting EasyBuild installed modules (#1891)
  • Fix squeue backend scheduler crash (#1907)
  • Fix rescheduling condition for asynchronous execution policy (#1904)
  • Color bootstrap.sh only if stdout is a terminal (#1898)
  • Fix bootstrap script for pip-less Python installations (#1900)
  • Do not skip test if sanity_patterns is not set (#1897)
  • Set stdin to null when launching processes from ReFrame, so that processes do no think they are on a tty (#1879)
  • Fix the call order on the __set_name__ hook for built-in variables (#1881)

Other

  • Add -pthread to the multithreaded tutorial test (#1870)
  • Add tutorial about reusable tests (#1895)