Skip to content

define MPI constants in mpi_wrapper.c (or mpi_constants.c) once renamed as constants #118

@gxyd

Description

@gxyd

Description

Most (or maybe all):

MPI_Status* c_MPI_STATUSES_IGNORE = MPI_STATUSES_IGNORE;
MPI_Info c_MPI_INFO_NULL = MPI_INFO_NULL;
MPI_Comm c_MPI_COMM_WORLD = MPI_COMM_WORLD;
MPI_Datatype c_MPI_DOUBLE = MPI_DOUBLE;
MPI_Datatype c_MPI_FLOAT = MPI_FLOAT;
MPI_Datatype c_MPI_INT = MPI_INT;
void* c_MPI_IN_PLACE = MPI_IN_PLACE;
MPI_Op c_MPI_SUM = MPI_SUM;

of the variables can be prefixed with const

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