Make sure we wireup the 'verbose' MCA parameter for the BTL's.
This commit was SVN r13067.
Этот коммит содержится в:
родитель
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 !=
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user