From aca3bfa951ba364e9951bbbb5dd35bd81ff7ff33 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Mon, 5 Dec 2022 12:43:00 +0000 Subject: [PATCH] Set I_MPI_EXTRA_FILESYSTEM=on in Intel MPI Suggested by Eric Chamberland in a ticket. --- lmod/intelmpi_custom.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lmod/intelmpi_custom.lua b/lmod/intelmpi_custom.lua index 87e65a1..7660c6d 100644 --- a/lmod/intelmpi_custom.lua +++ b/lmod/intelmpi_custom.lua @@ -40,3 +40,5 @@ elseif string.sub(impiv,1,4) ~= "2021" then setenv("I_MPI_FABRICS_LIST", "ofa,dapl,tmi,tcp,ofi") end end + +setenv("I_MPI_EXTRA_FILESYSTEM", "on")