#include "petscmat.h" PetscErrorCode MatSetNThreads(Mat A,PetscInt nthreads)Not Collective, but it is usually desirable to use the same number of threads per process
Input Parameters
A | - the matrix | |
nthreads | - number of threads |
Level:intermediate
Location:src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages