X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Flarge-scale.sh;h=ccfa0c180edfb4a8585cb29666bb17556b1547e8;hb=fdd5596593050d22feef05ecba6ba53c65cb3397;hp=195f93b45e0a2595ee8700f1598978f2041e3e00;hpb=de677fa6395b2646fbeb9822c59f3e4547aefba6;p=fs%2Flustre-release.git diff --git a/lustre/tests/large-scale.sh b/lustre/tests/large-scale.sh index 195f93b..ccfa0c1 100644 --- a/lustre/tests/large-scale.sh +++ b/lustre/tests/large-scale.sh @@ -83,8 +83,8 @@ test_3a() { COMMAND="${MDSRATE} --create --nfiles $nfiles --dir $dir --filefmt 'f%%d'" - mpi_run -np $((num * nthreads)) ${MACHINEFILE_OPTION} \ - $machinefile ${COMMAND} | tee ${LOG} & + mpi_run ${MACHINEFILE_OPTION} $machinefile \ + -np $((num * nthreads)) ${COMMAND} | tee ${LOG}& pid=$! echo "pid=$pid"