Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_numerics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_numerics
Commits
b690d07c
Commit
b690d07c
authored
May 05, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Numerics with paetsc
parent
905bfba7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
m4/ax_petsc_lib.m4
m4/ax_petsc_lib.m4
+2
-2
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
m4/ax_petsc_lib.m4
View file @
b690d07c
...
@@ -119,9 +119,9 @@ AC_MSG_WARN([could not find header file petsc.h]))
...
@@ -119,9 +119,9 @@ AC_MSG_WARN([could not find header file petsc.h]))
CC=$old_CC
CC=$old_CC
AC_MSG_CHECKING(PETSC in $with_petsc)
AC_MSG_CHECKING(PETSC in $with_petsc)
if test
"$petsc_lib" = "yes" -a "$petsc_h" =
"yes" ; then
if test
x"$petsc_lib" = x"yes" -a x"$petsc_h" = x
"yes" ; then
AC_SUBST(PETSC_INCLUDE, [-I$with_petsc/include])
AC_SUBST(PETSC_INCLUDE, [-I$with_petsc/include])
AC_SUBST(PETSC_LIB, [
-L$with_petsc/lib
])
AC_SUBST(PETSC_LIB, [
"-L$with_petsc/lib -lpetsc"
])
AC_MSG_RESULT(ok)
AC_MSG_RESULT(ok)
AC_DEFINE(HAVE_PETSC,1,[Define if you have PETSC library])
AC_DEFINE(HAVE_PETSC,1,[Define if you have PETSC library])
else
else
...
...
src/Makefile.am
View file @
b690d07c
...
@@ -5,7 +5,7 @@ noinst_PROGRAMS = numerics
...
@@ -5,7 +5,7 @@ noinst_PROGRAMS = numerics
numerics_SOURCES
=
main.cpp ../../openfpm_vcluster/src/VCluster.cpp ../../openfpm_devices/src/memory/HeapMemory.cpp ../../openfpm_devices/src/memory/PtrMemory.cpp ../../openfpm_devices/src/Memleak_check.cpp
numerics_SOURCES
=
main.cpp ../../openfpm_vcluster/src/VCluster.cpp ../../openfpm_devices/src/memory/HeapMemory.cpp ../../openfpm_devices/src/memory/PtrMemory.cpp ../../openfpm_devices/src/Memleak_check.cpp
numerics_CXXFLAGS
=
$(AM_CXXFLAGS)
$(HDF5_CPPFLAGS)
$(INCLUDES_PATH)
$(BOOST_CPPFLAGS)
$(SUITESPARSE_INCLUDE)
$(METIS_INCLUDE)
$(PARMETIS_INCLUDE)
$(EIGEN_INCLUDE)
$(PETSC_INCLUDE)
-Wno-deprecated-declarations
-Wno-unused-local-typedefs
numerics_CXXFLAGS
=
$(AM_CXXFLAGS)
$(HDF5_CPPFLAGS)
$(INCLUDES_PATH)
$(BOOST_CPPFLAGS)
$(SUITESPARSE_INCLUDE)
$(METIS_INCLUDE)
$(PARMETIS_INCLUDE)
$(EIGEN_INCLUDE)
$(PETSC_INCLUDE)
-Wno-deprecated-declarations
-Wno-unused-local-typedefs
numerics_CFLAGS
=
$(CUDA_CFLAGS)
numerics_CFLAGS
=
$(CUDA_CFLAGS)
numerics_LDADD
=
$(LINKLIBS)
-lparmetis
-lmetis
numerics_LDADD
=
$(LINKLIBS)
nobase_include_HEADERS
=
PSE/Kernels.hpp PSE/Kernels_test_util.hpp
nobase_include_HEADERS
=
PSE/Kernels.hpp PSE/Kernels_test_util.hpp
.cu.o
:
.cu.o
:
...
...
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