This is the command po_gnatdist that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
po_gnatdist - a tool to build a DSA application with polyorb
SYNOPSYS
po_gnatdist [switches] configuration-file [list-of-partitions]
DESCRIPTION
po_gnatdist is a program let you build distributed applications with GNAT, the GNU Ada 95
compiler. It is part of the POLYORB package.
OPTIONS
po_gnatdist accepts the following options:
all gnatmake switches
-PCS allows the user to override the default selection of distribution runtime library
(PCS).
-n allows po_gnatdist to skip the first stage of recompilation of the non-distributed
application.
CONFIGURATION FILE
The names of all configuration files must have the suffix .cfg. There may be several
configuration files for the same distributed application, as the user may want to use
different distributed configurations depending on load and other characteristics of the
computing environment.
PARTITIONS
If a list of partitions is provided on the command line of the po_gnatdist command, only
these partitions will be built. In the following configuration example, the user can type
:
po_gnatdist <configuration> <partition_2> <partition_3>
Use po_gnatdist online using onworks.net services