Man Linux: Main Page and Category List

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)