From 079b436c589f5cbb16abac26078cf95d2244ca92 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 26 Jun 2015 19:28:41 +0100 Subject: [PATCH] Typo --- bin/tools/RunFunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions index 5bdb44fad..4730d744e 100644 --- a/bin/tools/RunFunctions +++ b/bin/tools/RunFunctions @@ -79,7 +79,7 @@ runParallel () then mpirunProg=mpirun else - # Allow exceentric systems to override the hardcoded mpirun + # Allow eccentric systems to override the hardcoded mpirun mpirunProg=$WM_MPIRUN_PROG fi ( $mpirunProg -np $1 $APP_RUN -parallel < /dev/null > $LOG_NAME 2>&1 )