Skip to content

Commit

Permalink
Merge pull request #245 from smoors/scalapack
Browse files Browse the repository at this point in the history
fix toolchain graph
boegel authored Apr 2, 2024
2 parents 118ddcc + 80e436a commit 54bc1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common-toolchains.md
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ graph LR
A --> |binutils| C[intel-compilers];
B --> |OpenMPI| E[gompi];
C --> |impi| F[iimpi];
B --> |FlexiBLAS + FFTW + ScaLAPACK| D[gfbf];
D --> |OpenMPI| G[foss];
B --> |FlexiBLAS (incl. LAPACK) + FFTW| D[gfbf];
D --> |OpenMPI + ScaLAPACK| G[foss];
E --> |FlexiBLAS + FFTW + ScaLAPACK| G[foss];
F --> |imkl| Z[intel];
C --> |imkl| H[iimkl];

0 comments on commit 54bc1e7

Please sign in to comment.