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
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
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
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
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
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
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