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

Quentin 02/04/2024: add pyft --addMPPDB_CHECKS to compilation with gfortran and nvhpc

parent b75659ef
No related branches found
No related tags found
No related merge requests found
......@@ -226,5 +226,5 @@ endif
SPLL = spll_new
PHYEX_LIST = $(notdir $(shell find PHYEX/micro PHYEX/turb -follow -type f -name "*.f*" | sed -e 's/\(.*\)\(\.\).*/\1.D/g' ))
$(PHYEX_LIST) : PYFT = pyft_tool.py --addStack MESONH --stopScopes toto
$(PHYEX_LIST) : PYFT = pyft_tool.py --addMPPDB_CHECKS --addStack MESONH --stopScopes toto
......@@ -335,5 +335,5 @@ endif
SPLL = spll_new
PHYEX_LIST = $(notdir $(shell find PHYEX/micro PHYEX/turb -follow -type f -name "*.f*" | sed -e 's/\(.*\)\(\.\).*/\1.D/g' ))
$(PHYEX_LIST) : PYFT = pyft_tool.py --addStack MESONH --stopScopes toto
$(PHYEX_LIST) : PYFT = pyft_tool.py --addMPPDB_CHECKS --addStack MESONH --stopScopes toto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment