LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
523 stars 131 forks source link

Fix for #464 #469

Closed balos1 closed 7 months ago

balos1 commented 7 months ago

Fixes #464

drreynolds commented 7 months ago

Looks good. I wonder if this will also fix the issue MEUMAPPS ran into when using hipcc as the compiler but not adding the extra compiler flags for MPI.

I agree. I'd also had issues compiling the many-vector demonstration code without having to manually specify extra flags in CMake. I'll try to test whether this fix helps that issue as well.