File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ opal_pointer_array_t ompi_mpi_windows = {{0}};
4646ompi_predefined_win_t ompi_mpi_win_null = {{{0 }}};
4747ompi_predefined_win_t * ompi_mpi_win_null_addr = & ompi_mpi_win_null ;
4848mca_base_var_enum_t * ompi_win_accumulate_ops = NULL ;
49- mca_base_var_enum_t * ompi_win_accumulate_order = NULL ;
49+ mca_base_var_enum_flag_t * ompi_win_accumulate_order = NULL ;
5050
5151static mca_base_var_enum_value_t accumulate_ops_values [] = {
5252 {.value = OMPI_WIN_ACCUMULATE_OPS_SAME_OP_NO_OP , .string = "same_op_no_op" ,},
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ enum ompi_win_accumulate_order_flags_t {
6868};
6969
7070OMPI_DECLSPEC extern mca_base_var_enum_t * ompi_win_accumulate_ops ;
71- OMPI_DECLSPEC extern mca_base_var_enum_t * ompi_win_accumulate_order ;
71+ OMPI_DECLSPEC extern mca_base_var_enum_flag_t * ompi_win_accumulate_order ;
7272
7373OMPI_DECLSPEC extern opal_pointer_array_t ompi_mpi_windows ;
7474
You can’t perform that action at this time.
0 commit comments