Skip to content
Snippets Groups Projects
Commit ef6156cd authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'bugfix/documentation' into 'master'

updates readme

Closes #46

See merge request !77
parents 953cb65f f3bcd9b4
No related branches found
No related tags found
1 merge request!77updates readme
Pipeline #185966 passed
...@@ -129,9 +129,9 @@ TurTLE has the following requirements: ...@@ -129,9 +129,9 @@ TurTLE has the following requirements:
- FFTW version >= 3.3.4 - FFTW version >= 3.3.4
- HDF5 version >= 1.8. **Important**: must be compiled with the option :code:`--enable-parallel` - HDF5 version >= 1.12. **Important**: must be compiled with the option :code:`--enable-parallel`
- cmake version > 3.12 - cmake version >= 3.23
- (optional) GNU Scientific Library (GSL) - (optional) GNU Scientific Library (GSL)
...@@ -201,7 +201,7 @@ equal to :code:`<TURTLE_DIR>`. ...@@ -201,7 +201,7 @@ equal to :code:`<TURTLE_DIR>`.
searches system folders, or `HDF5_ROOT`. searches system folders, or `HDF5_ROOT`.
- **cmake** - **cmake**
Check if cmake (version >3.12) is available from your default package manager. Check if cmake (version >= 3.23) is available from your default package manager.
If not, then download cmake at https://cmake.org/cmake/resources/software.html. If not, then download cmake at https://cmake.org/cmake/resources/software.html.
To compile and install it in custom location :code:`<CMAKE_DIR>`, To compile and install it in custom location :code:`<CMAKE_DIR>`,
execute the following commands in order: execute the following commands in order:
...@@ -378,12 +378,6 @@ or write directly to Dr. Cristian C. Lalescu ...@@ -378,12 +378,6 @@ or write directly to Dr. Cristian C. Lalescu
Comments Comments
-------- --------
* the `cmake` folder contains files extracted from
https://gitlab.inria.fr/solverstack/morse_cmake, a separate project licensed
under the "CeCILL-C" license, please see
http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html for
details.
* particles: initialization of multistep solvers is done with lower * particles: initialization of multistep solvers is done with lower
order methods, so direct convergence tests will fail (see the order methods, so direct convergence tests will fail (see the
"convergence test" tutorial for more information). "convergence test" tutorial for more information).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment