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
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,
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)
&
, 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
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
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
```
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):
```