Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipbori(1) [debian man page]

IPBORI(1)						      General Commands Manual							 IPBORI(1)

NAME
ipbori - An Interactive PolyBoRi Shell SYNOPSIS
ipbori [ -ipythonprefix prefix ] [ ipython-options ] DESCRIPTION
An interactive IPython shell for interfacing with the PolyBoRi framework. It offers full support of specialized data structures as well as C/C++- and Python-based algorithms for treating polynomials over Boolean rings. OPTIONS
-ipythonprefix This options allows to select a path for the IPython executable in the case of multiple IPython installations. Alternatively, the environment variable IPYTHONPREFIX may be set accordingly. In addition IPython options may be added to the command line. ENVIRONMENT
IPYTHONPREFIX Defines a path for the IPython executable. It can be overwritten by the -ipythonprefix option. Background The core of PolyBoRi is a C++ library, which is wrapped and extended by a Python interface. Essentially, ipbori calls IPython together with a profile for using PolyBoRi's python interface. It can be used as a special purpose computer-algebra system for computation with polyno- mials over Boolean rings. In ipbori a global ring is already predefined and a set of variables called x(0), ..., x(9999). The default ordering is lexicographical ordering (lp). For more details, see the PolyBoRi documentation. In particular, have a look at the tutorial, the doxygen part for the core library, and pythondoc part for the high-level routines. AUTHOR
The PolyBoRi framework was created by The PolyBoRi Team <polybori@mfo.de>, consisting of Michael Brickenstein <brickenstein@mfo.de> (high- level algorithms, primary designer) and Alexander Dreyer <alexander.dreyer@itwm.fraunhofer.de> (low-level routines, project infrastructure, and this man page). SEE ALSO
IPYTHON(1) May 2, 2008 IPBORI(1)

Check Out this Related Man Page

IPCONTROLLER(1) 														   IPCONTROLLER(1)

NAME
ipcontroller - IPython parallel computing controller control tool SYNOPSIS
ipengine [options] DESCRIPTION
ipcontroller is a control tool for IPython's parallel computing functions. OPTIONS
-h, --help show this help message and exit --client-ip=CLIENT_IP the IP address or hostname the controller will listen on for client connections --client-port=CLIENT_PORT the port the controller will listen on for client connections --client-location=CLIENT_LOCATION hostname or ip for clients to connect to -x turn off all client security --client-cert-file=CLIENT_CERT_FILE file to store the client SSL certificate --task-furl-file=TASK_FURL_FILE file to store the FURL for task clients to connect with --multiengine-furl-file=MULTIENGINE_FURL_FILE file to store the FURL for multiengine clients to connect with --engine-ip=ENGINE_IP the IP address or hostname the controller will listen on for engine connections --engine-port=ENGINE_PORT the port the controller will listen on for engine connections --engine-location=ENGINE_LOCATION the IP address or hostname for engine to connect to -y turn off all engine security --engine-cert-file=ENGINE_CERT_FILE file to store the engine SSL certificate --engine-furl-file=ENGINE_FURL_FILE file to store the FURL for engines to connect with -l LOGFILE, --logfile=LOGFILE log file name (default is stdout) -r try to reuse all furl files SEE ALSO
ipython(1),ipcluster(1),ipengine(1) AUTHOR
ipcontroller is a tool that ships with IPython, created by the IPython Development Team. This manual page was written by Stephan Peijnik <debian@sp.or.at>, for the Debian project (but may be used by others). Modified by Fer- nando Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython. October 29, 2008 IPCONTROLLER(1)
Man Page