From dd87b63c7becc4326200eaede37a16a4ba614312 Mon Sep 17 00:00:00 2001 From: mcgratta Date: Thu, 15 Aug 2024 09:03:59 -0400 Subject: [PATCH] qfds.sh: Remove I_MPI_XXX parameter --- Utilities/Scripts/qfds.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Utilities/Scripts/qfds.sh b/Utilities/Scripts/qfds.sh index cb5a71b9c16..c77ab87b872 100755 --- a/Utilities/Scripts/qfds.sh +++ b/Utilities/Scripts/qfds.sh @@ -429,12 +429,6 @@ export I_MPI_PMI_VALUE_LENGTH_MAX=512 EOF fi -if [ "$USE_MPIRUN" == "1" ]; then -cat << EOF >> $scriptfile -export I_MPI_PIN_RESPECT_CPUSET=0 -EOF -fi - if [[ $n_openmp_threads -gt 1 ]] && [[ "$use_intel_mpi" == "1" ]]; then cat << EOF >> $scriptfile export I_MPI_PIN_DOMAIN=omp