Skip to content

Commit

Permalink
Merge pull request #13325 from mcgratta/master
Browse files Browse the repository at this point in the history
qfds.sh: Remove I_MPI_XXX parameter
  • Loading branch information
mcgratta authored Aug 15, 2024
2 parents acf5460 + dd87b63 commit 579e982
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Utilities/Scripts/qfds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 579e982

Please sign in to comment.