Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ovito(1) [debian man page]

OVITO(1)						      General Commands Manual							  OVITO(1)

NAME
ovito - (The Open Visualization Tool) is a scientific visualization and analysis software for atomistic simulation data. SYNOPSIS
ovito [options] DESCRIPTION
This manual page documents briefly the command line options of ovito command. OPTIONS
All options start with two dashes (`-'). A summary of options is included below. For a complete description, see the online documenta- tion. --help Show help about options. --verbose Enable additional diagnostic console output. --nogui Run in console mode without graphical user interface. --script <file> Execute the given script file on startup. --nobanner Suppress the license banner shown in the console. --experimental Enable experimental program features. SEE ALSO
ovitos(1) The Open Visualization Tool is documented fully by Ovito User Manual, available at /usr/share/doc/ovito-doc/html/index.html, if the package ovito-doc is installed. The most recent version of the manual is available at <http://ovito.org/manual/>. AUTHOR
ovito was written by Alexander Stukowski. This manual page was written by Pekko Metsa <pjmetsa@gmail.com>, for the Debian project (and may be used by others). October 20, 2010 OVITO(1)

Check Out this Related Man Page

CLP(1)							      General Commands Manual							    CLP(1)

NAME
clp - linear program solver SYNOPSIS
clp filename [ options ] solutionfile DESCRIPTION
This manual page documents briefly the clp command. clp -- interface to the coin linear programming solver. clp solves the following linear optimization program: minimize c^t x such that: row_lb <= Ax <= row_ub column_lb <= x <= column_ub OPTIONS
When no options are given clp enters the interactive command line mode. Otherwise the program enters a batch mode, for which a summary of options is included below. For a complete description, see /usr/share/doc/coinor-libclp-doc. -help Show summary of options. -primalsimplex solve the problem using the primal simplex method -dualsimplex solve the problem using the dual simplex method -maximize maximize the problem SEE ALSO
glpsol(1),dsdp5(1) This program is fully documented in the accompanying html documentation which can be found in /usr/share/doc/coinor-libclp-doc if the coinor-libclp-doc package is installed. AUTHOR
clp was written by John J. Forrest <jjforre@us.ibm.com> et.al. This manual page was written by Soeren Sonnenburg <sonne@debian.org>, for the Debian project (but may be used by others). May 7, 2008 CLP(1)
Man Page