| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | comm.c | 67 MPI_Status status; in PCTFS_giop() local 144 MPI_Status status; in PCTFS_grop() local 220 MPI_Status status; in PCTFS_grop_hc() local 282 MPI_Status status; in PCTFS_ssgl_radd() local 333 MPI_Status status; in PCTFS_giop_hc() local
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | chwirut2.c | 117 MPI_Status status; in EvaluateFunction() local 606 MPI_Status status; in TaskWorker() local 643 MPI_Status status; in StopWorkers() local
|
| /petsc/src/sys/utils/ |
| H A D | mpiu.c | 11 MPI_Status status; in PetscSequentialPhaseBegin_Private() local 26 MPI_Status status; in PetscSequentialPhaseEnd_Private() local
|
| /petsc/src/sys/error/ |
| H A D | err.c | 845 PETSC_EXTERN const char *PetscCUBLASGetErrorName(cublasStatus_t status) in PetscCUBLASGetErrorName() 874 PETSC_EXTERN const char *PetscCUSolverGetErrorName(cusolverStatus_t status) in PetscCUSolverGetErrorName() 956 PETSC_EXTERN const char *PetscHIPBLASGetErrorName(hipblasStatus_t status) in PetscHIPBLASGetErrorName() 981 PETSC_EXTERN const char *PetscHIPSPARSEGetErrorName(hipsparseStatus_t status) in PetscHIPSPARSEGetErrorName() 1012 PETSC_EXTERN const char *PetscHIPSolverGetErrorName(hipsolverStatus_t status) in PetscHIPSolverGetErrorName()
|
| /petsc/src/sys/dll/ |
| H A D | demangle.c | 16 int status; in PetscDemangleSymbol() local
|
| /petsc/config/PETSc/options/ |
| H A D | petscclone.py | 5 def noCheck(command, status, output, error): argument
|
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 788 …IU_File_write_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_write_all() 800 …PIU_File_read_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_read_all() 811 …t(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_write_at() 823 …t(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_read_at() 834 …l(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_write_at_all() 846 …l(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI_Status *status) in MPIU_File_read_at_all()
|
| /petsc/src/mat/graphops/order/metisnd/ |
| H A D | metisnd.c | 12 int status; in MatGetOrdering_METISND() local
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | sowing.py | 4 def noCheck(command, status, output, error): argument
|
| H A D | MPI.py | 7 def noCheck(command, status, output, error): argument
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | PFReadData.c | 107 int bus_i, status; in PFReadMatPowerData() local 133 int fbus, tbus, status; in PFReadMatPowerData() local
|
| H A D | power.h | 55 PetscInt status; /* Load status */ member 90 PetscInt status; /* Machine status */ member 121 PetscInt status; /* Service status */ member
|
| /petsc/src/mat/graphops/order/amd/ |
| H A D | amd.c | 23 int status; in MatGetOrdering_AMD() local
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresorthog.c | 128 MPI_Status status; in KSPAGMRESRoddec() local 248 MPI_Status status; in KSPAGMRESRodvec() local
|
| /petsc/src/mat/tests/ |
| H A D | ex33.c | 33 MPI_Status status; in TestMPIDerivedDataType() local
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 416 …#define MPI_Recv(buf, count, datatype, source, tag, comm, status) (M… argument 418 …#define MPI_Get_count(status, datatype, count) (M… argument 431 …#define MPI_Wait(request, status) (M… argument 432 …#define MPI_Test(request, flag, status) (M… argument 434 …#define MPI_Waitany(count, array_of_requests, index, status) (M… argument 443 …#define MPI_Iprobe(source, tag, comm, flag, status) (M… argument 444 …#define MPI_Probe(source, tag, comm, status) (M… argument 446 …#define MPI_Test_cancelled(status, flag) (M… argument 457 … sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status) \ argument 459 #define MPI_Sendrecv_replace(buf, count, datatype, dest, sendtag, source, recvtag, comm, status) \ argument [all …]
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | iosbuilder.py | 310 def noCheckCommand(command, status, output, error): argument
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 684 …ecv_(void *buf, int *count, int *datatype, int *source, int *tag, int *comm, int status, int *ierr) in petsc_mpi_recv_() 704 …cvbuf, int *recvcount, int *recvtype, int *source, int *recvtag, int *comm, int *status, int *ierr) in petsc_mpi_sendrecv_() 709 PETSC_EXTERN void petsc_mpi_test_(int *request, int *flag, int *status, int *ierr) in petsc_mpi_test_() 719 PETSC_EXTERN void petsc_mpi_waitany_(int *count, int *array_of_requests, int *index, int *status, i… in petsc_mpi_waitany_() 792 PETSC_EXTERN void petsc_mpi_get_count_(int *status, int *datatype, int *count, int *ierr) in petsc_mpi_get_count_() 810 PETSC_EXTERN void petsc_mpi_iprobe_(int *source, int *tag, int *comm, int *glag, int *status, int *… in petsc_mpi_iprobe_() 815 PETSC_EXTERN void petsc_mpi_probe_(int *source, int *tag, int *comm, int *flag, int *status, int *i… in petsc_mpi_probe_() 830 PETSC_EXTERN void petsc_mpi_wait_(int *request, int *status, int *ierr) in petsc_mpi_wait_()
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 118 def logError(self, component, status, output, error): argument 475 def report(command, status, output, error): argument 531 def report(command, status, output, error): argument 613 def report(command, status, output, error): argument
|
| H A D | setCompilers.py | 11 def noCheck(command, status, output, error): argument 2186 def checkArchive(command, status, output, error): argument 2199 def checkRanlib(command, status, output, error): argument 2255 def checkArchiverArgfile(command, status, output, error): argument
|
| /petsc/src/mat/impls/aij/seq/lusol/ |
| H A D | lusol.c | 195 int i, m, n, nnz, status; in MatSolve_LUSOL() local 219 int m, n, nz, nnz, status; in MatLUFactorNumeric_LUSOL() local
|
| /petsc/src/mat/impls/aij/seq/umfpack/ |
| H A D | umfpack.c | 116 int status; in MatSolve_UMFPACK_Private() local 170 int status; in MatLUFactorNumeric_UMFPACK() local 206 int status; in MatLUFactorSymbolic_UMFPACK() local
|
| /petsc/src/dm/impls/da/ |
| H A D | grvtk.c | 150 MPI_Status status; in DMDAVTKWriteAll_VTS() local 366 MPI_Status status; in DMDAVTKWriteAll_VTR() local
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 192 def defaultCheckCommand(command, status, output, error): argument 205 def passCheckCommand(command, status, output, error): argument
|
| /petsc/src/mat/impls/aij/seq/klu/ |
| H A D | klu.c | 114 PetscInt status; in MatSolveTranspose_KLU() local 265 PetscInt m = A->rmap->n, n = A->cmap->n, idx = 0, status; in MatGetFactor_seqaij_klu() local
|