blob: 7a735ec5a36cb13d39d00b863ac0b0313f35c32c [file] [log] [blame]
bart8a2cd9b2008-06-19 07:49:49 +00001#!/bin/bash
2
3## Generate input for water-n2 and water-sp. Argument $1 is the number of
4# processors.
5
bartbd6722b2008-07-10 13:58:32 +00006# File format:
7# TSTEP NMOL NSTEP NORDER
8# NSAVE NRST NPRINT NFMC
9# NumProcs CUTOFF
10
bart8a2cd9b2008-06-19 07:49:49 +000011cat <<EOF
12 1.5e-16 512 3 6
13-1 3000 3 0
14${1} 6.212752
15EOF