Fix some comments to be more accurate.
This commit was SVN r6517.
Этот коммит содержится в:
родитель
ed36e40646
Коммит
f57be9425b
@ -124,7 +124,8 @@ static const mca_coll_base_module_1_0_0_t inter_linear = {
|
||||
|
||||
/*
|
||||
* Initial query function that is invoked during MPI_INIT, allowing
|
||||
* this module to indicate what level of thread support it provides.
|
||||
* this component to disqualify itself if it doesn't support the
|
||||
* required level of thread support.
|
||||
*/
|
||||
int mca_coll_basic_init_query(bool enable_progress_threads,
|
||||
bool enable_mpi_threads)
|
||||
|
@ -90,7 +90,8 @@ static const mca_coll_base_module_1_0_0_t inter = {
|
||||
|
||||
/*
|
||||
* Initial query function that is invoked during MPI_INIT, allowing
|
||||
* this module to indicate what level of thread support it provides.
|
||||
* this component to disqualify itself if it doesn't support the
|
||||
* required level of thread support.
|
||||
*/
|
||||
int mca_coll_demo_init_query(bool enable_progress_threads,
|
||||
bool enable_mpi_threads)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user