Home
last modified time | relevance | path

Searched refs:MPI_Init (Results 1 – 18 of 18) sorted by relevance

/petsc/config/BuildSystem/docs/
H A DsharedLibraryCheck.fig31 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 Dex4f90.F9017 PetscCallMPIA(MPI_Init(ierr))
H A Dex4.c10 PetscCallMPI(MPI_Init(&argc, &argv)); in main()
H A Dex4f.F9016 PetscCallMPIA(MPI_Init(ierr))
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneAppDelegate.m25 MPI_Init(0,0);
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneAppDelegate.m25 MPI_Init(0,0);
/petsc/src/sys/tests/
H A Dex26.c18 PetscCallMPI(MPI_Init(&argc, &argv)); in main()
H A Dex53.c17 err = MPI_Init(&argc, &argv); in main()
/petsc/src/benchmarks/streams/
H A DOpenMPVersion.c33 MPI_Init(&argc, &argv); in main()
/petsc/include/petsc/mpiuni/
H A Dmpiunifdef.h8 #define MPI_Init PETSC_MPI_INIT macro
H A Dmpi.h338 #define MPI_Init Petsc_MPI_Init macro
377 MPIUni_PETSC_EXTERN int MPI_Init(int *, char ***);
/petsc/src/sys/mpiuni/
H A Dmpi.c366 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 Dex25.c48 int ierr = MPI_Init(&argc, &argv); in main()
/petsc/doc/manualpages/
H A Dmpi.www.index172 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 D314.md11 level for MPI_Init
/petsc/src/sys/objects/
H A Dpinit.c1358 PetscCallMPI(MPI_Init(argc, args)); in PetscInitialize()
/petsc/doc/manual/
H A Dgetting_started.md188 `PetscInitialize()` automatically calls `MPI_Init()` if MPI has not
191 library), the user can first call `MPI_Init()` (or have the other
H A Dother.md16 `MPI_Init()`.