CGH0S7
|
cb252f5ea2
|
Optimize numerical algorithms with Intel oneMKL
- FFT.f90: Replace hand-written Cooley-Tukey FFT with oneMKL DFTI
- ilucg.f90: Replace manual dot product loop with BLAS DDOT
- gaussj.C: Replace Gauss-Jordan elimination with LAPACK dgesv/dgetri
- makefile.inc: Add MKL include paths and library linking
All optimizations maintain mathematical equivalence and numerical precision.
|
2026-01-16 10:58:11 +08:00 |
|
CGH0S7
|
57a7376044
|
Switch compiler toolchain from GCC to Intel oneAPI
- makefile.inc: Replace GCC compilers with Intel oneAPI
- C/C++: gcc/g++ -> icx/icpx
- Fortran: gfortran -> ifx
- MPI linker: mpic++ -> mpiicpx
- Update LDLIBS and compiler flags accordingly
- macrodef.h: Fix include path (microdef.fh -> macrodef.fh)
Requires: source /home/intel/oneapi/setvars.sh before build
|
2026-01-15 16:32:12 +08:00 |
|
|
|
cd5ceaa15f
|
main branch updated
|
2026-01-14 08:55:53 +08:00 |
|
|
|
f2fc9af70e
|
asc26 amss-ncku initialized
|
2026-01-13 15:01:15 +08:00 |
|