ftmemsim-valgrind/drd/scripts/run-splash2-water-input
Bart Van Assche efeb9dc13a Documented meaning of input parameters.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8416
2008-07-10 13:58:32 +00:00

16 lines
265 B
Bash
Executable File

#!/bin/bash
## Generate input for water-n2 and water-sp. Argument $1 is the number of
# processors.
# File format:
# TSTEP NMOL NSTEP NORDER
# NSAVE NRST NPRINT NFMC
# NumProcs CUTOFF
cat <<EOF
1.5e-16 512 3 6
-1 3000 3 0
${1} 6.212752
EOF