# pvbatch in Slurm

**URL:** https://discourse.paraview.org/t/pvbatch-in-slurm/12307
**Category:** ParaView Support
**Tags:** python
**Created:** [June 13, 2023, 12:54pm UTC](https://discourse.paraview.org/t/pvbatch-in-slurm/12307 "2023-06-13T12:54:22Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![utkarsh.ayachit](https://discourse.paraview.org/user_avatar/discourse.paraview.org/utkarsh.ayachit/32/39_2.png) [@utkarsh.ayachit](https://discourse.paraview.org/u/utkarsh.ayachit)
#### Post date: [June 13, 2023, 2:59pm UTC](https://discourse.paraview.org/t/pvbatch-in-slurm/12307/10 "2023-06-13T14:59:00Z")

</div>

I don’t think that’s the right takeaway here. Just to clarify:

First, determine which MPI implementations are provided by your HPC system.

If any MPI implementaiton that is listed [here](https://www.mpich.org/abi/) are available on your system i.e. it is compatible with MPICH ABI, then you’re golden. `module load ...` (or whatever is recommended on your system) the appropriate MPI implementation and then ensure you pass `--system-mpi` command line argument to pvbatch.

If not, you’ll need to build ParaView from source using the MPI implementation available.

---

_[View the full topic](https://discourse.paraview.org/t/pvbatch-in-slurm/12307)._
