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 cpeGNU toolchain supports the common toolchain options,
the additional GCC flags and some additional Cray-specific flags, two of which are
really just redefinitions of standard compiler flags.
Alternate Cray-MPICH library for MT support (default: False)
gfortran9-compat
source
Add flags that improve compatibility with gfortran 9 for 10 and higher (default: False)
mpich-mt: Directs the driver to link in an alternate version of the Cray-MPICH
library which provides fine-grained multi-threading support to applications that
perform MPI operations within threaded regions. (default: False)
Two further options trigger different compiler flags than in the GCC toolchain: verbose
and optarch but have otherwise the same meaning.