Skip to content

Commit 14b3e3d

Browse files
committed
docs(toolchain): 更新支持的编译器及特性说明
更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确
1 parent 9bc00c4 commit 14b3e3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

toolchain/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)