Skip to content

Add support for replica execution in FabSim #138

@djgroen

Description

@djgroen

In discussions between me and @arabnejad we begin to realize that the current ensemble mechanism is not so efficient for executing the same simulation multiple times. This is because the user will need to prepare a large number of (near-) identical configurations, with one directory per run.

In addition, we see a clear case for running ensembles, where each sample of an ensemble is run multiple times to account for stochastic nature of the underlying code.

We therefore decided to implement replica execution both separately, and as part of the ensemble execution functionality in FabSim.

Tasks are as follows:

  • Prototype fabsim <machine> dummy with replicas. (@arabnejad )
  • Prototype fabsim <machine> dummy_ensemble with replicas. (@arabnejad )
  • Port both implementations to FabFlee.
  • Write documentation.
  • Write test cases.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions