- The water-n2 and water-sp tests read the number of threads 
  from their input file. The input file for these tests is now 
  generated and now contains the proper number of threads.
- Some SPLASH2 benchmarks accept the syntax -p${p} but not -p ${p},
  and some accept -p ${p} but not -p${p}.
- Commented out RAYTRACE benchmark because it seems to hang with p > 1.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8256 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/scripts/run-splash2-water-input b/exp-drd/scripts/run-splash2-water-input
new file mode 100755
index 0000000..e59ce79
--- /dev/null
+++ b/exp-drd/scripts/run-splash2-water-input
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+## Generate input for water-n2 and water-sp. Argument $1 is the number of
+#  processors.
+
+cat <<EOF
+  1.5e-16   512  3   6
+-1      3000     3  0
+${1} 6.212752
+EOF