Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug from removing cvmix_kpp_compute_nonlocal
I looked for a parameter in CVmix_kpp_params_user when I should have been looking in CVmix_kpp_params_in... was causing a seg fault in some POP testing. I don't know why the regression test suite didn't catch this...
- Loading branch information
493d354
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good timing! I was just encountering a SIGSEGV when trying commit da007a6.
493d354
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think my KPP regression test specifies CVmix_kpp_params_user for all the different cases... but POP uses CVmix_kpp_params_saved so params_user isn't present. Issue #14 will basically be "compute diffusivities based on the first step of a WSwPSBF test" and I'll make sure it uses the module parameters - that should avoid reintroducing this issue.