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
848e4d1f
Commit
848e4d1f
authored
3 years ago
by
sachin_krishnan_tv
Committed by
Sachin Krishnan T V
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add closest point functions
parent
acac8fd3
No related branches found
No related tags found
No related merge requests found
Pipeline
#3119
passed
3 years ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
configure
+8
-0
8 additions, 0 deletions
configure
install
+3
-0
3 additions, 0 deletions
install
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
14 additions
and
1 deletion
CMakeLists.txt
+
2
−
0
View file @
848e4d1f
...
...
@@ -28,6 +28,8 @@ set(TINYOBJLOADER_ROOT CACHE PATH "TinyObjLoader library path")
set
(
SE_CLASS1 CACHE BOOL
"Activate compilation with SE_CLASS1"
)
set
(
SE_CLASS2 CACHE BOOL
"Activate compilation with SE_CLASS2"
)
set
(
SE_CLASS3 CACHE BOOL
"Activate compilation with SE_CLASS3"
)
set
(
BLITZ_ROOT CACHE PATH
"Blitz root directory"
)
set
(
ALGOIM_ROOT CACHE PATH
"Algoim root directory"
)
set
(
ACTION_ON_ERROR CACHE STRING
"Action to perform in case of error"
)
set
(
PROFILE_WITH_SCOREP CACHE BOOL
"Enable profiling with scorep"
)
set
(
ENV{PETSC_DIR}
${
PETSC_ROOT
}
)
...
...
This diff is collapsed.
Click to expand it.
configure
+
8
−
0
View file @
848e4d1f
...
...
@@ -108,6 +108,8 @@ with_parmetis
enable_se_class1
enable_se_class2
enable_se_class3
with_blitz
with_algoim
with_alpaka
with_action_on_error
with_boost
...
...
@@ -512,6 +514,12 @@ do
vcdevel
)
conf_options
=
"
$conf_options
-DVc_ROOT=
$ac_optarg
"
;;
blitz
)
conf_options
=
"
$conf_options
-DBLITZ_ROOT=
$ac_optarg
"
;;
algoim
)
conf_options
=
"
$conf_options
-DALGOIM_ROOT=
$ac_optarg
"
;;
alpaka
)
conf_options
=
"
$conf_options
-DALPAKA_ROOT=
$ac_optarg
"
;;
...
...
This diff is collapsed.
Click to expand it.
install
+
3
−
0
View file @
848e4d1f
...
...
@@ -296,6 +296,9 @@ configure_options=" $configure_options --with-parmetis=$i_dir/PARMETIS "
./script/install_Metis.sh
$i_dir
$CC
$CXX
$ncore
configure_options
=
"
$configure_options
--with-metis=
$i_dir
/METIS "
./script/install_blitz_algoim.sh
$i_dir
$ncore
configure_options
=
"
$configure_options
--with-blitz=
$i_dir
/BLITZ --with-algoim=
$i_dir
/ALGOIM "
if
[
x
"
$gpu_support
"
==
x
"1"
]
;
then
configure_options
=
"
$configure_options
--enable-gpu "
fi
...
...
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
1d3a6cc2
Subproject commit
7edb74ce68f5fd3f71817877712f0dbf8f35ea79
Subproject commit
1d3a6cc2a4ce7b1a21d6cc9e1bdf6edb385d276d
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