Skip to content

Library for reading cross sections generated using the cstool project

Notifications You must be signed in to change notification settings

eScatter/csread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

csread

C++ library for reading cross sections generated using the cstool project from HDF5 files. It is maintained as a separate project because it is used by more than one simulator.

Building

Dependencies:

  • C++11 compiler, gcc 4.8.4 and later are known to work
  • The C++ component of the HDF5 libraries, version 1.10.1 or greater.

This project is not supposed to be built on its own. It creates a csread library meant to be used by CMake projects.

If CMake cannot find HDF5 libraries or complains about an old version, please get the latest version here. Be sure to compile with C++ enabled (--enable-cxx). If CMake still cannot find the libraries, their path can be provided with the -DHDF5_ROOT=/your/path/ command-line option. Be sure to clear the cache!

About

Library for reading cross sections generated using the cstool project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published