Home
last modified time | relevance | path

Searched refs:predefined_dtp_count (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/include/
H A Dmpid_rma_shm.h291 MPI_Aint predefined_dtp_size, predefined_dtp_extent, predefined_dtp_count; in MPIDI_CH3I_Shm_acc_op() local
336 predefined_dtp_count = total_len / predefined_dtp_size; in MPIDI_CH3I_Shm_acc_op()
338 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && predefined_dtp_extent > 0); in MPIDI_CH3I_Shm_acc_op()
341 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in MPIDI_CH3I_Shm_acc_op()
402 MPI_Aint predefined_dtp_size, predefined_dtp_extent, predefined_dtp_count; in MPIDI_CH3I_Shm_get_acc_op() local
457 predefined_dtp_count = total_len / predefined_dtp_size; in MPIDI_CH3I_Shm_get_acc_op()
459 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && predefined_dtp_extent > 0); in MPIDI_CH3I_Shm_get_acc_op()
462 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in MPIDI_CH3I_Shm_get_acc_op()
H A Dmpid_rma_issue.h382 MPI_Aint predefined_dtp_size, predefined_dtp_extent, predefined_dtp_count; in issue_acc_op() local
423 predefined_dtp_count = rma_op->origin_count; in issue_acc_op()
430 predefined_dtp_count = total_len / predefined_dtp_size; in issue_acc_op()
433 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && predefined_dtp_extent > 0); in issue_acc_op()
438 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in issue_acc_op()
543 MPI_Aint predefined_dtp_size, predefined_dtp_count, predefined_dtp_extent; in issue_get_acc_op() local
603 predefined_dtp_count = get_accum_pkt->count; in issue_get_acc_op()
610 predefined_dtp_count = total_len / predefined_dtp_size; in issue_get_acc_op()
613 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && predefined_dtp_extent > 0); in issue_get_acc_op()
618 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in issue_get_acc_op()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_rma_ops.c414 MPI_Aint predefined_dtp_size, predefined_dtp_count, predefined_dtp_extent; in MPIDI_CH3I_Accumulate() local
446 predefined_dtp_count = origin_count; in MPIDI_CH3I_Accumulate()
452 predefined_dtp_count = data_sz / predefined_dtp_size; in MPIDI_CH3I_Accumulate()
455 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && in MPIDI_CH3I_Accumulate()
461 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in MPIDI_CH3I_Accumulate()
615 MPI_Aint predefined_dtp_size, predefined_dtp_count, predefined_dtp_extent; in MPIDI_CH3I_Get_accumulate() local
670 predefined_dtp_count = target_count; in MPIDI_CH3I_Get_accumulate()
676 predefined_dtp_count = target_data_sz / predefined_dtp_size; in MPIDI_CH3I_Get_accumulate()
679 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && in MPIDI_CH3I_Get_accumulate()
685 stream_unit_count = (predefined_dtp_count - 1) / stream_elem_count + 1; in MPIDI_CH3I_Get_accumulate()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/shm/posix/
H A Dposix_rma.h21 MPI_Aint predefined_dtp_size = 0, predefined_dtp_count = 0; in MPIDI_POSIX_compute_accumulate() local
53 predefined_dtp_count = total_len / predefined_dtp_size; in MPIDI_POSIX_compute_accumulate()
58 MPIR_Assert(predefined_dtp_count > 0 && predefined_dtp_size > 0 && predefined_dtp_extent > 0); in MPIDI_POSIX_compute_accumulate()
71 mpi_errno = MPIDIG_compute_acc_op((void *) packed_buf, (int) predefined_dtp_count, basic_type, in MPIDI_POSIX_compute_accumulate()