Name

application — A description of an application used to perform a simulation

Synopsis

Content Model

application ::= (#PCDATA)

Attributes

Note

The attribute names are based on the typical attributes of the docbook elements. These attributes are overwritten by an application to reflect the status of the application when it is executed.

name

Optional, the name of the application.

role

Optional, the simulation type, e.g., md.

class

Optional, the application type according to the compiler options and other environment variables.

version

Optional, the version of the application.

condition

Optional. (async|sync). The Default mode is "async" to perform processes asynchronously. When an application is compiled with mpi, each node will work on a different process in parallel. If the condition= "sync", the excecution has to be sequential.

Examples

This example indicates that the document is used by ohmms verion 0.2.3 on a serial machine to perform Molecular Dynamics simulations.

 <project id="inasqd" series="0">
   <application name="ohmms" class="serial" role="md" version="0.2.3">
     An InAs quantum dot.
   </application>
 </project>