Skip to content

Commit

Permalink
fix toolchain diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Apr 5, 2024
1 parent 9dcdd18 commit 95f6838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common-toolchains.md
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 95f6838

Please sign in to comment.