1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00
monofonIC/README.md
2019-09-04 10:29:48 +00:00

20 lines
510 B
Markdown

# monofonIC
High order LPT/QPT tool for single resolution simulations
## Build Instructions
Clone code including submodules (currently only CLASS is used as a submodule):
git clone --recurse-submodules https://ohahn@bitbucket.org/ohahn/monofonic.git
Create build directory, configure, and build:
mkdir monofonic/build; cd monofonic/build
ccmake ..
make
this should create an executable in the build directory.
There is an example parameter file 'example.conf' in the main directory