为 ifort 输出着色

发布于 2024-10-04 12:01:36 字数 47 浏览 2 评论 0原文

我知道 gcc 会为错误消息生成彩色输出。 ifort 中是否也存在类似的功能?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不奢求什么 2024-10-11 12:01:36

这是通过放置在 gcc 之上的外部工具完成的,以便它们可以处理输出并将其着色(例如: colorgcc< /a>)。你可以看一下它,它是用 perl 编写的,看看它是否容易适应 fortan 输出错误。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文