gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_message::messagesuppressmpi Interface Reference

Public Member Functions

subroutine messagesuppressmpi0 (rank)

Detailed Description

Definition at line 64 of file dc_message.f90.

Member Function/Subroutine Documentation

◆ messagesuppressmpi0()

subroutine dc_message::messagesuppressmpi::messagesuppressmpi0 ( integer, intent(in) rank)

Suppress message output on other MPI nodes

Sets the rank of the node that outputs messages. Output on nodes that do not have this rank number is suppressed. This subroutine is ignored if MPI is not used.

Parameters
[in]rankNumber of rank of the node that outputs messages. Output on nodes that do not have this rank number is suppressed.

Definition at line 275 of file dc_message.f90.

276 implicit none
277 integer, intent(in):: rank
278 continue
279 output_rank = rank

The documentation for this interface was generated from the following file: