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

use "compilation" instead of "optimization"

relevant since it also refers to USE_TIMINGOUTPUT etc.
parent bc22b974
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ list(APPEND TURTLE_LIBS "${OpenMP_CXX_LIB_NAMES}")
#####################################################################################
## Extra flags
set(CMAKE_CXX_COMPILE_FLAGS "${CMAKE_CXX_COMPILE_FLAGS} $ENV{TURTLE_OPTIMIZATION_FLAGS} -Wall -g")
set(CMAKE_CXX_COMPILE_FLAGS "${CMAKE_CXX_COMPILE_FLAGS} $ENV{TURTLE_COMPILATION_FLAGS} -Wall -g")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_COMPILE_FLAGS}")
#####################################################################################
......
......@@ -126,7 +126,7 @@ Detailed full installation instructions:
* `HDF5_ROOT` - Base directory of HDF5
* `CMAKE_PREFIX_PATH` - Directory containing local cmake configuration files
We also recommend that an environment variable `TURTLE_OPTIMIZATION_FLAGS`
We also recommend that an environment variable `TURTLE_COMPILATION_FLAGS`
is defined appropriately.
In particular, for clusters of unknown architecture it helps to log into
individual nodes and run the following command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment