Question

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

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top