Can FPM test run the tests with MPI?

Hi,

Provided the code built by FPM and MPI, if FPM could run the tests with mpirun, then MPI parallelization in a code could be tested. Is this possible in FPM?
If yes, is it via the use of
fpm test --runner ‘CMD’
?

Thank you for your comment in advance.
Alireza

Yes ,
fpm test --runner "mpirun -np 4"
like this.

2 Likes