#include "petscvec.h" PetscErrorCode VecSetThreadAffinities(Vec v,const PetscInt affinities[])Input Parameters
v | - the vector | |
affinities | - list of cpu affinities for threads. |
Use affinities[] = PETSC_NULL for PETSc to decide the thread affinities.
Level:intermediate
Location:src/vec/vec/impls/seq/seqpthread/vecpthread.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages