(git:cd2a8c4)
Loading...
Searching...
No Matches
cp_fm_diag_utils::cp_fm_redistribute_info Type Reference

Public Member Functions

procedure, pass(self) write (self, io_unit)
 Write the redistribute info nicely formatted to the given I/O unit.

Data Fields

integer matrix_order = -1
integer num_pe_old = -1
integer num_pe_new = -1
integer num_pe_opt = -1
integer num_pe_max_nz_col = -1
logical redistribute = .FALSE.

Detailed Description

Definition at line 48 of file cp_fm_diag_utils.F.

Member Function/Subroutine Documentation

◆ write()

procedure, pass(self) cp_fm_diag_utils::cp_fm_redistribute_info::write ( class(cp_fm_redistribute_info), intent(in) self,
integer, intent(in) io_unit )

Write the redistribute info nicely formatted to the given I/O unit.

Parameters
selfreference to the cp_fm_redistribute_info instance
io_unitI/O unit to use for writing

Definition at line 56 of file cp_fm_diag_utils.F.

Here is the call graph for this function:

Field Documentation

◆ matrix_order

integer cp_fm_diag_utils::cp_fm_redistribute_info::matrix_order = -1

Definition at line 49 of file cp_fm_diag_utils.F.

◆ num_pe_old

integer cp_fm_diag_utils::cp_fm_redistribute_info::num_pe_old = -1

Definition at line 50 of file cp_fm_diag_utils.F.

◆ num_pe_new

integer cp_fm_diag_utils::cp_fm_redistribute_info::num_pe_new = -1

Definition at line 51 of file cp_fm_diag_utils.F.

◆ num_pe_opt

integer cp_fm_diag_utils::cp_fm_redistribute_info::num_pe_opt = -1

Definition at line 52 of file cp_fm_diag_utils.F.

◆ num_pe_max_nz_col

integer cp_fm_diag_utils::cp_fm_redistribute_info::num_pe_max_nz_col = -1

Definition at line 53 of file cp_fm_diag_utils.F.

◆ redistribute

logical cp_fm_diag_utils::cp_fm_redistribute_info::redistribute = .FALSE.

Definition at line 54 of file cp_fm_diag_utils.F.


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