Skip to content

2.0.0: MPI_Group_intersection: malloc(0) warning with 2.0.0rc3 #1866

@dalcinl

Description

@dalcinl

Trivial Python code checking the intersection of the empty group with itself.

# file: tmp.py
from mpi4py import MPI
empty = MPI.Group.Intersection(MPI.GROUP_EMPTY, MPI.GROUP_EMPTY)
assert MPI.Group.Compare(empty, MPI.GROUP_EMPTY) in [MPI.IDENT, MPI.CONGRUENT]
$ mpiexec -n 1 python tmp.py
malloc debug: Request for 0 bytes (group/group.c, 456)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions