Closed edoapra closed 2 months ago
Hmm. I think I ended up setting this to 256 in MPI-PR (the maximum value). You could probably set it to the same value in MPI-PT. I revamped the NB handles in MPI-PR and MPI3 but a quick and dirty substitution in some of the other runtimes didn't work, so they are still using the old code.
Can we close this issue?
resolved via #350
When using the MPI-PT Comex port, the following error might show up
This is due to the fact the value of
COMEX_MAX_NB_OUTSTANDING
is set to 8 in https://github.com/GlobalArrays/ga/blob/develop/comex/src-mpi-pt/comex_impl.hInstead, by increasing
COMEX_MAX_NB_OUTSTANDING
, the error no longer occursexport COMEX_MAX_NB_OUTSTANDING=12
I will push a pull request for this soon