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-10 21:47:02 +02:00
external fixed units when using output plugins 2019-05-21 01:36:19 +02:00
include flipped sign of gradient to be consistent with FFTW convention 2019-10-10 21:47:02 +02:00
new fixed cmake error when building without mpi 2019-10-08 20:21:28 +02:00
src flipped sign of gradient to be consistent with FFTW convention 2019-10-10 21:47:02 +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 fixed cmake error when building without mpi 2019-10-08 20:21:28 +02:00
example.conf updated example.conf for aniso 2019-09-16 18:12:25 +02:00
FindFFTW3.cmake changed to more flexible FindFFTW3.cmake script. 2019-09-25 21:17:39 +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