Home
last modified time | relevance | path

Searched refs:send_procs (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/hypre/hypre-2.23.0/src/parcsr_mv/
H A DcommunicationT.c143 HYPRE_Int *send_procs; in hypre_MatTCommPkgCreate_core() local
281 send_procs = hypre_CTAlloc(HYPRE_Int, num_sends, HYPRE_MEMORY_HOST); in hypre_MatTCommPkgCreate_core()
303 send_procs[index] = i; in hypre_MatTCommPkgCreate_core()
341 send_procs[index] = i; in hypre_MatTCommPkgCreate_core()
407 send_buf[index++] = send_procs[i]; /* processor to send to */ in hypre_MatTCommPkgCreate_core()
432 for( i=0; i<num_sends; ++i ) hypre_printf(" %i", send_procs[i] ); in hypre_MatTCommPkgCreate_core()
464 *p_send_procs = send_procs; in hypre_MatTCommPkgCreate_core()
488 HYPRE_Int *send_procs; in hypre_MatTCommPkgCreate() local
516 &num_sends, &send_procs, &send_map_starts, in hypre_MatTCommPkgCreate()
528 hypre_ParCSRCommPkgSendProcs(comm_pkg) = send_procs; in hypre_MatTCommPkgCreate()
H A Dpar_csr_communication.h56 HYPRE_Int *send_procs; member
87 #define hypre_ParCSRCommPkgSendProcs(comm_pkg) (comm_pkg -> send_procs)
88 #define hypre_ParCSRCommPkgSendProc(comm_pkg, i) (comm_pkg -> send_procs[i])
H A Dnew_commpkg.c28 HYPRE_Int *send_map_starts, *send_map_elements, *send_procs; in hypre_PrintCommpkg() local
50 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_PrintCommpkg()
69 …hypre_fprintf(fp, "send_proc [start, end] = %d [%d, %d] \n", send_procs[i], send_map_starts[i], se… in hypre_PrintCommpkg()
564 HYPRE_Int num_sends, *send_procs, *send_map_starts, in hypre_ParCSRCommPkgCreateApart() local
574 &num_sends, &send_procs, &send_map_starts, in hypre_ParCSRCommPkgCreateApart()
583 hypre_ParCSRCommPkgSendProcs (comm_pkg) = send_procs; in hypre_ParCSRCommPkgCreateApart()
H A Dpar_csr_communication.c664 HYPRE_Int num_sends, *send_procs, *send_map_starts, *send_map_elmts; in hypre_ParCSRCommPkgCreate_core() local
787 send_procs = NULL; in hypre_ParCSRCommPkgCreate_core()
792 send_procs = hypre_CTAlloc(HYPRE_Int, num_sends, HYPRE_MEMORY_HOST); in hypre_ParCSRCommPkgCreate_core()
808 send_procs[i] = proc_mark[i]; in hypre_ParCSRCommPkgCreate_core()
816 ip = send_procs[i]; in hypre_ParCSRCommPkgCreate_core()
855 *p_send_procs = send_procs; in hypre_ParCSRCommPkgCreate_core()
876 HYPRE_Int *send_procs; in hypre_ParCSRCommPkgCreate() local
888 &num_sends, &send_procs, &send_map_starts, in hypre_ParCSRCommPkgCreate()
896 hypre_ParCSRCommPkgSendProcs (comm_pkg) = send_procs; in hypre_ParCSRCommPkgCreate()
H A Dpar_csr_bool_matop.c1061 HYPRE_Int *send_procs; in hypre_BooleanMatTCommPkgCreate() local
1089 &num_sends, &send_procs, &send_map_starts, in hypre_BooleanMatTCommPkgCreate()
1101 hypre_ParCSRCommPkgSendProcs(comm_pkg) = send_procs; in hypre_BooleanMatTCommPkgCreate()
1128 HYPRE_Int *send_procs; in hypre_BooleanMatvecCommPkgCreate() local
1148 &num_sends, &send_procs, &send_map_starts, in hypre_BooleanMatvecCommPkgCreate()
1162 hypre_ParCSRCommPkgSendProcs(comm_pkg) = send_procs; in hypre_BooleanMatvecCommPkgCreate()
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dsstruct_sendinfo.c125 (sendinfo_data -> send_procs) = send_processes; in hypre_SStructSendInfo()
149 if (sendinfo_data -> send_procs[i]) in hypre_SStructSendInfoDataDestroy()
151 hypre_TFree(sendinfo_data -> send_procs[i], HYPRE_MEMORY_HOST); in hypre_SStructSendInfoDataDestroy()
159 hypre_TFree(sendinfo_data -> send_procs, HYPRE_MEMORY_HOST); in hypre_SStructSendInfoDataDestroy()
H A Dsstruct_sendinfo.h20 HYPRE_Int **send_procs; member
/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dcommunication_info.c18 HYPRE_Int **send_procs, in hypre_CommInfoCreate() argument
34 hypre_CommInfoSendProcesses(comm_info) = send_procs; in hypre_CommInfoCreate()
304 HYPRE_Int **send_procs; in hypre_CreateCommInfoFromStencil() local
448 send_procs = hypre_CTAlloc(HYPRE_Int *, num_boxes, HYPRE_MEMORY_HOST); in hypre_CreateCommInfoFromStencil()
730 send_procs[i] = hypre_CTAlloc(HYPRE_Int, num_cboxes, HYPRE_MEMORY_HOST); in hypre_CreateCommInfoFromStencil()
738 send_procs[i][m] = neighbor_procs[loc]; in hypre_CreateCommInfoFromStencil()
777 hypre_CommInfoCreate(send_boxes, recv_boxes, send_procs, recv_procs, in hypre_CreateCommInfoFromStencil()
855 HYPRE_Int **send_procs; in hypre_CreateCommInfoFromGrids() local
964 send_procs = comm_procs; in hypre_CreateCommInfoFromGrids()
978 hypre_CommInfoCreate(send_boxes, recv_boxes, send_procs, recv_procs, in hypre_CreateCommInfoFromGrids()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/test/
H A Dlcnt_SUITE.erl192 send_procs(Procs, {procs, Procs, self()}),
227 send_procs([], Msg) -> function
229 send_procs([P|Ps], Msg) -> function
231 send_procs(Ps, Msg).
/dports/math/mfem/mfem-4.3/linalg/
H A Dcomplex_operator.cpp810 std::set<HYPRE_Int> send_procs, recv_procs; in getColStartStop() local
815 send_procs.insert(comm_pkg_r->send_procs[i]); in getColStartStop()
826 send_procs.insert(comm_pkg_i->send_procs[i]); in getColStartStop()
846 MPI_Request * req = new MPI_Request[send_procs.size()+recv_procs.size()]; in getColStartStop()
847 MPI_Status * stat = new MPI_Status[send_procs.size()+recv_procs.size()]; in getColStartStop()
853 for (sit=send_procs.begin(); sit!=send_procs.end(); sit++) in getColStartStop()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_rap_communication.c263 HYPRE_Int *recv_procs, HYPRE_Int *send_procs, in hypre_GenerateSendMapAndCommPkg() argument
286 hypre_MPI_Irecv(&send_map_starts[i+1],1,HYPRE_MPI_INT,send_procs[i],0,comm, in hypre_GenerateSendMapAndCommPkg()
310 send_procs[i],0,comm,&requests[j++]); in hypre_GenerateSendMapAndCommPkg()
331 hypre_ParCSRCommPkgSendProcs(comm_pkg) = send_procs; in hypre_GenerateSendMapAndCommPkg()
H A Dpar_add_cycle.c396 HYPRE_Int *send_procs; in hypre_CreateLambda() local
522 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_CreateLambda()
525 all_send_procs[cnt_send++] = send_procs[j]; in hypre_CreateLambda()
578 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_CreateLambda()
590 this_proc = hypre_BinarySearch(L_send_procs,send_procs[k],num_sends_L); in hypre_CreateLambda()
620 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_CreateLambda()
626 this_proc = send_procs[j]; in hypre_CreateLambda()
795 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_CreateLambda()
810 this_proc = hypre_BinarySearch(L_send_procs,send_procs[i],num_sends_L); in hypre_CreateLambda()
H A Dpar_amgdd_comp_grid.h22 HYPRE_Int **send_procs; // list of send procs member
44 #define hypre_AMGDDCommPkgSendProcs(compGridCommPkg) ((compGridCommPkg) -> send_procs)
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_block_nodal_systems.c65 HYPRE_Int *send_procs; in hypre_BoomerAMGBlockCreateNodalA() local
176 send_procs = hypre_ParCSRCommPkgSendProcs(comm_pkg); in hypre_BoomerAMGBlockCreateNodalA()
188 send_procs_AN[i] = send_procs[i]; in hypre_BoomerAMGBlockCreateNodalA()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Destone_SUITE.erl625 send_procs(Pps, go),
666 send_procs(Ps, stop),
1063 send_procs(L, {procs, L, I}),
1124 send_procs([P|Tail], Msg) -> P ! Msg, send_procs(Tail, Msg); function
1125 send_procs([], _) -> ok. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Destone_SUITE.erl628 send_procs(Pps, go),
669 send_procs(Ps, stop),
1051 send_procs(L, {procs, L, I}),
1112 send_procs([P|Tail], Msg) -> P ! Msg, send_procs(Tail, Msg); function
1113 send_procs([], _) -> ok. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Destone_SUITE.erl625 send_procs(Pps, go),
666 send_procs(Ps, stop),
1063 send_procs(L, {procs, L, I}),
1124 send_procs([P|Tail], Msg) -> P ! Msg, send_procs(Tail, Msg); function
1125 send_procs([], _) -> ok. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Destone_SUITE.erl628 send_procs(Pps, go),
669 send_procs(Ps, stop),
1051 send_procs(L, {procs, L, I}),
1112 send_procs([P|Tail], Msg) -> P ! Msg, send_procs(Tail, Msg); function
1113 send_procs([], _) -> ok. function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Destone_SUITE.erl628 send_procs(Pps, go),
669 send_procs(Ps, stop),
1051 send_procs(L, {procs, L, I}),
1112 send_procs([P|Tail], Msg) -> P ! Msg, send_procs(Tail, Msg); function
1113 send_procs([], _) -> ok. function

12