Dear Guerric, Although I don't use MPI nowadays, what I've learnt since these times is that I was running MPI programs in a wrong way. So, if you say you did everything as I did in that post, then you're also running you program through: ./program_name program.param while MPI based programs must be initiated through something like:
mpirun -np 4 my_mpi_application I hope this helps Best regards, Andriy On 6 June 2013 16:23, Guerric Beaugrand <[email protected]> wrote: > Dear Getfem users, > > I have exactly the same problem as Andriy Andreykiv (the original > message<https://mail.gna.org/public/getfem-users/2011-11/msg00008.html> posted > November 11, 2011). > Does someone have found a solution? > > Thank you in advance, > > regards, > > Guerric > > _______________________________________________ > Getfem-users mailing list > [email protected] > https://mail.gna.org/listinfo/getfem-users > >
_______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
