application — A description of an application used to perform a simulation
application ::= (#PCDATA)
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.
Optional, the name of the application.
Optional, the simulation type, e.g., md.
Optional, the application type according to the compiler options and other environment variables.
Optional, the version of the application.
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.
The application element holds information about the application used to perform the simulation, the type of application, the vesion, etc for project managements.
Record the status of the application used to perform a simulation with the document and the output documents generated by the application.
The following elements occur in simulation: NONE
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>