Skip to content
Snippets Groups Projects
Commit 531e6f69 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 11/01/2022: add MNH_BITREP option for Cray rules

parent 7272f3d3
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,14 @@ INC += -I${GA_ROOT}/include ...@@ -135,6 +135,14 @@ INC += -I${GA_ROOT}/include
LIBS += -L${GA_ROOT}/lib -larmci -lga -lgfortran LIBS += -L${GA_ROOT}/lib -larmci -lga -lgfortran
endif endif
# #
# BITREP flags
#
#if MNH_BITREP exists => compile with the BITREP library
MNH_BITREP = YES
ifeq "$(MNH_BITREP)" "YES"
CPPFLAGS_MNH += -DMNH_BITREP
endif
#
# LIBTOOLS flags # LIBTOOLS flags
# #
#if MNH_TOOLS exists => compile the tools #if MNH_TOOLS exists => compile the tools
......
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