mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 05:37:06 +00:00
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
11 lines
176 B
Bash
Executable File
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
|