IsRoot Function

public function IsRoot(grid) result(is_root)

Check if the current process is the root process.

Arguments

Type IntentOptional AttributesName
type(ProcessGrid_t), intent(in) :: grid

The process grid.

Return Value logical

True if the current process is root.


Contents

None