Searched refs:bind (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex43f.F90 | 5 subroutine fillupvector(vaddr, err) bind(C, name='fillupvector')
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | App.f90 | 2 bind(C, name="formFunction") 13 bind(C, name="formInitial")
|
| /petsc/src/vec/vec/impls/hypre/ |
| H A D | vhyp.c | 203 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 D | sopen.c | 140 while (bind(s, (struct sockaddr *)&sa, sizeof(sa)) < 0) {
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 159 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 D | makefile | 39 MPI_BINDING ?= -map-by numa -bind-to core
|
| /petsc/doc/manual/ |
| H A D | streams.md | 62 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 D | performance.md | 203 `--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 D | send.c | 210 while (bind(s, (struct sockaddr *)&sa, sizeof(sa)) < 0) {
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 1418 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 D | Streams-Intel | 3 Running streams with mpiexec -hosts thing05 -hosts thing05 -bind-to core -map-by numa MPI rank 0 Pr…
|
| H A D | Streams-MPICH | 3 Running streams with /home/bsmith/petsc/arch-opt-mpich/bin/mpiexec -hosts thing05 -bind-to core -ma…
|
| /petsc/doc/faq/ |
| H A D | index.md | 81 $ mpiexec -n 4 --map-by socket --bind-to socket --report-bindings
|