From f30afeefc509faa7377c4c359947dbd97dec45b5 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 24 May 2006 21:06:00 +0000 Subject: [PATCH] Correct typo --- doc/html/quickstart.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/quickstart.shtml b/doc/html/quickstart.shtml index 94b211df1b7..4489b3f7d8a 100644 --- a/doc/html/quickstart.shtml +++ b/doc/html/quickstart.shtml @@ -233,7 +233,7 @@ $MPI_ROOT/bin/mpirun -TCP -srun -N8 ./a.out <p><a href="http://www-unix.mcs.anl.gov/mpi/mpich2/"><b>MPICH2</b></a> jobs are launched using the <b>srun</b> command. Just link your program with -SLURM's implementation of the PMI library so that tasks can communication +SLURM's implementation of the PMI library so that tasks can communicate host and port information at startup. For example: <pre> $ mpicc -lXlinker "-lpmi" ... -- GitLab