ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Better grid/blocks setting for DaCe #291

Open FlorianDeconinck opened 2 years ago

FlorianDeconinck commented 2 years ago

Default grid/block is set to “64,8,1” in DaCeConfig Clearly this is a default that works well for our experiment size & current hardware (192 grid points per GPU & P100) but could be under optimal for any change of experiment size or hardware.

Introduce a simple “rule of thumb” to deal with a more cases and introduce an “advanced” user configuration option

DoD: DaCe config grid/block setting takes into account hardware & experiment size

JIRA mirror ticket