The command I use is ifort -O3 -xT -mp1 -o a.out ***.f where reals are defined as real*16.
If what is used for real is real*8, then it takes seconds to finish, but if using real*16, it takes minutes, is this normal? The source code of the files to be compiled is about 5000 lines.