We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118ddcc + 80e436a commit 54bc1e7Copy full SHA for 54bc1e7
docs/common-toolchains.md
@@ -51,8 +51,8 @@ graph LR
51
A --> |binutils| C[intel-compilers];
52
B --> |OpenMPI| E[gompi];
53
C --> |impi| F[iimpi];
54
- B --> |FlexiBLAS + FFTW + ScaLAPACK| D[gfbf];
55
- D --> |OpenMPI| G[foss];
+ B --> |FlexiBLAS (incl. LAPACK) + FFTW| D[gfbf];
+ D --> |OpenMPI + ScaLAPACK| G[foss];
56
E --> |FlexiBLAS + FFTW + ScaLAPACK| G[foss];
57
F --> |imkl| Z[intel];
58
C --> |imkl| H[iimkl];
0 commit comments