gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
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)

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

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

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

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: