File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,21 +151,21 @@ Mix online and offline packages as needed - the toolchain automatically detects
151151## Supported Toolchains
152152
153153### GNU Toolchain
154- - ** Compilers** : System GCC (≥5.0)
154+ - ** Compilers** : System GCC (≥5.0) or installed GCC
155155- ** MPI** : OpenMPI or MPICH
156156- ** Math** : OpenBLAS + ScaLAPACK
157157- ** Features** : Most stable, widely compatible
158158
159159### Intel Toolchain
160- - ** Compilers** : Intel OneAPI (icx/icpx/ifx or classic icc/icpc/ifort)
160+ - ** Compilers** : Intel OneAPI (icx/icpx/ifx or classic icc/icpc/ifort) with system/installed GCC (≥5.0)
161161- ** MPI** : Intel MPI
162162- ** Math** : Intel MKL
163- - ** Features** : Optimized performance, EXX support
163+ - ** Features** : Optimized performance for Intel Machine
164164
165165### AMD Toolchain
166- - ** Compilers** : AMD AOCC or GCC
166+ - ** Compilers** : AMD AOCC or system/installed GCC
167167- ** Math** : AMD AOCL (Optimized math libraries)
168- - ** Features** : AMD processor optimization
168+ - ** Features** : AMD processor optimization (e.g., Zen3+)
169169
170170## Dependencies
171171
You can’t perform that action at this time.
0 commit comments