Home
last modified time | relevance | path

Searched refs:fprocs (Results 1 – 6 of 6) sorted by relevance

/dports/math/combblas/CombBLAS_beta_16_2/3DSpGEMM/
H A DOldReductions.h16 int fprocs, frank; in ParallelReduce() local
19 if(fprocs == 1) in ParallelReduce()
26 else if(fprocs % 2 != 0) in ParallelReduce()
110 int fprocs; in ParallelReduce_Alltoall() local
112 if(fprocs == 1) in ParallelReduce_Alltoall()
119 int send_sizes[fprocs]; in ParallelReduce_Alltoall()
120 int recv_sizes[fprocs]; in ParallelReduce_Alltoall()
125 int cols_per_proc = (ncols + fprocs - 1) / fprocs; in ParallelReduce_Alltoall()
127 int send_offsets[fprocs+1]; in ParallelReduce_Alltoall()
171 int recv_offsets[fprocs]; in ParallelReduce_Alltoall()
[all …]
H A DReductions.h40 int fprocs, fibrank; in ParallelReduce_Alltoall_threaded() local
41 MPI_Comm_size(fibWorld,&fprocs); in ParallelReduce_Alltoall_threaded()
45 if(fprocs == 1) in ParallelReduce_Alltoall_threaded()
53 std::vector<int> send_sizes(fprocs); in ParallelReduce_Alltoall_threaded()
54 std::vector<int> recv_sizes(fprocs); in ParallelReduce_Alltoall_threaded()
57 for(int i=0; i<fprocs; i++) in ParallelReduce_Alltoall_threaded()
76 for( int i = 0; i < fprocs; i++ ) in ParallelReduce_Alltoall_threaded()
83 for( int i = 1; i < fprocs; i++ ) in ParallelReduce_Alltoall_threaded()
99 IT ndimSplit = ndim/fprocs; in ParallelReduce_Alltoall_threaded()
100 if(fibrank==(fprocs-1)) in ParallelReduce_Alltoall_threaded()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dicfontab.c36 private const ccfont_fproc fprocs[] = { variable
50 *pnum_fprocs = countof(fprocs) - 1; in ccfont_fprocs()
51 *pfprocs = &fprocs[0]; in ccfont_fprocs()
H A Diccfont.c352 const ccfont_fproc *fprocs; in zgetccfont() local
356 code = ccfont_fprocs(&nfonts, &fprocs); in zgetccfont()
369 return (*fprocs[index]) (i_ctx_p, &ccfont_procs, op); in zgetccfont()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dicfontab.c36 private const ccfont_fproc fprocs[] = { variable
50 *pnum_fprocs = countof(fprocs) - 1; in ccfont_fprocs()
51 *pfprocs = &fprocs[0]; in ccfont_fprocs()
H A Diccfont.c352 const ccfont_fproc *fprocs; in zgetccfont() local
356 code = ccfont_fprocs(&nfonts, &fprocs); in zgetccfont()
369 return (*fprocs[index]) (i_ctx_p, &ccfont_procs, op); in zgetccfont()