Giter Site home page Giter Site logo

Comments (12)

blattms avatar blattms commented on July 30, 2024

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

With Norne and 128 mpi processes, there are three processes complaining this error and the whole simulation will get stuck.

It is understandable with more processes, the domain decomposition is harder, but the symptom is something needs to be fixed.

from opm-grid.

blattms avatar blattms commented on July 30, 2024

I would need a new computer for replicating this. On mine MPI segfaults during initialization with 128 processes. Or access to one.

In the meantime please checkout #483, compile it with debugging symbols, run and post the output. It needs gdb and should print the loadbalancing information and a backtrace.

from opm-grid.

blattms avatar blattms commented on July 30, 2024

I produces a synthetic test case.

The problem is that the only explanation is that one process ends up with no cells. There is no reason SparseTabel should have problems with zeros rows. Unfortunately, allowing this reveals more bugs (e.g. the region stuff used by the RateConverter is broken
and only runs through if all processes have cells in the same amount of regions, even then it might be wrong in parallel). Hence this will take some time...

BTW it seems a bit surprising that Zoltan would create partitions with 0 cells for Norne for 128 processes (thats lousy). Please run the branch to verify that and tells us how Zoltan is configured/built.

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

. Please run the branch to verify that and tells us how Zoltan is configured/built.

I tried and then I saw the problem related to UMFPack. Let me fix that first.

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

Do you mean PR #483 or #484? or both.

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

I sent you the output to your email, @blattms . I think I used the email with dr-blatt.de.

from opm-grid.

blattms avatar blattms commented on July 30, 2024

Thanks that is sufficient. I supports my assumption that some ranks end up without any cells (which means the Zoltan loadbalancer performs a bit poorly).

Did you compile Zoltan yourself, too? How did you configure it? Does it use PTScotch?

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

I compiled Zoltan from the Trilinos-master, it did not use PTScotch.

 cmake ../ -DCMAKE_INSTALL_PREFIX=${install_fix} -DTPL_ENABLE_MPI:BOOL=ON -DTrilinos_ENABLE_Zoltan:BOOL=ON -DTrilinos_ENABLE_Zoltan:BOOL=ON -DCMAKE_BUILD_TYPE=Release -Wno-dev

from opm-grid.

blattms avatar blattms commented on July 30, 2024

Unfortunately, the attempt to get a stack trace was not successful. I guess the cluster did not allow for spawning gdb as intended by #483 .

If you have time it woud be nice if you could double check whether #484 exits gracefully for you.

I guess you also want to try to use ZOLTAN a supported external loadbalancer like PTScotch or another one. Hopefully that will do a better job.

from opm-grid.

blattms avatar blattms commented on July 30, 2024

Once I fix #484 that is. Jenkins complains.

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

If you have time it woud be nice if you could double check whether #484 exits gracefully for you.

I guess you also want to try to use ZOLTAN a supported external loadbalancer like PTScotch or another one. Hopefully that will do a better job.

I will test both. But I need to figure out the compilation related to Suitesparse first.

from opm-grid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.