Home
last modified time | relevance | path

Searched refs:SIZE_LOG (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c21 #define SIZE_LOG 10000 /* size of buffer for mesg_log */ macro
92 PetscCall(PetscMalloc1(SIZE_LOG, &mesg_log)); in MatPartitioningApply_Party()
104 count = read(fd_pipe[0], mesg_log, (SIZE_LOG - 1) * sizeof(char)); in MatPartitioningApply_Party()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c49 #define SIZE_LOG 10000 /* size of buffer for mesg_log */ macro
134 PetscCall(PetscMalloc1(SIZE_LOG, &mesg_log)); in MatPartitioningApply_Chaco()
142 count = (int)read(fd_pipe[0], mesg_log, (int)((SIZE_LOG - 1) * sizeof(char))); in MatPartitioningApply_Chaco()