NCAR / wrf_hydro_nwm_public

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

MPI Performance on Cray EX computer #710

Closed rcabell closed 11 months ago

rcabell commented 1 year ago

Model performance on NCAR's new 'Derecho' Cray EX system is worse than previous 'Cheyenne' SGI system.

Expected Behavior

In theory, Derecho should be 20-30% faster than Cheyenne.

Current Behavior

Initial model testing shows WRF-Hydro on Derecho to be 15% slower on average than the same runs on Cheyenne

Possible Solution

Communications fabric on Cray appears to favor fewer, larger transfers. Change small point-to-point MPI calls in the model to use larger Collective calls.

Your Environment