Run ompi_info; it will tell you all the plugins that are installed.
> On Nov 1, 2016, at 2:13 AM, Mahesh Nanavalla
> wrote:
>
> Hi Jeff Squyres,
>
> Thank you for your reply...
>
> My problem is i want to reduce library size by removing unwanted plugin's.
>
> Here libmpi.so.12.0.3 size is 2.
Segei,
can you run :
ibhosts
ibstat
ibdiagnet
Lord help me for being so naive, but do you have a subnet manager running?
On 1 November 2016 at 06:40, Sergei Hrushev wrote:
> Hi Jeff !
>
> What does "ompi_info | grep openib" show?
>>
>>
> $ ompi_info | grep openib
> MCA bt
Hi John !
I'm experimenting now with a head node and single compute node, all the
rest of cluster is switched off.
can you run :
>
> ibhosts
>
# ibhosts
Ca : 0x7cfe900300bddec0 ports 1 "MT25408 ConnectX Mellanox
Technologies"
Ca : 0xe41d2d030050caf0 ports 1 "MT25408 ConnectX Mellanox
T
On Nov 1, 2016, at 2:40 AM, Sergei Hrushev wrote:
>
> Yes, I tried to get this info already.
> And I saw in log that rdmacm wants IP address on port.
> So my question in topc start message was:
> Is it enough for OpenMPI to have RDMA only or IPoIB should also be
> installed?
Sorry; I joined the
>
>
> I haven't worked with InfiniBand for years, but I do believe that yes: you
> need IPoIB enabled on your IB devices to get the RDMA CM support to work.
>
>
Yes, I saw too that RDMA CM requires IP, but in my case OpenMPI reports
that UD CM can't be used too.
Is it also require IPoIB?
Is it pos
I actually just filed a Github issue to ask this exact question:
https://github.com/open-mpi/ompi/issues/2326
> On Nov 1, 2016, at 9:49 AM, Sergei Hrushev wrote:
>
>
> I haven't worked with InfiniBand for years, but I do believe that yes: you
> need IPoIB enabled on your IB devices to ge
That's useful. Thank you.
It sounds like, as long as the component exists for OpenMPI already, it's
just a matter of compiling OpenMPI on a machine that has the headers and
libraries (with appropriate configure flags), and grabbing the individual
component from there.
-Sean
--
Sean Ahern
Computa
>
> I actually just filed a Github issue to ask this exact question:
>
> https://github.com/open-mpi/ompi/issues/2326
>
>
Good idea, thanks!
___
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users
On 31 October 2016 at 20:39, Jason Maldonis wrote:
> I may also submit bugs to mpi4py, but I don't yet know exactly where the
> bugs are originating from. Do any of you know if github is the correct
> place to submit bugs for mpi4py?
>
>
https://bitbucket.org/mpi4py/mpi4py/issues
You can also w
Thanks for the responses, and it's great to know that you found the OMPIP
bug in 2.x for dynamic process management. I tried some of the other MPI
libraries for my project as well, but Open MPI seemed to be by far the best
in terms of being bug-free for my code!
Lisandro, I will subscribe and che
Let's try to coerce OMPI to dump all modules that are still loaded after
MPI_Init. We are still having a superset of the needed modules, but at
least everything unnecessary in your particular environment has been
trimmed as during a normal OMPI run.
George.
PS: It's a shell script that needs ag t
To close the thread here… I got the following information:
Looking at SLURM_CPU_BIND is the right idea, but there are quite a few more
options. It misses map_cpu, rank, plus the NUMA-based options:
rank_ldom, map_ldom, and mask_ldom. See the srun man pages for documentation.
From: Riebs, Andy
UDCM does not require IPoIB. It should be working for you. Can you build Open
MPI with --enable-debug and run with -mca btl_base_verbose 100 and create a
gist with the output.
-Nathan
On Nov 01, 2016, at 07:50 AM, Sergei Hrushev wrote:
I haven't worked with InfiniBand for years, but I do be
Ah crumby!! We already solved this on master, but it cannot be backported to
the 1.10 series without considerable pain. For some reason, the support for it
has been removed from the 2.x series as well. I’ll try to resolve that issue
and get the support reinstated there (probably not until 2.1).
HI George,
Thanks for reply,
By that above script ,how can i reduce* libmpi.so* size.
On Tue, Nov 1, 2016 at 11:27 PM, George Bosilca wrote:
> Let's try to coerce OMPI to dump all modules that are still loaded after
> MPI_Init. We are still having a superset of the needed modules, but at
> le
Did you strip the libraries already ?
the script will show the list of frameworks and components used by MPI
helloworld.
from that, you can deduce a list of components that are not required,
exclude them via the configure command line, and rebuild a trimmed Open MPI.
note this is pretty pa
16 matches
Mail list logo