1
1

Make sure we wireup the 'verbose' MCA parameter for the BTL's.

This commit was SVN r13067.
Этот коммит содержится в:
Josh Hursey 2007-01-10 21:24:35 +00:00
родитель 9fd5e55b50
Коммит 93208445fd

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

@ -93,6 +93,13 @@ int mca_btl_base_open(void)
0,
&mca_btl_base_debug);
if( mca_btl_base_debug > 0 ) {
mca_btl_base_output = opal_output_open(NULL);
opal_output_set_verbosity(mca_btl_base_output, mca_btl_base_debug);
} else {
mca_btl_base_output = -1;
}
/* Open up all available components */
if (OMPI_SUCCESS !=