Return my process ID.
More...
Public Member Functions | |
Attribute Accessor Methods | |
integer(c_int) function | mypid (this) |
Return my process ID.
In MPI mode returns the rank of the calling process. In serial mode returns 0. Implemented in Epetra_MpiComm, and Epetra_SerialComm.
integer(c_int) function fepetra_comm::MyPID::mypid | ( | class(epetra_comm), intent(in) | this | ) |
[in] | this | Polymorphic type Epetra_Comm communicator containing processors information |