Search code examples
fortrancolorizeintel-fortran

Colorize ifort output


I know gcc produces colored output for the error messages. Does a similar feature exist in ifort as well ?


Solution

  • 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..