Skip to content
Snippets Groups Projects
Commit b74958be authored by Pietro Incardona's avatar Pietro Incardona
Browse files

pdate with update modules

parent 8a89c77d
No related branches found
No related tags found
No related merge requests found
......@@ -84,29 +84,32 @@ else
NVCCFLAGS+="$NVCCFLAGS -O3 "
fi
## Check for memcheck
#########
## Check for Metis
IMMDX_LIB_METIS([],[echo "Cannot detect metis, use the --with-metis option if it is not installed in the default location"
exit 201])
########
AC_MSG_CHECKING(whether to build with memcheck capabilities)
AC_ARG_ENABLE(memcheck,
## Enable scan coverty
AC_MSG_CHECKING(whether to build for scan coverty compilation)
AC_ARG_ENABLE(scan-coverty,
AC_HELP_STRING(
[--enable-memcheck],
[enable memory check (def=no)]
[--enable-scan-coverty],
[enable scan-coverty compilation (def=no)]
),
memcheck="$enableval"
scancoverty="$enableval"
)
AC_MSG_RESULT($memcheck)
AC_MSG_RESULT($scancoverty)
if test x"$memcheck" = x"yes"; then
AC_DEFINE([MEMLEAK_CHECK],[],[Memory check, corruption and leak])
if test x"$scancoverty" = x"yes"; then
AC_DEFINE([COVERTY_SCAN],[],[Compile for coverty scan])
fi
#########
## Check for Metis
IMMDX_LIB_METIS([],[echo "Cannot detect metis, use the --with-metis option if it is not installed in the default location"
exit 201])
####### include OpenFPM_devices include path
......
openfpm_data @ 7283b5d5
Subproject commit 8c0697ce972fc6c4f82aefea2750b12c4bd40b18
Subproject commit 7283b5d52466ba271171d140955c8104bbe0a207
openfpm_io @ 3e0e5333
Subproject commit a57523c7d63fba78fafe6385db759984fc70bc04
Subproject commit 3e0e53331a6758d18409834abb1c9a3d3ae06de6
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