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.
drmaa_service_job.h File Reference
#include "drmaa_library.h"
#include "drmaa_tool.h"
#include "service_job.h"
#include "service.h"
#include "jansson.h"
Include dependency graph for drmaa_service_job.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

ServiceJobSetAllocateDrmaaServiceJobSet (void)
 Allocate a ServiceJobSet to store DrmaaServiceJobs. More...
 
void FreeDrmaaServiceJobSet (ServiceJobSet *jobs_p)
 Free a DrmaaServiceJobSet. More...
 

Function Documentation

◆ AllocateDrmaaServiceJobSet()

ServiceJobSet* AllocateDrmaaServiceJobSet ( void  )

Allocate a ServiceJobSet to store DrmaaServiceJobs.

Returns
The ServiceJobSet or NULL upon error.

◆ FreeDrmaaServiceJobSet()

void FreeDrmaaServiceJobSet ( ServiceJobSet jobs_p)

Free a DrmaaServiceJobSet.

Parameters
jobs_pThe ServiceJobSet to free.