From 99fa12c059f3882c559bef3d9603aa2d2ff7f659 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Thu, 3 Feb 2011 12:55:05 +0000 Subject: [PATCH] ENH: added noParallel option to chemFoam (single cell cases only) --- applications/solvers/combustion/chemFoam/chemFoam.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/solvers/combustion/chemFoam/chemFoam.C b/applications/solvers/combustion/chemFoam/chemFoam.C index 9a19930ee5c..15f4a33747c 100644 --- a/applications/solvers/combustion/chemFoam/chemFoam.C +++ b/applications/solvers/combustion/chemFoam/chemFoam.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -47,6 +47,8 @@ Description int main(int argc, char *argv[]) { + argList::noParallel(); + #include "setRootCase.H" #include "createTime.H" #include "createSingleCellMesh.H" -- GitLab