NAME

gx-util-test - Test utility for Gridmap_Utils module


SYNOPSIS

gx-util-test -help

gx-util-test -version

gx-util-test command [options]


DESCRIPTION

gx-util-test, part of the gx-map system, is intended for developer testing. It allows unit testing of functions in the Gridmap_Utils Perl package.

Run with the -help option for a list of commands. Command names correspond to function names in the Gridmap_Utils package, but are case-sensitive. '-' and '_' characters are ignored. Not all functions are supported.


OPTIONS

Option processing is done using the Perl Getopt::Long module.

Options may be specified with a single or double leading '-' character. Option names may be abbreviated to whatever is unique. Arguments may be separated either by a blank or by an '=' character. For example, ``-foobar 42'', ``--foobar=42'', and ``-foob 42'' would all be equivalent.

-help
Display a usage message and exit.

-version
Display the software version number and exit.

-debugging
Enable debugging output (this currently does nothing).


SEE ALSO

gx-map(7), gx-map-gridmap-utils(3)


AUTHOR

Keith Thompson, San Diego Supercomputer Center, <kst@sdsc.edu>


COPYRIGHT AND LICENSE

See the file LICENSE in the gx-map distribution, installed in the etc/gx-map subdirectory.