Skip to content

Commit

Permalink
Use the ESMF_PRELOAD_SH script for OpenMPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Oct 23, 2023
1 parent 1328e86 commit dbfec2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,9 @@ endif
ifneq (,$(findstring mpich,$(ESMF_COMM)))
ESMF_PRELOAD_SH = $(ESMF_PRELOADSCRIPT)
endif
ifeq ($(ESMF_COMM),openmpi)
ESMF_PRELOAD_SH = $(ESMF_PRELOADSCRIPT)
endif
ifeq ($(ESMF_COMM),mpi)
ESMF_PRELOAD_SH = $(ESMF_PRELOADSCRIPT)
endif
Expand Down

0 comments on commit dbfec2f

Please sign in to comment.