From daf9a6c64d0bdf567d44d3bb95e1ca3f4b8d9c20 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 5 Jul 2013 12:52:10 +0100 Subject: [PATCH] ENH: Allwmake: remove so compilation happens in parallel --- .../utilities/mesh/generation/Allwmake | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 applications/utilities/mesh/generation/Allwmake diff --git a/applications/utilities/mesh/generation/Allwmake b/applications/utilities/mesh/generation/Allwmake deleted file mode 100755 index 8d8fa4ea77..0000000000 --- a/applications/utilities/mesh/generation/Allwmake +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # run from this directory -set -x - -wmake blockMesh -wmake all extrude - -extrude2DMesh/Allwmake - -wmake snappyHexMesh - -if [ -d "$CGAL_ARCH_PATH" ] -then - foamyHexMesh/Allwmake - foamyQuadMesh/Allwmake -fi - -# ----------------------------------------------------------------- end-of-file