1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Formatting

This commit is contained in:
paboyle 2017-05-06 18:40:55 +01:00
parent 67cb04fc66
commit 26bb829f8c

View File

@ -25,15 +25,21 @@ _Please do not send pull requests to the `master` branch which is reserved for r
### Compilers ### Compilers
Intel ICPC v16 and later Intel ICPC v16 and later
Clang v3.5 and later (need 3.8 and later for OpenMP) Clang v3.5 and later (need 3.8 and later for OpenMP)
GCC v4.9.x (recommended) GCC v4.9.x (recommended)
GCC v6.3 and later GCC v6.3 and later
###Important: ###Important:
Some versions of GCC appear to have a bug under high optimisation (-O2, -O3) Some versions of GCC appear to have a bug under high optimisation (-O2, -O3)
The safety of these compiler versions cannot be guaranteed at this time. The safety of these compiler versions cannot be guaranteed at this time.
GCC v5.x GCC v5.x
GCC v6.1, v6.2 GCC v6.1, v6.2
### Bug report ### Bug report