Whamcloud - gitweb
LU-13086 tests: restore compatibility with mpich
[fs/lustre-release.git] / lustre / tests / functions.sh
index 6c5e2e3..0913c84 100644 (file)
@@ -169,7 +169,7 @@ signaled() {
 }
 
 mpi_run () {
-    local mpirun="$MPIRUN $MPIRUN_OPTIONS --oversubscribe"
+    local mpirun="$MPIRUN $MPIRUN_OPTIONS"
     local command="$mpirun $@"
     local mpilog=$TMP/mpi.log
     local rc