On 07/05/21 at 17:24 +0300, Vassilis Virvilis wrote: > The second value (index == 1) has value.type = 56 (pmix.topo2) which is > outside the range of supported value types. I think the last entry is > PMIX_REGEX 46 at > ./debian/build-gfortran/opal/mca/pmix/pmix3x/pmix/include/pmix_common.h > > However in /usr/lib/x86_64-linux-gnu/pmix2/include/pmix_common.h the list > goes further ending in PMIX_COMPRESSED_BYTE_OBJECT 59 with 56 being > PMIX_TOPO
I tried to ensure that pmix_common.h (inside the sources) was unused during build, and added an #error inside it. The build succeeded, which seems to confirm that it is not used... Lucas