Lines Matching refs:application
63 enables the application programmer to begin using the software
532 employ MPI routines as needed throughout an application code. However,
607 For application codes that use certain external packages, including BLAS/LAPACK, SuperLU_DIST, MUMP…
608 …igure option `--with-openmp`. The number of OpenMP threads used in the application can be controll…
768 To develop an application program that uses PETSc, we suggest the following:
774 > 1. Make a directory for your source code: for example, `mkdir $HOME/application`
777 > example, `cd $HOME/application`
783 …> 4. Select an application build process. The `PETSC_DIR` (and `PETSC_ARCH` if the `--prefix=direc…
799 … read the comments on usage, and change the name of the application from ex1 to your application e…
804 > 6. Start to modify the program to develop your application.
806 - For adding PETSc to an existing application
814 > - Using make. Update the application makefile to add the appropriate PETSc include
841 …> the environmental variable `PETSC_DIR` to be set when building your application since the…
853 > - Using CMake. Update the application CMakeLists.txt by examining the code and comments in
856 > 3. Rebuild your application and ensure it still runs correctly.
861 > 5. Rebuild your application and ensure it still runs correctly.
986 These allow cleaner application code since it does not have many if statements to avoid inactive me…
1099 *not* need to be used by application programmers.