CGH0S7
3a7bce3af2
Update Intel oneAPI configuration and CPU binding settings
...
- Update makefile.inc with Intel oneAPI compiler flags and oneMKL linking
- Configure taskset CPU binding to use nohz_full cores (4-55, 60-111)
- Set build parallelism to 104 jobs for faster compilation
- Update MPI process count to 48 in input configuration
2026-01-17 20:41:02 +08:00
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