saiph: remove dangerous Intel MPI envvar

It is no longer used, as we have moved to the release library version.
This commit is contained in:
Rodrigo Arias 2021-02-05 12:05:18 +01:00
parent b7dcf7bc69
commit e4ab177d6c
2 changed files with 0 additions and 2 deletions

View File

@ -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
'';
};

View File

@ -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
'';
};