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 68 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 280 of file dc_message.f90.

281 implicit none
282 integer, intent(in):: rank
283 continue
284 output_rank = rank

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