共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > drmaa-xmlrpc |
drmaa-xmlrpc
|
1 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
drmaa-xmlrpc is a quick XMLRPC wrapper around the DRMAA API implemented by most popular cluster schedulers. It is written in C and depends on xmlrpc-c and your scheduler's DRMAA implementation library. The end daemon is an abyss webserver serving out standard XMLRPC calls. Implementation is incomplete at this point, however there's enough for basic operation - you can make a job template, set arguments (including vector arguments), run the job template returning a job id, delete the template, and check the status of a job by job id.