Skip to content
On this page

Execution

Coming soon

This section is currently under construction

Using a queue system like Slurm may be as simple as:

python
with get('myproject.execution.slurm'):
    experiment.launch()

Delegating the execution to an external runner like MPI may look like this:

python
with get('myproject.execution.mpi', {'n': 4}):
    experiment.launch()

Resources

Schedules

MIT Licensed