Tamer,
This should now be fixed in r18241.
Though I was able to replicate this bug, it only occurred
sporadically for me. It seemed to be caused by some socket descriptor
caching that was not properly cleaned up by the restart procedure.
My testing appears to conclude that this bug is now
On Apr 22, 2008, at 4:07 PM, gildo@gmx.de wrote:
Ah, thats good news! My concern is, as I also want to use
performance-benchmarks, which are specifically compiled for an
installation of MPI, that these benchmarks will not work properly
anymore. E.g. Intel IMB Benchmark or mpptest. Woul
On Apr 22, 2008, at 4:07 PM, gildo@gmx.de wrote:
All you need to do is install them both into separate prefixes
(e.g., /
opt/openmpi and /opt/mpich). Then when you're using them, ensure
that
your PATH / LD_LIBRARY_PATH is set consistently across all nodes, or
if using Open MPI, use the
Hi all,
the problem is almost solved!
> >> Make sure you're using the "right" mpirun. If you have both MPICH
> >> and
> >> Open MPI installed, you need to install them into the different
> >> directories.
> >
> > I am sure. I have separate VMware-instances installed in order to
> > avoid any
The paper you cited, while presenting a particular implementation
doesn't bring present any new ideas. The compression of the data was
studied for long time, and [unfortunately] it always came back to the
same result. In the general case, not worth the effort !
Now of course, if one limit i
Hi list,
I had a similar problem last year with IMB when the the job would just
hang on a PowerPC cluster, for which Jeff Sqyres gave me many pointers
to change paramaters to fix the problem. Now with another cluster that I
am building the IMB job hangs in the same place and also the machines
On Apr 22, 2008, at 9:03 AM, Tomas Ukkonen wrote:
I read from somewhere that OpenMPI supports
some kind of data compression but I couldn't find
any information about it.
Is this true and how it can be used?
Nope, sorry -- not true.
This just came up in a different context, actually. We ad
The Objective C thing is not important. If you notice, it actually found
gcc as the Objective C compiler (these days, most installs of GCC
including the Objective C backend). The only code in Open MPI that uses
Objective C is for OS X, but the way Autoconf works, it's easier to check
for the
Hi Jeff,
I have sent the tar'ed and gzipped make.log and config.log file along
with my original email. For your benefit, I will send you the files
directly to your email so that we dont duplicate the files on the
archive server.
Cheers,
Sampath.
From: Jeff Squyres
Subject: Re: [OMPI us
Tamer,
Just wanted to update you on my progress. I am able to reproduce
something similar to this problem. I am currently working on a
solution to it. I'll let you know when it is available, probably in
the next day or two.
Thank you for the bug report.
Cheers,
Josh
On Apr 18, 2008, at
On 22 April 2008 at 00:12, Vincent Rotival wrote:
| Sorry to bother you all about that but I am quite lost with a puzzling
| problem concerning openMPI + Ubuntu 7.10. I could not find similar
| threads on the archive
[...]
| I am using openMPI version 1.2.6 (but same bug occured with 1.2.5),
|
Hello
I read from somewhere that OpenMPI supports
some kind of data compression but I couldn't find
any information about it.
Is this true and how it can be used?
Does anyone have any experiences about using it?
Is it possible to use compression in just some
subset of communications (communicat
On Apr 22, 2008, at 8:48 AM, Hans Wurst wrote:
Make sure you're using the "right" mpirun. If you have both MPICH
and
Open MPI installed, you need to install them into the different
directories.
I am sure. I have separate VMware-instances installed in order to
avoid any interdependencies.
FWIW, you might not want to comment out this line, but rather move up
any OMPI setup to *before* this line (so that it is processed both
during interactive and non-interactive logins).
The check for a non/interactive login may well be there for a reason;
there may well be things past that
Please send all the information listed here:
http://www.open-mpi.org/community/help/
On Apr 22, 2008, at 8:18 AM, kopp...@aim.com wrote:
Hi Jeff,
Yes. my C++ compiler works quite well. I have compiled and run a
number
of programs with it. Further more, I could comfortably install mpich2
w
> Make sure you're using the "right" mpirun. If you have both MPICH and
> Open MPI installed, you need to install them into the different
> directories.
I am sure. I have separate VMware-instances installed in order to avoid any
interdependencies. Although I'd like to have MPICH and OpenMPI
Hi Jeff,
Yes. my C++ compiler works quite well. I have compiled and run a number
of programs with it. Further more, I could comfortably install mpich2
with this compiler with no problems.
What is surprising is : during configure ... I get:
..
==
Hi,
Have you checked the .bashrc or /etc/bash.bashrc file on the machine. We
have seen this problem before on both Debian and Ubuntu systems. If you find
the following line:
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
It means that the remainder of the file is not p
Is your C++ compiler installer properly? Can you build and run other C
++ programs that use the STL?
On Apr 22, 2008, at 5:01 AM, kopp...@aim.com wrote:
Hello there,
I downloaded openmpi-1.2.5.tar and "un-tar"'ed it with tar -xvf
openmpi-1.2.5.tar which created a directory openmpi-1.2.5.
Make sure you're using the "right" mpirun. If you have both MPICH and
Open MPI installed, you need to install them into the different
directories.
As for not finding the "orted" on the remote nodes, it simply means
that your PATH / LD_LIBRARY_PATH is not set properly on the remote
nodes.
Glad that worked, my comment was that your gcc.error output looked
similar to the issues described in the faq not that the faq would solve
the issue using the gcc compiler. Sorry I wasn't clearer.
Note, I think most of these issues are resolved in 1.3 (the current
trunk) though I believe tick
Hello there,
I downloaded openmpi-1.2.5.tar and "un-tar"'ed it with tar -xvf
openmpi-1.2.5.tar which created a directory openmpi-1.2.5.
I then created a build directory and called
../openmpi-1.2.5/configure --prefix=$home/openmpi FC=ifort64
F77=ifort64 F95=ifort64 CC=icc64 CXX=icpc | & tee
Hi Jodi,
thanks for the quick answer!
> Have you tried the command ompi_info?
> What is its output?
No, I haven't. I can try this evening, when I'm back home from work.
>
> Furthermore, the command you gave
> > mpirun -np 2 --hostfile /home/stephan/mpd.hosts
> is incomplete. There is no exe
Stephan,
A couple things to try
Put -np 2 after -hostfile /home/stephan/mpd.hosts
put the command you want to run after -np 2
Good luck,
Doug Reeder
On Apr 21, 2008, at 11:56 PM, gildo@gmx.de wrote:
Dear all,
I wanted to compare MPICH and OpenMPI. MPICH works fine. So I
installed Op
Have you tried the command ompi_info?
What is its output?
Furthermore, the command you gave
> mpirun -np 2 --hostfile /home/stephan/mpd.hosts
is incomplete. There is no executable.
Try to make sure wether your host file has the correct
format. If i remember correctly Open-MPI does not use
the
Dear all,
I wanted to compare MPICH and OpenMPI. MPICH works fine. So I installed OpenMPI
the same way (configure, make, make install). The commands are found in the
OpenMPI installation directory.
When I tried to run programs I was a little bit confused, that there seems not
to be a default h
26 matches
Mail list logo