|
1 | 1 | This file contains a description of the major changes to the EESSI test suite. |
2 | 2 | For more detailed information, please see the git log. |
3 | 3 |
|
| 4 | +v0.4.0 (26 September 2024) |
| 5 | +-------------------------- |
| 6 | + |
| 7 | +This is a minor release of the EESSI test-suite |
| 8 | + |
| 9 | +New tests: |
| 10 | + |
| 11 | +* PyTorch (with torchvision) (#130) |
| 12 | +* LAMMPS (#131, #169) |
| 13 | +* CP2K (#133) |
| 14 | + |
| 15 | +Bug fixes: |
| 16 | +* Find and report duplicate modules (#167) |
| 17 | +* Specify memory as an extra resource in all ReFrame configs (#180) |
| 18 | +* Make req_memory_per_node hook print a warning if memory resource is not configured in ReFrame config (#182) |
| 19 | +* No longer test import of eessi.testsuite.utils directly in CI, as it fails (by design) for the ReFrame 4.6.2 version deployed in EESSI (#183) |
| 20 | + |
| 21 | +Other updates: |
| 22 | +* mpi4py reduction test for tutorial (#149, #172), to accompany [documentation](https://www.eessi.io/docs/test-suite/writing-portable-tests/) on writing portable tests for the EESSI test suite |
| 23 | +* Various updates to Snellius ReFrame config (#165, #168, #187, #188) |
| 24 | +* Make the use of EESSI optional in common_eessi_init, to better support testing of local software stacks (#166) |
| 25 | +* Remove hard-coded SLURM account from karolina and hortense configs in favour of using the `$SBATCH_ACCOUNT` environment variable (#171) |
| 26 | +* Add ReFrame config and CI config for EESSI Azure build cluster (#173, #176, #186) |
| 27 | +* Add hook for measuring memory usage in a job (#174) |
| 28 | +* Bump default ReFrame version used in CI config to 4.6.2 (#175) |
| 29 | +* Use ReFrame warning's to print warnings, amking them easier to spot (#178) |
| 30 | +* Limit runtime of ReFrame command in in CI config (#179) |
| 31 | +* Add release notes and bump versions (#189) |
| 32 | + |
4 | 33 | v0.3.2 (29 June 2024) |
5 | 34 | --------------------- |
6 | 35 |
|
|
0 commit comments