Re: [OMPI devel] configure problem on master

2021-02-04 Thread Gabriel, Edgar via devel
excellent, thanks! I have meanwhile a more detailed suspicion: -- looking for library without search path checking for library containing llapi_file_create... no looking for library in /opt/lustre/2.12.2/lib64 checking for library containing llapi_file_create... (cached) no -- the liblustrapi

Re: [OMPI devel] configure problem on master

2021-02-04 Thread Ralph Castain via devel
Sounds like I need to resync the PMIx lustre configury with the OMPI one - I'll do that. On Feb 4, 2021, at 11:56 AM, Gabriel, Edgar via devel mailto:devel@lists.open-mpi.org> > wrote: I have a weird problem running configure on master on our cluster. Basically, configure fails when I request

[OMPI devel] configure problem on master

2021-02-04 Thread Gabriel, Edgar via devel
I have a weird problem running configure on master on our cluster. Basically, configure fails when I request lustre support, but not from ompio but openpmix. What makes our cluster setup maybe a bit special is that the lustre libraries are not installed in the standard path, but in /opt, and

Re: [OMPI devel] HWLOC duplication relief

2021-02-04 Thread Brice Goglin via devel
The text looks correct to me. I don't have any better suggestion for now. I am thinking about adding a adopt() flag to say "adopt it, or give me a pointer to the already adopted one", but it's not clear to me how to implement this safely. I opened a hwloc issues to discuss the details of making