Skip to content
Snippets Groups Projects
Commit dd8c22c7 authored by Morris Jette's avatar Morris Jette
Browse files

Add debugging hint to MPI guide for MPICH2

parent 667cbf15
No related branches found
No related tags found
No related merge requests found
...@@ -242,7 +242,8 @@ $ srun -n20 a.out ...@@ -242,7 +242,8 @@ $ srun -n20 a.out
<li>Some MPICH2 functions are not currently supported by the PMI <li>Some MPICH2 functions are not currently supported by the PMI
library integrated with SLURM</li> library integrated with SLURM</li>
<li>Set the environment variable <b>PMI_DEBUG</b> to a numeric value <li>Set the environment variable <b>PMI_DEBUG</b> to a numeric value
of 1 or higher for the PMI library to print debugging information</li> of 1 or higher for the PMI library to print debugging information.
Use srun's -l option for better clarity.</li>
<li>Set the environment variable <b>SLURM_PMI_KVS_NO_DUP_KEYS</b> for <li>Set the environment variable <b>SLURM_PMI_KVS_NO_DUP_KEYS</b> for
improved performance with MPICH2 by eliminating a test for duplicate keys.</li> improved performance with MPICH2 by eliminating a test for duplicate keys.</li>
<li>The environment variables can be used to tune performance depending upon <li>The environment variables can be used to tune performance depending upon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment