Slurm error when running pvserver with mpiexec.

Why not 5.11.0 or 5.10.1 ?

“mpiexec -np pvserver --sp 12029”.

make sure to use the right executable by using path, eg:

./mpiexec -np 4 ./pvserver

pvserver unfortunately does not run with my sytem mpi

What is your system mpi ?

You may be able to use --system-mpi, see this:

tbh in an HPC context you want to use your system MPI, so if mpich compat do not work for you, I’d consider compiling pvserver with the HPC provided mpi for better performance.

1 Like