File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,11 @@ inside the installation path (.e.g, inside "build" in the above example):
145
145
146
146
Advanced options (most users should not use these):
147
147
148
- -DLEGACY_ARCHITECTURE=OFF enables the use of FFT libraries that employ AVX instructions
149
- -DHIGH_RESOLUTION_TIMER=ON enables timers that tick once per clock cycle
150
- -DCOMPILER_SUPPORTS_ATOMICS enables support for the proposed Fortran 2015 events feature
151
- -DUSE_EXTENSIONS builds the [ opencoarrays] module for use with non-OpenCoarrays-aware compilers
148
+ -DLEGACY_ARCHITECTURE=OFF enables the use of FFT libraries that employ AVX instructions
149
+ -DHIGH_RESOLUTION_TIMER=ON enables timers that tick once per clock cycle
150
+ -DCOMPILER_SUPPORTS_ATOMICS enables support for the proposed Fortran 2015 events feature
151
+ -DUSE_EXTENSIONS builds the [opencoarrays] module for use with non-OpenCoarrays-aware compilers
152
+ -DCOMPILER_PROVIDES_MPI is set automatically when building with the Cray Compiler Environment
152
153
153
154
The first two flags above are not portable and the third enables code that is incomplete as
154
155
of release 1.0.0. The fourth is set automatically by the CMake scripts based on the compiler
You can’t perform that action at this time.
0 commit comments