Skip to content
Snippets Groups Projects
README.md 307 B
Newer Older
Juergen Hannappel's avatar
Juergen Hannappel committed
# DetectorWriteSim

Simulation program for typical photon science detector workloads (new wheel...) with measurement of data storage performance 

## build instructions

After the git checkout:
  * git submodule init
  * git submodule update
  * mkdir build
  * cd build; cmake ..
  * cd -
  * make -C build