Re: [OMPI devel] [OMPI] issue with mpirun

2019-07-12 Thread Dangeti Tharun kumar via devel
ess, you want to add “--bind-to numa" to your mpirun cmd line. >> >> >> On Jul 11, 2019, at 10:28 AM, Dangeti Tharun kumar via devel < >> devel@lists.open-mpi.org> wrote: >> >> >> Hi Devs, >> >> I have build openmpi with LLVM-8 compiler, I

Re: [OMPI devel] [OMPI] issue with mpirun

2019-07-12 Thread Dangeti Tharun kumar via devel
MPI binds to core by default when np=2. If you have an OpenMP > process, you want to add “--bind-to numa" to your mpirun cmd line. > > > On Jul 11, 2019, at 10:28 AM, Dangeti Tharun kumar via devel < > devel@lists.open-mpi.org> wrote: > > > Hi Devs, > > I have bu

[OMPI devel] [OMPI] issue with mpirun

2019-07-11 Thread Dangeti Tharun kumar via devel
Hi Devs, I have build openmpi with LLVM-8 compiler, I tried a simple example on a 2 socket machine. The following is the output of mpirun from ICC(intel c compiler package) and mpirun from openmpi: Why the CPU topology(highlighted below) identified by both of them are different? Not sure, if