Skip to content

Commit 54bc1e7

Browse files
authored
Merge pull request #245 from smoors/scalapack
fix toolchain graph
2 parents 118ddcc + 80e436a commit 54bc1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/common-toolchains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ graph LR
5151
A --> |binutils| C[intel-compilers];
5252
B --> |OpenMPI| E[gompi];
5353
C --> |impi| F[iimpi];
54-
B --> |FlexiBLAS + FFTW + ScaLAPACK| D[gfbf];
55-
D --> |OpenMPI| G[foss];
54+
B --> |FlexiBLAS (incl. LAPACK) + FFTW| D[gfbf];
55+
D --> |OpenMPI + ScaLAPACK| G[foss];
5656
E --> |FlexiBLAS + FFTW + ScaLAPACK| G[foss];
5757
F --> |imkl| Z[intel];
5858
C --> |imkl| H[iimkl];

0 commit comments

Comments
 (0)