Exawind / amr-wind

AMReX-based structured wind solver
https://exawind.github.io/amr-wind
Other
106 stars 83 forks source link

Fix multiphase unit tests to run on GPUs #973

Closed mbkuhn closed 7 months ago

mbkuhn commented 7 months ago

addresses issue #964

mbkuhn commented 7 months ago

Note: all unit tests passed on GPUs on Eagle using this branch

mbkuhn commented 7 months ago

I think the previously failing unit test was either from calling max() on a field component that didn't exist or from putting data in a ghost cell of the error scratch field that didn't exist.