======================== Running fluvial-particle ======================== .. image:: data/simulation_example.PNG :alt: Particle concentration from three different time slices from a simulation on the Kootenai River, Idaho, USA. Flow is from bottom to top and time increases from the left figure to the right. .. role:: bash(code) :language: bash Once installed following the installation guide, *fluvial-particle* can be invoked from the command line for serial execution as: .. code:: bash fluvial_particle Where is the path to a Python script that specifies the simulation parameters, and is the path where output HDF5 and XDMF files will be written. For an MPI-enabled installation, *fluvial-particle* can be run in parallel (e.g. with 4 cores) using: .. code:: bash mpiexec -n 4 fluvial_particle_mpi There are two command line flags which can be used to further specify run time options: :bash:`--seed ` : specify the random seed as an integer in a serial simulation (does not apply to parallel simulations) :bash:`--no-postprocess` : disable the post-processing routine that generates the output cells.h5 and cells XDMF files