Open TotoGaz opened 1 year ago
@TotoGaz please let me know how I can help
Hello @victorapm thank you for your help!
Could you coordinate with @francoishamon to add our GEOSX
matrices into the unit tests of hypre
?
@TotoGaz @castelletto1 @victorapm I have started adding integratedTests that use iterative solvers. I have added 2 here: https://github.com/GEOS-DEV/integratedTests/pull/27. If we come up with a list of cases I can add them.
What is the requested feature?
The GEOSX validation cases basically use no feature of
hypre
. But it’s our key linear algebra backend when it comes to big simulations. This must evolve in order to provide a more reliable environment to our researchers and end-users.Describe the solution you'd like
Here are some actions; feel free to extend or modify the list.
geosxAts
. Most probably by using a submodule (or somepip
equivalent or anything else) to https://github.com/LLNL/ATS . This will prevent any further intertwining between our devs and the main framework. This will make future upgrades easier. Done in https://github.com/GEOSX/GEOSX/pull/2265hypre
.hypre
solvers).hypre
team with typical GEOSX validation matrix that could be directly embedded in the unit tests ofhypre
. @francoishamonhypre
team with automatic checks to help improve the codebase ofhypre
.hypre
tested against it.