JuliaParallel / JuliaParallel/MPI.jl
Rename extensions to include MPI in name
Open
- Dominant language
- Julia
- Stars
- 439
- Forks
- 127
- Avg merge
- 19h 6m
- Merged PRs (30d)
- 17
Description
Developing a package that also requires AMDGPU and CUDA extensions and MPI, we hit an issue about conflicting extension names that can't be resolved.
A solution is to name the extensions in a way to include the package name they are belonging to. For MPI, it means renaming extensions to `MPIAMDGPUext` and `MPICUDAext`.
If this sounds good I could draft a PR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.