mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
paralleltop also in sequential version - only tye type
This commit is contained in:
parent
76c0c52bed
commit
ab5b653133
@ -639,7 +639,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// #ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
// TABLE<int> send_orders(ntasks), recv_orders(ntasks);
|
// TABLE<int> send_orders(ntasks), recv_orders(ntasks);
|
||||||
DynamicTable<int> send_orders(ntasks), recv_orders(ntasks);
|
DynamicTable<int> send_orders(ntasks), recv_orders(ntasks);
|
||||||
|
|
||||||
@ -668,7 +668,7 @@ namespace netgen
|
|||||||
for (auto proc : partop.GetDistantFaceProcs(f))
|
for (auto proc : partop.GetDistantFaceProcs(f))
|
||||||
faceorder[f] = max(faceorder[f], recv_orders[proc][cnt[proc]++]);
|
faceorder[f] = max(faceorder[f], recv_orders[proc][cnt[proc]++]);
|
||||||
}
|
}
|
||||||
// #endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
edgecoeffsindex.SetSize (nedges+1);
|
edgecoeffsindex.SetSize (nedges+1);
|
||||||
|
Loading…
Reference in New Issue
Block a user