Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

complier vectorized loop output??

Last post 07-12-2008, 6:39 AM by tim18. 1 replies.
Sort Posts: Previous Next
 07-11-2008, 2:38 PM 30258927  

complier vectorized loop output??

I'm using the mpif77 complier, and I was wondering if there is a flag that would suppress the following output concerning vectorized loops?

gaussfit.f (296) : (col. 3) remark: LOOP WAS VECTORIZED.


Thanks,
John

 
 07-12-2008, 6:39 AM 30258960 in reply to 30258927  

Re: complier vectorized loop output??

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.
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...