JuliaParallel / JuliaParallel/MPI.jl

Rename `set_errorhandler!` to `set_errhandler!`

Open
#500 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
439
Forks
127
Avg merge
19h 6m
Merged PRs (30d)
17

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.