Skip to content
giadarol edited this page May 13, 2016 · 24 revisions

Welcome to the PyPARIS wiki!

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

Clone this wiki locally