Dries Kimpe wrote:
>
>
> The problem is that the OpenMPI group takes ROMIO as-is from an older
> release. Then they pass
> MPI_COMBINER_SUBARRAY as-is to ROMIO, which in that release it does not
> understand. Then ROMIO blows up.
>
>
> I'll try recompiling
Dries Kimpe wrote:
>
> It looks as if the problem is not really due to Open MPI, but to the
> included ROM-IO:
>
In the end it turned out to be a combination of a newer Open MPI with an older
ROMIO ...
Quoting Rob Ross (on the pnetcdf mailing list):
The problem is that the OpenMPI
Hi,
are there any known problems with Open MPI (SVN rev. 9792) and Parallel
NetCDF (version 1.0.1)?
I'm unable to make this combination work.
The tests distributed with the source of pnetcdf fail when building with
Open MPI.
It looks as if the problem is not really due to Open MPI, but to the
A quick message just to confirm that this problem
really had nothing to do with OpenMPI.
It was caused by an incorrect wrapper script for gcc.
Dries
Greg Lindahl wrote:
> Dries,
>
> We have built OpenMPI-1.0 with our compilers, but don't build SVN.
>
> In your case you seem to have some kin
This time with config.log attached (bz2)
Greetings,
Dries
Dries Kimpe wrote:
> Hi,
>
> is somebody here building OpenMPI (svn trunk) with PathScale compilers?
>
> I'm getting the following errors
> (note that it builds fine with gcc 3.4.4)
>
> make[2]: Ent
Hi,
is somebody here building OpenMPI (svn trunk) with PathScale compilers?
I'm getting the following errors
(note that it builds fine with gcc 3.4.4)
make[2]: Entering directory
`/data/home/dries/svn/openmpi-trunk/build/pathscale/orte/tools/openmpi'
depbase=`echo openmpi.o | sed 's|[^/]*$|.de
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I have a question about the --with-wrapper-ldflags option;
I need to pass 2 different rpaths to the wrapper compilers,
so I tried
- --with-wrapper-ldflags="-Wl,-rpath -Wl,pathA -Wl,-rpath -Wl,pathB"
However, it seems that the second Wl,-rpat
The problem occurs when specifying both
--enable-static and --enable-shared ...
The following error appears:
[...]
-rpath -Wl,/home/lts/work/openmpi/openmpi-1.0rc5/orte/.libs -Wl,--rpath
-Wl,/home/lts/coolfluid/ompi/lib
/home/lts/work/openmpi/openmpi-1.0rc5/orte/.libs/liborte.so
-L/home/lts/wor