Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/mesh/
H A Dpmesh.cpp1542 int glb_max_attr = -1; in DistributeAttributes() local
1543 MPI_Allreduce(&max_attr, &glb_max_attr, 1, MPI_INT, MPI_MAX, MyComm); in DistributeAttributes()
1547 bool *attr_marker = new bool[glb_max_attr]; in DistributeAttributes()
1548 bool *glb_attr_marker = new bool[glb_max_attr]; in DistributeAttributes()
1549 for (int i = 0; i < glb_max_attr; i++) in DistributeAttributes()
1557 MPI_Allreduce(attr_marker, glb_attr_marker, glb_max_attr, in DistributeAttributes()
1563 attr.Reserve(glb_max_attr); in DistributeAttributes()
1564 for (int i = 0; i < glb_max_attr; i++) in DistributeAttributes()