Re: [OMPI users] Can't get OPENMPI to run parallel job with Myrinet/GM

2008-02-19 Thread George Bosilca
Tom, Here is how I configured Open MPI. It's mostly the default configuration ... ../../ompi-trunk/configure --prefix=/nfs/home/bosilca/opt/unstable/fog/ fast --disable-debug --enable-picky --with-platform=optimized -- disable-mpi-cxx --disable-mpi-f90 --enable-mpi-f77 --disable-mpi- profi

Re: [OMPI users] Can't get OPENMPI to run parallel job with Myrinet/GM

2008-02-19 Thread twurgl
Would you be able to send me the mpirun command and args that you use? how can I get more output to study? I added "--display-map -d -v " to my mpirun command, which gives more output, but not the reason for the failure. The information contained herein is GOODYEAR PROPRIETARY information and i

[OMPI users] processes aborting on MPI_Finalize

2008-02-19 Thread Adams, Samuel D AFRL/RHDR
This is probably some coding error on my part, but under some problem divisions I get processes aborting when I call MPI_Finalize(). Perhaps they are still waiting incorrectly to recived some message or something like that. Sometimes it seems to work. Is there a good way to get to the bottom of

[OMPI users] mpi.h macro naming

2008-02-19 Thread Ben Allan
Thanks in advance if this is already fixed in a later release I've not caught up to, I'm at 1.2.3. Is there some subtle reason that ompi's mpi.h leaves the following macros both unguarded with an ifndef and un-prefixed with OMPI_ ? This produces considerable amounts of compiler whinage for oth

Re: [OMPI users] openmpi/openib problems

2008-02-19 Thread jessie puls
jessie puls wrote: Hi all, I'm having problems getting openmpi to work correctly using verbs on some systems. It's been working using openib for quite some time, but I need to get it working using verbs for some research I'm doing. This would make a whole lot more sense if I'd typed it c

[OMPI users] openmpi/openib problems

2008-02-19 Thread jessie puls
Hi all, I'm having problems getting openmpi to work correctly using verbs on some systems. It's been working using openib for quite some time, but I need to get it working using verbs for some research I'm doing. Anyway all seems to be good on the openib side of things. ibv_devinfo and ibv

Re: [OMPI users] MPI_Comm_spawn errors

2008-02-19 Thread Tim Prins
Hi Joao, Unfortunately, spawn is broken on the development trunk right now. We are working on a major revamp of the runtime system which should fix these problems, but it is not ready yet. Sorry about that :( Tim Joao Vicente Lima wrote: Hi all, I'm getting errors with spawn in the situat