Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PaMPA
PaMPA
Commits
ae791859
Commit
ae791859
authored
Mar 30, 2018
by
LACHAT Cedric
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cmakelists-patch-blux' into 'master'
Patch CMakeLists [Benjamin Lux] See merge request PaMPA/PaMPA-p!1
parents
efd0247e
7f8670dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
src/libpampa/CMakeLists.txt
src/libpampa/CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
ae791859
...
...
@@ -225,7 +225,6 @@ endif ()
# MPI
set
(
MPI_COMPILER mpicc
)
find_package
(
MPI REQUIRED
)
include_directories
(
${
MPI_INCLUDE_PATH
}
)
if
(
MPI_C_LIBRARIES
)
...
...
@@ -233,6 +232,7 @@ if (MPI_C_LIBRARIES)
else
()
list
(
APPEND PAMPA_DEPENDENCIES
${
MPI_LIBRARIES
}
m
)
endif
()
set
(
MPI_COMPILER
${
MPI_C_COMPILER
}
)
if
(
PAMPA_BUILD_ALONE
)
include_directories
(
${
PAMPA_SOURCE_DIR
}
/include
)
...
...
src/libpampa/CMakeLists.txt
View file @
ae791859
...
...
@@ -194,6 +194,7 @@ set(PAMPA_C_SOURCES
dmesh_halo.c
dmesh_mat.c
dmesh_overlap.c
dmesh_overlap.h
dmesh_redist.c
dmesh_redist.h
dmesh_save.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment