Searched refs:allocation (Results 1 – 17 of 17) sorted by relevance
106 PetscShmgetAllocation allocation = allocations; in PetscShmgetMapAddresses() local108 while (allocation) { in PetscShmgetMapAddresses()109 if (allocation->addr == baseaddres[i]) { in PetscShmgetMapAddresses()110 bcastinfo.shmkey[i] = allocation->shmkey; in PetscShmgetMapAddresses()111 bcastinfo.sz[i] = allocation->sz; in PetscShmgetMapAddresses()115 allocation = allocation->next; in PetscShmgetMapAddresses()117 …PetscCheck(allocation, comm, PETSC_ERR_PLIB, "Unable to locate PCMPI allocated shared address %p, … in PetscShmgetMapAddresses()141 PetscShmgetAllocation allocation; in PetscShmgetMapAddresses() local142 PetscCall(PetscCalloc(sizeof(struct _PetscShmgetAllocation), &allocation)); in PetscShmgetMapAddresses()143 allocation->shmkey = shmkey; in PetscShmgetMapAddresses()[all …]
3 [0] <device> MarkFromID_IncompatibleModes(): dctx 2 (global root) - obj 8 (memory allocation): new …4 …ontextMarkIntentFromID_Private(): dctx 2 (global root) - obj 8 (memory allocation): dependency lis…8 [0] <device> MarkFromID_IncompatibleModes(): dctx 2 (global root) - obj 12 (memory allocation): new…9 …ntextMarkIntentFromID_Private(): dctx 2 (global root) - obj 12 (memory allocation): dependency lis…10 [0] <device> MarkFromID_IncompatibleModes(): dctx 2 (global root) - obj 13 (memory allocation): new…11 …ntextMarkIntentFromID_Private(): dctx 2 (global root) - obj 13 (memory allocation): dependency lis…12 [0] <device> MarkFromID_IncompatibleModes(): dctx 2 (global root) - obj 14 (memory allocation): new…13 …ntextMarkIntentFromID_Private(): dctx 2 (global root) - obj 14 (memory allocation): dependency lis…14 [0] <device> MarkFromID_IncompatibleModes(): dctx 2 (global root) - obj 15 (memory allocation): new…15 …ntextMarkIntentFromID_Private(): dctx 2 (global root) - obj 15 (memory allocation): dependency lis…[all …]
3 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 58 (memory allocation): ne…4 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 58 (memory allocation): dependency lis…8 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 63 (memory allocation): ne…9 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency lis…10 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 64 (memory allocation): ne…11 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 64 (memory allocation): dependency lis…12 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 65 (memory allocation): ne…13 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 65 (memory allocation): dependency lis…14 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 66 (memory allocation): ne…15 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 66 (memory allocation): dependency lis…[all …]
3 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 56 (memory allocation): ne…4 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 56 (memory allocation): dependency lis…8 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 60 (memory allocation): ne…9 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 60 (memory allocation): dependency lis…10 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 61 (memory allocation): ne…11 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 61 (memory allocation): dependency lis…12 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 62 (memory allocation): ne…13 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 62 (memory allocation): dependency lis…14 [0] <device> MarkFromID_IncompatibleModes(): dctx 53 (global root) - obj 63 (memory allocation): ne…15 …textMarkIntentFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency lis…[all …]
12 - updates to DA - which delays allocation of internal objects until
101 - Changed the memory allocation algorithm in
138 in conjunction with the PETSc memory allocation (the default for
129 forces allocation of all diagonal entries
132 allocation is not available.205 allocation calls are memory aligned on at least double-precision271 and error checking versions of memory allocation.
168 PETSc to control dynamic allocation of matrix memory space. Analogous to
64 controls memory allocation. This routine facilitates switching among167 allocation.246 control all matrix memory allocation.273 memory allocation can slow the computation.301 `malloc`s and moves of data that are needed for dynamic allocation382 `o_nnz=NULL` for PETSc to control dynamic allocation of matrix memory604 internal data structures and necessitates another allocation call695 `data` to `NULL` for PETSc to control matrix memory allocation. To1059 prevent the allocation of additional memory and simply discard those new
514 into pieces can produce a significant savings in allocation overhead.554 memory allocation, including leaks and use of uninitialized space. Internally, PETSc uses555 the routines `PetscMalloc()` and `PetscFree()` for memory allocation; instead of directly calling `…
539 information about memory allocation during matrix assembly.
817 alleviating the considerable overhead for dynamic memory allocation,908 the considerable overhead for dynamic memory allocation.
348 lead to over-allocation of memory. It is still to be explored whether DM