CTSM icon indicating copy to clipboard operation
CTSM copied to clipboard

Use shr_mpi consistently throughout CTSM rather than native MPI

Open ekluzek opened this issue 4 years ago • 1 comments

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.

ekluzek avatar Jul 06 '21 22:07 ekluzek

To do this completely we need this issue to be resolved...

https://github.com/ESCOMP/CESM_share/issues/3

ekluzek avatar Jul 06 '21 23:07 ekluzek