| /petsc/src/benchmarks/ |
| H A D | benchmarkBatch.py | 2 def generateBatchScript(num, procs, time, *args): argument 42 procs = int(sys.argv[3]) variable
|
| H A D | benchmarkAssembly.py | 110 procs = [1, 2, 4, 8] variable 120 procs = [1]*len(grid) variable
|
| H A D | benchmarkExample.py | 253 def plotEventScaling(library, num, eventNames, procs, events, filename = None): argument
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 1102 …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 D | zisltogf.c | 29 …obalmappinggetinfo_(ISLocalToGlobalMapping *mapping, PetscInt *size, PetscInt *procs, PetscInt *nu… in islocaltoglobalmappinggetinfo_()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 244 …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 D | partsimple.c | 48 const PetscInt *procs = p->processGrid; in PetscPartitionerPartition_Simple_Grid() local
|
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 716 PetscMPIInt **procs, pi, pj, pim, pip, pjm, pjp, PIi, PJi; in DMDAGetNeighborsRank() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 2179 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
|