We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the PyPARIS wiki!
How to start your simulation
Some syntax to have at hand. To run a basic example:
cd test_ring_with_objects
To run in parallel without MPI (python multiprocessing):
../multiprocexec.py -n 3 sim_class=Simulation.Simulation
To run serial:
../serialexec.py sim_class=Simulation.Simulation
To run with MPI:
mpiexec -n 4 ../withmpi.py sim_class=Simulation.Simulation