On Nov 28, 2005, at 10:40 AM, Arnold Meijster wrote:
I've the following problem. I downloaded/compiled/installed openMPI 1.0
on my Linux i386 box with ubuntu 5.10.
Greetings Arnold.
It looks like you are experiencing the shared memory startup bug -- we
neglected to include a specific fix in
Hi all,
I've the following problem. I downloaded/compiled/installed openMPI 1.0
on my Linux i386 box with ubuntu 5.10.
Now I tested with the following trivial 'hello world' program:
#include
#include "mpi.h"
int main(argc,argv)
int argc;
char *argv[];
{
int myid, numprocs;
MPI_Init(&ar