gfarm_initialize

Autres langues

Langue: en

Version: 18 March 2003 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

gfarm_initialize - initialization of Gfarm execution environment

SYNOPSIS

#include <gfarm/gfarm.h>

char * gfarm_initialize (int *argcp, char *** argvp);

DESCRIPTION

gfarm_initialize() initializes the execution environment for the Gfarm application. argcp is a pointer to the number of arguments and argvp is a pointer to the argument vector.

RETURN VALUES

NULL
The function terminated successfully.
GFARM_ERR_NO_MEMORY
Insufficient memory was available.
Others
An error except the above occurred. The reason is shown by its pointed strings.

SEE ALSO

gfarm_terminate(3)