Re: [OMPI users] OpenIB problems

2007-11-28 Thread Andrew Friedley
., >1.2 -- I don't recall which version specifically). On Nov 27, 2007, at 3:19 PM, Andrew Friedley wrote: Brock Palen wrote: What would be a place to look? Should this just be default then for OMPI? ompi_info shows the default as 10 seconds? Is that right 'seconds' ?

Re: [OMPI users] OpenIB problems

2007-11-27 Thread Andrew Friedley
Brock Palen wrote: What would be a place to look? Should this just be default then for OMPI? ompi_info shows the default as 10 seconds? Is that right 'seconds' ? The other IB guys can probably answer better than I can -- I'm not an expert in this part of IB (or really any part I guess :).

Re: [OMPI users] OpenIB problems

2007-11-27 Thread Andrew Friedley
Brock Palen wrote: On Nov 27, 2007, at 10:49 AM, Andrew Friedley wrote: Brock Palen wrote: On Nov 21, 2007, at 3:39 PM, Andrew Friedley wrote: If this is what I think it is, try using this MCA parameter: -mca btl_openib_ib_timeout 20 The user used this option and it allowed the run to

Re: [OMPI users] OpenIB problems

2007-11-27 Thread Andrew Friedley
Brock Palen wrote: On Nov 21, 2007, at 3:39 PM, Andrew Friedley wrote: If this is what I think it is, try using this MCA parameter: -mca btl_openib_ib_timeout 20 The user used this option and it allowed the run to complete. You say its a issue with the fabric ibshowerrors does not show

Re: [OMPI users] OpenIB problems

2007-11-21 Thread Andrew Friedley
If this is what I think it is, try using this MCA parameter: -mca btl_openib_ib_timeout 20 If this fixes it -- I don't fully understand what's going on, but it's an issue in the IB fabrics itself. Someone else might be able to explain in more detail.. Andrew Brian Dobbins wrote: Hi Brock

Re: [OMPI users] OpenMPI - can you switch off threads?

2007-11-06 Thread Andrew Friedley
) MCA sds: slurm (MCA v1.0, API v1.0, Component v1.3) MCA filem: rsh (MCA v1.0, API v1.0, Component v1.3) Regards, Mostyn On Tue, 6 Nov 2007, Andrew Friedley wrote: All thread support is disabled by default in Open MPI; the uDAPL BTL is neither thread safe no

Re: [OMPI users] OpenMPI - can you switch off threads?

2007-11-06 Thread Andrew Friedley
All thread support is disabled by default in Open MPI; the uDAPL BTL is neither thread safe nor makes use of a threaded uDAPL implementation. For completeness, the thread support is controlled by the --enable-mpi-threads and --enable-progress-threads options to the configure script. The refer

Re: [OMPI users] OMPI & uDAPL

2007-10-23 Thread Andrew Friedley
Troy Telford wrote: On Monday 22 October 2007, Don Kerr wrote: Couple of things. With linux I believe you need the interface instance in the 7th field of the /etc/dat.conf file. example: InfiniHost0 u1.1 nonthreadsafe default /usr/lib64/libdapl.so ri.1.1 " " " " should be InfiniHost0 u1.1 n

Re: [OMPI users] redirecting stdin

2007-08-15 Thread Andrew Friedley
to point you in the right direction... On Aug 15, 2007, at 11:44 AM, Andrew Friedley wrote: I'm helping someone at LLNL get running with Open MPI, and the current snag seems to be that stdin redirection doesnt work right. A quick look at the orterun manpage indicates something like

[OMPI users] redirecting stdin

2007-08-15 Thread Andrew Friedley
I'm helping someone at LLNL get running with Open MPI, and the current snag seems to be that stdin redirection doesnt work right. A quick look at the orterun manpage indicates something like this should work: mpirun -np 1 cat < foo.txt If I run just say on the head node without any slurm allo

Re: [OMPI users] error -- libtool unsupported hardcode properties

2007-06-20 Thread Andrew Friedley
trying to use two different Fortran compilers at the same time? On Tue, 2007-06-19 at 20:04 -0400, Jeff Squyres wrote: I have not seen this before -- did you look in the libtool documentation? ("See the libtool documentation for more information.") On Jun 19, 2007, at 6:46 PM,

[OMPI users] error -- libtool unsupported hardcode properties

