
Depending on your use case, a workflow engine may also something you want to have a look at. If you are interested in that you may want to search for BPEL in case you are familiar with WS specs. There are also many other which do not (or only partly) follow standards, but may be far easier to use. E.g. look for business process management and Java EE in general if your application is Java based. Best wishes, Thomas Peter Troeger wrote:
As Michel said, it is the responsibility of the submission API the support array jobs. If you want to use a standardized job submission API, you can check OGSA HPC Basic Profile, DRMAA or SAGA, which all support bulk job submission.
Only OGSA HPCP supports JSDL job description so far. DRMAA and SAGA still have their own way of describing the job details. The GridWay people implemented most of these specs, so this project might be interesting for you.
Regards, Peter.