From e4ab177d6cdfae7c35ac39537dc2798078446e25 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 5 Feb 2021 12:05:18 +0100 Subject: [PATCH] saiph: remove dangerous Intel MPI envvar It is no longer used, as we have moved to the release library version. --- garlic/exp/saiph/granularity.nix | 1 - garlic/exp/saiph/numcomm.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/garlic/exp/saiph/granularity.nix b/garlic/exp/saiph/granularity.nix index f0db5c5..b27827a 100644 --- a/garlic/exp/saiph/granularity.nix +++ b/garlic/exp/saiph/granularity.nix @@ -49,7 +49,6 @@ let env = '' export OMP_NUM_THREADS=${toString hw.cpusPerSocket} export NANOS6_REPORT_PREFIX="#" - export I_MPI_THREAD_SPLIT=1 export ASAN_SYMBOLIZER_PATH=${bsc.clangOmpss2Unwrapped}/bin/llvm-symbolizer ''; }; diff --git a/garlic/exp/saiph/numcomm.nix b/garlic/exp/saiph/numcomm.nix index 891f78e..03bd7e2 100644 --- a/garlic/exp/saiph/numcomm.nix +++ b/garlic/exp/saiph/numcomm.nix @@ -47,7 +47,6 @@ let env = '' export OMP_NUM_THREADS=24 export NANOS6_REPORT_PREFIX="#" - export I_MPI_THREAD_SPLIT=1 export ASAN_SYMBOLIZER_PATH=${bsc.clangOmpss2Unwrapped}/bin/llvm-symbolizer ''; };