pylag.parallel.main module

Run a PyLag simulation in parallel

Example

$ mpiexec -np 4 python -m pylag.parallel.main -c pylag.cfg

where the flag np is the number of processors, which here has been set to four.

For additional information on setting up a PyLag simulation, including creating a new run configuration file, see PyLag’s documentation.

See also

pylag.main

Run a PyLag simulation in serial

pylag.parallel.main.main()[source]