Skip to content

MPI overflow with large communication buffers #3

@merthidayetoglu

Description

@merthidayetoglu

MPI functions take int as an argument for number of elements, which overflows around 2 GB buffer size.

There may be two solutions:

  1. Using newer MPI data types for 8-byte indexing.
  2. Dividing messages into smaller ones. Largest message size can be chosen as 1 GB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions