A rather stable production code that has worked with various versions of MPI
on various architectures started hanging with gcc-4.4.2 and openmpi 1.3.33
Which lead me to this thread.
I made some very small changes to Eugene's code, here's the diff:
$ diff testorig.c billtest.c
3,5c3,4
<
< #define
Now i have the same openmpi versions. 1.3.2
recalulated on both nodes and it works again on each node seperatly:
node1:
cluster@bioclust:/mnt/projects/PS3Cluster/Benchmark$ mpirun --version
mpirun (Open MPI) 1.3.2
cluster@bioclust:/mnt/projects/PS3Cluster/Benchmark$ (
mailto:1.3.2cluster@bioclu
Dear all,
A quick follow up in aid of Google.
Upgrading the Intel compilers made no difference to the error message.
I contacted the researcher who wrote it who told me that the problem
was likely to be the Intel compilers over-optimising the code and
suggested using GCC which worked. He also po
Bill,
> A rather stable production code that has worked with various versions of MPI
> on various architectures started hanging with gcc-4.4.2 and openmpi 1.3.33
Probably this bug :
https://svn.open-mpi.org/trac/ompi/ticket/2043
Waiting for a correction, try adding this option to mpirun :
-mca
Bingo! This is why we ask for info on how you configure OMPI :-)
You need to rebuild OMPI with --enable-heterogeneous. Because there is
additional overhead associated with running hetero configurations, and so few
people do so, it is disabled by default.
On Nov 18, 2009, at 2:55 AM, Laurin Mül
Vincent Loechner wrote:
Bill,
A rather stable production code that has worked with various versions of MPI
on various architectures started hanging with gcc-4.4.2 and openmpi 1.3.33
Probably this bug :
https://svn.open-mpi.org/trac/ompi/ticket/2043
Waiting for a correct
Thanks thats it!
Would have been straigth forward, but there is a lot of things to
consider by setting up a cluster the first time - a lot to oversee.
Anyway thanks for your help.
>>> Ralph Castain 18.11.2009 15:57 >>>
Bingo! This is why we ask for info on how you configure OMPI :-)
You need
Hi all,
Hope, this list is a good starter.
I'm struggling with "Example 3: Building Name Service for
Intercommunication" (at page 217) from the "MPI: A Message-Passing
Interface Standard Version 2.1"
1. There is an error in line 29 at page 217: "server_key_val" integer
should be "server_keyval"
On Wed, 2009-11-18 at 01:28 -0800, Bill Broadley wrote:
> A rather stable production code that has worked with various versions
> of MPI
> on various architectures started hanging with gcc-4.4.2 and openmpi
> 1.3.33
>
> Which lead me to this thread.
If you're investigating hangs in a parallel jo
Josh Hursey wrote:
(Sorry for the excessive delay in replying)
On Sep 30, 2009, at 11:02 AM, Constantinos Makassikis wrote:
Thanks for the reply!
Concerning the mca options for checkpointing:
- are verbosity options (e.g.: crs_base_verbose) limited to 0 and 1
values ?
- in priority options (
10 matches
Mail list logo