Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
5bc950d3
Commit
5bc950d3
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing Numerics for ubuntu
parent
5008c6b0
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-5
2 additions, 5 deletions
CMakeLists.txt
build.sh
+0
-1
0 additions, 1 deletion
build.sh
cmake_modules/FindSuiteSparse.cmake
+236
-474
236 additions, 474 deletions
cmake_modules/FindSuiteSparse.cmake
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
239 additions
and
481 deletions
CMakeLists.txt
+
2
−
5
View file @
5bc950d3
...
...
@@ -25,8 +25,7 @@ set(ENV{EIGEN3_ROOT} ${EIGEN3_ROOT})
set
(
METIS_DIR
${
METIS_ROOT
}
)
set
(
PARMETIS_DIR
${
PARMETIS_ROOT
}
)
set
(
OPENBLAS_ROOT CACHE PATH
"Root path for blas library"
)
set
(
SUITESPARSE_CHECK_INCLUDE_DIRS
${
SUITESPARSE_ROOT
}
/include
)
set
(
SUITESPARSE_CHECK_LIBRARY_DIRS
${
SUITESPARSE_ROOT
}
/lib
)
set
(
SuiteSparse_ROOT
${
SUITESPARSE_ROOT
}
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CUDA_STANDARD 11
)
...
...
@@ -44,8 +43,6 @@ if(ENABLE_GPU)
find_package
(
CUDA
)
endif
()
message
(
"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
${
OPENBLAS_ROOT
}
"
)
message
(
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA $ENV{LD_LIBRARY_PATH}"
)
find_package
(
Boost 1.68.0 COMPONENTS unit_test_framework iostreams program_options
)
find_package
(
MPI
)
...
...
@@ -59,7 +56,7 @@ find_package(TinyObjLoader )
find_package
(
BLAS
)
find_package
(
LAPACK
)
find_package
(
Eigen3
)
find_package
(
SuiteSparse
)
find_package
(
SuiteSparse
OPTIONAL_COMPONENTS UMFPACK
)
if
(
PROFILE_WITH_SCOREP
)
set
(
CMAKE_CXX_COMPILER_LAUNCHER
"scorep"
)
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
0
−
1
View file @
5bc950d3
...
...
@@ -14,7 +14,6 @@ echo "make target: $target"
echo
"compilation type:
$comp_type
"
echo
"Branch name:
$branch
"
rm
-rf
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
/EIGEN
if
[
x
"
$hostname
"
==
x
"cifarm-centos-node.mpi-cbg.de"
]
;
then
#we retest PETSC installation
...
...
This diff is collapsed.
Click to expand it.
cmake_modules/FindSuiteSparse.cmake
+
236
−
474
View file @
5bc950d3
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
362f5173
Subproject commit
8998b7a730e8beaeca1b5f06793fe25d10f8ef1
6
Subproject commit
362f517377e313a26904e6bfcaf4bf0613bd690
6
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