You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 80 Next »

JobInProgress

JobProifile

String user

BSPJobID jobid

String jobFile

String jobName

JobStatus

BSPJobID jobid;

long progress; // % of bsp()

long cleanupProgress; // % of cleanup()

long setupProgress;// % of setup()

State state;// runState in enum

int runState; // redudant

long startTime;

String schedulingInfo = "NA"; // no use

String user; // redudant

long superstepCount;

String name; // no use

int tasks;

long finishTime;

Counters counter; // should be replaced

  • No labels