diff --git a/doc/html/quickstart.shtml b/doc/html/quickstart.shtml index 94b211df1b7bfd79ca5a03cc1b720ea6f28fcc63..4489b3f7d8acf6b09bc72fdd11a23fdcb47af017 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" ...