Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / tests / cfg / local.sh
index dceb554..4de5af8 100644 (file)
@@ -111,3 +111,6 @@ POWER_DOWN=${POWER_DOWN:-"powerman --off"}
 POWER_UP=${POWER_UP:-"powerman --on"}
 SLOW=${SLOW:-no}
 FAIL_ON_ERROR=${FAIL_ON_ERROR:-true}
+
+MPIRUN=$(which mpirun 2>/dev/null) || true
+MPI_USER=${MPI_USER:-mpiuser}