mpif77 is only a wrapper which adds MPI library recognition to a Fortran compiler. The option flags of the original compiler remain available. As this looks like an ifort message, mpif77 -help would display a list of command line options. ifort -vec-report0 suppresses vectorization reports; since ifort 10.x, -O1 removes vectorization entirely.