Giter VIP home page Giter VIP logo

Comments (4)

jedbrown avatar jedbrown commented on June 12, 2024

Are you able to run other MPI programs with your openmpi? I've been running that version since Feb with no issues so I suspect misconfiguration in your environment.

from rsmpi.

jreniel avatar jreniel commented on June 12, 2024

@jedbrown
Thanks for your reply!
So far I haven't had any issue running Fortran code compiled using extra/openmpi, but I am open to the possibility of something being amiss on my side.
Do you have any pointers to things I should look at?
I recently did a fresh Arch install on this machine, and I haven't messed around with anything on the system side (at least nothing that may be related to openmpi).
It's good to know that you have been able to use this configuration because not being able to use openmpi was a bit off-putting for me, but I believe there is hope. Maybe I should try on a different hardware, I have other machines I could try it on...

from rsmpi.

hppritcha avatar hppritcha commented on June 12, 2024

an easy way to double check your OpenMPI package (assuming you have downloaded one of the Open MPI tarballs) is to

  • make sure the mpicc in your PATH is pointing to the bin folder of the Open MPI install location
  • cd into the examples folders of the open mpi source tree
  • make clean && make
  • do mpirun -np (some number of processes less than or equal to number of cpus on your system) ./hello_c
  • same for ring_c

If these work then that's at least a basic sanity check. there's allso a connectivity_c test which does more messaging in that folder.

from rsmpi.

jedbrown avatar jedbrown commented on June 12, 2024

I'll close this issue. Feel free to reopen if you have further information to indicate it's an rsmpi issue.

from rsmpi.

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.