Compiler :
Intel oneAPI
MPI :
Intel MPI
$ cd RASPA
$ mkdir -p m4
$ aclocal
$ autoreconf -i
$ automake --add-missing
$ autoconf
$ ./configure --prefix=/custom/install/path \
CPPFLAGS="-I${MKLROOT}include/fftw" \
LDFLAGS="-L ${MKLROOT} /lib/intel64" \
LIBS="-mkl=cluster" CC=mpiicc CXX=mpiicpc F77=mpiifort \
CFLAGS="-O3 -fPIC -m64 -xHost -std=c99" \
CXXFLAGS="-O3 -fPIC -m64 -xHost " \
FFLAGS="-O3 -fPIC -m64 -xHost "
$ make
$ make install