logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfarm_terminate - terminate the Gfarm execution environment for client

Description

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

Name

       gfarm_terminate - terminate the Gfarm execution environment for client

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

       Others
           An error except the above occurred. The reason is shown by gfarm_error_string(3).

See Also

gfarm_initialize(3)

Gfarm                                              26 Jun 2010                                GFARM_TERMINATE(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfarm_terminate(void);

See Also