pylag.parallel.simulator module
This module contains classes that can be used to manage the running of PyLag simulations in parallel mode.
See also
- class pylag.parallel.simulator.Simulator[source]
Bases:
objectAbstract base class for PyLag MPI simulators.
- class pylag.parallel.simulator.TraceSimulator(config)[source]
Bases:
SimulatorTrace simulator
Simulator for tracing particle pathlines through time. Trace simulators can perform forward or backward in time integrations.
- Parameters:
config (ConfigParser) – PyLag configuraton object