2007-06-19 Thread Andrew Friedley
I'm trying to build Open MPI v1.2.2 with gcc/g++/g77 3.4.4 and pathf90 v2.4 on a linux system, and see this error when compiling ompi_info: /bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -finline-functions -pthread -export-dynamic -o ompi_info components.o ompi_info.o output.o p

Re: [OMPI users] [ofa-general] Re: openMPI over uDAPL doesn't work

2007-05-09 Thread Andrew Friedley
, and 4 nodes with 2 processes per node and --mca btl udapl,self. I didn't encouter any problems. The comment above line 197 says that dat_ep_query() returns wrong port numbers (which it does indeed), but I can't find any call to dat_ep_query() in the uDAPL BTL code. Maybe the comment i

Re: [OMPI users] [ofa-general] Re: openMPI over uDAPL doesn't work

2007-05-09 Thread Andrew Friedley
You say that fixes the problem, does it work even when running more than one MPI process per node? (that is the case the hack fixes) Simply doing an mpirun with a -np paremeter higher than the number of nodes you have set up should trigger this case, and making sure to use '-mca btl udapl,self

Re: [OMPI users] openMPI over uDAPL doesn't work

2007-04-26 Thread Andrew Friedley
Which uDAPL implementation are you using, over what sort of network? I'm guessing OpenIB/InfiniBand, but want to make sure. One other thing I noticed, you say native IB works, yet looking at your ompi_info/config.log neither OpenIB nor MVAPI support was enabled. Andrew Andreas Kuntze wrote:

Re: [OMPI users] network preference

2006-08-10 Thread Andrew Friedley
round. Andrew Thanks -DON Andrew Friedley wrote On 08/10/06 17:44,: Donald Kerr wrote: Hey Andrew I have one for you... I get the following error message on a node that does not have any IB cards -- [0,1,0]: uDAPL on host

Re: [OMPI users] network preference

2006-08-10 Thread Andrew Friedley
of the releases but is now in the trunk - Galen On Aug 10, 2006, at 3:44 PM, Andrew Friedley wrote: Donald Kerr wrote: Hey Andrew I have one for you... I get the following error message on a node that does not have any IB cards

Re: [OMPI users] network preference

2006-08-10 Thread Andrew Friedley
Donald Kerr wrote: Hey Andrew I have one for you... I get the following error message on a node that does not have any IB cards -- [0,1,0]: uDAPL on host burl-ct-v40z-0 was unable to find any NICs. Another transport will be

Re: [OMPI users] network preference

2006-08-10 Thread Andrew Friedley
Hopefully some of the other developers will correct me if I am wrong.. Brock Palen wrote: I had a user ask this, its not a very practical question but I am curious. This is good information for the archives :) OMPI uses a 'fast' network if its available. (IB, GM, etc) I also infer that

Re: [OMPI users] Open MPI on Dual Core Laptop?

2006-08-01 Thread Andrew Friedley
Wen Long at UMCES/HPL wrote: Any people have installed open MPI on a Dual Core desktop or laptop? Such as Intel Centrino Duo ? or it is totally impossible? Have you encountered a particular problem? If, we'd like to know about it. Dual core machines behave very much like SMP machines. We

Re: [OMPI users] pallas assistance ?

2006-05-24 Thread Andrew Friedley
Paul wrote: Somebody call orkin. ;-P Well I tried running it with things set as noted in the bug report. However it doesnt change anything on my end. I am willing to do any verification you guys need (time permitting and all). Anything special needed to get mpi_latency to compile ? I can run t

Re: [O-MPI users] mpirun with make

2006-02-07 Thread Andrew Friedley
Hello, Can you give us more details on the problem? The exact error message, as well as the contents of your hostfile will help. You should check out our FAQ as well, as it likely will help you solve your problem: http://www.open-mpi.org/faq/ Particularly the sections 'Running MPI jobs' an

Re: [O-MPI users] Building 1.0rc4 failed on a 5-node Beowulf cluster running RedHat Linux 7.3

2005-10-21 Thread Andrew Friedley
I just committed another fix to the trunk for a problem you are going to run into next - the same problem comes up again in two more places. I'll ask Tim/Jeff to apply this fix to the v1.0 branch, here are patches: Index: orte/runtime/orte_init_stage1.c ==