[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: preferred MPI: openmpi or mpich?



On Fri, 2017-07-07 at 11:47 +0200, Michael Banck wrote:
>  
> There's http://packages.debian.org/src:mpi-testsuite which is
> basically
> the MPICH testsuite, but OpenMPI runs on it as well.  The idea was to
> see how the various implementation work on the various architectures.

mpi-testsuite currently reports

$ grep "^ok" /usr/share/mpi-testsuite/results/mpich/summary.tap | wc
     28     300    1805
$ grep "^not ok" /usr/share/mpi-testsuite/results/mpich/summary.tap | wc
    922    5526   33004
$ grep "^ok" /usr/share/mpi-testsuite/results/openmpi/summary.tap | wc
    681    3565   21965
$ grep "^not ok" /usr/share/mpi-testsuite/results/openmpi/summary.tap | wc
    237    1314    8780


Odd result, that set of "not ok" suggests mpich is the more buggy.

Drew


Reply to: