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 / Register
Toggle navigation
Open sidebar
CrayzeeWulf
Xdmf
Commits
03fc01be
Commit
03fc01be
authored
Sep 09, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensured hdf5 parallel dependancy
parent
65d26363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
core/dsm/CMakeLists.txt
core/dsm/CMakeLists.txt
+3
-0
No files found.
core/dsm/CMakeLists.txt
View file @
03fc01be
...
...
@@ -36,6 +36,9 @@ if(HDF5_FOUND)
include_directories
(
${
MPI_INCLUDE_PATH
}
)
set
(
XdmfDSMLinkLibraries
${
XdmfDSMLinkLibraries
}
${
MPI_LIBRARY
}
${
MPI_EXTRA_LIBRARY
}
)
endif
(
MPI_FOUND
)
else
(
HDF5_IS_PARALLEL
)
message
(
SEND_ERROR
"Error: XdmfDSM requires a parallel enabled build of HDF5."
)
endif
(
HDF5_IS_PARALLEL
)
set
(
XdmfDSMLinkLibraries
${
XdmfDSMLinkLibraries
}
${
HDF5_LIBRARIES
}
)
endif
(
HDF5_FOUND
)
...
...
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