Howard Pritchard

Results 265 comments of Howard Pritchard

this isn't going to make it into the 5.0.x release stream. removing that label.

oh sorry mixed this up with my PR #10302

i don't know what the status of this PR is.

i'll check out improving the error class returned in the singleton case

@dalcinl I'm not able to reproduce what I think you're testing with this simple 'c' code: ``` #include "mpi.h" #include int main(int argc, char *argv[]) { int rank, size, len;...

I modified the test to use MPI_COMM_WORLD and still cannot reproduce the problem that you are hitting.

I am confused. I tried this little C test and it seems to work: ``` #include "mpi.h" #include int main(int argc, char *argv[]) { int rank, size, len; char version[MPI_MAX_LIBRARY_VERSION_STRING];...