1
1

make ompi_info print out mpi_ variables

This commit was SVN r28328.
Этот коммит содержится в:
Nathan Hjelm 2013-04-11 21:23:16 +00:00
родитель 134baaf2fa
Коммит 538a4f92d3

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

@ -112,6 +112,7 @@ int main(int argc, char *argv[])
/* add the top-level type */
opal_pointer_array_add(&mca_types, "ompi");
opal_pointer_array_add(&mca_types, "mpi");
/* push all the types found by autogen */
for (i=0; NULL != ompi_frameworks[i]; i++) {