Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex43f.F905 subroutine fillupvector(vaddr, err) bind(C, name='fillupvector')
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A DApp.f902 bind(C, name="formFunction")
13 bind(C, name="formInitial")
/petsc/src/vec/vec/impls/hypre/
H A Dvhyp.c203 PetscErrorCode VecHYPRE_IJBindToCPU(VecHYPRE_IJVector ij, PetscBool bind) in VecHYPRE_IJBindToCPU() argument
205 …HYPRE_MemoryLocation hmem = bind || !PetscDefined(HAVE_HYPRE_DEVICE) ? HYPRE_MEMORY_HOST : HYPRE_M… in VecHYPRE_IJBindToCPU()
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dsopen.c140 while (bind(s, (struct sockaddr *)&sa, sizeof(sa)) < 0) {
/petsc/src/vec/vec/impls/mpi/mpiviennacl/
H A Dmpiviennacl.cxx159 static PetscErrorCode VecBindToCPU_MPIViennaCL(Vec vv, PetscBool bind) in VecBindToCPU_MPIViennaCL() argument
162 vv->boundtocpu = bind; in VecBindToCPU_MPIViennaCL()
164 if (bind) { in VecBindToCPU_MPIViennaCL()
/petsc/src/benchmarks/streams/
H A Dmakefile39 MPI_BINDING ?= -map-by numa -bind-to core
/petsc/doc/manual/
H A Dstreams.md62 MPI and OpenMP provide ways to bind and map processes and cores. They also provide ways to display …
66 - --bind-to hwthread | core | l1cache | l2cache | l3cache | socket | numa | board
108 $ OMP_NUM_THREADS=4 mpiexec --bind-to numa -n 1 --map-by core ./ex69f
149 …MPI and OpenMP with their default bindings and with the MPI binding of `--bind-to core --map-by nu…
H A Dperformance.md203 `--bind-to core --map-by socket` to `mpiexec`:
206 $ mpiexec -n 6 --bind-to core --map-by socket ./stream
225 $ mpiexec -n 6 --bind-to core --map-by core ./stream
240 the results obtained by passing `--bind-to core --map-by socket`:
272 $ make streams MPI_BINDING="--bind-to core --map-by socket"
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c210 while (bind(s, (struct sockaddr *)&sa, sizeof(sa)) < 0) {
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1418 static PetscErrorCode MatBindToCPU_HYPRE(Mat A, PetscBool bind) argument
1421 HYPRE_MemoryLocation hmem = bind ? HYPRE_MEMORY_HOST : HYPRE_MEMORY_DEVICE;
1424 A->boundtocpu = bind;
1430 if (hA->x) PetscCall(VecHYPRE_IJBindToCPU(hA->x, bind));
1431 if (hA->b) PetscCall(VecHYPRE_IJBindToCPU(hA->b, bind));
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DStreams-Intel3 Running streams with mpiexec -hosts thing05 -hosts thing05 -bind-to core -map-by numa MPI rank 0 Pr…
H A DStreams-MPICH3 Running streams with /home/bsmith/petsc/arch-opt-mpich/bin/mpiexec -hosts thing05 -bind-to core -ma…
/petsc/doc/faq/
H A Dindex.md81 $ mpiexec -n 4 --map-by socket --bind-to socket --report-bindings