OMNIRPC_CALL

Name

OMNIRPC_CALL -- Synchronous call of remote function

Synopsis

character*(*) entry_name
          

call OMNIRPC_CALL(entry_name);

Description

Calls a remote function which is specified by entry_name. It blocks the caller thread until the end of the function call. entry_name is a string to which "*" is added.

It searches for the function name from modules which are registered on the remote hosts described in the hostfile, and calls the function on the appropriate remote host.