Re: [OMPI users] MPIIO and OrangeFS

2015-02-25 Thread vithanousek
The prefix in filename is not supported. Thanks Hanousek Vít -- Původní zpráva -- Od: Rob Latham Komu: us...@open-mpi.org Datum: 25. 2. 2015 16:54:12 Předmět: Re: [OMPI users] MPIIO and OrangeFS On 02/25/2015 02:01 AM, vithanousek wrote: > Do you know how to use OMPIO witho

Re: [OMPI users] MPIIO and OrangeFS

2015-02-25 Thread vithanousek
nks Edgar On 2/25/2015 2:01 AM, vithanousek wrote: > Thanks for your repaly! > > I checked my configuration parametrs and it seem, that everything is correct: > ./configure --prefix=/opt/modules/openmpi-1.8.4 --with-sge --with-psm > --with-pvfs2=/opt/orangefs > --with-io-romio-fl

Re: [OMPI users] MPIIO and OrangeFS

2015-02-25 Thread vithanousek
mat, OMPIO doesnt work) Thanks for your help. If you point me to some usefull documentation, I will be happy. Hanousek Vít -- Původní zpráva -- Od: Rob Latham Komu: us...@open-mpi.org, vithanou...@seznam.cz Datum: 24. 2. 2015 22:10:08 Předmět: Re: [OMPI users] MPIIO and O

[OMPI users] MPIIO and OrangeFS

2015-02-24 Thread vithanousek
Hello, Im not sure if I have my OrangeFS (2.8.8) and OpenMPI (1.8.4) set up corectly. One short questin? Is it needed to have OrangeFS mounted through kernel module, if I want use MPIIO? My simple MPIIO hello world program doesnt work, If i havent mounted OrangeFS. When I mount OrangeFS, it

Re: [OMPI users] OpenMPI-ROMIO-OrangeFS

2014-02-26 Thread vithanousek
compilation is a bit slow for me today... Edgar On 2/26/2014 2:05 PM, vithanousek wrote: > Now I compiled by doing this: > OrangeFS (original, withou editing): > > ./configure --prefix=/usr/local/orangefs > --with-kernel=/usr/src/kernels/2.6.32-431.5.1.el6.x86_64 > --with-op

Re: [OMPI users] OpenMPI-ROMIO-OrangeFS

2014-02-26 Thread vithanousek
compile it with: mpicc -o mpiio mpiio.c -lpvfs2 -L/usr/local/orangefs/lib but i got the same results, have You any idea? Thank for reply Hanousek Vít -- Původní zpráva -- Od: vithanousek Komu: Open MPI Users Datum: 26. 2. 2014 20:30:17 Předmět: Re: [OMPI users] OpenMPI-ROMI

Re: [OMPI users] OpenMPI-ROMIO-OrangeFS

2014-02-26 Thread vithanousek
PI to see whether I can reproduce your problem. Thanks Edgar On 2/26/2014 12:23 PM, vithanousek wrote: > Thanks for reply, > > Is it possible that the patch solvs all this problems, not only "switch > => ifs" problem? > I realy dont know, wher the problem is now (Op

Re: [OMPI users] OpenMPI-ROMIO-OrangeFS

2014-02-26 Thread vithanousek
Users Datum: 26. 2. 2014 19:16:36 Předmět: Re: [OMPI users] OpenMPI-ROMIO-OrangeFS "Edgar hasn't had a chance to find the necessary patch - he was on travel, returning soon. On Feb 26, 2014, at 9:27 AM, vithanousek wrote: > Hello, > > I have still problems w

[OMPI users] OpenMPI-ROMIO-OrangeFS

2014-02-26 Thread vithanousek
Hello, I have still problems with compiling OpenMPI 1.6.5 with OrangeFS 2.8.7 support. I compiled OrangeFS by this:  ./configure --prefix=/usr/local/orangefs2 --with-kernel=/usr/src/kernels/ 2.6.32-431.5.1.el6.x86_64 --with-openib=/usr --without-bmi-tcp make -j 32 make -j 32 kmod make install m

Re: [OMPI users] OrangeFS ROMIO support

2014-02-25 Thread vithanousek
ed 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, please, excuse my poor level of english. > > I'm little bi

[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