Home
last modified time | relevance | path

Searched refs:MPI_BINDING (Results 1 – 3 of 3) sorted by relevance

/petsc/src/benchmarks/streams/
H A Dmakefile39 MPI_BINDING ?= -map-by numa -bind-to core macro
45 …-@printf "Running streams with '${MPIEXEC} ${MPI_BINDING} ${MPI_BINDING_VIEW} -n <np> ./MPIVersion…
49 ${MPIEXEC} ${MPI_BINDING} ${MPI_BINDING_VIEW} -n $${i} ./MPIVersion | tee -a scaling.log; \
58 -@printf "Running streams with '${MPIEXEC} ${MPI_BINDING}' using 'NPMAX=${NPMAX}'\n"
60 ${MPIEXEC} ${MPI_BINDING} -n 1 -c$${i} -a$${i} -g1 ./CUDAVersion | tee -a scaling.log; \
64 ${MPIEXEC} ${MPI_BINDING} -n $${n} -c$${c} -a$${c} -g1 ./CUDAVersion | tee -a scaling.log; \
89 …-@if [ "${LSTOPO}foo" != "foo" ]; then ${MPIEXEC} ${MPI_BINDING} -n 1 ${LSTOPO} --no-icaches --no-…
/petsc/lib/petsc/bin/
H A Dpetscmpiexec104 $qrun -n "$np" "$hosts" $oversubscribe "${MPI_BINDING}" "${MPIEXEC_TAIL}" "$*"
/petsc/doc/manual/
H A Dperformance.md272 $ make streams MPI_BINDING="--bind-to core --map-by socket"