I’m having problems when I try to configure amet, the Flags contained in the downloaded file, have an error. I use the gcc compiler. How can I solve this?
gfortran: error: source: No such file or directory
gfortran: error: all: No such file or directory
gfortran: error: unrecognized command line option ‘-mp1’
gfortran: error: unrecognized command line option ‘-fp-model’
gfortran: error: unrecognized command line option ‘-ftz’
gfortran: error: unrecognized command line option ‘-simd’
gfortran: error: unrecognized command line option ‘-align’
gfortran: error: unrecognized command line option ‘-vec-guard-write’
make: *** [module_file.o] Error 1
This sounds as though your build is trying to use the flags for Intel ifort. I think the problem is that you need to tell the build-system that the compiler is gcc.