Giter Site home page Giter Site logo

Comments (5)

devreal avatar devreal commented on July 1, 2024

Sounds like the file limits on that machine are too low. Try running ulimit -n 2048 to increase that limit.

See https://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux for details.

from ompi.

github-actions avatar github-actions commented on July 1, 2024

It looks like this issue is expecting a response, but hasn't gotten one yet. If there are no responses in the next 2 weeks, we'll assume that the issue has been abandoned and will close it.

from ompi.

jstrodtb avatar jstrodtb commented on July 1, 2024

@devreal the upper limit on files is 65536. Upon further testing, the failure happens at around np = 250. 65536 = 256^2, so that tracks (obviously, the system has other file handles open).

Is it possible that Open MPI is creating a direct connection between each process that lives on the same node? That would explain this np^2 behavior.

from ompi.

ggouaillardet avatar ggouaillardet commented on July 1, 2024

That can happen if communications use TCP, but that should not be the case by default.
Try

mpirun --mca pml ob1 --mca btl self,vader -np 768 ...

to force the shared memory component.

mpirun --mca pml_base_verbose 100 --mca btl_base_verbose 100 -np 768 ...

should tell you what is going on by default.
You will get more info if you configure Open MPI with --enable-debug

from ompi.

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.