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-12-19 11:52:08 +00:00
parent fa1abffd0d
commit 120cf21577

View file

@ -18,3 +18,9 @@ Create build directory, configure, and build:
this should create an executable in the build directory. this should create an executable in the build directory.
There is an example parameter file 'example.conf' in the main directory There is an example parameter file 'example.conf' in the main directory
If you run into problems with CMake not being able to find your local FFTW3 or HDF5 installation, it is best to give the path directly as
FFTW3_ROOT=<path> HDF5_ROOT=<path> ccmake ..
make sure to delete previous files generated by CMake before reconfiguring like this.