Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dpinit.c787 PetscBool blas_view_flag = PETSC_FALSE; in PetscInitialize_Common() local
1114 …Name("-blas_view", "Display number of threads to use for BLAS operations", NULL, &blas_view_flag)); in PetscInitialize_Common()
1147 …if (blas_view_flag) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "BLAS: number of threads %" PetscInt_F… in PetscInitialize_Common()
1152 …if (blas_view_flag) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "BLAS: Apple Accelerate library, threa… in PetscInitialize_Common()
1154 if (blas_view_flag) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "BLAS: no thread support\n")); in PetscInitialize_Common()