Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LLNL/SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://github.com/LLNL/SAMRAI

adaptive-mesh-refinement amr cpp hpc math-physics parallel-computing radiuss scientific-computing

Last synced: 11 days ago
JSON representation

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development

Awesome Lists containing this project

README

        

Building SAMRAI using CMake:

mkdir build && cd build
cmake ../
make

Third-party libraries will be detected by CMake based on what is in your path.
On LC systems, the `use` command should set the right environment variables.
Alternatively, you can use `CMAKE_PREFIX_PATH` to point CMake at the locations
of the libraries. The only required library is boost. HDF5 is enabled by
default but can be turned off by passing the argument `-DENABLE_HDF5=Off` to
CMake. More extensive instructions on building and installing SAMRAI using
CMake are available in the INSTALL-NOTES file.