Skip to content

Rename set_errorhandler! to set_errhandler! #500

@eschnett

Description

@eschnett

The MPI standard has a function MPI_Comm_set_errhandler that we (since Julia has overloading) would usually call MPI.set_errhandler!. However, we deviate from "the usual" rules for translating MPI function names, and call it MPI.set_errorhandler! instead.

I think we should use the same name as in the MPI standard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions