From 91b11db755e998ef1c39350fedee2c3e7c76ee6b Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Fri, 26 Jul 2024 08:35:55 -0600 Subject: [PATCH] docs: fix typo in launcher section Signed-off-by: Howard Pritchard --- docs/launching-apps/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/launching-apps/quickstart.rst b/docs/launching-apps/quickstart.rst index 5196968ef35..2a3fb37e535 100644 --- a/docs/launching-apps/quickstart.rst +++ b/docs/launching-apps/quickstart.rst @@ -162,7 +162,7 @@ The scheduler then passes both pieces of information (the number of processes and the hosts to use) to Open MPI. There are two ways to launch in a scheduled environment. Nominally, -they both achieve the same thing: they launch MPI processes. Them +they both achieve the same thing: they launch MPI processes. The main user-observable difference between the two methods is that :ref:`mpirun(1) ` has many more features than scheduler direct launchers.