Skip to content

Commit

Permalink
Merge pull request #217 from laraPPr/update_test-suite
Browse files Browse the repository at this point in the history
add new available tests to documentation
  • Loading branch information
boegel authored Jun 29, 2024
2 parents 78134c3 + ef6d8b2 commit ff6c24e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/test-suite/available-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,31 @@ reframe --run --name OSU-Micro-Benchmarks

!!! warning
This test requires OSU Micro-Benchmarks v5.9 or newer, using an older OSU -Micro-Benchmark version will not work!

## ESPResSo { #espresso }

A test for [ESPResSo](https://espressomd.org), a software package for performing and analysing scientific molecular dynamics simulations.

It is implemented in [`tests/apps/espresso/`](https://github.com/EESSI/test-suite/blob/main/eessi/testsuite/tests/apps/espresso).

To run this ESPResSo test, use:

```bash
reframe --run --name ESPResSo
```

## QuantumESPRESSO { #quantumespresso }

A test for [QuantumESPRESSO](https://www.quantum-espresso.org), an integrated suite of computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials (both norm-conserving and ultrasoft).

It is implemented in [`tests/apps/QuantumESPRESSO.py`](https://github.com/EESSI/test-suite/blob/main/eessi/testsuite/tests/apps/QuantumESPRESSO.py).

To run this QuantumESPRESSO test, use:

```bash
reframe --run --name QuantumESPRESSO
```

!!! warning
This test requires ReFrame v4.6.0 or newer, in older versions the QuantumESPRESSO test is not included in hpctestlib!

23 changes: 23 additions & 0 deletions docs/test-suite/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release notes for EESSI test suite

## 0.3.0 (27 june 2024)

This is a minor release of the EESSI test-suite

It includes:

* Update config AWS MC cluster to use `software.eessi.io` (#126)
* Add test for QuantumESPRESSO (pw.x) (#128)
* Fix compact process binding for OpenMPI mpirun (#137)
* Use compact process binding for GROMACS (#139)
* Rename scale tags 1_cpn_2_nodes and 1_cpn_4_nodes (#140)
* Set SRUN_CPUS_PER_TASK for srun launcher (#141)
* Fix for "Failed to modify UD QP to INIT on mlx5_0" on Karolina CI runs (#142)
* Reduce the iteration count to make the OSU tests run faster, especially on slower interconnects (#143)
* Add test for ESPResSo (P3M) (#144)
* Use software.eessi.io repo in CI (#146)
* Add notes on release management to README (#148)
* Fix memory_per_node for Hortense (#151)
* Use MiB units for memory per node (#152)
* Added / updated memory for various systems in MiB units (#153)
* Add additional test for ESPRESSO (LJ) (#155)
* Bump default version used in CI (#157)

## 0.2.0 (7 march 2024)

This is a minor release of the EESSI test-suite
Expand Down

0 comments on commit ff6c24e

Please sign in to comment.