Use shr_mpi consistently throughout CTSM rather than native MPI
Open
b4b
blocked: dependency
code health
good first issue
priority: low
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
Overall we use shr_mpi_mod.F90 from cesm_share in CTSM. There are some places that we use bare MPI and the code would be cleaner if we used shr_mpi_mod.F90 exclusively rather than sometimes not. We'd like to make this consistent which would make the code easier to understand and remove some unneeded complexity from having multiple ways of doing the same thing.
Contributor guide
Assessment
This issue has not been assessed yet.