I am using the i-PI driver to run simulations with our PES, which is implemented in Fortran. I have currently added MPI parallelization to the PES code, but I am not sure how to run i-PI together with an MPI-parallel driver across multiple nodes.
Do you have any example for this kind of setup? Also, do I need to modify driver.f90 and the Makefile to enable the MPI-parallel execution of the driver?