-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
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> dummywith replicas. (@arabnejad ) - Prototype
fabsim <machine> dummy_ensemblewith replicas. (@arabnejad ) - Port both implementations to FabFlee.
- Write documentation.
- Write test cases.