Skip to content
Snippets Groups Projects
Commit 8262742a authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Joris P. 03/09/2024: fix OASIS compilation in parallel

parent b076faf6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -384,16 +384,23 @@ endif
##########################################################
ifeq "$(VER_OASIS)" "OASISAUTO"
#
ifeq "$(VER_CDF)" "CDFAUTO"
$(OASIS_KEY) : $(CDF_MOD)
endif
#
oasis : $(OASIS_KEY)
$(OASIS_KEY):
cd ${SRC_MESONH}/src/LIB/oasis3-mct_${VERSION_OASIS}/util/make_dir && make realclean -f TopMakefileOasis3 && make -f TopMakefileOasis3 && cd ${SRC_MESONH}/src/LIB/toy_${VERSION_TOY} && make clean -f Makefile_OASISMNH && make -f Makefile_OASISMNH
cd ${SRC_MESONH}/src/LIB/oasis3-mct_${VERSION_OASIS}/util/make_dir && \
$(MAKE) -f TopMakefileOasis3 makedirs-static makemct-static makescrip-static makepsmile-static && \
cd ${SRC_MESONH}/src/LIB/toy_${VERSION_TOY} && \
$(MAKE) -f Makefile_OASISMNH
cleanmaster : cleanoasis
cleanoasis :
- [ -d ${OASIS_PATH} ] && rm -fr ${OASIS_PATH}
toy:
cd ${SRC_MESONH}/src/LIB/toy_${VERSION_TOY} && make clean -f Makefile_OASISMNH && make -f Makefile_OASISMNH
cd ${SRC_MESONH}/src/LIB/toy_${VERSION_TOY} && $(MAKE) clean -f Makefile_OASISMNH && $(MAKE) -f Makefile_OASISMNH
endif
##########################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment