Hi all, I’m trying to compile the BENGUELA_LR default case, but this error appears:
OPERATING SYSTEM IS: Linux
file namelist_pisces exists in Run directory
Mustang namelist directory MUSTANG_NAMELIST exists
Checking COMPILEAGRIF…
Checking COMPILEMPI…
Checking COMPILEXIOS…
Checking COMPILEOASIS…
Checking COMPILEOMP…
cpp -traditional -DLinux -P -I/home/lmod/software/netCDF-Fortran/4.5.2-intel-2019b-hdf1.10.4/include -ICROCOFILES/AGRIF_INC mpc.F > mpc_.f
gfortran -O2 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -std=legacy -o mpc mpc_.f
Please verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, F16C and AVX instructions.
gmake: *** [Makefile:208: mpc] Error 1
cpp -traditional -DLinux -P -I/home/lmod/software/netCDF-Fortran/4.5.2-intel-2019b-hdf1.10.4/include -ICROCOFILES/AGRIF_INC mpc.F > mpc_.f
gfortran -O2 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -std=legacy -o mpc mpc_.f
Please verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, F16C and AVX instructions.
gmake: *** [Makefile:208: mpc] Error 1
If I write:
gmake --version
it gives:
GNU Make 4.3
Built for x86_64-redhat-linux-gnu
I really appreciated any help
Eric