ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/applications/randomBuilder/randomBuilder.ggo
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (13 years, 10 months ago) by chuckv
File size: 741 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

File Contents

# User Rev Content
1 chuckv 950 # 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 gezelter 1062 package "randomBuilder"
6 chuckv 950 version "1.0"
7    
8     # Options
9    
10 gezelter 1062 option "output" o "Output file name" string yes
11 chuckv 950 option "density" - "density (g/cm^3)" double yes
12     option "nx" - "number of unit cells in x" int yes
13     option "ny" - "number of unit cells in y" int yes
14     option "nz" - "number of unit cells in z" int yes
15 gezelter 1062 option "molFraction" - "(Default) Builds a multi-component random mixed nanoparticle. Mole Fraction must be specified for each componet > 1 in MD file." double no multiple

Properties

Name Value
svn:keywords Author Id Revision Date