Searched full:omp_num_threads (Results 1 – 19 of 19) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex69f.F90 | 10 ! export OMP_NUM_THREADS=4 30 ! $ OMP_NUM_THREADS=8 ./ex69f (ifort compiler)
|
| /petsc/doc/manual/ |
| H A D | streams.md | 74 - OMP_NUM_THREADS=n 90 $ OMP_NUM_THREADS=4 ./ex69f 99 $ OMP_NUM_THREADS=4 mpiexec -n 1 ./ex69f 108 $ OMP_NUM_THREADS=4 mpiexec --bind-to numa -n 1 --map-by core ./ex69f 115 Consider also the `mpiexec` option `--map-by socket:pe=$OMP_NUM_THREADS` to ensure each thread gets… 121 $ OMP_PROC_BIND=spread OMP_NUM_THREADS=4 mpiexec -n 1 ./ex69f
|
| H A D | blas-lapack.md | 41 BLAS/LAPACK. The environmental variable `OMP_NUM_THREADS` can be used to set the number of threads …
|
| H A D | getting_started.md | 609 the PETSc command line option `-omp_num_threads <num>` or the environmental variable `OMP_NUM_THREA…
|
| /petsc/src/benchmarks/streams/ |
| H A D | makefile | 75 OMP_NUM_THREADS=$${i} ./OpenMPVersion | tee -a scaling.log;\ 84 OMP_NUM_THREADS=$${i} ./OpenMPVersionLikeMPI | tee -a scaling.log;\
|
| H A D | OpenMPVersion.c | 41 env = getenv("OMP_NUM_THREADS"); in main()
|
| H A D | OpenMPVersionLikeMPI.c | 44 env = getenv("OMP_NUM_THREADS"); in main()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1092 char *threads = getenv("OMP_NUM_THREADS"); in PetscInitialize_Common() 1095 …PetscCall(PetscInfo(NULL, "Number of OpenMP threads %s (as given by OMP_NUM_THREADS)\n", threads)); in PetscInitialize_Common() 1102 …scCall(PetscOptionsInt("-omp_num_threads", "Number of OpenMP threads to use (can also use environm… in PetscInitialize_Common() 1106 …tscInfo(NULL, "Number of OpenMP threads %" PetscInt_FMT " (given by -omp_num_threads)\n", PetscNum… in PetscInitialize_Common() 1124 threads = getenv("OMP_NUM_THREADS"); in PetscInitialize_Common() 1125 …etscInfo(NULL, "BLAS: Environment number of BLIS threads %s given by OMP_NUM_THREADS\n", threads)); in PetscInitialize_Common() 1131 threads = getenv("OMP_NUM_THREADS"); in PetscInitialize_Common() 1132 …PetscInfo(NULL, "BLAS: Environment number of MKL threads %s given by OMP_NUM_THREADS\n", threads)); in PetscInitialize_Common() 1138 threads = getenv("OMP_NUM_THREADS"); in PetscInitialize_Common() 1139 …Info(NULL, "BLAS: Environment number of OpenBLAS threads %s given by OMP_NUM_THREADS\n", threads)); in PetscInitialize_Common()
|
| H A D | version.c | 86 …ental variables `BLIS_NUM_THREADS`, `MKL_NUM_THREADS`, or `OPENBLAS_NUM_THREADS`, `OMP_NUM_THREADS`
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | OpenBLAS.py | 93 # use the environmental variable OMP_NUM_THREADS to control the number of threads used
|
| H A D | MUMPS.py | 87 # use OMP_NUM_THREADS to control the number of threads used
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex61f.F90 | 6 ! Run with "export OMP_NUM_THREADS=16 ./ex61f"
|
| /petsc/src/sys/utils/openmp/ |
| H A D | mpmpishm.c | 24 PetscMPIInt omp_comm_size; /* size of omp_comm, a kind of OMP_NUM_THREADS */
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 646 OMP_NUM_THREADS: 1 828 OMP_NUM_THREADS: 4
|
| H A D | makefile | 134 …${RUN_TEST} OMP_NUM_THREADS=1 PETSC_OPTIONS="${EXTRA_OPTIONS} ${PETSC_TEST_OPTIONS}" PATH="${PETSC…
|
| /petsc/doc/faq/ |
| H A D | index.md | 1191 $ OMP_NUM_THREADS=n ./myprog -pc_type lu -pc_factor_mat_solver superlu_dist 1200 `$OMP_NUM_THREADS` you use per MPI process is less than or equal to the number of 1202 and you use 2 MPI processes per node then set `$OMP_NUM_THREADS` to 2 or 3.
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 508 args: -omp_num_threads 4 -mat_no_inode {{0 1}}
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 139 …sesopenmp == 'yes': output += ' uses OpenMP; use export OMP_NUM_THREADS=<p> or -omp_num_threads <… 140 …p == 'unknown': output += ' Unknown if this uses OpenMP (try export OMP_NUM_THREADS=<1-4> yourpro…
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 4018 …Set `OMP_NUM_THREADS` and run with fewer MPI ranks than cores. For example, if you want to have 16… 4019 threads per rank, then you may use "export `OMP_NUM_THREADS` = 16 && mpiexec -n 4 ./test". 4047 …eads and export `OMP_PROC_BIND`=spread. One does not need to export `OMP_NUM_THREADS`=m in job scr…
|