Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ echo "ReFrame config file used:"
cat "${RFM_CONFIG_FILES}"

# Workaround for https://github.com/EESSI/software-layer/pull/467#issuecomment-1973341966
export PSM3_DEVICES='self,shm' # this is enough, since we only run single node for now
# export PSM3_DEVICES='self,shm' # this is enough, since we only run single node for now
# The above one stopped working in 2025.06, see
# https://github.com/EESSI/software-layer-scripts/pull/121
# Disable the psm3 provider instead:
export FI_PROVIDER="^psm3"

# Check we can run reframe
reframe --version
Expand Down