Hi all:
I'm trying to set up a ROCKS cluster (CentOS 4.5) with OpenMPI and
GCC, PGI, and Intel compilers. My understanding is that OpenMPI must
be compiled with each compiler. The result (or at least, the runtime
libs) must be in .rpm format, as that is required by ROCKS compute
node deployment
Dear All, I am wondering if ORTE can be run in persistent
mode. It has already been raised in Mailing list (
http://www.open-mpi.org/community/lists/users/2006/03/0939.php), where it
was said that the problem is still there. I just want to know, if its fixed or
being fixed ? Reason, why i
Yes, the 'mpirun' is the one from OpenMPI. And btw mpich worked perfectly
for me. It's only ompi that's giving me these problems. Do I have to setup
ssh or something? Because I remember doing that for mpich.
On Dec 31, 2007 4:15 AM, Reuti wrote:
> Hi,
>
> Am 26.12.2007 um 10:08 schrieb Varun R:
Jim,
I would start with this site "http://www.rpm.org/max-rpm/";. This site
gives a really good explanation of building packages using rpm. I built my
own spec file which gave me a better understanding of how RPMs work.
What I did with my installation was to set up an rpm that built
packag
On 12/31/07, Varun R wrote:
> Yes, the 'mpirun' is the one from OpenMPI. And btw mpich worked perfectly
> for me. It's only ompi that's giving me these problems. Do I have to setup
> ssh or something? Because I remember doing that for mpich.
You have to set up password less SSH login on each of t
Greetings,
I'm trying to build the Salomé engineering simulation tool, and am
having trouble compiling with OpenMPI. The full text of the error is at
http://lyre.mit.edu/~powell/salome-error . The crux of the problem can
be reproduced by trying to compile a C++ file with:
extern "C"
{
#include
On Dec 31, 2007, at 7:12 PM, Adam C Powell IV wrote:
I'm trying to build the Salomé engineering simulation tool, and am
having trouble compiling with OpenMPI. The full text of the error
is at
http://lyre.mit.edu/~powell/salome-error . The crux of the problem
can
be reproduced by trying to
On Mon, 2007-12-31 at 19:17 -0700, Brian Barrett wrote:
> On Dec 31, 2007, at 7:12 PM, Adam C Powell IV wrote:
>
> > I'm trying to build the Salomé engineering simulation tool, and am
> > having trouble compiling with OpenMPI. The full text of the error
> > is at
> > http://lyre.mit.edu/~powell
On Dec 31, 2007, at 7:26 PM, Adam C Powell IV wrote:
Okay, fair enough for this test example.
But the Salomé case is more complicated:
extern "C"
{
#include
}
What to do here? The hdf5 prototypes must be in an extern "C" block,
but hdf5.h #includes a file which #includes mpi.h...
Thanks for