Write message to the specified unit
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | unit |
Unit number |
||
| character(len=*), | intent(in) | :: | message |
Message to write |
||
| character(len=*), | intent(in), | optional | :: | prefix |
Prefix to the message |
|
| logical, | intent(in), | optional | :: | is_fatal |
If true, only rank 0 will print the message, otherwise all ranks will print it |