On Sun, 24 Aug 2014, Sahai, Amal wrote: > I encounter a problem when I try running this on more than one > processor. The first system gets solved but the program just stops > after that (there is no error message but the program stops). Any > one of the systems can be solved if the others are commented out. > Also, each system while being assembled uses the values of variables > for the other systems and so they are coupled. > > How can I overcome this problem?
I'd start by running something like: mpirun -np 2 xterm -e bash -c "gdb --args myprogram myargs" and see where in the code the different mpi ranks actually are after output stops. And in case you aren't already, run in dbg mode. --- Roy ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
