We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ...
There was an error while loading. Please reload this page.