From 12391888815a4ac57eac474d8b08215408735fd1 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 20 Jul 2016 01:31:34 +0300 Subject: [PATCH] LU-8415 tests: customise MPIRUN Sometimes it is required to use Hydra process manager instead of mpirun. Test-Parameters: trivial testlist=performance-sanity Seagate-bug-id: MRP-3191 Signed-off-by: Elena Gryaznova Reviewed-by: Vladimir Saveliev Reviewed-by: Alexander Zarochentsev Change-Id: I49d6cf3e01214715f577f6364f2cf27ec1d70fd3 Reviewed-on: http://review.whamcloud.com/21431 Reviewed-by: Jian Yu Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: Oleg Drokin --- lustre/tests/cfg/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index d9d0ce2..241cdf1 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -145,7 +145,7 @@ POWER_UP=${POWER_UP:-"powerman --on"} SLOW=${SLOW:-no} FAIL_ON_ERROR=${FAIL_ON_ERROR:-true} -MPIRUN=$(which mpirun 2>/dev/null) || true +MPIRUN=${MPIRUN:-$(which mpirun 2>/dev/null || true)} MPI_USER=${MPI_USER:-mpiuser} SHARED_DIR_LOGS=${SHARED_DIR_LOGS:-""} MACHINEFILE_OPTION=${MACHINEFILE_OPTION:-"-machinefile"} -- 1.8.3.1