Skip to content

Commit

Permalink
change ReFrame version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 vscuser committed Jan 3, 2025
1 parent 558e3ba commit 68a8ccd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#
# authors: Samuel Moors (VUB-HPC), Kenneth Hoste (HPC-UGent), Lara Peeters (HPC-UGent)

# ReFrame version needs to be 4.7 or older to use the `shed_access_in_submit` option

# Use generated topology file by ReFrame for CPU partitions
# `shed_access_in_submit` does not work with setting `'remote_detect': True,`

Expand All @@ -16,7 +14,7 @@
# python3 -m venv "$TMPDIR"/reframe_venv
# source "$TMPDIR"/reframe_venv/bin/activate
# python3 -m pip install --upgrade pip
# python3 -m pip install reframe-hpc=="4.7.2"
# python3 -m pip install reframe-hpc=="4.6.2"
#
# mkdir -p ~/.reframe/topology/hortense-{partition_name}
# reframe --detect-host-topology \
Expand Down

0 comments on commit 68a8ccd

Please sign in to comment.