petsc-3.3-p7 2013-05-11

VecGetNThreads

Returns the number of threads used for vector operations.

Synopsis

#include "petscvec.h" 
PetscErrorCode VecGetNThreads(Vec v,PetscInt *nthreads)
Input Parameter
v -the vector

Output Parameter

nthreads -number of threads

See Also

VecSetNThreads()

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