| /petsc/src/mat/impls/aij/seq/superlu/ |
| H A D | superlu.c | 47 SuperLUStat_t stat; member 140 …, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 142 …, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 146 …, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 148 …, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &ferr, &berr, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 154 …ork, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 156 …ork, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 160 …ork, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 162 …ork, lu->lwork, &lu->B, &lu->X, &lu->rpg, &lu->rcond, &lu->Glu, &lu->mem_usage, &lu->stat, &info)); in MatSolve_SuperLU_Private() 173 …) PetscCall(PetscPrintf(PETSC_COMM_SELF, " %8d%8d%16e%16e\n", i + 1, lu->stat.RefineSteps, ferr, … in MatSolve_SuperLU_Private() [all …]
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 275 SuperLUStat_t stat; in MatSolve_SuperLU_DIST() local 310 …PetscStackCallExternalVoid("SuperLU_DIST:PStatInit", PStatInit(&stat)); /* Initialize the statisti… in MatSolve_SuperLU_DIST() 314 …truct, lu->sbptr, (int)m, 1, &lu->grid3d, &lu->sLUstruct, &lu->sSOLVEstruct, sberr, &stat, &info)); in MatSolve_SuperLU_DIST() 317 …TDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid3d, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatSolve_SuperLU_DIST() 323 …mstruct, lu->sbptr, (int)m, 1, &lu->grid, &lu->sLUstruct, &lu->sSOLVEstruct, sberr, &stat, &info)); in MatSolve_SuperLU_DIST() 326 …ASTDOUBLECOMPLEX bptr, (int)m, 1, &lu->grid, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &info)); in MatSolve_SuperLU_DIST() 329 …tackCallExternalVoid("SuperLU_DIST:PStatPrint", PStatPrint(&lu->options, &stat, &lu->grid)); /* Pr… in MatSolve_SuperLU_DIST() 330 PetscStackCallExternalVoid("SuperLU_DIST:PStatFree", PStatFree(&stat)); in MatSolve_SuperLU_DIST() 348 SuperLUStat_t stat; in MatMatSolve_SuperLU_DIST() local 378 …PetscStackCallExternalVoid("SuperLU_DIST:PStatInit", PStatInit(&stat)); /* Initialize the statisti… in MatMatSolve_SuperLU_DIST() [all …]
|
| /petsc/src/mat/impls/baij/seq/baijmkl/ |
| H A D | baijmkl.h | 5 #define PetscCallMKL(stat) \ argument 7 …PetscCheck(stat == SPARSE_STATUS_SUCCESS, PETSC_COMM_SELF, PETSC_ERR_LIB, "Error in MKL sparse mat…
|
| /petsc/ |
| H A D | makefile | 336 git diff --stat;\ 338 git diff --patch-with-stat > ${PETSC_ARCH}/lib/petsc/conf/checkclangformat.patch;\ 339 git diff --patch-with-stat --color=always | head -1000;\ 353 git diff --stat;\ 355 git diff --patch-with-stat > ${PETSC_ARCH}/lib/petsc/conf/checkfprettifyformat.patch;\ 356 git diff --patch-with-stat --color=always | head -1000;\ 375 git diff --stat;\ 377 git diff --patch-with-stat > ${PETSC_ARCH}/lib/petsc/conf/checkshellcheck.patch;\ 378 git diff --patch-with-stat --color=always | head -1000;\
|
| /petsc/src/sys/fileio/ |
| H A D | ftest.c | 115 struct stat statbuf; in PetscGetFileStat() 122 ierr = stat((char *)fname, &statbuf); in PetscGetFileStat() 124 ierr = stat(fname, &statbuf); in PetscGetFileStat()
|
| H A D | fdir.c | 157 struct stat statbuf; in PetscRMTree()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 1100 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, loTriFactor->csrMat->num_rows, loTriFacto… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() local 1107 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1176 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, upTriFactor->csrMat->num_rows, upTriFacto… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() local 1183 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1221 cusparseStatus_t stat; in MatSeqAIJCUSPARSEFormExplicitTranspose() local 1264 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose() 1266 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose() 1276 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose() 1277 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose() 1299 …stat = cusparse_hyb2csr(cusparsestruct->handle, matstruct->descr, (cusparseHybMat_t)matstruct->mat… in MatSeqAIJCUSPARSEFormExplicitTranspose() [all …]
|
| /petsc/src/ksp/pc/impls/is/nn/ |
| H A D | nn.c | 269 MPI_Status stat; in PCNNCreateCoarseMatrix() local 272 PetscCallMPI(MPI_Waitany(n_neigh - 1, recv_request + 1, &ind, &stat)); in PCNNCreateCoarseMatrix() 290 MPI_Status *stat; in PCNNCreateCoarseMatrix() local 291 PetscCall(PetscMalloc1(n_neigh - 1, &stat)); in PCNNCreateCoarseMatrix() 292 if (n_neigh - 1) PetscCallMPI(MPI_Waitall(n_neigh - 1, &send_request[1], stat)); in PCNNCreateCoarseMatrix() 293 PetscCall(PetscFree(stat)); in PCNNCreateCoarseMatrix()
|
| /petsc/config/ |
| H A D | report_tests.py | 3 import glob, os, re, stat 95 st = os.stat(sfile) 96 os.chmod(sfile, st.st_mode | stat.S_IEXEC)
|
| H A D | install.py | 631 if os.path.exists(delfile) and (os.stat(delfile).st_uid==0):
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 279 for stat in body.stats: 280 if stat.name != '__get__': 286 ret_annotation = stat.return_type_annotation
|
| /petsc/src/sys/webclient/ |
| H A D | google.c | 126 struct stat sb; in PetscGoogleDriveUpload() 139 err = stat(filename, &sb); in PetscGoogleDriveUpload()
|
| H A D | box.c | 275 struct stat sb; in PetscBoxUpload() 288 err = stat(filename, &sb); in PetscBoxUpload()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | water.h | 64 char stat[16]; /* Status */ member
|
| H A D | waterreaddata.c | 249 …= sscanf(line, "%d %d %d %lf %lf %lf %lf %s", &id, &node1, &node2, &v1, &v2, &v3, &v4, pipe->stat); in WaterReadData() 258 if (strcmp(pipe->stat, "OPEN") == 0) pipe->status = PIPE_STATUS_OPEN; in WaterReadData() 260 strcpy(pipe->stat, "OPEN"); /* default OPEN */ in WaterReadData()
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 81 …@git diff --stat --exit-code `lib/petsc/bin/maint/check-merge-branch.sh`..HEAD -- src/sys/yaml/inc…
|
| /petsc/src/ksp/ksp/impls/cg/pipecg2/ |
| H A D | pipecg2.c | 560 MPI_Status stat; in KSPSolve_PIPECG2() local 630 PetscCallMPI(MPI_Wait(&req, &stat)); in KSPSolve_PIPECG2() 695 PetscCallMPI(MPI_Wait(&req, &stat)); in KSPSolve_PIPECG2()
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 130 if os.path.isfile(filename) and os.stat(filename).st_size > 10*1024*1024:
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 5 from stat import *
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 2518 MPI_Status stat; in MatGetRowMaxAbs_MPISBAIJ() local 2577 …v(rvalues, count, MPIU_REAL, MPI_ANY_SOURCE, MPI_ANY_TAG, PetscObjectComm((PetscObject)A), &stat)); in MatGetRowMaxAbs_MPISBAIJ()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8179 (stat-datasetname-index ())
|