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.
PyPARIS provides three different executables to run simulations with different parallelization modes:
To run in parallel with multiprocessing (without MPI):
../multiprocexec.py -n 3 sim_class=Simulation.Simulation
To run serial:
../serialexec.py sim_class=Simulation.Simulation
To run in parallel with MPI:
mpiexec -n 4 ../withmpi.py sim_class=Simulation.Simulation