Namespace LogoNamespace0.3L
cs140pythoncs141csswebdevhtmlalgorithmsmathethics

  Guide

Parallel Partitioning Interface Comparison

Sat Aug 13 2022
  cpp  
void ParHIPPartitionKWay(idxtype *vtxdist, idxtype *xadj, idxtype *adjncy, 
                         idxtype *vwgt, idxtype *adjwgt, int *nparts, 
                         double* imbalance, bool suppress_output, int seed, 
                         int mode, int *edgecut, idxtype *part, MPI_Comm *comm);
  cpp  
ParMETIS_V3_PartKway(vtxdist, xadj, adjncy, NULL, NULL, &wgtflag, &numflag,
                       &ncon, &comm_size_pm, tpwgts, ubvec, options, &edge_cut,
                       partition_pm, &OP_PART_WORLD);