Colorize ifort output
I know gcc produces colored output for the error messages. Does a similar fea开发者_JAVA技巧ture exist in ifort as well ?
This is done by external tools which are placed on top of gcc so that they can process output and colorize it (example: colorgcc). You could take a look at it, which is written in perl, and see if it's easy to adapt to fortan output errors..
精彩评论