Searched refs:MPI_Init (Results 1 – 18 of 18) sorted by relevance
| /petsc/config/BuildSystem/docs/ |
| H A D | sharedLibraryCheck.fig | 31 4 0 0 50 -1 0 12 0.0000 4 195 2070 720 2520 lib1.so: Calls MPI_Init()\001
|
| /petsc/src/sys/tutorials/ |
| H A D | ex4f90.F90 | 17 PetscCallMPIA(MPI_Init(ierr))
|
| H A D | ex4.c | 10 PetscCallMPI(MPI_Init(&argc, &argv)); in main()
|
| H A D | ex4f.F90 | 16 PetscCallMPIA(MPI_Init(ierr))
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneAppDelegate.m | 25 MPI_Init(0,0);
|
| /petsc/systems/Apple/iOS/examples/Basic/Classes/ |
| H A D | iphoneAppDelegate.m | 25 MPI_Init(0,0);
|
| /petsc/src/sys/tests/ |
| H A D | ex26.c | 18 PetscCallMPI(MPI_Init(&argc, &argv)); in main()
|
| H A D | ex53.c | 17 err = MPI_Init(&argc, &argv); in main()
|
| /petsc/src/benchmarks/streams/ |
| H A D | OpenMPVersion.c | 33 MPI_Init(&argc, &argv); in main()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpiunifdef.h | 8 #define MPI_Init PETSC_MPI_INIT macro
|
| H A D | mpi.h | 338 #define MPI_Init Petsc_MPI_Init macro 377 MPIUni_PETSC_EXTERN int MPI_Init(int *, char ***);
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 366 int MPI_Init(int *argc, char ***argv) in MPI_Init() function 382 return MPI_Init(argc, argv); in MPI_Init_thread() 612 *ierr = MPI_Init(NULL, NULL); in petsc_mpi_init_()
|
| /petsc/src/ts/tests/ |
| H A D | ex25.c | 48 int ierr = MPI_Init(&argc, &argv); in main()
|
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 172 man:+MPI_Init++MPI_Init++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Init.html#MPI_Init 511 man:+MPI_Init++MPI_Init++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Init.html#MPI_Init
|
| /petsc/doc/changes/ |
| H A D | 314.md | 11 level for MPI_Init
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1358 PetscCallMPI(MPI_Init(argc, args)); in PetscInitialize()
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 188 `PetscInitialize()` automatically calls `MPI_Init()` if MPI has not 191 library), the user can first call `MPI_Init()` (or have the other
|
| H A D | other.md | 16 `MPI_Init()`.
|