Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-05 Thread Jeff Squyres (jsquyres) via users
mailto:t.s.n.bro...@gmail.com>> Sent: Saturday, May 4, 2024 10:56 AM To: Jeff Squyres (jsquyres) mailto:jsquy...@cisco.com>>; users@lists.open-mpi.org<mailto:users@lists.open-mpi.org> mailto:users@lists.open-mpi.org>> Subject: Re: [OMPI users] Fwd: Unable to run basic mpirun comm

Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-05 Thread T Brouns via users
May 4, 2024 10:56 AM > *To:* Jeff Squyres (jsquyres) ; > users@lists.open-mpi.org > *Subject:* Re: [OMPI users] Fwd: Unable to run basic mpirun command > (OpenMPI v5.0.3) > > Hi Jeff, > > I think you're onto something with the multiple copies. > > For this reason,

Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-04 Thread John Hearns via users
MPI installation you just created. > -- > *From:* T Brouns > *Sent:* Saturday, May 4, 2024 10:56 AM > *To:* Jeff Squyres (jsquyres) ; > users@lists.open-mpi.org > *Subject:* Re: [OMPI users] Fwd: Unable to run basic mpirun command > (OpenMPI v5.0.3) &

Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-04 Thread Jeff Squyres (jsquyres) via users
, you can make​, or you can manually build it via mpicc hello_c.c -o hello_c​. From: T Brouns mailto:t.s.n.bro...@gmail.com>> Sent: Saturday, May 4, 2024 2:00 AM To: Jeff Squyres (jsquyres) mailto:jsquy...@cisco.com>> Subject: Re: [OMPI users] Fwd: Unable

Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-04 Thread T Brouns via users
In the examples directory, you can > make​, or you can manually build it via mpicc hello_c.c -o hello_c​. > > -- > *From:* T Brouns > *Sent:* Saturday, May 4, 2024 2:00 AM > *To:* Jeff Squyres (jsquyres) > *Subject:* Re: [OMPI users] Fwd: Unable to run basic mpirun command > (OpenMPI

Re: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-03 Thread Jeff Squyres (jsquyres) via users
bject: [OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3) Hello, I'm experiencing issues running simple `mpirun` commands, after installing OpenMPI v5.0.3. When I run any command with `mpirun`, for example: ``` mpirun --help mpirun --version mpirun uptime mpirun hello_c.c ```

[OMPI users] Fwd: Unable to run basic mpirun command (OpenMPI v5.0.3)

2024-05-03 Thread T Brouns via users
Hello, I'm experiencing issues running simple `mpirun` commands, after installing OpenMPI v5.0.3. When I run any command with `mpirun`, for example: ``` mpirun --help mpirun --version mpirun uptime mpirun hello_c.c ``` I end up with the following error (in every case): ```