Re: [OMPI users] MPI_type_free question

2020-12-04 Thread Gilles Gouaillardet via users
Patrick, the test points to a leak in the way the interconnect component (pml/ucx ? pml/cm? mtl/psm2? btl/openib?) handles the datatype rather than the datatype engine itself. What interconnect is available on your cluster and which component(s) are used? mpirun --mca pml_base_verbose 1

Re: [OMPI users] MPI_type_free question

2020-12-04 Thread Patrick Bégou via users
Hi Gilles, The interconnect is Qlogic infiniband QDR. I was unable to compile latest UCX release on this CentOS6 based Rocks Cluster distribution when deploying OpenMPI 4.0.5 but I do not search a lot: I'm currently deploying a new cluster on CentOS8 and this old cluster will move to CentOS8 too a

Re: [OMPI users] MPI_type_free question

2020-12-04 Thread George Bosilca via users
On Fri, Dec 4, 2020 at 2:33 AM Patrick Bégou via users < users@lists.open-mpi.org> wrote: > Hi George and Gilles, > > Thanks George for your suggestion. Is it valuable for 4.05 and 3.1 OpenMPI > Versions ? I will have a look today at these tables. May be writing a small > piece of code juste creat