Appendix D. OmniRPC API index

Table of Contents
OmniRPC C API
OmniRPC FORTRAN API

OmniRPC C API

Table of Contents
OmniRpcInit --  Initialization of OmniRPC system
OmniRpcFinalize -- Finalize OmniRPC system
OmniRpcCall -- Synchronous call of remote function
OmniRpcCallAsync -- Asynchronous call of remote function
OmniRpcWait -- Wait for asynchronous call
OmniRpcProbe -- Probing asynchronous function call
OmniRpcWaitAll -- Wait of multiple asynchronous calls
OmniRpcWaitAny -- Wait of multiple asynchronous function calls
OmniRpcCreateHandle -- Invocation of remote executable program
OmniRpcCallByHandle -- Synchronous function call with OmniRpcHandle
OmniRpcCallAsyncByHandle -- Asynchronous call of function with OmniRpcHandle
OmniRpcDestroyHandle -- Termination of remote executable program by OmniRpcHandle
OmniRpcModuleInit -- Setting of module initialization
OmniRpcExecInit -- Initialization for direct invocation of remote executable program
OmniRpcExecFinalize -- Termination of OmniRPC system for direct invocation of remote executable program
OmniRpcExecOnHost -- Direct invocation of remote executable program
OmniRpcExecCall -- Synchronous call by OmniRpcExecHandle
OmniRpcExecTerminate -- Termination of remote executable program by OmniRpcExecHandle