Skip to content
Snippets Groups Projects
Commit 55740930 authored by Douglas Serson's avatar Douglas Serson Committed by Dave Moxey
Browse files

Fix bug in OutputInfo

(cherry picked from commit f935e070)
parent 30a055b4
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ void OutputInfo::Process(po::variables_map &vm)
LibUtilities::GetMeshPartitionFactory().CreateInstance(
vPartitionerName, vSession);
vMeshPartition->PartitionMesh(false);
vMeshPartition->PartitionMesh(nprocs, true);
// get hold of local partition ids
std::vector<std::vector<unsigned int> > ElementIDs(nprocs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment