From fee7f977e56257f99d65e59aff64d2640c06a507 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@Germany>
Date: Wed, 17 Nov 2010 09:16:21 +0100
Subject: [PATCH] ENH: foamJob : allow systemopenmpi (as per 8be22e5176bb)

---
 bin/foamJob | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/foamJob b/bin/foamJob
index 12f3211d2fd..c882cefefe8 100755
--- a/bin/foamJob
+++ b/bin/foamJob
@@ -188,12 +188,12 @@ then
     fi
     mpiopts="-np $NPROCS"
 
-    # 
+    #
     # is the machine ready to run parallel?
     #
     echo "Parallel processing using $WM_MPLIB with $NPROCS processors"
     case "$WM_MPLIB" in
-    OPENMPI)
+    *OPENMPI)
         # add hostfile info
         for hostfile in \
             hostfile \
-- 
GitLab