1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

README.md edited online with Bitbucket

This commit is contained in:
Oliver Hahn 2019-09-04 10:29:48 +00:00
parent 45d7c0480c
commit edfd0e17a4

View file

@ -1,3 +1,20 @@
# fastLPT
# monofonIC
High order LPT tool for single grids
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