From 6b5020bc3dca7912aa49db04aca2839beb5488cd Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 9 Apr 2019 14:36:20 +0100 Subject: [PATCH] Test-codeStream: Support parallel testing --- applications/test/codeStream/Test-codeStream.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/test/codeStream/Test-codeStream.C b/applications/test/codeStream/Test-codeStream.C index 1936a67380..4f32c27cd8 100644 --- a/applications/test/codeStream/Test-codeStream.C +++ b/applications/test/codeStream/Test-codeStream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -41,7 +41,6 @@ using namespace Foam; int main(int argc, char *argv[]) { - argList::noParallel(); argList::validArgs.insert("dict .. dictN"); argList args(argc, argv, false, true);