[O-MPI users] a familiar problem?

2006-01-27 Thread Tom Rosmond
I just received deliver of a new dual processor Opteron workstation running Suse linux. I installed the 64 bit intel compiler and openmpi, and my first test of a trivial mpi code produced the output below. I have seen this kind of problem before, and know that it has to do with the SSH environmen

Re: [O-MPI users] Mac OS X Open-MPI with Myrinet MX

2006-01-27 Thread George Bosilca
Please remove the lines 109 to 111 from the ompi/mca/btl/mx/ btl_mx_component.c file. They get in by accident, they belong to some other patch from the version 1.0.2 of Open MPI. It was not supposed to get back-ported to the 1.0.1. Sorry about the inconvenience, george. On Jan 27, 200

[O-MPI users] Mac OS X Open-MPI with Myrinet MX

2006-01-27 Thread Warner Yuen
With Mac OS X 10.4.4, I'm having problems compiling Open-MPI 1.0.1 with Myrinet-MX support. It works fine with Myrinet-GM drivers. I configured with the following: ./configure --prefix=/hpc/mpis/ompi101 --with-mx=/opt/mx I'm getting the following error when I run make: /../.. -I../../../.. -

[O-MPI users] libtool error

2006-01-27 Thread Dave Hudak
Hello, I am having problem with the configure stage of building openmpi. I downloaded the 1.0.1 release tarball, unpacked it and ran ./configure --prefix=/opt/openmpi | & tee config-output.txt ...it ran for a couple minutes and then said: config.status: config.h is unchanged config.status:

Re: [O-MPI users] ompi spec file

2006-01-27 Thread Jeff Squyres
On Jan 26, 2006, at 4:53 PM, Jonathan Day wrote: In which case, the solution would seem to have a metafile containing the flags, the environment variable they set/unset, the default value and what software is required, as a simple table. That might be possible, but it would be no small task.