Hello everyone. I am a student who is using the parallel studio XE version from Intel to compile a model code. the model code contains multiple .f and .f90 file. The originally written makefile was written for PGIf90 compiler but I rewrote the FLAGS in make file according to ifort compiler.
Here is my translation of the FLAGS:
FLAGS = -c -Mpreprocess -O -fast -pc 64 -Kieee -Mdclchk
FLAGS= -c -fp-model precise -O2 -traceback -check -fpe0 -auto -qopenmp -free
still a few of the .f and .f90 files are unable to compiler please help me out as I am a student totally new at fortran and I am stuck.