[OMPI users] openmpi 1.4.1

2010-05-06 Thread David Logan
Ooops, found the problem, hadn't restarted pbs after changing the nodes lists and the job had been put onto a node with a faulty myrinet connection on the switch. Regards Hi All, I am receiving an error message [grid-admin@ng2 ~]$ cat dml_test.err [hydra010:22914] [btl_gm_proc.c:191] error i

[OMPI users] openmpi 1.4.1

2010-05-06 Thread David Logan
Hi All, I am receiving an error message [grid-admin@ng2 ~]$ cat dml_test.err [hydra010:22914] [btl_gm_proc.c:191] error in converting global to local id [hydra002:07435] [btl_gm_proc.c:191] error in converting global to local id [hydra009:31492] [btl_gm_proc.c:191] error in converting global to

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-05-03 Thread Alan
Thanks a lot Jeff, you described exactly my problem (mistake indeed) and now things are working fine. Sorry for much ado for nothing. Cheers, Alan On Mon, May 3, 2010 at 14:57, Jeff Squyres wrote: > On Apr 30, 2010, at 7:12 PM, Ralph Castain wrote: > > > I build it on Mac 10.6 every time we d

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-05-03 Thread Jeff Squyres
On Apr 30, 2010, at 7:12 PM, Ralph Castain wrote: > I build it on Mac 10.6 every time we do an update to the 1.4 series, without > problem. --without-xgrid or --with-xgrid=no should both work just fine (I use > the latter myself). Ditto. I just downloaded 1.4.1 and tried it on my 10.6 mbp and

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Ralph Castain
I build it on Mac 10.6 every time we do an update to the 1.4 series, without problem. --without-xgrid or --with-xgrid=no should both work just fine (I use the latter myself). You might also try downloading the 1.4.2rc3 tarball and give it a try. Offhand, I can't think of what the problem might

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
I've tried with --without-xgrid... Trying now with --with-xgrid=no ... if it was only not that long to compile... Cheers, Alan On Fri, Apr 30, 2010 at 23:36, Doug Reeder wrote: > Cristobal, > > It may be a 10.6 vs 10.5 difference. In the configure --help output it > looks like --with-xgrid=no

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Cristobal, It may be a 10.6 vs 10.5 difference. In the configure --help output it looks like --with-xgrid=no should turn off the default behavior of building with support for xgrid. Doug Reeder On Apr 30, 2010, at 3:28 PM, Cristobal Navarro wrote: this is strange, because some weeks ago i

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
this is strange, because some weeks ago i compiled openmpi 1.4.1 on a mac 10.5.6 and the parameter --without-xgrid worked good. can you turn off xgrid on the macs you are working with?? that might help Cristobal On Fri, Apr 30, 2010 at 6:19 PM, Doug Reeder wrote: > Alan, > > I haven't trie

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, I haven't tried to build 1.4.x on os x 10.6.x yet, but it sounds like the configure script has become too clever by half. Is there a configure argument to force no xgrid (e.g., --with-xgrid=no or -- enable-xgrid=no). Doug Reeder On Apr 30, 2010, at 3:12 PM, Alan wrote: Hi guys, tha

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi guys, thanks, Well, I can assure there I have the right things as explained here: ompi 1.2.8 (apple) /usr/bin/ompi_info | grep xgrid MCA ras: xgrid (MCA v1.0, API v1.3, Component v1.2.8) MCA pls: xgrid (MCA v1.0, API v1.3, Component v1.2.8) ompi 1.3.3 (Fink)

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
try launching mpirun -v a see what version is picking up. maybe its the included 1.2.x Cristobal On Fri, Apr 30, 2010 at 3:22 PM, Doug Reeder wrote: > Alan, > > Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 > versions and not the apple supplied versions. I use

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 versions and not the apple supplied versions. I use modules to help ensure that I am using the openmpi that I built and not the apple supplied versions. Doug Reeder On Apr 30, 2010, at 12:14 PM, Alan wrote:

[OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi there, No matter I do I cannot disable xgrid while compiling opempi. I tried: --without-xgrid --enable-shared --enable-static And still see with ompi_info: MCA plm: xgrid (MCA v2.0, API v2.0, Component v1.4.1) And because of xgrid on ompi, I have: openmpi-1.4.1/examples% mpirun -c 2 hello

Re: [OMPI users] openMPI-1.4.1 on Windows

2010-04-05 Thread NovA
Hi Shiqing, 2010/4/3 Shiqing Fan : > > Hi Andrey, > > Thanks for your feedback. I'm pleased to help making openMPI better, at least this way. > > Problem 1, 2 and 3 has been fixed in trunk and will be available in future > release. We'll fix the last two problems as soon as possible. Glad to hear

Re: [OMPI users] openMPI-1.4.1 on Windows

2010-04-03 Thread Shiqing Fan
Hi Andrey, Thanks for your feedback. Problem 1, 2 and 3 has been fixed in trunk and will be available in future release. We'll fix the last two problems as soon as possible. Regards, Shiqing On 2010-4-1 2:11 PM, NovA wrote: Dear developers, I'm attempting to use openMPI 1.4.1 on Windows

[OMPI users] openMPI-1.4.1 on Windows

2010-04-01 Thread NovA
Dear developers, I'm attempting to use openMPI 1.4.1 on Windows XP x64. Almost everything is working fine now, but in the process I've faced several problems and some of them remains... (1) There were problems to configure openMPI using latest CMake 2.8.1. Fortunately this was described in mail-l

Re: [OMPI users] openmpi-1.4.1 Debian-Live Cd

2010-03-15 Thread Jeff Squyres
I'm afraid I don't know anything about the Devian Live CD distro -- it's hard to say exactly what the problem is without knowing more about your setup. But if "hello world" is failing, it seems to indicate that something is fundamentally wrong. Can you try a trivial ping pong app? On Mar 9,

[OMPI users] openmpi-1.4.1 Debian-Live Cd

2010-03-10 Thread piening
Hi, I set up a Linux Cluster with differnt Distributions ( 1x Debian Lenny, 4x OpenSuse11.2 ) and openmpi-1.4.1 , all my test applications ran perfekt. Now I decided to create a Debian-Live System (Lenny) with openmpi-1.4.1, to include some more Pc's in our Student-Pool, and always get the folowi