Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out59 -mat_no_unroll: <now FALSE : formerly FALSE> Do not optimize for inodes (slower) (None)
60 -mat_no_inode: <now FALSE : formerly FALSE> Do not optimize for inodes -slower- (None)
61 -mat_inode_limit: <now 5 : formerly 5>: Do not use inodes larger than this value (None)
284 -mat_no_unroll: <now FALSE : formerly FALSE> Do not optimize for inodes (slower) (None)
285 -mat_no_inode: <now FALSE : formerly FALSE> Do not optimize for inodes (slower) (None)
286 -mat_inode_limit: <now 5 : formerly 5>: Do not use inodes larger than this value (None)
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c549 PetscInt *inodes; in MatView_MPISELL_ASCIIorDraworSocket() local
553 PetscCall(MatInodeGetInodeSizes(sell->A, NULL, &inodes, NULL)); in MatView_MPISELL_ASCIIorDraworSocket()
555 if (!inodes) { in MatView_MPISELL_ASCIIorDraworSocket()
572 PetscInt inodecount, inodelimit, *inodes; in MatView_MPISELL_ASCIIorDraworSocket() local
573 PetscCall(MatInodeGetInodeSizes(sell->A, &inodecount, &inodes, &inodelimit)); in MatView_MPISELL_ASCIIorDraworSocket()
574 if (inodes) { in MatView_MPISELL_ASCIIorDraworSocket()
/petsc/src/benchmarks/results/
H A Dperformance_arco1345 aij with no inodes
370 aij with inodes
/petsc/doc/changes/
H A D2024.md323 inodes.
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c1292 PetscInt *inodes = NULL; in MatView_MPIAIJ_ASCIIorDraworSocket() local
1296 PetscCall(MatInodeGetInodeSizes(aij->A, NULL, &inodes, NULL)); in MatView_MPIAIJ_ASCIIorDraworSocket()
1298 if (!inodes) { in MatView_MPIAIJ_ASCIIorDraworSocket()
1315 PetscInt inodecount, inodelimit, *inodes; in MatView_MPIAIJ_ASCIIorDraworSocket() local
1316 PetscCall(MatInodeGetInodeSizes(aij->A, &inodecount, &inodes, &inodelimit)); in MatView_MPIAIJ_ASCIIorDraworSocket()
1317 if (inodes) { in MatView_MPIAIJ_ASCIIorDraworSocket()