Files
ftmemsim-valgrind/exp-drd/scripts/run-splash2-water-input
Bart Van Assche 078fb260d9 - 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
2008-06-19 07:49:49 +00:00

11 lines
176 B
Bash
Executable File

#!/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