From 2e2efd3e8658c70d64d856adc524531b7badca97 Mon Sep 17 00:00:00 2001 From: "minh.diep" Date: Wed, 21 Oct 2009 18:28:08 +0000 Subject: [PATCH] b=20734 o=Robert Read enable striping for ior --- lustre/tests/parallel-scale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index aa37cd3..d2c4602 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -283,6 +283,7 @@ test_ior() { mkdir -p $testdir # mpi_run uses mpiuser chmod 0777 $testdir + $LFS setstripe $testdir -c -1 # # -b N blockSize -- contiguous bytes to write per task (e.g.: 8, 4k, 2m, 1g)" -- 1.8.3.1