This commit is contained in:
edoapra 2023-11-28 13:34:03 -08:00
parent 3c1b01480c
commit 81925bad7d
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -3585,8 +3585,10 @@ ifdef USE_MPI
CORE_LIBS += $(NWLIBMPI)
endif
else
ifneq ($(MAKECMDGOALS),$(findstring $(MAKECMDGOALS), clean realclean distclean dependencies include_stamp deps_stamp directories $(BINDIR)/depend.x))
errornousempi:
$(info )
$(info MAKECMDGOALS $(MAKECMDGOALS))
$(info please set the env. variable USE_MPI)
$(info and provide a working MPI installation)
$(info )
@ -3596,6 +3598,7 @@ else
else
CORE_LIBS +=
endif
endif
endif