Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmds(1) [debian man page]

XMDS(1) 						User Contributed Perl Documentation						   XMDS(1)

NAME
xmds - the eXtensible Multi-Dimensional Simulator SYNOPSIS
xmds [options] <script_file> DESCRIPTION
The program xmds is a code generator that integrates equations. You write them down in human readable form in an XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture. For information as to how to write a script for xmds, and how to solve problems in physics, mathematics and even finance and economics, read the associated pdf documentation available from the xmds web site: http://www.xmds.org. OPTIONS
-t, --template Output a template either to the terminal or to an optionally specified file -h, --help Display help and usage information -v, --verbose Turn on verbose information output -n, --nocompile Turn off automatic compilation of output code -d, --debug Turn on debugging information in processing of xmds script -x, --xmldebug Turn on debugging information in parsing of xml code FILES
Directory for storing fftw wisdom files: ${HOME}/.xmds/wisdom/ Preferences file: ${HOME}/.xmds/xmds.prefs or <path-to-script-directory>/xmds.prefs EXAMPLES
xmds nlse.xmds xmds -t new_xmds_file.xmds xmds --template > new_xmds_file.xmds AUTHORS
Originally written by Greg Collecutt Maintained by Paul Cochrane with code contributed by Joe Hope BUGS
No known bugs. SEE ALSO
xsil2graphics(1), loadxsil(1) COPYRIGHT
Copyright (C) 2000-2004 Code contributed by Greg Collecutt, Joseph Hope and Paul Cochrane This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. perl v5.8.2 2004-06-21 XMDS(1)

Check Out this Related Man Page

UCFQ(1) 						User Contributed Perl Documentation						   UCFQ(1)

NAME
ucfq - query the ucf database SYNOPSIS
usage: ucfq [options] (/path/to/file|package)[/path/to/file|package ...] OPTIONS
--help h Print out a usage message. --debug -d Turn on debugging mode. --verbose -v Make the script more verbose.. --with-colons -w Normally, the script presents the information in a human readable tabular format, but that may be harder for a machine to parse. With this option, the output is a compact, colon separated line, with no dividers, headers, or footer. --state-dr dir Set the state directory to "/path/to/dir" instead of the default "/var/lib/ucf". Used mostly for testing. DESCRIPTION
This script takes a set of arguments, each of which is a package name (and thus does not contain a /) or a full path to a configuration file, and outputs the associated package, if any, if the file exists on disk, and whether it has been modified by the user. The output is either a human readable tabular form, or a compact colon-separated machine friendly format. This script can potentially be used in package "postrm" scripts during purge to query the system for configuration files that may still exist on the system, and whether these files have been locally modified by the user -- assuming that the package registered all the config- uration files with ucf using "ucfr". CAVEATS
This is very inchoate, at the moment, and needs testing. BUGS
None Known so far. AUTHOR
Manoj Srivastava <srivasta@debian.org> COPYRIGHT AND LICENSE
This script is a part of the Ucf package, and is Copyright (c) 2006 Manoj Srivastava <srivasta@debian.org> This program is free software; you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA perl v5.8.8 2006-04-16 UCFQ(1)
Man Page