[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74940: [PATCH] gnu: openmpi-4: Fix hardcoded call to ssh command.
From: |
Ludovic Courtès |
Subject: |
bug#74940: [PATCH] gnu: openmpi-4: Fix hardcoded call to ssh command. |
Date: |
Mon, 23 Dec 2024 18:20:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi there! :-)
Romain GARBAGE <romain.garbage@inria.fr> skribis:
> This patch fixes a runtime error when launching an MPI program using
> mpiexec/mpirun in an environment where the ssh command is not
> available.
>
> * gnu/packages/mpi.scm (openmpi-4)[inputs]: Add openssh-sans-x.
> (openmpi-4)[arguments]: Fix path in code.
>
> Change-Id: I65255186c37b6eaba3c283c7046163abc2cb38b7
I added a one-line comment in the source to explain, tweaked the commit
log, and committed.
Thanks for fixing this!
Ludo’.