1
1

Oops -- it looks like we ''do'' still use this variable in the

trunk... 

This commit was SVN r25203.
Этот коммит содержится в:
Jeff Squyres 2011-09-28 12:12:37 +00:00
родитель bc3e213a69
Коммит 6a32aa4a04
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -156,6 +156,11 @@ OPAL_DECLSPEC extern opal_list_t opal_maffinity_base_components_opened;
*/
extern int opal_maffinity_base_output;
/**
* Flag to indicate whether or not maffinity was setup
*/
OPAL_DECLSPEC extern bool opal_maffinity_setup;
END_C_DECLS
#endif /* OPAL_MAFFINITY_BASE_H */

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

@ -52,6 +52,7 @@
int opal_maffinity_base_output = -1;
bool opal_maffinity_base_components_opened_valid = false;
opal_list_t opal_maffinity_base_components_opened;
bool opal_maffinity_setup = false;
/*
* Function for finding and opening either all MCA components, or the one