Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • bhosts or lshosts
  • Add the -l flag for more detail on all nodes
  • -l <hostname> for detail on that one host
  • -gpu will list available GPUs

List active jobs by you

  • bjobs
  • bjobs <JobID> information about a specific job you have running
  • -a lists even completed recent jobs ("recent" is a few hours near as I can tell)jobs 
  • -l lists more information about the job you have running
  • <JobID> is optional
    • You can also specify -l <JobID>

...

See your history of recent jobs, "recent" seems to indicate longer than a few hours near as I can tell.

  • bhist
  • -a shows your job history going back some 100 entries or soyour recent job history 
  • -l gets more details about your history of jobs
  • Add a <JobID> number to bhist or bhist -l to see details about that job in specific
  • bhist -n 0 -l <JobID> will check all historical logs for job information bhist seems to function as a much longer history bjobs

See resources available to the nodes right now

...