1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00
High order LPT/PPT cosmological IC generator for single resolution cosmological simulations
Find a file
2019-10-12 15:06:49 +02:00
external fixed units when using output plugins 2019-05-21 01:36:19 +02:00
include inlined global lambdas, requires upgrading to C++17 2019-10-12 15:06:49 +02:00
new fixed cmake error when building without mpi 2019-10-08 20:21:28 +02:00
src poincare test now outputs field statistics 2019-10-12 14:43:06 +02:00
testing/RAMSES added RAMSES testing namelist and conf file 2019-08-08 18:54:10 +02:00
.gitignore added .DS_store to ignore 2019-08-05 17:41:56 +02:00
.gitmodules Changed the CLASS repository to the fork. 2019-05-15 15:21:14 +02:00
CMakeLists.txt inlined global lambdas, requires upgrading to C++17 2019-10-12 15:06:49 +02:00
example.conf uncommented aniso parameters in example config file 2019-10-12 14:43:31 +02:00
FindFFTW3.cmake fixed a mistake in FindFFTW cmake script 2019-10-12 15:06:12 +02:00
README.md README.md edited online with Bitbucket 2019-09-04 10:29:48 +00:00
version.cmake added compile time version information output and new logo 2019-09-04 12:07:40 +02:00

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