Skip to content
Snippets Groups Projects

HDF5 minimal example

Merged Tobias Meisel requested to merge without_odds into main
3 files
+ 98
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.0)
project(mpitest VERSION 0.1.0)
find_package(MPI REQUIRED)
find_package(HDF5 REQUIRED)
add_executable(mpitest ref.cpp)
add_executable(mpitest hdf5.cpp)
target_link_libraries(mpitest
PRIVATE
MPI::MPI_CXX
Loading