Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Module 'arcane-protections-reprises'

Options concerning protections/recoveries.

Outputs can be given in physical time (frequency), in CPU time (cpu-frequency) or in the period between two iterations (period). If multiple outputs are specified, priority is given to physical time outputs, then by number of iterations, then by CPU time. If no option is specified, no protection is performed, except possibly at the final time if the 'at-end-of-calculation' option is true.

Liste des options

Documentation des options

en-fin-de-calcul (bool=true)

Indicates whether a protection must be performed at the end of the calculation.
Simple

<en-fin-de-calcul>value</en-fin-de-calcul>

frequence (real=0.)

Physical time between two protections.
Simple

<frequence>value</frequence>

frequence-cpu (integer=0)

CPU time (expressed in minutes) between two protections.
Simple

<frequence-cpu>value</frequence-cpu>

periode (integer=0)

Number of iterations between two protections.
Simple

<periode>value</periode>

service-protection (Arcane::ICheckpointWriter=ArcaneHdf5Checkpoint2)

Service used for protections/recoveries. WARNING: only change this value if you know what you are doing. Using an inappropriate service may prevent protections or recoveries.
Valeurs possibles pour le tag name :
ArcaneBasic2CheckpointWriter
ArcaneBasicCheckpointWriter
ArcaneHdf5MpiCheckpoint2
Liste des options du service ArcaneHdf5MpiCheckpoint2 :

ArcaneHdf5Checkpoint2
Liste des options du service ArcaneHdf5Checkpoint2 :

Service Instance

<service-protection name='value'>service configuration block</service-protection>