chengcli / canoe

Comprehensive Atmosphere N' Ocean Engine
14 stars 15 forks source link

Fix turb MPI #88

Closed chengcli closed 1 year ago

chengcli commented 1 year ago

previously I allocated pturb because it should do nothing. However, it seems that the constructor initializes a persistent MPI call that may overlap with other boundary variables. That causes trouble in starting MPI. This PR fixes it.

codecov[bot] commented 1 year ago

Codecov Report

Merging #88 (8f355d6) into main (de049a9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #88   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files          32       32           
  Lines        1262     1262           
=======================================
  Hits         1220     1220           
  Misses         42       42