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
1dcfc32a
Commit
1dcfc32a
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing HYPRE undefined reference
parent
67903533
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2433
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-11
0 additions, 11 deletions
CMakeLists.txt
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
1 addition
and
12 deletions
CMakeLists.txt
+
0
−
11
View file @
1dcfc32a
...
...
@@ -133,17 +133,6 @@ endif()
if
(
PETSC_FOUND
)
set
(
DEFINE_HAVE_PETSC
"#define HAVE_PETSC"
)
####### Check PETSC hypre (The FindPETSC does not look like add hypre)
# find_library(HYPRE_LIB HYPRE)
list
(
GET PETSC_LIBRARIES 0 PETSC_LIB_DIR
)
get_filename_component
(
PETSC_LIB_DIR
${
PETSC_LIB_DIR
}
DIRECTORY
)
find_library
(
HYPRE_LIB HYPRE HINTS
${
PETSC_LIB_DIR
}
)
if
(
HYPRE_LIB
)
list
(
APPEND PETSC_LIBRARIES
${
HYPRE_LIB
}
)
message
(
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
${
PETSC_LIBRARIES
}
"
)
endif
()
endif
()
if
(
SCAN_COVERTY
)
...
...
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
72c6753e
Subproject commit
1e292abf339d6291adf78a3de3091eec2b155414
Subproject commit
72c6753e85c9f5152b279bcc565694e78007ed51
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