======== Glossary ======== .. glossary:: chunk A chunk is a set of :term:`runs` that are grouped together for execution. This allows to group runs for offline coupling. experiment The whole simulation and computations performed under the same :term:`workflow`. job A job is a unit of work inside a :term:`workflow`. Sometimes also referred as a phase. run A run the set of computations and :term:`jobs` until a restart is performed, a cycle of within a :term:`experiment`. workflow A workflow is a series of :term:`jobs` that are executed during a run and their dependencies.