Name

simulation — A start of a simulation

Description

The simulation element holds information about the processes that are executed by an application.

Processing expectations

Perform a simulation. When more than one process is found,

  • The processes are executed sequentially, if the application is compiled on a single-process machine without mpi library.

  • All the processes are executed in parallel if the application is compiled with mpi library.

Parents

None

Children

The following elements occur in simulation: project, random, process

Examples

<simulation>
<process/>
</simulation>