Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
solverstack
spm
Commits
f8d986ef
Commit
f8d986ef
authored
7 years ago
by
Pierre Ramet
Browse files
Options
Downloads
Patches
Plain Diff
attempt to fix mpi with fortan wrapper
parent
bfefc272
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-2
5 additions, 2 deletions
CMakeLists.txt
with
5 additions
and
2 deletions
CMakeLists.txt
+
5
−
2
View file @
f8d986ef
...
@@ -98,9 +98,12 @@ add_dependencies(pastix_spm
...
@@ -98,9 +98,12 @@ add_dependencies(pastix_spm
)
)
### Generate the lib
### Generate the lib
if
(
MPI_FOUND
)
if
(
MPI_
C_
FOUND
)
set_target_properties
(
pastix_spm PROPERTIES COMPILE_FLAGS
"
${
MPI_COMPILE_FLAGS
}
"
)
set_target_properties
(
pastix_spm PROPERTIES COMPILE_FLAGS
"
${
MPI_COMPILE_FLAGS
}
"
)
endif
(
MPI_FOUND
)
target_link_libraries
(
pastix_spm
${
MPI_C_LIBRARIES
}
)
endif
(
MPI_C_FOUND
)
install
(
TARGETS pastix_spm
install
(
TARGETS pastix_spm
ARCHIVE DESTINATION lib
ARCHIVE DESTINATION lib
...
...
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