You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -fdefault-real-8 flag (required by the atmosphere core) promotes
all `double precision` types to real(16). The -fdefault-double-8 keeps
`double precision` types the same as real(8).
When `double precision` is real(16) the MPI_WTime routines return
incorrect timer information, and cause the timers to all be zero.
0 commit comments