Epetra_Comm Global Min function.
More...
Public Member Functions | |
Max/Min Methods | |
| subroutine | min_long (this, PartialMins, GlobalMins, err) |
Epetra_Comm Global Min function.
Take list of input values from all processors in the communicator, computes the min and returns the min to all processors. Implemented in Epetra_MpiComm, and Epetra_SerialComm.
| subroutine fepetra_comm::min_long::min_long | ( | class(epetra_comm), intent(in) | this, |
| integer(c_long), dimension(:), intent(in) | PartialMins, | ||
| integer(c_long), dimension(:), intent(inout) | GlobalMins, | ||
| type(error), intent(inout), optional | err | ||
| ) |
| [in] | this | Polymorphic type Epetra_Comm communicator containing processors information |
| [in] | partialmins | In On entry, contains the list of values, usually partial mins computed locally; using these Partial Mins, the min across all processors will be computed. |
| [in,out] | globalmins | Out On exit, contains the list of mins computed across all processors. |
| [in,out] | err | Returns error information. |
1.8.6