[OMPI users] Detailed documentation on OpenMPI

2013-08-22 Thread mahesh
, Mahesh

[OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-17 Thread Mahesh Nanavalla
Hi everyone, I'm trying to cross compile openmpi-1.10.3 for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu with below configure options... ./configure --enable-orterun-prefix-by-default --prefix="/home/nmahesh/Workspace/ARM_MPI/openmpi" --build=x86_64-linux-gnu --host=x86_64-linux-gnu --targ

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-18 Thread Mahesh Nanavalla
OMPI_WRAPPER_EXTRA_FCFLAGS@"; > my $extra_fcflags_prefix = "@OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX@"; > -my $extra_ldflags = "@OMPI_WRAPPER_EXTRA_LDFLAGS@"; > +my $extra_ldflags = "@OMPI_PKG_CONFIG_LDFLAGS@"; > my $extra_libs = "@OMPI_WRAPPER_EXTR

[OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-18 Thread Mahesh Nanavalla
Hi all, How to cross compile *openmpi *for* arm *on* x86_64 pc.* *Kindly provide configure options for above...* Thanks®ards, Mahesh.N ___ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-18 Thread Mahesh Nanavalla
e relevant to anOpen MPI developer): opal_shmem_base_select failed --> Returned value -1 instead of OPAL_SUCCESS--root@OpenWrt:/# Kindly help me...Thanks and Regards,Mahesh .N* On Tue, Oct 18, 2016 at 5:09 PM, Kaw

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-18 Thread Mahesh Nanavalla
s to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): opal_shmem_base_select failed --> Returned value -1 instead of OPAL_SUCCESS Kindly help me. On Tue, Oct 18, 2016 at 7:31 PM, Mahesh Nanavalla < mahesh

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-18 Thread Mahesh Nanavalla
t; fail during opal_init; some of which are due to configuration or > > environment problems. This failure appears to be an internal failure; > > here's some additional information (which may only be relevant to an > > Open MPI developer): > > > > opal_shme

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-19 Thread Mahesh Nanavalla
Hi all, can any one tell purpose and importance of *--disable-vt* *Thanks&Regards,* *Mahesh.N* On Wed, Oct 19, 2016 at 12:11 PM, Mahesh Nanavalla < mahesh.nanavalla...@gmail.com> wrote: > Hi all > > it's working. > > I forget to copy all openmpi libs and b

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-19 Thread Mahesh Nanavalla
t; > Gilles > > > On Wednesday, October 19, 2016, Mahesh Nanavalla < > mahesh.nanavalla...@gmail.com> wrote: > >> Hi all, >> >> can any one tell purpose and importance of *--disable-vt* >> >> *Thanks&Regards,* >> *Mahesh.N* >> >&g

Re: [OMPI users] openmpi-1.10.3 cross compile configure options for arm-openwrt-linux-muslgnueabi on x86_64-linux-gnu

2016-10-19 Thread Mahesh Nanavalla
> > Gilles > > On Wednesday, October 19, 2016, Mahesh Nanavalla < > mahesh.nanavalla...@gmail.com> wrote: > >> Hi Gilles, >> >> Thanks for reply, >> >> If i do *--disable-vt *while configuring the openmpi-1.10.3 , >> >> the s

[OMPI users] Redusing libmpi.so size....

2016-10-27 Thread Mahesh Nanavalla
Hi all, I am using openmpi-1.10.3. openmpi-1.10.3 compiled for arm(cross compiled on X86_64 for openWRT linux) libmpi.so.12.0.3 size is 2.4MB,but if i compiled on X86_64 (linux) libmpi.so.12.0.3 size is 990.2KB. can anyone tell how to reduce the size of libmpi.so.12.0.3 compiled for arm. Tha

Re: [OMPI users] Redusing libmpi.so size....

2016-10-28 Thread Mahesh Nanavalla
rectory. Sorry! kindly guide me... On Fri, Oct 28, 2016 at 5:34 PM, Mahesh Nanavalla < mahesh.nanavalla...@gmail.com> wrote: > Hi Gilles, > > Thanks for reply > > i have configured as below for arm > > ./configure --enable-orterun-prefix-by-default > --prefix=&

Re: [OMPI users] Redusing libmpi.so size....

2016-10-31 Thread Mahesh Nanavalla
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.4MB. How can i know what are the* pluggin's *included to* build the* *libmpi.so.12.0.3* and how can remove. Thanks&Regards

Re: [OMPI users] Redusing libmpi.so size....

