NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
181 stars 139 forks source link

Text only: MPI Case Style #723

Closed scrasmussen closed 1 month ago

scrasmussen commented 1 year ago

TYPE: text only, no impact

KEYWORDS: formatting, MPI

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: Formatting MPI function calls to standard MPI style of MPI_Foo_bar(). This is only changing the capitalization of letters so it is a text only change and shouldn't touch anything else.

TESTS CONDUCTED: Built and ran Croton just to double check the text-only change didn't accidentally affect something else.

NOTE: tried switching from mpi to mpi_f08 but because some of libraries and the models we couple with use the older style, meaning all the MPI types are integers, it currently won't work out.

Checklist