gfarm_terminate

Name

gfarm_terminate -- termination of Gfarm execution environment

Synopsis

#include <gfarm/gfarm.h>

char *gfarm_terminate(void);

DESCRIPTION

gfarm_terminate() terminates the execution environment for the Gfarm application.

RETURN VALUES

NULL

The function terminated successfully.

Others

An error except the above occurred. The reason is shown by its pointed strings.

SEE ALSO

gfarm_initialize(3)