Re: [OMPI users] Program runs successfully...but with error messages displayed

2009-08-27 Thread Yann JOBIC
Jean Potsam wrote: Dear All, I have installed openmpi 1.3.2 on one on the nodes of our cluster and is running a simple helloword mpi program. The program runs fine but I get a lot of unexpected messages in between the result. ## jean@n06:

Re: [OMPI users] Program runs successfully...but with error messages displayed

2009-08-27 Thread Lenny Verkhovsky
mostlike that you compiled MPI with --with-openib flag, but since there are no openib devices avaliable on n06 machine, you got an error. you can "disable" this message by either recompilnig Open MPI without openib flag, or by disabling openib btl -mca btl ^openib or -mca btl sm,self,tcp Lenny. On

[OMPI users] Program runs successfully...but with error messages displayed

2009-08-27 Thread Jean Potsam
Dear All,               I have installed openmpi 1.3.2 on one on the nodes of our cluster and is running a simple helloword mpi program. The program runs fine but I get a lot of unexpected messages in between the result. ## jean@n06:~/examples$ mpirun -n