This statement in the README ``` MPI=<yes/no> - 'yes' turns off any use of MPI within the application. ``` seems wrong. Looking at the makefile, it looks like MPI is turned on when that variable is 'yes' and off in any other case.
This statement in the README
seems wrong. Looking at the makefile, it looks like MPI is turned on when that variable is 'yes' and off in any other case.