Oops -- it looks like we ''do'' still use this variable in the
trunk... This commit was SVN r25203.
Этот коммит содержится в:
родитель
bc3e213a69
Коммит
6a32aa4a04
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user