From 4299621d068438b0901def56ff81cad32ccb0799 Mon Sep 17 00:00:00 2001 From: "Haidao.Lin" Date: Sat, 5 Feb 2022 00:23:33 +0000 Subject: [PATCH] commenting out "export I_MPI_FABRICS=shm:ofa" to avoid intermittent crashes for GSI/FV3 runs on Hera --- env/build_hera_intel.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/build_hera_intel.env b/env/build_hera_intel.env index 12b93ea24e..f071a7523b 100644 --- a/env/build_hera_intel.env +++ b/env/build_hera_intel.env @@ -56,4 +56,4 @@ export FC=mpiifort export CMAKE_Platform=hera.intel # use shared memory and OpenFabrics Alliance (OFA) fabric with Intel MPI to circumvent RDMA-related bug in DAPL. -export I_MPI_FABRICS=shm:ofa +#export I_MPI_FABRICS=shm:ofa