table of contents
GFARM_INITIALIZE(3) | Gfarm | GFARM_INITIALIZE(3) |
NAME¶
gfarm_initialize - initialize the Gfarm execution environment for client
SYNOPSIS¶
#include <gfarm/gfarm.h>
gfarm_error_t gfarm_initialize(int *argcp, char *** argvp);
DESCRIPTION¶
gfarm_initialize() initializes the Gfarm execution environment for client application. This function should be called before any Gfarm library API. argcp is a pointer to the number of arguments and argvp is a pointer to the argument vector.
RETURN VALUES¶
GFARM_ERR_NO_ERROR
GFARM_ERR_NO_MEMORY
GFARM_ERR_UNKNOWN_HOST
GFARM_ERR_NETWORK_IS_UNREACHABLE
GFARM_ERR_OPERATION_TIMED_OUT
GFARM_ERR_PROTOCOL
GFARM_ERR_BROKEN_PIPE
GFARM_ERR_PERMISSION_DENIED
GFARM_ERR_PROTOCOL_NOT_SUPPORTED
GFARM_ERR_AUTHENTICATION
Others
SEE ALSO¶
26 Jun 2010 | Gfarm |