1
1

Fix some comments to be more accurate.

This commit was SVN r6517.
Этот коммит содержится в:
Jeff Squyres 2005-07-15 13:40:21 +00:00
родитель ed36e40646
Коммит f57be9425b
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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)