Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yade(1) [debian man page]

yade(1) 						      General Commands Manual							   yade(1)

NAME
yade - open-source platform for dynamic computations SYNOPSIS
yade [options] [ simulation.xml[.bz2] | script.py [script options]] DESCRIPTION
yade Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new alogrithms and interfaces. Python is used for rapid and con- cise scene construction, simulation control, postprocessing and debugging. See http://www.yade-dem.org/ for documentation and http://www.launchpad.net/yade for the project itself. This is version with features cgal,gts,opengl,openmp,qt4,vtk. OPTIONS
--version show program's version number and exit --help, -h show this help message and exit --threads=THREADS, -j THREADS Number of OpenMP threads to run; defaults to 1. Equivalent to setting OMP_NUM_THREADS environment variable. --cores=CORES Set number of OpenMP threads (as --threads) and in addition set affinity of threads to the cores given. --update Update deprecated class names in given script(s) using text search & replace. Changed files will be backed up with ~ suffix. Exit when done without running any simulation. --nice=NICE Increase nice level (i.e. decrease priority) by given number. -x Exit when the script finishes -n Run without graphical interface (equivalent to unsetting the DISPLAY environment variable) --generate-manpage=FILE Generate man page documenting this program and exit --rebuild Re-run build in the source directory, then run the updated yade with the same command line except --rebuild. The build profile for this build (deb) and its stored parameters will be used. --test Run regression test suite and exit; the exists status is 0 if all tests pass, 1 if a test fails and 2 for an unspecified exception. --debug Run the debug build, if available. --checks Run a series of user-defined check tests as described in /tmp/buildd/yade-0.80.1/scripts/checks-and-tests/checks/README --performance Starts a test to measure the productivity --no-gdb Do not show backtrace when yade crashes (only effective with --debug). SEE ALSO
yade-batch (1) COPYRIGHT
(C) 2003--2012 Yade Developers Team 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. BUGS
Please report bugs to the project's bug tracker at http://bugs.launchpad.net/yade AUTHOR
Yade Developers Team (http://www.launchpad.net/~yade-dev) yade 2012-7-4 yade(1)

Check Out this Related Man Page

PIN(1)							      General Commands Manual							    PIN(1)

NAME
pin - Package InformatioN SYNOPSIS
pin [OPTION] [PACKAGENAME/FILE] DESCRIPTION
Pin searches the installed packages (rpm -qi, -ql) and/or the ARCHIVES.gz file for the desired information. It shows also README, README.SuSE, FAQ, when available. It is also possible to search through different version with the -v option, if you have the ARCHIVES.gz from it. You have to copy AR- CHIVES.gz to /var/lib/pin/ for this option, don`t forget to name it, e.g. 7.1-ppc, 7.2-i386. pin open a dialog box and wait for searchstring pin <name> searches for a package <name> pin -f <name> greping also if package was found pin -v <version> <name> searches through another version, not the default AUTHOR
Written by Martin Lasarsch REPORTING BUGS
Report bugs to <mlasars@suse.de> CREDITS
thanks to henne <scripts@hennevogel.de> for hosting & advertising and Stefan Schmidt for better sorting. Christian Boltz for testing, fixes and recommendations. COPYRIGHT
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 pin September 2001 PIN(1)
Man Page