Versions Compared

Key

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

...

org-glast-jobcontrol Project

Overview

The bsub project is a simple system to allow jobs to be submitted to batch from Java. The current system is very simple minded, it allows a job to be created anywhere, and submitted via RMI to a server which submits the jobs to LSF. The interface returns the ID of the submitted job, but there is currently no way to access any information about the job after it is submitted, or to be informed when it finishes. Hopefully this system will be replaced by something better soon.

...