ulfm-devel / ompi

Open MPI main development repository
https://www.open-mpi.org
Other
0 stars 0 forks source link

v4.0.x+ulfm: pmix3x bug with RANGE_CUSTOM #42

Closed abouteiller closed 5 years ago

abouteiller commented 5 years ago

Original report by Aurelien Bouteiller (Bitbucket: abouteiller, GitHub: abouteiller).


[aurelien.local:97192] PMIX ERROR: BAD-PARAM in file ../../../../../../../ulfm2/opal/mca/pmix/pmix3x/pmix/src/event/pmix_event_notification.c at line 923

This error has already been dealt with in pmix4x. We just need to back port the fix.

abouteiller commented 5 years ago

Original comment by Aurelien Bouteiller (Bitbucket: abouteiller, GitHub: abouteiller).


The fix is in pmix4 https://github.com/pmix/pmix/commit/d4b7c68ab and needs to be imported in pmix3 as shipped by v4.0.x

abouteiller commented 5 years ago

Original comment by Aurelien Bouteiller (Bitbucket: abouteiller, GitHub: abouteiller).


Resolved by #04efe67a

which imports #86702b71