Giter Site home page Giter Site logo

Errors when running mpi programs about ompi HOT 5 OPEN

rafelamer avatar rafelamer commented on June 6, 2024
Errors when running mpi programs

from ompi.

Comments (5)

wenduwan avatar wenduwan commented on June 6, 2024

Is mpi02 on a shared NFS volume? It would be helpful to double check the linking

ldd mpi02

I don't know if it is relevant, in Fedora 40 the openmpi library is linked to libfabric

We can rule out libfabric with additional mca parameters

mpirun -np 16 --mca pml ob1 --mca btl tcp,self --hostfile ~/hosts ./mpi02

This prevents libfabric from being used.

from ompi.

rafelamer avatar rafelamer commented on June 6, 2024

Hi,

with this command
mpirun -np 16 --mca pml ob1 --mca btl tcp,self --hostfile ~/hosts ./mpi02
it works fine. So, it seems that the problem is related to libfabric.

Thanks,
Rafel Amer

from ompi.

wenduwan avatar wenduwan commented on June 6, 2024

Thanks for checking. Just to clarify, do you intend to use libfabric at all?

I wonder how libfabric is configured on your system - we can move the discussion to the libfabric community if you desire so.

$ dnf list installed | grep libfabric
$ dnf info <libfabric package name>

from ompi.

rafelamer avatar rafelamer commented on June 6, 2024

OK,
I will subscribe to the Libfabric-users mailing list and then, I will make a post.

Best regards,
Rafel Amer

from ompi.

wenduwan avatar wenduwan commented on June 6, 2024

The libfabric community would need more information to investigate the issue.

As a starter, you can turn on the relevant verbose configurations in mpirun

--mca btl_ofi_verbose 1 -x FI_LOG_LEVEL=info

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.