Errorformat for Intel ifort
Talk0
1,599pages on
this wiki
this wiki
Revision as of 21:16, July 10, 2010 by Fritzophrenic (Talk | contribs)
Duplicate tip
This tip is very similar to the following:
These tips need to be merged – see the merge guidelines.
Tip 682 Printable Monobook Previous Next
created March 23, 2004 · complexity basic · author Chris Hennes · version 5.7
Intel changed the errorformat for their Fortran compiler with version 8.0. An errorformat string that works with the new compiler is:
set efm=%E%.%#rror:\ %f\\,\ line\ %l:\ %m,\%-C%.%#,\%-Z\%p^
Note that you may have to change your isfilename string to not allow commas, like this:
let isf="@,48-57,/,.,-,_,+,#,^,,$,%,~,="