Home
last modified time | relevance | path

Searched refs:MPI_Comm_f2c (Results 1 – 15 of 15) sorted by relevance

/petsc/src/sys/fileio/ftn-custom/
H A Dzmprintf.c25 *ierr = PetscSynchronizedFlush(MPI_Comm_f2c(*(comm)), f); in petscsynchronizedflush_()
52 *ierr = PetscFPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *file, "%s", tmp); in petscfprintf_()
65 *ierr = PetscPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), "%s", tmp); in petscprintf_()
78 *ierr = PetscSynchronizedFPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *file, "%s", tmp); in petscsynchronizedfprintf_()
91 *ierr = PetscSynchronizedPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), "%s", tmp); in petscsynchronizedprintf_()
H A Dzmpiuopenf.c21 *ierr = PetscFOpen(MPI_Comm_f2c(*(MPI_Fint *)&*comm), c1, c2, file); in petscfopen_()
29 *ierr = PetscFClose(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *file); in petscfclose_()
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/
H A Dzvcreatef.c16 return PETSC_VIEWER_STDOUT_(MPI_Comm_f2c(*(MPI_Fint *)&*comm)); in petsc_viewer_stdout_()
/petsc/src/mat/impls/nest/ftn-custom/
H A Dzmatnestf.c28 …(void)PetscError(MPI_Comm_f2c(*comm), __LINE__, PETSC_FUNCTION_NAME, __FILE__, PETSC_ERR_ARG_WRONG… in matcreatenest_()
34 *ierr = MatCreateNest(MPI_Comm_f2c(*comm), *nr, is_row, *nc, is_col, m, B); in matcreatenest_()
/petsc/src/mat/impls/adj/mpi/ftn-custom/
H A Dzmpiadjf.c16 *ierr = MatCreateMPIAdj(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *m, *n, i, j, values, A); in matcreatempiadj_()
/petsc/src/ksp/pc/impls/mg/ftn-custom/
H A Dzmgf.c17 for (PetscInt i = 0; i < *levels; i++) ccomms[i] = MPI_Comm_f2c(fcomms[i]); in pcmgsetlevels_()
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c19 return PETSC_VIEWER_DRAW_(MPI_Comm_f2c(*(MPI_Fint *)&*comm)); in petsc_viewer_draw_()
/petsc/src/vec/vec/tutorials/
H A Dex7.c61 comm = MPI_Comm_f2c(*fcomm); in ex7c_()
/petsc/src/sys/classes/viewer/impls/string/ftn-custom/
H A Dzstringvf.c17 *ierr = PetscViewerStringOpen(MPI_Comm_f2c(*(MPI_Fint *)&*comm), name, len1, str); in petscviewerstringopen_()
/petsc/src/sys/objects/ftn-custom/
H A Dzstart.c171 …if (f_petsc_comm_world) PETSC_COMM_WORLD = MPI_Comm_f2c(*(MPI_Fint *)&f_petsc_comm_world); /* User… in petscinitializef_()
H A Dzoptionsf.c57 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in petscoptionsbegin_()
/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c87 nierr = PetscError(MPI_Comm_f2c(*(comm)), 0, NULL, NULL, *number, *p, "%s", t1); in petscerror_()
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/
H A Dmkl_cpardiso.c363 comm = MPI_Comm_f2c(mat_mkl_cpardiso->comm_mkl_cpardiso); in MatDestroy_MKL_CPARDISO()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dfilev.c563 *ierr = PetscViewerCreate(MPI_Comm_f2c(*(MPI_Fint *)&*comm), viewer); in petscviewerasciiopenwithfileunit_()
/petsc/include/petsc/mpiuni/
H A Dmpi.h406 #define MPI_Comm_f2c(comm) (MPI_Comm)(comm) macro