We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0343c6e + e37a475 commit 6303643Copy full SHA for 6303643
test_suite.sh
@@ -171,7 +171,11 @@ echo "ReFrame config file used:"
171
cat "${RFM_CONFIG_FILES}"
172
173
# 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
+# 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"
179
180
# Check we can run reframe
181
reframe --version
0 commit comments