Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
#include "drmaa_library.h"
#include "drmaa_tool.h"
#include "service_job.h"
#include "service.h"
#include "jansson.h"
Go to the source code of this file.
Data Structures | |
struct | DrmaaServiceJob |
A ServiceJob that also has the data for running as Drmaa-based task. More... | |
Functions | |
ServiceJobSet * | AllocateDrmaaServiceJobSet (void) |
Allocate a ServiceJobSet to store DrmaaServiceJobs. More... | |
void | FreeDrmaaServiceJobSet (ServiceJobSet *jobs_p) |
Free a DrmaaServiceJobSet. More... | |
ServiceJobSet* AllocateDrmaaServiceJobSet | ( | void | ) |
Allocate a ServiceJobSet to store DrmaaServiceJobs.
NULL
upon error. void FreeDrmaaServiceJobSet | ( | ServiceJobSet * | jobs_p | ) |
Free a DrmaaServiceJobSet.
jobs_p | The ServiceJobSet to free. |