| 1 |
# 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 |
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 |
|
| 27 |
|
| 28 |
# 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 |
option "beads" b "generate the beads only, hydrodynamics will be performed" flag off |