sudo apt install openmpi-bin
solves the issue since it downgrades mpirun (was 4.2 now is 4.1.6)
the usual hello_world test works https://matthew.malensek.net/cs220/schedule/code/week07/mpi_hello.c.html
Hope it helps