Skip to content

Commit 6303643

Browse files
authored
Merge pull request #121 from bedroge/debug_test_failures
New workaround for PSM3 issues causing test failures in 2025.06
2 parents 0343c6e + e37a475 commit 6303643

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test_suite.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ echo "ReFrame config file used:"
171171
cat "${RFM_CONFIG_FILES}"
172172

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

176180
# Check we can run reframe
177181
reframe --version

0 commit comments

Comments
 (0)