1
1

Ensure we use the pmi grpcomm when using pmi

This commit was SVN r24793.
Этот коммит содержится в:
Ralph Castain 2011-06-20 21:57:47 +00:00
родитель 92a65f21bf
Коммит b95ede99d5

Просмотреть файл

@ -406,7 +406,11 @@ static int rte_init(void)
free(ppn);
/* ensure we pick the correct critical components */
#if WANT_SLURM_PMI_SUPPORT
putenv("OMPI_MCA_grpcomm=pmi");
#else
putenv("OMPI_MCA_grpcomm=hier");
#endif
putenv("OMPI_MCA_routed=direct");
/* now use the default procedure to finish my setup */