Leimeroth / mdstresslab

MDStressLab in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDSTRESSLAB

Installation Instructions

To install, do:

$ mkdir build

$ cd build

$ cmake -DCMAKE_BUILD_TYPE=Release ..

$ make

To test installation run unit tests, for example from build/ do:

$ cd unit_tests/testSW

$ ./testSW

If you want to run all the unit tests, from the unit_tests directory, do:

$ ctest all

Documentation

https://nikhil-admal.github.io/mdstresslab

About

MDStressLab in C++

License:Other


Languages

Language:C++ 98.4%Language:C 1.3%Language:CMake 0.2%Language:Fortran 0.2%