Re: [O-MPI users] problems with bproc cluster

2005-11-29 Thread John Ouellette
Hi Tim, H, nope. I recompiled OpenMPI to produce the static libs, and even recompiled my app statically, and received the same error messages. If orted isn't starting on the compute nodes, is there any way I can debug this to find out where it is failing? Actually, I just tried your su

Re: [O-MPI users] problems with bproc cluster

2005-11-29 Thread Dale Harris
On 2005-11-29 at 09:52, John Ouellette elucidated: > > ldd /usr/local/intel-libs/9.0/bin/orted > /proc/self/fd/3: line 125: cat: command not found > ldd is a shell script and therefore there could be problems on bproc. The shell script gets loaded into the process space and that is how it is ac

Re: [O-MPI users] MPI_Offset and C++ interface

2005-11-29 Thread Jeff Squyres
On Nov 25, 2005, at 5:37 PM, Audet, Martin wrote: First the MPI_Offset datatype is defined as a preprocessor macro as follow in mpi.h:    /* Type of MPI_Offset */    #define MPI_Offset long long This generate a syntax error when MPI_Offset is used in C++ for what Stroustrup call a value