OmniRPC User's Guide Version 1.2: http://www.omni.hpcc.jp/omnirpc/ <omnirpc@omni.hpcc.jp> | ||
|---|---|---|
| Prev | Chapter 3. Getting Started: Programming with OmniRPC | Next | 
In OmniRPC, usually we describe the execution environment in hostfile.xml with XML notation. In this example case, we describe the execution environment as follows.
<?xml version="1.0" ?>;
<OmniRpcConfig>;
   <Host name="prost" />;
</OmniRpcConfig>;
      We write the above information in the hosts.xml file.