OmniRpcExecInit

Name

OmniRpcExecInit -- Initialization for direct invocation of remote executable program

Synopsis

#include <OmniRpc.h>

voidOmniRpcExecInit(int *argc, char **argv[]);

Description

Initializes OmniRPC system for direct invocation of a remote executable program. You should set argc by the argc pointer of the main function, and sets argv by the argv pointer of it. You call this API in the main function of program before processing argument information. As in OmniRpcInit, the agent is not executed.

In the command option, if you specify "--globus", it uses GRAM, or, if you specify "--ssh", it uses ssh to invoke the remote executable program directly. It uses rsh by default.