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 "typedefs.h"
#include "linked_list.h"
#include "operation.h"
#include "json_util.h"
#include "uuid_defs.h"
#include "grassroots_server.h"
Go to the source code of this file.
Data Structures | |
struct | DrmaaTool |
A Tool for running Drmaa jobs. More... | |
Macros | |
#define | DRMAA_ID_BUFFER_SIZE (256) |
The default buffer size used for storing job ids. More... | |
Functions | |
bool | InitDrmaa (void) |
Initialise a DRMAA session. More... | |
bool | ExitDrmaa (void) |
Close a DRMAA session. More... | |