2016-10-31 Thread Mahesh Nanavalla
Hi all, 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.4MB. How can i know what are the* pluggin's *included to* build the* *libmpi.so.12.0.3* and how can remove. Thanks&Regards, Mahesh

Re: [OMPI users] Redusing libmpi.so size....

2016-11-01 Thread Mahesh Nanavalla
-lopen-rte -l open-pal > > > > On Tue, Nov 1, 2016 at 7:12 AM, Jeff Squyres (jsquyres) < > jsquy...@cisco.com> wrote: > >> Run ompi_info; it will tell you all the plugins that are installed. >> >> > On Nov 1, 2016, at 2:13 AM, Mahesh Nanavalla < >

[OMPI users] Disabling MCA component

2016-11-03 Thread Mahesh Nanavalla
Hi all, I am compiling openmpi-1.10.3 for arm. How can i disable particular MCA component and how can i confirm that. Thanks&Regards, Mahesh N ___ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users

[OMPI users] mpirun --map-by-node

2016-11-04 Thread Mahesh Nanavalla
by node.is there any library used to run like above.if yes please tell me that .Kindly help me where am doing wrong...Thanks&Regards,Mahesh N* ___ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Re: [OMPI users] mpirun --map-by-node

2016-11-04 Thread Mahesh Nanavalla
the space between > “by” and “node” - you had typed it with a “-“ instead of a “space” > > > On Nov 4, 2016, at 4:28 AM, Mahesh Nanavalla < > mahesh.nanavalla...@gmail.com> wrote: > > Hi all, > > I am using openmpi-1.10.3,using quad core processor(node). > &g

Re: [OMPI users] mpirun --map-by-node

2016-11-04 Thread Mahesh Nanavalla
utable on the cmd line > > > On Nov 4, 2016, at 4:44 AM, Mahesh Nanavalla < > mahesh.nanavalla...@gmail.com> wrote: > > Thanks for reply, > > But,with space also not running on one process one each node > > root@OpenWrt:~# /usr/bin/mpirun --allow-run-a

Re: [OMPI users] mpirun --map-by-node

2016-11-09 Thread Mahesh Nanavalla
end up with MCW ranks 0,3,6 on a, 1,4,7 on b, and > 2,5,8 on c. > > > > Case 3: > > > > # Setting an arbitrarily large number of slots per host just to be > explicitly clear for this example > > $ cat hostfile > > a slots=20 > > b slots=20

[OMPI users] connecting to MPI from outside

2010-10-12 Thread Mahesh Salunkhe
Hello, Could you pl tell me how to connect a client(not in any mpi group ) to a process in a mpi group. (i.e. just like we do in socket programming by using connect( ) call). Does mpi provide any call for accepting connections from outside processes? -- Regards Mahesh

[OMPI users] [openMPI-infiniband] openMPI in IB network when openSM with LASH is running

2007-11-28 Thread Keshetti Mahesh
r for connection establishment between nodes. So I want to know whether anyone thought about it and working on it or not. regards, Mahesh

Re: [OMPI users] [openMPI-infiniband] openMPI in IB network when openSM with LASH is running

2007-11-29 Thread Keshetti Mahesh
> There is work starting literally right about now to allow Open MPI to > use the RDMA CM and/or the IBCM for creating OpenFabrics connections > (IB or iWARP). when this is expected to be completed? -Mahesh

[OMPI users] Orted Command Not found

2006-05-10 Thread Mahesh Barve
start as expected ERROR : there may be more information available from the remote shell (see above) ERROR : the daemon exited unexpectedly with status 127 --- Could you please let me know how to get over this problem? awaiting your reply, -Mahesh

[OMPI users] Help regarding send/recv code

2006-05-23 Thread Mahesh Barve
, -Mahesh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[OMPI users] What Really Happens During OpenMPI MPI_INIT?

2006-07-17 Thread Mahesh Barve
these functions regards, -Mahesh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[OMPI users] speed of model is slow with openmpi

2019-11-27 Thread Mahesh Shinde via users
/comments are welcome. Thanks and regards. Mahesh

Re: [OMPI users] Stable and performant openMPI version for Ubuntu20.04 ?

2021-03-04 Thread Mahesh Shinde via users
Pl unsubscribe me. On Fri, 5 Mar, 2021, 6:02 AM Gilles Gouaillardet via users, < users@lists.open-mpi.org> wrote: > On top of XPMEM, try to also force btl/vader with > mpirun --mca pml ob1 --mca btl vader,self, ... > > On Fri, Mar 5, 2021 at 8:37 AM Nathan Hjelm via users > wrote: > > > > I woul