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

Update with Latest modules

parent 54251c8f
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,12 @@ AX_SUITESPARSE([],[echo "suitesparse not found"
AX_EIGEN([],[echo "eigen not found"
exit 206])
###### RT runtime lib
AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE([HAVE_CLOCK_GETTIME],[],[Have clock time])
OPT_LIBS="$OPT_LIBS -lrt"
])
####### Checking for GPU support
AX_CUDA
......@@ -330,6 +336,7 @@ AC_DEFINE([HAVE_MPI],[],[MPI Enabled])
AC_SUBST(NVCCFLAGS)
AC_SUBST(INCLUDES_PATH)
AC_SUBST(OPT_LIBS)
# Checks for typedefs, structures, and compiler characteristics.
......
openfpm_numerics @ aaa2cab1
Subproject commit c5aac757e46c64ce8c4d6335755422c478e8cbb2
Subproject commit aaa2cab12452445faa160d2b2a2ccdee85a93011
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