mdb
mdb copied to clipboard
add mpich support
Add support for mpich
Currently mpich has same problem as intel MPI but it can be fixed by passing an additional option (--pmi-port) to mpirun.
This is related to this closed issue: https://github.com/pmodels/mpich/issues/2063
It would require a few changes
- [ ] add
--pmi-portoption automatically formpichMPI. - [ ] annoyingly
mpich--configfileseems to work differently to intel/openMPI. I need to append colons:to the top n-1 lines, becausempichconcatenates all lines in the file into one set of args. I think this is a bug but I will check with thempichteam - raised here https://github.com/pmodels/mpich/issues/7290