インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス

MESSAGE

General Compiler Directive: Specifies a character string to be sent to the standard output device during the first compiler pass; this aids debugging.

!DIR$ MESSAGE:string

string

Is a character constant specifying a message.

Example

!DIR$ MESSAGE:'Compiling Sound Speed Equations'

See Also