Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex69.c11 int i, maxthreads; in main() local
23 maxthreads = omp_get_max_threads(); in main()
24 printf("Number of threads set %d\n", maxthreads); in main()
H A Dex69f.F9042 integer i, maxthreads, omp_get_max_threads
60 print *, 'Number of threads set', maxthreads