CODARcode / Example-Heat_Transfer

3 stars 3 forks source link

stage_write for varying size arrays #13

Closed kshitij-v-mehta closed 6 years ago

kshitij-v-mehta commented 6 years ago

In this PR:

kshitij-v-mehta commented 6 years ago

By default, stage_write now contains code for handling varying size arrays. This means the process_metadata function is called at every tilmestep. This should not incur any significant overhead as it is a local operation that does not perform any MPI operations (as per Norbert).

jychoi-hpc commented 6 years ago

It looks good to me.