cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Fix slow rank warning showing on first time step #374

Closed bcaddy closed 3 months ago

bcaddy commented 4 months ago

n_steps was incremented before it was used to determine the current time step instead of after. I moved where it is incremented