Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_numerics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
yaskovet
openfpm_numerics
Commits
ca3ffd88
Commit
ca3ffd88
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing numeric compilation on sbalzarini-mac-15
parent
71a958cd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.am
+2
-2
2 additions, 2 deletions
src/Makefile.am
with
2 additions
and
2 deletions
src/Makefile.am
+
2
−
2
View file @
ca3ffd88
LINKLIBS
=
$(
OPENMP_LDFLAGS
)
$(
LIBHILBERT_LIB
)
$(
PETSC_LIB
)
$(
SUITESPARSE_LIBS
)
$(
LAPACK_LIBS
)
$(
BLAS_LIBS
)
$(
METIS_LIB
)
$(
PARMETIS_LIB
)
$(
DEFAULT_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_PROGRAM_OPTIONS_LIB
)
$(
BOOST_IOSTREAMS_LIB
)
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
$(
LIBQUADMATH
)
$(
OPENMP_LDFLAGS
)
$(
LIBIFCORE
)
LINKLIBS
=
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
$(
OPENMP_LDFLAGS
)
$(
LIBHILBERT_LIB
)
$(
PETSC_LIB
)
$(
SUITESPARSE_LIBS
)
$(
LAPACK_LIBS
)
$(
BLAS_LIBS
)
$(
METIS_LIB
)
$(
PARMETIS_LIB
)
$(
DEFAULT_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_PROGRAM_OPTIONS_LIB
)
$(
BOOST_IOSTREAMS_LIB
)
$(
LIBQUADMATH
)
$(
OPENMP_LDFLAGS
)
$(
LIBIFCORE
)
noinst_PROGRAMS
=
numerics
numerics_SOURCES
=
main.cpp ../../openfpm_vcluster/src/VCluster/VCluster.cpp ../../openfpm_devices/src/memory/HeapMemory.cpp ../../openfpm_devices/src/memory/PtrMemory.cpp ../../openfpm_devices/src/Memleak_check.cpp
numerics_CXXFLAGS
=
$(
OPENMP_CFLAGS
)
$(
LIBHILBERT_INCLUDE
)
$(
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
=
$(
HDF5_CPPFLAGS
)
$(
OPENMP_CFLAGS
)
$(
LIBHILBERT_INCLUDE
)
$(
AM_CXXFLAGS
)
$(
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_LDADD
=
$(
LINKLIBS
)
-lparmetis
-lmetis
nobase_include_HEADERS
=
Matrix/SparseMatrix.hpp Matrix/SparseMatrix_Eigen.hpp Matrix/SparseMatrix_petsc.hpp
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment