diff --git a/docs/common-toolchains.md b/docs/common-toolchains.md index 267bd860e..0d069852f 100644 --- a/docs/common-toolchains.md +++ b/docs/common-toolchains.md @@ -51,7 +51,7 @@ graph LR A --> |binutils| C[intel-compilers]; B --> |OpenMPI| E[gompi]; C --> |impi| F[iimpi]; - B --> |FlexiBLAS (incl. LAPACK) + FFTW| D[gfbf]; + B --> |"FlexiBLAS (incl. LAPACK) + FFTW"| D[gfbf]; D --> |OpenMPI + ScaLAPACK| G[foss]; E --> |FlexiBLAS + FFTW + ScaLAPACK| G[foss]; F --> |imkl| Z[intel];