Versions Compared

Key

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

...

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.

The org-glast-jobcontrol home page contains links to the

There are some examples of use in the talk presented at this meeting.

Implmentation.

Getting the code

The package currently lives in the Glast CVS (it should move to the Glast Java CVS soon, and be put under cruise control)-Java CVS.

You can access it from:

:ext:<userid>@glast-java.slac.stanford.edu:/nfs/slac/g/glast/ground/cvscvs/java

in module users/tonyj/bsuborg-glast-jobcontrol. This can also be viewed using ViewCVS.

The project is set up to be build using maven. The source code contains only two packages:

...