Skip to content

Commit

Permalink
fix toolchain graph
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Mar 25, 2024
1 parent 118ddcc commit 80e436a
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
Expand Up @@ -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];
Expand Down

0 comments on commit 80e436a

Please sign in to comment.