Git Product home page Git Product logo

Comments (5)

boegel avatar boegel commented on July 20, 2024

We've pinned this down to the libfabric dependency we include with OpenMPI: when libfabric is removed as a dependency, the problem no longer occurs.

This requires rebuilding OpenMPI, so that's painful on a production system.

As a workaround, you can instruct OpenMPI to not use libfabric by passing the following options to mpirun:

mpirun -mca pml ucx -mca btl '^uct,ofi' -mca mtl '^ofi'

Or equivalently, you can set the following environment variables:

export OMPI_MCA_btl='^uct,ofi'
export OMPI_MCA_pml='ucx'
export OMPI_MCA_mtl='^ofi'

from easybuild-easyconfigs.

boegel avatar boegel commented on July 20, 2024

SURF (@casparvl) also saw a very similar issue, they worked around it by setting $FI_PROVIDER to verbs...

The error there was Invalid argument though, more similar to what was reported in openucx/ucx#9468

from easybuild-easyconfigs.

branfosj avatar branfosj commented on July 20, 2024

I've not seen this, but we added the following in December 2021 because of another issue we'd seen

            # avoid libfabric warning "unknown link width 0x10"
            # see https://github.com/ComputeCanada/software-stack-config/pull/19
            setenv OMPI_MCA_mtl "^ofi"
            setenv OMPI_MCA_btl "^openib,ofi"

from easybuild-easyconfigs.

casparvl avatar casparvl commented on July 20, 2024

Yep, we get these:

avoid libfabric warning "unknown link width 0x10"

As well regularly. We also solved it by setting those envrionment variables (I believe, would need to check what we set exactly)

from easybuild-easyconfigs.

casparvl avatar casparvl commented on July 20, 2024

More detail on what I hit here btw

from easybuild-easyconfigs.

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.