Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear solver crash for co2_flux_3d when switched to MGR #3481

Open
paveltomin opened this issue Dec 6, 2024 · 0 comments
Open

Linear solver crash for co2_flux_3d when switched to MGR #3481

paveltomin opened this issue Dec 6, 2024 · 0 comments
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention

Comments

@paveltomin
Copy link
Contributor

This version
https://github.com/GEOS-DEV/GEOS/blob/bf7c5b6397b4026ba02fe2b664821029bee3a7cf/inputFiles/compositionalMultiphaseFlow/co2_flux_3d.xml
crashes

Time: 0.00e+00 s, dt: 50000 s, Cycle: 0

    Attempt:  0, ConfigurationIter:  0, NewtonIter:  0
        ( Rmass Rvol ) = ( 3.62e+00 4.71e-02 )        ( R ) = ( 3.62e+00 )
Received signal 8: Floating point exception
Floating point exception:

** StackTrace of 21 frames **
Frame 0: /lib/x86_64-linux-gnu/libc.so.6 
Frame 1: hypre_CSRMatrixMatvecOutOfPlaceHost 
Frame 2: hypre_ParCSRMatrixMatvecOutOfPlaceHost 
Frame 3: hypre_BoomerAMGCycle 
Frame 4: hypre_BoomerAMGSolve 
Frame 5: hypre_MGRCycle 
Frame 6: hypre_MGRSolve 
Frame 7: hypre_FlexGMRESSolve 
Frame 8: geos::HypreSolver::doSolve(geos::HypreVector const&, geos::HypreVector&) const 
Frame 9: geos::HypreSolver::solve(geos::HypreVector const&, geos::HypreVector&) const 
Frame 10: geos::PhysicsSolverBase::solveLinearSystem(geos::DofManager const&, geos::HypreMatrix&, geos::HypreVector&, geos::HypreVector&) 
Frame 11: geos::PhysicsSolverBase::solveNonlinearSystem(double const&, double const&, int, geos::DomainPartition&) 
Frame 12: geos::PhysicsSolverBase::nonlinearImplicitStep(double const&, double const&, int, geos::DomainPartition&) 
Frame 13: geos::PhysicsSolverBase::solverStep(double const&, double const&, int, geos::DomainPartition&) 
Frame 14: geos::PhysicsSolverBase::execute(double, double, int, int, double, geos::DomainPartition&) 
Frame 15: geos::EventBase::execute(double, double, int, int, double, geos::DomainPartition&) 
Frame 16: geos::EventManager::run(geos::DomainPartition&) 
Frame 17: geos::GeosxState::run() 
Frame 18: main 
Frame 19: /lib/x86_64-linux-gnu/libc.so.6 
Frame 20: __libc_start_main 
Frame 21: _start 
=====
@paveltomin paveltomin added type: bug Something isn't working type: new A new issue has been created and requires attention labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention
Projects
None yet
Development

No branches or pull requests

1 participant