ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/hydrodynamics/Hydro.ggo
Revision: 2717
Committed: Mon Apr 17 21:49:12 2006 UTC (18 years, 4 months ago) by gezelter
File size: 1916 byte(s)
Log Message:
Many performance improvements

File Contents

# User Rev Content
1 tim 2596 # Input file for gengetopt --generates cmdline.c and cmdline.h
2     # for parsing command line arguments useing getopt and getoptlong.
3     # gengetopt is available from:
4     # http://www.gnu.org/software/gengetopt/gengetopt.html
5     package "Hydro"
6     version "1.0"
7 gezelter 2717 purpose
8     "
9     +----------------------------------------------------------------------+
10     | ____ ____ ____ _____ ______ The OpenSource, Object-oriented |
11     | / __ \\/ __ \\/ __ \\/ ___// ____/ Parallel Simulation Engine. |
12     | / / / / / / / /_/ /\\__ \\/ __/ |
13     | / /_/ / /_/ / ____/___/ / /___ Copyright 2004-2006 by the |
14     | \\____/\\____/_/ /____/_____/ University of Notre Dame. |
15     | |
16     | http://www.oopse.org |
17     | |
18     | OOPSE is an OpenScience project. All source code is available for |
19     | any use subject to only one condition: |
20     | |
21     | Any published work resulting from the use of this code must cite the |
22     | following paper: M. A. Meineke, C. F. Vardeman II, T. Lin, |
23     | C. J. Fennell, and J. D. Gezelter, |
24     | J. Comput. Chem. 26, pp. 252-271 (2005). |
25     +----------------------------------------------------------------------+"
26 tim 2596
27 gezelter 2717
28 tim 2596 # Options
29     option "input" i "input dump file" string typestr="filename" yes
30     option "output" o "output file prefix" string default="hydro" no
31     option "model" - "hydrodynamics model (support RoughShell and BeadModel)" string yes
32 tim 2675 option "beads" b "generate the beads only, hydrodynamics will be performed" flag off