forked from ComputationalRadiationPhysics/picongpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging
Axel Huebl edited this page Apr 10, 2014
·
5 revisions
You are here: Home > Developer Documentation > Debugging
This page collects some useful hints about how to debug a hybrid (CUDA + device) parallel (MPI) application.
Use the OpenMPI supressions list
mpiexec ... valgrind --suppressions=$MPI_ROOT/share/openmpi/openmpi-valgrind.supp picongpu ...
Trigger start and back trace afterwards:
mpiexec ... gdb -ex r -ex tb --args ...