Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dcomm.c19 PetscMPIInt PCTFS_num_nodes = 1; variable
36 PetscCallMPI(MPI_Comm_size(MPI_COMM_WORLD, &PCTFS_num_nodes)); in PCTFS_comm_init()
39 …PetscCheck(PCTFS_num_nodes <= (INT_MAX >> 1), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Can't have more th… in PCTFS_comm_init()
45 while (PCTFS_floor_num_nodes <= PCTFS_num_nodes) { in PCTFS_comm_init()
53 modfl_num_nodes = (PCTFS_num_nodes - PCTFS_floor_num_nodes); in PCTFS_comm_init()
80 if ((PCTFS_num_nodes < 2) || (!n)) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_giop()
157 if ((PCTFS_num_nodes < 2) || (!n)) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_grop()
233 if ((PCTFS_num_nodes < 2) || (!n) || (dim <= 0)) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_grop_hc()
295 type = MSGTAG3 + PCTFS_my_id + (PCTFS_num_nodes * edge); in PCTFS_ssgl_radd()
311 type = MSGTAG6 + PCTFS_my_id + (PCTFS_num_nodes * edge); in PCTFS_ssgl_radd()
[all …]
H A Dxyt.c90 … == PCTFS_num_nodes, PETSC_COMM_SELF, PETSC_ERR_PLIB, "only 2^k for now and MPI_COMM_WORLD!!! %d !… in XYT_factor()
183 …C_COMM_WORLD, "%d :: avg xyt_nnz=%g\n", PCTFS_my_id, (double)(1.0 * vals[2] / PCTFS_num_nodes))); in XYT_stats()
189 …C_COMM_WORLD, "%d :: avg xyt_n =%g\n", PCTFS_my_id, (double)(1.0 * vals[5] / PCTFS_num_nodes))); in XYT_stats()
193 …C_COMM_WORLD, "%d :: avg xyt_buf=%g\n", PCTFS_my_id, (double)(1.0 * vals[8] / PCTFS_num_nodes))); in XYT_stats()
196 …ORLD, "%d :: avg xyt_slv=%g\n", PCTFS_my_id, (double)PetscRealPart(fvals[2] / PCTFS_num_nodes))); in XYT_stats()
308 … yt_max_nnz = (PetscInt)(2.5 * PetscPowReal(1.0 * n_global, 1.6667) + j * n / 2) / PCTFS_num_nodes; in xyt_generate()
634 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
741 mvi->PCTFS_gs_handle = PCTFS_gs_init(local2global, m, PCTFS_num_nodes); in set_mvi()
H A Dxxt.c88 … == PCTFS_num_nodes, PETSC_COMM_SELF, PETSC_ERR_PLIB, "only 2^k for now and MPI_COMM_WORLD!!! %d !… in XXT_factor()
239 …xxt_max_nnz = (PetscInt)(2.5 * PetscPowReal(1.0 * n_global, 1.6667) + j * n / 2) / PCTFS_num_nodes; in xxt_generate()
518 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
620 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
729 mvi->PCTFS_gs_handle = PCTFS_gs_init(local2global, m, PCTFS_num_nodes); in set_mvi()
H A Dgs.c374 else if (vals[5] > PCTFS_num_nodes) vals[5] = PCTFS_num_nodes; in gsi_check_args()
505 p_mask = (PetscInt *)malloc(p_mask_size = PCTFS_len_bit_mask(PCTFS_num_nodes)); in get_ngh_buf()
674 p_mask_size = PCTFS_len_bit_mask(PCTFS_num_nodes); in set_pairwise()
754 gs->avg_node_pairs = i_start / PCTFS_num_nodes + 1; in set_pairwise()
H A Dtfs.h134 PETSC_INTERN PetscMPIInt PCTFS_num_nodes; variable