We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69173d9 + dae5a6a commit 305c7f2Copy full SHA for 305c7f2
cmake/FindHDF5.cmake
@@ -9,3 +9,12 @@ if(CMAKE_VERSION VERSION_LESS 3.19)
9
else()
10
include(${CMAKE_ROOT}/Modules/FindHDF5.cmake)
11
endif()
12
+
13
+if ( HDF5_PROVIDES_PARALLEL )
14
+ if(NOT DEFINED HDF5_IS_PARALLEL)
15
+ message (STATUS "ADIOS is double checking to use the HDF2.0 parallel flag")
16
+ set(HDF5_IS_PARALLEL ${HDF5_PROVIDES_PARALLEL})
17
+ message (STATUS "HDF is set to parralel: ${HDF5_IS_PARALLEL}")
18
+ endif()
19
+endif()
20
0 commit comments