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:
- Leveraging MPICH ABI compatibility for distributed binaries - #14 by utkarsh.ayachit
- MPICH ABI Compatibility Initiative | MPICH
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.