Bind all computation processes (ABE, ABEGPU, TwoPunctureABE) to CPU cores 4-55 and 60-111 using numactl --physcpubind to prevent interference with system processes on reserved cores.
- 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