Skip to content

mmansell7/mcdevops1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcdevops1

This is the mcdevops1 application.

Building

Application

$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug ../
$ cmake --build .

Documentation (Doxygen)

$ cd doc/doxygen
$ doxygen Doxyfile

Documenation (Sphinx)

$ sphinx-build -b html doc/sphinx doc/sphinx/_build/html

Doxygen documentation can be integreted into Sphinx using the Breathe extension.

Running

Application

$ cd build
$ ./mcdevops1 --help

Test Suite

$ cd build
$ test/test_mcdevops1

About

A Monte Carlo simulation package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published