Skip to content

Commit

Permalink
Set I_MPI_OFI_PROVIDER.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Sep 25, 2024
1 parent 40cd9d9 commit e5a43cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cp2k/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ if [ "${I_MPI_ROOT}" ]; then
export I_MPI_ADJUST_REDUCE=${I_MPI_ADJUST_REDUCE:-1}
export I_MPI_ADJUST_BCAST=${I_MPI_ADJUST_BCAST:-1}
fi
if [ ! "${I_MPI_OFI_PROVIDER}" ]; then
export I_MPI_OFI_PROVIDER=psm3
fi
export I_MPI_SHM_HEAP=${I_MPI_SHM_HEAP:-1}
export I_MPI_DEBUG=${I_MPI_DEBUG:-4}
#
Expand Down

0 comments on commit e5a43cf

Please sign in to comment.