lanl/nuflood

Name: nuflood

Owner: Los Alamos National Laboratory

Description: An open-source software project for surface water simulation.

Created: 2016-08-02 20:17:00.0

Updated: 2018-03-29 21:03:27.0

Pushed: 2018-03-29 21:03:26.0

Homepage:

Size: 120

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Nuflood

Build status

| Linux | Codecov | | :—————: | :——————-: | | lin-badge | cov-badge |

Installation

Nuflood uses the following software as its dependencies:

To retrieve dependencies included as submodules (e.g., rapidjson), run:

submodule update --init --recursive

Finally, compile the software:

r build && cd build
e .. && make

To compile on Mac OSX, ensure non-Clang gcc and g++ compilers are installed, then run

r build && cd build
e -DCMAKE_C_COMPILER=/path/to/gcc -DCMAKE_CXX_COMPILER=/path/to/g++ ..

Build and run the Docker image
er build -t nuflood .
er run -it --rm nuflood /bin/bash
License

BSD-ish

LA-CC-15-008


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.