Changes between Version 2 and Version 3 of net.sf.basedb.opengrid
- Timestamp:
- Jan 12, 2017, 11:15:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.opengrid
v2 v3 1 = Open Grid Scheduler serviceextension =1 = Open Grid Scheduler extension = 2 2 3 3 This package is an extension package to BASE that adds support 4 for interacting with Open Grid Scheduler clusters. Other extensions 5 may use this service for submitting and monitoring jobs on an OGS 6 cluster. 4 for interacting with Open Grid Scheduler clusters. This package is 5 of no use on it's own. It has been designed to let other extensions 6 submit and monitor jobs on an Open Grid Cluster. This package 7 provides: 7 8 9 * Simple configuration for accessing one or more Open Grid Clusters. 10 * An API for programmatic submission of jobs to the clusters. 11 * A service that monitor the status and progress of submitted jobs. 12 * BASE jobs are used as proxies and can provide full progress reporting (with some help from the job scripts). 13 * Asynchronous callback methods are used to notify the extension when submitted jobs have been completed. 8 14 9 15 == Documentation ==