Re: [OMPI users] Scalability issue

2010-12-24 Thread Benjamin Toueg
Hi, I did some testing and felt like giving some feeback. When I started this discussion I compiled openmpi like that: ./configure --prefix=/home/toueg/openmpi CXX=g++ CC=gcc F77=gfortran FC=gfortran *FLAGS="-m64 -fdefault-integer-8 -fdefault-real-8 -fdefault-double-8" FCFLAGS="-m64 -fdefault-inte

Re: [OMPI users] Scalability issue

2010-12-05 Thread Benjamin Toueg
here is no 8-byte integer support in the Fortran MPI > bindings, > only in the C bindings, but some OpenMPI expert could clarify this. > Hence, if you are passing 8-byte integers in your MPI calls this may be > also problematic. > > My two cents, > Gus Correa > > On Dec

Re: [OMPI users] Scalability issue

2010-12-05 Thread Benjamin Toueg
t;Do you get a corefile? > > > > > >It looks like you're calling MPI_RECV in Fortran and then it segv's. > This is *likely* because you're either passing a bad parameter or your > buffer isn't big enough. Can you double check all your parameters? >

[OMPI users] Scalability issue

2010-12-02 Thread Benjamin Toueg
Hi, I am using DRAGON, a neutronic simulation code in FORTRAN77 that has its own datastructures. I added a module to send these data structures thanks to MPI_SEND / MPI_RECEIVE, and everything worked perfectly for a while. Then I had to raise the number of data structures to be sent up to a point