Home
last modified time | relevance | path

Searched defs:procs (Results 1 – 9 of 9) sorted by relevance

/petsc/src/benchmarks/
H A DbenchmarkBatch.py2 def generateBatchScript(num, procs, time, *args): argument
42 procs = int(sys.argv[3]) variable
H A DbenchmarkAssembly.py110 procs = [1, 2, 4, 8] variable
120 procs = [1]*len(grid) variable
H A DbenchmarkExample.py253 def plotEventScaling(library, num, eventNames, procs, events, filename = None): argument
/petsc/src/vec/is/utils/
H A Disltog.c1102 …appingGetBlockInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *n… in ISLocalToGlobalMappingGetBlockInfo()
1138 …BlockNodeInfo(ISLocalToGlobalMapping mapping, PetscInt *n, PetscInt *n_procs[], PetscInt **procs[]) in ISLocalToGlobalMappingGetBlockNodeInfo()
1165 …BlockNodeInfo(ISLocalToGlobalMapping mapping, PetscInt *n, PetscInt *n_procs[], PetscInt **procs[]) in ISLocalToGlobalMappingRestoreBlockNodeInfo()
1403 …ngRestoreBlockInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *n… in ISLocalToGlobalMappingRestoreBlockInfo()
1441 …obalMappingGetInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *n… in ISLocalToGlobalMappingGetInfo()
1489 …MappingRestoreInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *n… in ISLocalToGlobalMappingRestoreInfo()
1525 …ngGetNodeInfo(ISLocalToGlobalMapping mapping, PetscInt *n, PetscInt *n_procs[], PetscInt **procs[]) in ISLocalToGlobalMappingGetNodeInfo()
1583 …storeNodeInfo(ISLocalToGlobalMapping mapping, PetscInt *n, PetscInt *n_procs[], PetscInt **procs[]) in ISLocalToGlobalMappingRestoreNodeInfo()
/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf.c29 …obalmappinggetinfo_(ISLocalToGlobalMapping *mapping, PetscInt *size, PetscInt *procs, PetscInt *nu… in islocaltoglobalmappinggetinfo_()
/petsc/src/vec/vec/utils/
H A Dvscat.c244 …scMPIInt *n, const PetscInt **starts, const PetscInt **indices, const PetscMPIInt **procs, PetscIn… in VecScatterGetRemote_Private()
297 …scMPIInt *n, const PetscInt **starts, const PetscInt **indices, const PetscMPIInt **procs, PetscIn… in VecScatterGetRemoteOrdered_Private()
325 …scMPIInt *n, const PetscInt **starts, const PetscInt **indices, const PetscMPIInt **procs, PetscIn… in VecScatterRestoreRemote_Private()
350 …scMPIInt *n, const PetscInt **starts, const PetscInt **indices, const PetscMPIInt **procs, PetscIn… in VecScatterRestoreRemoteOrdered_Private()
/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c48 const PetscInt *procs = p->processGrid; in PetscPartitionerPartition_Simple_Grid() local
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c716 PetscMPIInt **procs, pi, pj, pim, pip, pjm, pjp, PIi, PJi; in DMDAGetNeighborsRank() local
/petsc/src/dm/impls/plex/
H A Dplexcreate.c2179 static void TupleToRanks_Private(PetscInt len, const PetscInt max[], const PetscInt procs[], const … in TupleToRanks_Private()
2191 static void RanksToSizes_Private(PetscInt len, const PetscInt max[], const PetscInt procs[], const … in RanksToSizes_Private()
2225 PetscInt *procs; // The number of processes along each dimension in DMPlexCreateHypercubicMesh_Internal() local