Skip to content

Commit 94c9413

Browse files
committed
disable PSM3
1 parent ebc290b commit 94c9413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_suite.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ 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+
export FI_PROVIDER="^psm3"
175176

176177
# Check we can run reframe
177178
reframe --version

0 commit comments

Comments
 (0)