Home > @cjh1/sfapi > ComputeService > getJob
Read Job Get information about a job running on NERSC compute resources.
sacct
otherwise squeue
to get the job infoSignature:
getJob(machine: PublicHost, jobid: string, sacct?: boolean): CancelablePromise<JobOutput>;
Parameter | Type | Description |
---|---|---|
machine | PublicHost | |
jobid | string | |
sacct | boolean | (Optional) |
Returns:
JobOutput Successful Response
ApiError