illinois-ceesd / mirgecom

MIRGE-Com is the workhorse simulation application for the Center for Exascale-Enabled Scramjet Design at the University of Illinois.
Other
11 stars 19 forks source link

distribute_mesh: add more logpyle #964

Closed matthiasdiener closed 12 months ago

matthiasdiener commented 1 year ago

Questions for the review:

majosm commented 1 year ago

Might be good to add a timer for the partition_mesh step too, since that processing is potentially expensive. For the multi-volume case (i.e. when tag_to_elements is present), you could lump this code into it.

MTCam commented 12 months ago

Might be good to add a timer for the partition_mesh step too, since that processing is potentially expensive. For the multi-volume case (i.e. when tag_to_elements is present), you could lump this code into it.

done.