Skip to content

Commit

Permalink
Update docs/test-suite/writing-portable-tests.md
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Grassano <34096612+Crivella@users.noreply.github.com>
  • Loading branch information
casparvl and Crivella authored Sep 4, 2024
1 parent 115810f commit 2c19e27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/test-suite/writing-portable-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ class EESSI_MPI4PY(rfm.RunOnlyRegressionTest):
valid_systems = ['snellius']

# ReFrame will generate a test for each module
# NOTE: each parameter adds a new dimension to the parametrization space.
# (EG 4 parameters with (3,3,2,2) possible values will result in 36 tests).
# Be mindful of how many parameters you add to avoid the number of tests generated being excessive.
# https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.builtins.parameter
module_name = parameter(['mpi4py/3.1.4-gompi-2023a', 'mpi4py/3.1.5-gompi-2023b'])

Expand Down

0 comments on commit 2c19e27

Please sign in to comment.