From bb16590704dbee87ee7c59d5c4fe3e74fc347b76 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 19 Aug 2010 15:41:02 +0100 Subject: [PATCH] ENH: mpirunDebug : WM_MPLIB checking --- bin/mpirunDebug | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/mpirunDebug b/bin/mpirunDebug index 151eedd5c4..b7fb377f0f 100755 --- a/bin/mpirunDebug +++ b/bin/mpirunDebug @@ -239,6 +239,11 @@ MPICH) cmd="${cmd} -n 1 ${procXtermCmdFile}" done < $PWD/mpirun.schema ;; +*) + echo + echo "Unsupported WM_MPLIB setting : $WM_MPLIB" + printUsage + exit 1 esac echo "Constructed $PWD/mpirun.schema file."