1 Unattended simulations

To run Haizea as an unattended simulation requires setting the following options in the configuration file:

[general]
...
mode: simulated
...

[simulation]
...
clock: simulated
...

Additionally, the starting time of the simulation must be specified, along with a stopping condition:

[simulation]
...
starttime: 2006-11-25 13:00:00
stop-when: all-leases-done | 
           besteffort-submitted |
           besteffort-done
...

Borja Sotomayor 2009-12-17