I got this warning
Reached callpath depth was 71.
Consider setting SCOREP_PROFILING_MAX_CALLPATH_DEPTH to 71.
So I set export SCOREP_PROFILING_MAX_CALLPATH_DEPTH=71
Unfortunately the call stack ends with the last user defined python function.
Inside this last function I call further MPI functions but they don't show up in cube.
Is there a way to show them? Maybe even the internals of mpi4py?
Offtopic: Do you have any advice on line-profiling with mpi4py? I'd like to even see dict lookup times.