Skip to content

Commit 8845e12

Browse files
committed
Update INSTALL.md
1 parent 8247750 commit 8845e12

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

INSTALL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ inside the installation path (.e.g, inside "build" in the above example):
145145

146146
Advanced options (most users should not use these):
147147

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
152153

153154
The first two flags above are not portable and the third enables code that is incomplete as
154155
of release 1.0.0. The fourth is set automatically by the CMake scripts based on the compiler

0 commit comments

Comments
 (0)