Home
last modified time | relevance | path

Searched defs:nsends (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/PETSc/petsc-3.14.1/src/vec/vscat/impls/mpi3/
H A Dvpscat.h18 PetscInt i,*indices,*sstarts,nrecvs,nsends,bs; in PETSCMAP1() local
117 PetscInt nrecvs,nsends,*indices,count,*rstarts,bs; in PETSCMAP1() local
185 PetscInt i,*indices,*sstarts,nrecvs,nsends,bs; in PETSCMAP1() local
255 PetscInt nrecvs,nsends,*indices,count,*rstarts,bs; in PETSCMAP1() local
/dports/science/PETSc/petsc-3.14.1/src/vec/vscat/impls/mpi1/
H A Dvpscat_mpi1.h19 PetscInt i,*indices,*sstarts,nrecvs,nsends,bs; in PETSCMAP1() local
111 PetscInt nrecvs,nsends,*indices,count,*rstarts,bs; in PETSCMAP1() local
H A Dvpscat_mpi1.c2015 PetscInt i,j,idx,nsends; in VecScatterCreateLocal_PtoS_MPI1() local
2377 PetscInt i,j,idx,nsends,*local_inidx = NULL,*local_inidy = NULL; in VecScatterCreateLocal_PtoP_MPI1() local
/dports/science/PETSc/petsc-3.14.1/src/sys/utils/
H A Dmpimesg.c92 PetscErrorCode PetscGatherMessageLengths(MPI_Comm comm,PetscMPIInt nsends,PetscMPIInt nrecvs,const… in PetscGatherMessageLengths()
173 PetscErrorCode PetscGatherMessageLengths2(MPI_Comm comm,PetscMPIInt nsends,PetscMPIInt nrecvs,cons… in PetscGatherMessageLengths2()
H A Dmpits.c124 PetscMPIInt sent,nsends; in PetscCommBuildTwoSided_Ibarrier() local
428 PetscMPIInt sent,nsends; in PetscCommBuildTwoSidedFReq_Ibarrier() local
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/
H A Dvecstash.c97 PetscInt nsends=stash->nsends,oldnmax; in VecStashScatterEnd_Private() local
230 PetscInt *owner,*start,*nprocs,nsends,nreceives; in VecStashScatterBegin_Private() local
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_select_observer.h77 uint32_t nsends; variable
H A Dosc.h165 uint32_t nsends; // number of sends select has member
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dselect.go117 func selectgo(cas0 *scase, order0 *uint16, nsends, nrecvs int, block bool) (int, bool) { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dselect.go117 func selectgo(cas0 *scase, order0 *uint16, nsends, nrecvs int, block bool) (int, bool) { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dselect.go117 func selectgo(cas0 *scase, order0 *uint16, nsends, nrecvs int, block bool) (int, bool) { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dselect.go117 func selectgo(cas0 *scase, order0 *uint16, nsends, nrecvs int, block bool) (int, bool) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dselect.go122 func selectgo(cas0 *scase, order0 *uint16, pc0 *uintptr, nsends, nrecvs int, block bool) (int, bool… argument
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/sell/mpi/
H A Dmpisell.h17 PetscInt nsends,nrecvs; /* numbers of sends and receives */ member
/dports/science/PETSc/petsc-3.14.1/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c103 PetscInt *owner,*start,*sizes,nsends,nreceives; in AOMap_MemoryScalable_private() local
286 PetscInt *owner,*start,*sizes,nsends,nreceives; in AOCreateMemoryScalable_private() local
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/dense/mpi/
H A Dmpidense.h33 PetscInt nsends,nrecvs; /* numbers of sends and receives */ member
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dmove.c200 idx_t i, nvtxs, nparts, nrecvs, nsends; in ProjectInfoBack() local
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dmove.c200 idx_t i, nvtxs, nparts, nrecvs, nsends; in ProjectInfoBack() local
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/redistribute/
H A Dredistribute.c51 PetscInt j,nsends; in PCSetUp_Redistribute() local
/dports/science/PETSc/petsc-3.14.1/src/mat/utils/
H A Dmatstash.c140 PetscInt nsends=stash->nsends,bs2,oldnmax,i; in MatStashScatterEnd_Ref() local
469 PetscInt size=stash->size,nsends; in MatStashScatterBegin_Ref() local
/dports/science/PETSc/petsc-3.14.1/src/vec/vscat/interface/
H A Dvscatfce.c605 PetscInt i,nrecvs,nsends,sbs,rbs,ns,nr; in VecScatterInitializeForGPU() local
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/mpi/
H A Dmpiaij.h44 PetscInt nsends,nrecvs; /* numbers of sends and receives */ member
H A Dmpimatmatmult.c359 PetscInt nsends,nrecvs; member
388 PetscInt nz=aij->B->cmap->n,nsends,nrecvs,i,nrows_to,j,blda,clda; in MatMatMultSymbolic_MPIAIJ_MPIDense() local
513 PetscInt i,nsends,nrecvs; in MatMPIDenseScatter() local
/dports/science/PETSc/petsc-3.14.1/src/vec/is/is/utils/
H A Discoloring.c418 PetscInt *send_indices,rstart,*recv_indices,nrecvs,nsends; in ISBuildTwoSided() local
/dports/dns/bind911/bind-9.11.37/bin/named/include/named/
H A Dclient.h101 int nsends; member

12