Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aduncore(1) [debian man page]

ADUNCORE(1)						      General Commands Manual						       ADUNCORE(1)

NAME
AdunCore - core module of the Adun molecular simulator SYNOPSIS
AdunCore [OPTIONS] DESCRIPTION
This manual page documents briefly the AdunCore command. AdunCore is the core module of the Adun molecular simulator. It is launched automatically from the UL GUI but can be used from the GNU/Linux console as well. Options to AdunCore must be specified as value pairs in the form `-Option Value'. The following options are available: -Template A valid Adun template. This is the only option that is mandatory. -ExternalObjects A dictionary in plist format. Its contents extend the externalObjects section of the template. If there are duplicate keys this dictionary takes precedence. -SimulationOutputDir Directory where simulation data directory will be stored. (Default value: SimulationOutput) -ControllerOutputDir Directory where controller data will be stored. (Default value: ControllerOutput) -CreateLogFiles If YES log files are created. If NO they are not. (Default value: YES) -LogFile File where the program output will be written. (Default value: AdunCore.log) -ErrorFile File where program errors and warnings will be written. (Default value: AdunCore.errors) -RedirectOutput If YES the log files will be moved to the simulation output directory. (Default value: YES) -RunInteractive If YES the simulation loop is spawned as a separate thread. The main thread then enters a run loop and can serve external requests. If NO then interaction is not possible with the simulation. (Default value: NO) -ConnectToAdServer If YES the simulation registers its existance with a local AdServer daemon. This allows the simulation to be viewed and controlled from the Adun GUI. (Default value: NO) SEE ALSO
UL(1), AdunServer(1), GNUstep(7). AUTHOR
AdunServer was written by Michael A. Johnston, I. F. Galvn, Jordi Vill-Freixa, Alexander V. Diemand. This manual page was written by Yavor Doganov <yavor@gnu.org> for the Debian project (but may be used by others). January 19, 2008 ADUNCORE(1)

Check Out this Related Man Page

SVN-INJECT(1)							 Command reference						     SVN-INJECT(1)

NAME
svn-inject - puts a Debian source package into Subversion repository SYNOPSIS
svn-inject [options] package.dsc repository_URL OPTIONS
svn-inject accepts the following options on the command-line: -h print the help menu -v Make the command output verbose Default: Off. -q Hide less important messages Default: Off. -l Layout type. 1 (default) means package/{trunk,tags,branches,...} scheme, 2 means the {trunk,tags,branches,...}/package scheme. Default: 1 -t directory Specify the directory where the .orig.tar.gz files are stored on the local machine. Default: Off. -d | --do-like=directory Looks at the working directory of some other package and uses its base URL, tarball storage directory and similar checkout target directory. Default: Off. -c number Checkout nothing (0), trunk directory (1) or everything (2) when the work is done. Default: 1 -o Only keep modified files under SVN control (including the debian/ directory), track only parts of upstream branch Default: Off. -O | --no-branches Do not create the branches subdirectory at all. This works in a similar way to -o but all changes on upstream files (e.g. meta changes like updating the config.guess and config.sub files) are ignored and the upstream branch is not used. Default: use branches/. -s By default, svn-inject used to create .svn/deb-layout after an inject operation if a checkout followed the inject. Since version 0.6.22 this behaviour is deprecated. With this parameter svn-inject will replicate the old behaviour. This option was provided since it can be useful when creating a local override file. Default: Off. -setprops -set-props Set svn-bp:* props on the debian directory automatically. Default: Off. SEE ALSO
/usr/share/doc/svn-buildpackage/() The svn-buildpackage HOWTO manual svn-upgrade(1) upgrade source package from a new upstream revision. svn(1) Subversion command line client tool dpkg-buildpackage(1) Debian source package tools AUTHORS
Eduard Bloch This manual page was written by Eduard Bloch in roff. Goneri Le Bouder Converted manpages to SGML. Neil Williams Converted manpages to DocBook XML and current Debian maintainer COPYRIGHT
Copyright (C) 2009 Eduard Bloch Release: 0.8.2 May 2009 SVN-INJECT(1)
Man Page