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
Per discussion on the Feb 9 2016 webex, we decided that the quickest / easiest solution for v2.0.0 is to simply disable the dynamic add procs behavior for big endian and 32 bit environments.
This will allow discussion to continue on #1345 to come to a better long-term solution (which may take a little time to get consensus, implement, test, ...etc. -- we may also want to discuss this at the upcoming face to face Dallas meeting).
It was decided that @hjelmn will do this quick fix for v2.0.0.
This commit temporarily disables the dynamic add_procs support on
big-endian and 32-bit systems. There is an issue with the sentinel
used to indicate when proc needs to be generated that causes issues on
these systems. This will be removed once the underlying issue has been
resolved.
Fixesopen-mpi#1348
Signed-off-by: Nathan Hjelm <[email protected]>
Per discussion on the Feb 9 2016 webex, we decided that the quickest / easiest solution for v2.0.0 is to simply disable the dynamic add procs behavior for big endian and 32 bit environments.
This will allow discussion to continue on #1345 to come to a better long-term solution (which may take a little time to get consensus, implement, test, ...etc. -- we may also want to discuss this at the upcoming face to face Dallas meeting).
It was decided that @hjelmn will do this quick fix for v2.0.0.
FYI/heads up for: @bosilca @rhc54 @ggouaillardet
The text was updated successfully, but these errors were encountered: