interactive-track-and-trace/opening-hdf5
robin f492ebd91e fix: cmakelists.txt 2024-04-18 14:45:37 +02:00
..
src fix: cmakelists.txt 2024-04-18 14:45:37 +02:00
.gitignore feat: implemented reading hdf5 2024-04-18 13:21:53 +02:00
README.md readme update 2024-04-18 14:44:48 +02:00

README.md

Location of data

The data path is hardcoded such that the following tree structure is assumed:

data/
  grid.h5
  hydrodynamic_U.h5
  hydrodynamic_V.h5
interactive-track-and-trace/
  opening-hdf5/
     ...

Compiling

Let the current directory be the src directory. Run:

mkdir build
cd build
cmake ..
make

Building with Linux

Makes use of mdspan which is not supported by GCC libstdc++ at time of writing. See compiler support for mdspan. Probably you will need to install Clang libc++.