[petsc-users] question about partitioning usage

Dominik Szczerba dominik at itis.ethz.ch
Wed Jan 25 16:11:59 CST 2012


> You can batch up setting of breakpoints
>
> mpiexec -n 4 xterm -e gdb -ex 'b file.c:42' -ex r --args ./app -options
> -for_petsc
>
> run="./app -options -for_petsc"
> dbg="xterm -e gdb -ex 'b file.c:42' -ex r --args $run"
> mpiexec -n 13 $run : -n 1 $dbg : -n 45 $run : -n 1 $dbg : -n 4 $run

These look like very useful debugging hints to try out in the nearest
future. Thanks a lot.

Dominik


More information about the petsc-users mailing list