Skip to content

Leimeroth/mdstresslab

 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • C 1.3%
  • Other 0.4%