Home
last modified time | relevance | path

Searched refs:accumulate_ordering (Results 1 – 11 of 11) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4r_win.c122 save_ordering = MPIDIG_WIN(win, info_args).accumulate_ordering; in win_set_info()
123 MPIDIG_WIN(win, info_args).accumulate_ordering = 0; in win_set_info()
137 MPIDIG_WIN(win, info_args).accumulate_ordering = in win_set_info()
140 MPIDIG_WIN(win, info_args).accumulate_ordering = in win_set_info()
143 MPIDIG_WIN(win, info_args).accumulate_ordering = in win_set_info()
146 MPIDIG_WIN(win, info_args).accumulate_ordering = in win_set_info()
154 if (MPIDIG_WIN(win, info_args).accumulate_ordering == 0) in win_set_info()
155 MPIDIG_WIN(win, info_args).accumulate_ordering = save_ordering; in win_set_info()
264 MPIDIG_WIN(win, info_args).accumulate_ordering = (MPIDIG_ACCU_ORDER_RAR | in win_init()
670 if (MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAR) in MPIDIG_mpi_win_get_info()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_win_fns.c323 win->info_args.accumulate_ordering = 0; in MPID_Win_set_info()
345 win->info_args.accumulate_ordering = new_ordering; in MPID_Win_set_info()
417 if (win->info_args.accumulate_ordering == 0) { in MPID_Win_get_info()
422 if (win->info_args.accumulate_ordering & MPIDI_ACC_ORDER_RAR) in MPID_Win_get_info()
424 if (win->info_args.accumulate_ordering & MPIDI_ACC_ORDER_RAW) in MPID_Win_get_info()
426 if (win->info_args.accumulate_ordering & MPIDI_ACC_ORDER_WAR) in MPID_Win_get_info()
428 if (win->info_args.accumulate_ordering & MPIDI_ACC_ORDER_WAW) in MPID_Win_get_info()
H A Dmpid_rma.c266 (*win_ptr)->info_args.accumulate_ordering = MPIDI_ACC_ORDER_RAR | MPIDI_ACC_ORDER_RAW | in win_init()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_impl.h316 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAR) in MPIDI_OFI_check_acc_order_size()
322 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAW) in MPIDI_OFI_check_acc_order_size()
327 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAW) in MPIDI_OFI_check_acc_order_size()
H A Dofi_win.c90 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAR) == in set_rma_fi_info()
97 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_RAW) == in set_rma_fi_info()
104 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAR) == in set_rma_fi_info()
111 if ((MPIDIG_WIN(win, info_args).accumulate_ordering & MPIDIG_ACCU_ORDER_WAW) == in set_rma_fi_info()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/include/
H A Dmpidpre.h307 int accumulate_ordering; member
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_component.c356 module->accumulate_ordering = 1; in component_select()
H A Dosc_pt2pt.h183 bool accumulate_ordering; member
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt_component.c359 module->accumulate_ordering = 1; in component_select()
H A Dosc_pt2pt.h179 bool accumulate_ordering; member
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/include/
H A Dmpidpre.h289 int accumulate_ordering; member