Re: [OMPI users] Connection timed out with multiple nodes

2014-02-25 Thread Doug Roberts
Hello again, The "oob_stress" program runs cleanly on each of the two test nodes bro127 and bro128 as shown below. Would you say this rules out a problem with the network and switch, or is there another test program(s) that should be run next ? o eth0 and eth2: without plm_base_verbose [roberp

[OMPI users] Compiling Open MPI 1.7.4 using PGI 14.2 and Mellanox HCOLL enabled

2014-02-25 Thread Filippo Spiga
Dear all, I came across another small issue while I was compiling Open MPI 1.7.4 using PGI 14.2 and building the support for Mellanox Hierarchical Collectives (--with-hcoll). Here you how configure Open MPI: export MXM_DIR=/opt/mellanox/mxm export KNEM_DIR=$(find /opt -maxdepth 1 -type d -name

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread Jeff Squyres (jsquyres)
Thanks! On Feb 25, 2014, at 8:45 AM, Edgar Gabriel wrote: > give me day ( I am currently out of town) to dig up the patch again, and > reapply it again to the trunk, we can CMR it to 1.6 and 1.7. I did not > follow up at that time, since nobody else seemed to care. I guess the > number of users

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread Edgar Gabriel
give me day ( I am currently out of town) to dig up the patch again, and reapply it again to the trunk, we can CMR it to 1.6 and 1.7. I did not follow up at that time, since nobody else seemed to care. I guess the number of users using the combination of OPen MPI + ROMIO + PVFS2 is pretty low. Tha

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread Jeff Squyres (jsquyres)
Edgar -- Is there a fix that we should CMR to the v1.6 branch? On Feb 25, 2014, at 8:26 AM, Edgar Gabriel wrote: > this was/is a bug in ROMIO, in which they assume a datatype is an int. I > fixed it originally in a previous version of Open MPI on the trunk, but > it did not get ported upstream

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread vithanousek
Okey. Thanks You for you reply. Hanousek Vít -- Původní zpráva -- Od: Edgar Gabriel Komu: Open MPI Users Datum: 25. 2. 2014 14:26:43 Předmět: Re: [OMPI users] OrangeFS ROMIO support "this was/is a bug in ROMIO, in which they assume a datatype is an int. I fixed it originally

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread Edgar Gabriel
this was/is a bug in ROMIO, in which they assume a datatype is an int. I fixed it originally in a previous version of Open MPI on the trunk, but it did not get ported upstream, so we might have to do the same fix again. Thanks Edgar On 2/25/2014 7:15 AM, vithanousek wrote: > Hello, > > At fisrt,

[OMPI users] OrangeFS ROMIO support

2014-02-25 Thread vithanousek
Hello, At fisrt, please, excuse my poor level of english. I'm little bit confused by versions of OpenMPI and ROMIO, because i met siliar bugs reported in multiple versions. Im buliding version 1.6.5 (current stable). I compiled OpenMPI 1.6.5 with included ROMIO by doing this: ./configure --pr