OMNIRPC_MODULE_INIT

Name

OMNIRPC_MODULE_INIT -- Setting for module initialization

Synopsis

character*(*) module_name
          

call OMNIRPC_MODULE_INIT(module_name, ...);

Description

Sets arguments for initialization of the module module_name. A "*" is added to module_name. The "Initialize" function must be required in the module of the remote executable program. When the remote executable programs of the modules are executed, it calls the "Initialize" function with set arguments. This API is only set; actual initialization occurs when the remote executable program is executed.