Epetra_Comm Broadcast function.
More...
List of all members.
Public Member Functions |
|
| subroutine | broadcast (this, MyVals, root, err) |
| subroutine | broadcast (this, MyVals, root, err) |
| subroutine | broadcast (this, MyVals, root, err) |
Detailed Description
Epetra_Comm Broadcast function.
Take list of input values from the root processor and sends to all other processors. Implemented in Epetra_MpiComm, and Epetra_SerialComm.
Constructor & Destructor Documentation
- Parameters:
-
| [in] | this | Polymorphic type Epetra_Comm communicator containing processors information |
| [in,out] | MyVals | InOut On entry, the root processor contains the list of values. On exit, all processors will have the same list of values. Note that values must be allocated on all processor before the broadcast. |
| [in] | root | In On entry, contains the processor from which all processors will receive a copy of Values. |
| [in,out] | err | Returns error information. |
- Parameters:
-
| [in] | this | Polymorphic type Epetra_Comm communicator containing processors information |
| [in,out] | MyVals | InOut On entry, the root processor contains the list of values. On exit, all processors will have the same list of values. Note that values must be allocated on all processor before the broadcast. |
| [in] | root | In On entry, contains the processor from which all processors will receive a copy of Values. |
| [in,out] | err | Returns error information. |
- Parameters:
-
| [in] | this | Polymorphic type Epetra_Comm communicator containing processors information |
| [in,out] | MyVals | InOut On entry, the root processor contains the list of values. On exit, all processors will have the same list of values. Note that values must be allocated on all processor before the broadcast. |
| [in] | root | In On entry, contains the processor from which all processors will receive a copy of Values. |
| [in,out] | err | Returns error information. |
The documentation for this interface was generated from the following file:
- /usr/src/RPM/BUILD/trilinos-11.12.1/packages/ForTrilinos/src/doc/epetra/FEpetra_Comm.f90