Uses of Class
edu.rit.pj.cluster.BackendInfo
Package
Description
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 BackendInfo in edu.rit.pj.cluster
Modifier and TypeFieldDescriptionJobInfo.backend
Array of backend nodes for each process assigned to the job in rank order.Modifier and TypeMethodDescriptionConfiguration.getBackendInfo
(int i) Returns information about the given backend processor.Modifier and TypeMethodDescriptionConfiguration.getBackendInfoList()
Returns information about all backend processors.ModifierConstructorDescriptionJobInfo
(int jobnum, JobInfo.State state, long stateTime, String username, int Nn, int Np, int Nt, int count, BackendInfo[] backend, int[] cpus, int nodeCount, JobFrontendRef frontend, Timer renewTimer, Timer expireTimer, Timer jobTimer) Construct a new job information record.