Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
b74958be
Commit
b74958be
authored
Nov 07, 2015
by
incardon
Browse files
pdate with update modules
parent
8a89c77d
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b74958be
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment