decomposePar: Fix distribution of uniform data in collated cases
This commit is contained in:
@ -331,6 +331,9 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Flush file handler to clear any detected processor directories
|
||||
fileHandler().flush();
|
||||
}
|
||||
|
||||
// Check the specified number of processes is consistent with any existing
|
||||
|
||||
Reference in New Issue
Block a user