MPIR_partial_attach_ok is not a volatile, but a constant.
This commit was SVN r25455.
Этот коммит содержится в:
родитель
a3ce355a60
Коммит
85a18dab74
@ -62,7 +62,7 @@ ORTE_DECLSPEC extern int MPIR_proctable_size;
|
||||
ORTE_DECLSPEC extern volatile int MPIR_being_debugged;
|
||||
ORTE_DECLSPEC extern volatile int MPIR_debug_state;
|
||||
ORTE_DECLSPEC extern volatile int MPIR_i_am_starter;
|
||||
ORTE_DECLSPEC extern volatile int MPIR_partial_attach_ok;
|
||||
ORTE_DECLSPEC extern int MPIR_partial_attach_ok;
|
||||
ORTE_DECLSPEC extern volatile char MPIR_executable_path[MPIR_MAX_PATH_LENGTH];
|
||||
ORTE_DECLSPEC extern volatile char MPIR_server_arguments[MPIR_MAX_ARG_LENGTH];
|
||||
ORTE_DECLSPEC extern volatile int MPIR_forward_output;
|
||||
|
@ -44,7 +44,7 @@ int MPIR_proctable_size = 0;
|
||||
volatile int MPIR_being_debugged = 0;
|
||||
volatile int MPIR_debug_state = 0;
|
||||
volatile int MPIR_i_am_starter = 0;
|
||||
volatile int MPIR_partial_attach_ok = 1;
|
||||
int MPIR_partial_attach_ok = 1;
|
||||
volatile char MPIR_executable_path[MPIR_MAX_PATH_LENGTH];
|
||||
volatile char MPIR_server_arguments[MPIR_MAX_ARG_LENGTH];
|
||||
volatile int MPIR_forward_output = 0;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user