Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8d986ef authored by Pierre Ramet's avatar Pierre Ramet
Browse files

attempt to fix mpi with fortan wrapper

parent bfefc272
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment