Name

project — A description of a simulation or a process of a simulation

Synopsis

Attributes

id

Required, ID type. Set the name of the process/project and is used for the root name of all the output files.

series

Optional, integer type. Set an index indicating the sequential order between runs sharing the same project id. Default is "0".

Description

The project element holds general descriptions of the simulation defined by a proecss. Its main function is to catalog a series of independent runs and to group them for data mining.

Processing expectations

Define a process with a unique name consisting of the values of the id and series attributes. Other information does not play any important role during a simulation but is intended for data analysis and project management. The format of the file root of ohmms is @id.s@series.

Parents

process

Children

The following elements occur in simulation: application, summary, keyword

Examples

Running ohmms with this example will create output files with the root name inasqd.s000.*.

<project id="inasqd" series="0">
  <application class="serial" role="md" revision="0.2.3">ohmms
  </application>
</project>