gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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)

MPI 使用時のメッセージ出力抑止設定

出力するノードのランク数を設定します。 ここに指定されたランク数以外のノードでの出力は抑止されます。 MPI を使用していない場合にはサブルーチンは無効です。

Parameters
[in]rank出力するノードのランク数。 ここに指定されたランク数以外のノードでの出力は抑止されます。

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: