diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C index 06d35e8748..45c14b5d38 100644 --- a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C +++ b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C @@ -1101,6 +1101,10 @@ int main(int argc, char *argv[]) { const fileName timePath = processorDb.timePath(); + // If no fields have been decomposed the destination + // directory will not have been created so make sure. + mkDir(timePath); + if (copyUniform || mesh.distributed()) { cp