driver
Class ndp.cmdlineOpts

java.lang.Object
  extended by driver.ndp.cmdlineOpts
Enclosing class:
ndp

private static class ndp.cmdlineOpts
extends java.lang.Object

Parsed command-line options.


Field Summary
 long dim
          length of field.
 boolean help
          print help.
 int mode
          benchmark mode.
 long num
          number of nodes.
 java.lang.String spatial
          string of binning mode.
 int spatial_div
          binning degree.
 int spatial_mode
          binning mode.
 long time
          total simulation time.
 boolean version
          print version.
 
Constructor Summary
private ndp.cmdlineOpts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

help

public boolean help
print help.


version

public boolean version
print version.


mode

public int mode
benchmark mode.


num

public long num
number of nodes.


dim

public long dim
length of field.


time

public long time
total simulation time.


spatial

public java.lang.String spatial
string of binning mode.


spatial_mode

public int spatial_mode
binning mode.


spatial_div

public int spatial_div
binning degree.

Constructor Detail

ndp.cmdlineOpts

private ndp.cmdlineOpts()