AMReX-Combustion / PelePhysics

A collection of physics databases and implementation code for use with the Pele suite of of codes
https://amrex-combustion.github.io/PelePhysics/
Other
61 stars 52 forks source link

Sundials version update required for compilation with HIP on some systems #530

Closed baperry2 closed 1 month ago

baperry2 commented 1 month ago

Need this line: https://github.com/LLNL/sundials/blob/main/include/sundials/sundials_hip_policies.hpp#L30

Current workaround is just to manually update to Sundials 7.1.1 or greater, which works although it introduces unrelated warnings for deprecated ARKode functions (See #517 and https://github.com/AMReX-Combustion/PeleC/pull/831).

baperry2 commented 1 month ago

closed by #531