Skip to content

How to further increase call stack depth into mpi4py? #119

@bcm0

Description

@bcm0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions