You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> .\runtests.bat Debug IntercommunicatorTest > intercom.log.txt
===============================
ABORTING - exception caught:
A condition was not met
ABORTING - exception caught and early fail option is on (ThrowMPIDebugException env var)
===============================
The text was updated successfully, but these errors were encountered:
Whilst the bug was noticed in MPI.NET, it is not a bug within MPI.NET itself. This issue is with the implementation of MPI where if there is a single node to communicate with that scatter does not correctly transmit the single value sent. If more than one node is being transmitted to then this bug does not occur. A workaround for this issue where only a single node is required is to use use the send method or bcast.
May not be occuring anymore as of writing - however the UT hangs. Check if I followed up on the comment, if I got the workaround right. Open a new issue for the hanging intercommunicator test.
at commit fe9115c
Reminded of this issue by an email from @a-vishar
.\runtests.bat Debug IntercommunicatorTest > intercom.log.txt
Note:
The text was updated successfully, but these errors were encountered: