Re: [OMPI users] Running error after upgrading from OpenMPI 1.27 to 1.32

2009-12-29 Thread Gus Correa
Hi Galaxia Try: mpirun -mca btl ^openib -np 2 hello_world This should turn off openib at runtime. A better alternative is to download the OpenMPI tarball and build it from source. It will only build support to the hardware you have. If you do so, use a non-standard installation directory. This

[OMPI users] Running error after upgrading from OpenMPI 1.27 to 1.32

2009-12-29 Thread Galaxia
I am working on a computer running CentOS 5 with 2 Quad-core CPUs (only one computer, it is not connected with others). Previously the OpenMPI version was 1.27 and my programs worked fine. After the automatic upgrade to 1.32 (through yum), I can compile programs but it shows error in running: