Uses of Class
edu.rit.mp.Status
Package
Description
The MP package provides low-level support for Message Passing.
The Cluster package contains the Parallel Java cluster middleware and the main program
for the PJ Job Scheduler Daemon process for a parallel computer.
-
Uses of Status in edu.rit.mp
Modifier and TypeFieldDescriptionprotected Status
IORequest.myStatus
Status of a received message.Modifier and TypeMethodDescriptionReceive a message from the given channel with the given tag.Receive a message from the given channel.Receive a message from the given channel with the given range of tags.IORequest.waitForFinish()
Wait until the send or receive operation corresponding to this I/O request has finished. -
Uses of Status in edu.rit.pj.cluster