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 |
|