Lines Matching refs:program
89 **Note to Python Programmers**: To program with PETSc in Python, you need to enable Python bindings
125 others, the following command initiates a program that uses eight
141 running any PETSc program with the option `-help`.
143 - `-log_view` - summarize the program’s performance (see {any}`ch_profiling`)
158 - `-info` - print a great deal of information about what the program
179 character string that will be printed if the program is run with the
209 need not program much message passing directly with MPI, but they must
215 program and calls `MPI_Finalize()` if `PetscInitialize()` began
239 ! within the main program
282 Each PETSc program must specify an include file corresponding to the
283 highest level PETSc objects needed within the program; all of the
443 generated by error detection within a sample PETSc program. The error
447 program `ex3.c` on line 66. See
564 for initiating the program, creating vectors and matrices, and solving
609 … <num>` or the environmental variable `OMP_NUM_THREADS`. Running a PETSc program with `-omp_view` …
626 PETSc's MPI-based linear solvers may be accessed from a sequential or non-MPI OpenMP program, see {…
672 PETSc program using MPICH on a macOS laptop. Note that different
768 To develop an application program that uses PETSc, we suggest the following:
795 > Use `make app` to compile your program.
801 > 5. Run the program, for example,
804 > 6. Start to modify the program to develop your application.