- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using the mpif77 compiler, 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
gaussfit.f (296) : (col. 3) remark: LOOP WAS VECTORIZED.
Thanks,
John
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page