Home
last modified time | relevance | path

Searched refs:p_of_k (Results 1 – 13 of 13) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallreduce/
H A Diallreduce_tsp_recexch_reduce_scatter_recexch_allgatherv_algos.h36 int p_of_k, log_pofk, T; in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv() local
79 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
114 rem = nranks - p_of_k; in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
118 for (i = 0; i < (p_of_k - 1); i++) { in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
120 cnts[idx] = count / p_of_k; in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
122 idx = (p_of_k - 1 < rem / (k - 1)) ? (p_of_k - 1 * k) + (k - 1) : p_of_k - 1 + rem; in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
123 cnts[idx] = count - (count / p_of_k) * (p_of_k - 1); in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
139 rank, nranks, k, p_of_k, log_pofk, T, &nvtcs, in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
H A Diallreduce_tsp_recexch_algos.h30 int p_of_k, T; in MPIR_TSP_Iallreduce_sched_intra_recexch() local
72 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Iallreduce_sched_intra_recexch()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/algorithms/recexchalgo/
H A Drecexchalgo.c62 while (p_of_k <= nranks) { in MPII_Recexchalgo_get_neighbors()
63 p_of_k *= k; in MPII_Recexchalgo_get_neighbors()
66 p_of_k /= k; in MPII_Recexchalgo_get_neighbors()
82 rem = nranks - p_of_k; in MPII_Recexchalgo_get_neighbors()
93 *p_of_k_ = p_of_k; in MPII_Recexchalgo_get_neighbors()
152 while (mask < p_of_k) { in MPII_Recexchalgo_get_neighbors()
232 int p_of_k = 1, rem, T; in MPII_Recexchalgo_get_count_and_offset() local
238 while (p_of_k <= nranks) { in MPII_Recexchalgo_get_count_and_offset()
239 p_of_k *= k; in MPII_Recexchalgo_get_count_and_offset()
241 p_of_k /= k; in MPII_Recexchalgo_get_count_and_offset()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallgather/
H A Diallgather_tsp_recexch_algos.h13 int MPIR_TSP_Iallgather_sched_intra_recexch_data_exchange(int rank, int nranks, int k, int p_of_k, in MPIR_TSP_Iallgather_sched_intra_recexch_data_exchange() argument
94 int p_of_k, int log_pofk, int T, int *nrecvs_, in MPIR_TSP_Iallgather_sched_intra_recexch_step2() argument
211 int step1_sendto = -1, step2_nphases = 0, step1_nrecvs = 0, p_of_k, T; in MPIR_TSP_Iallgather_sched_intra_recexch() local
240 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Iallgather_sched_intra_recexch()
269 MPIR_TSP_Iallgather_sched_intra_recexch_data_exchange(rank, nranks, k, p_of_k, log_pofk, in MPIR_TSP_Iallgather_sched_intra_recexch()
278 nranks, k, p_of_k, log_pofk, T, &nrecvs, &recv_id, in MPIR_TSP_Iallgather_sched_intra_recexch()
H A Diallgather_tsp_recexch_algos_prototypes.h25 int MPIR_TSP_Iallgather_sched_intra_recexch_data_exchange(int rank, int nranks, int k, int p_of_k,
41 int p_of_k, int log_pofk, int T, int *nrecvs_,
H A Diallgather_tsp_brucks_algos.h25 int src, dst, p_of_k = 0; /* Largest power of k that is (strictly) smaller than 'size' */ in MPIR_TSP_Iallgather_sched_intra_brucks() local
80 p_of_k = 1; in MPIR_TSP_Iallgather_sched_intra_brucks()
117 if ((i == (nphases - 1)) && (!p_of_k)) { in MPIR_TSP_Iallgather_sched_intra_brucks()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallgatherv/
H A Diallgatherv_tsp_recexch_algos.h13 int MPIR_TSP_Iallgatherv_sched_intra_recexch_data_exchange(int rank, int nranks, int k, int p_of_k, in MPIR_TSP_Iallgatherv_sched_intra_recexch_data_exchange() argument
106 int p_of_k, int log_pofk, int T, int *nrecvs_, in MPIR_TSP_Iallgatherv_sched_intra_recexch_step2() argument
228 int step1_sendto = -1, step2_nphases = 0, step1_nrecvs = 0, p_of_k, T; in MPIR_TSP_Iallgatherv_sched_intra_recexch() local
263 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Iallgatherv_sched_intra_recexch()
292 MPIR_TSP_Iallgatherv_sched_intra_recexch_data_exchange(rank, nranks, k, p_of_k, in MPIR_TSP_Iallgatherv_sched_intra_recexch()
302 nranks, k, p_of_k, log_pofk, T, &nrecvs, in MPIR_TSP_Iallgatherv_sched_intra_recexch()
H A Diallgatherv_tsp_recexch_algos_prototypes.h25 int MPIR_TSP_Iallgatherv_sched_intra_recexch_data_exchange(int rank, int nranks, int k, int p_of_k,
43 int p_of_k, int log_pofk, int T, int *nrecvs_,
H A Diallgatherv_tsp_brucks_algos.h41 int src, dst, p_of_k = 0; /* largest power of k that is (strictly) smaller than 'size' */ in MPIR_TSP_Iallgatherv_sched_intra_brucks() local
117 p_of_k = 1; in MPIR_TSP_Iallgatherv_sched_intra_brucks()
179 if ((i == nphases - 1) && (!p_of_k)) { in MPIR_TSP_Iallgatherv_sched_intra_brucks()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoall/
H A Dialltoall_tsp_brucks_algos.h129 int p_of_k; /* largest power of k that is (strictly) smaller than 'size' */ in MPIR_TSP_Ialltoall_sched_intra_brucks() local
177 p_of_k = 1; in MPIR_TSP_Ialltoall_sched_intra_brucks()
179 p_of_k *= k; in MPIR_TSP_Ialltoall_sched_intra_brucks()
247 (void *) MPIR_TSP_sched_malloc((int) r_extent * recvcount * p_of_k, sched); in MPIR_TSP_Ialltoall_sched_intra_brucks()
250 (void *) MPIR_TSP_sched_malloc((int) r_extent * recvcount * p_of_k, sched); in MPIR_TSP_Ialltoall_sched_intra_brucks()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter_block/
H A Direduce_scatter_block_tsp_recexch_algos.h28 int nranks, rank, p_of_k, T, dst; in MPIR_TSP_Ireduce_scatter_block_sched_intra_recexch() local
70 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Ireduce_scatter_block_sched_intra_recexch()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter/
H A Direduce_scatter_tsp_recexch_algos.h143 int nranks, rank, p_of_k, T; in MPIR_TSP_Ireduce_scatter_sched_intra_recexch() local
195 &step2_nbrs, &step2_nphases, &p_of_k, &T); in MPIR_TSP_Ireduce_scatter_sched_intra_recexch()
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/UnitTests/HBLCommands/
H A DAdd.bf92 T + {"NAME":"k", "WHERE": "b", "PARENT_LENGTH" : 0.011, "PARENT": "p_of_k"};
94 …assert(BranchLength (T, "p_of_k") == 0.011, "Incorrectly set branch length for the parent of an ad…