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
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
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