Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gxint(1) [debian man page]

GXINT(1)						      General Commands Manual							  GXINT(1)

NAME
gxint - load and run an interactive GEANT application SYNOPSIS
gxint [options] file(s) DESCRIPTION
gxint is a script to load and run a GEANT application, which is usually in the form of Fortran source code. The desired routines are given in file(s). OPTIONS
-d driver Specify a graphics driver. The available options on Linux are X11 and Motif (which should also work with lesstif). X11 is the default. -g geant_version Specify the version of GEANT to use. Current default is 3.21. This option only makes sense if you have installed a GEANT version other than 3.21 (i.e. one not packaged by Debian). -h host Useful with the -d X11 option only. Specifies the hostname used for the display; syntax is identical with that of $DISPLAY. If no hostname is specified, the value of $DISPLAY is used. -l library Specify additional libraries. This option may be repeated to add several libs. -L path Additional loader search path. Useful if additional libraries are specified with -l option. This option may be repeated with more than one pathname. -m Do NOT use main program from cernlib area. -o outputfile Do not immediately run GEANT, but instead produce an executable file named outputfile. If "-o" is not given, the executable file will be created in $HOME, named GEANTpid (pid being the process ID of gxint), and run automatically. -v version Specify version of $CERN_LEVEL. This is meaningless unless you have installed an upstream version of CERNLIB (i.e. not packaged by Debian); see the file /usr/share/doc/cernlib-base/README.Debian. -?, --help Show a summary of options. SEE ALSO
cernlib(1) - script to list required -l and -L options given a list of CERN libraries /usr/share/doc/cernlib-base/README.Debian describes how one might use the -v flag with Debian's versions of the cernlib and gxint scripts if one has an upstream version of CERNLIB installed. CERNLIB documentation for all related libraries and programs is available at the following URL: http://cern.ch/cernlib/ AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). COPYRIGHT
This manual page is (C) Copyright Kevin McCarty, 2002, 2003, 2004, 2005. January 24, 2003 GXINT(1)

Check Out this Related Man Page

PAW-DEMOS(1)						      General Commands Manual						      PAW-DEMOS(1)

NAME
paw-demos - run PAW demonstrations SYNOPSIS
paw-demos [options] [example_num [test_num]] DESCRIPTION
paw-demos is a script to run the demonstrations of PAW in the paw-demos package. It will create a demo directory (by default $HOME/paw-demos), copy the demos from /usr/share/paw-demos to this directory, and run them. Both examples and tests are available. example_num is the number of the example to start with; examples are skipped if example_num > 31. test_num is the number of the test to start with; tests are skipped if test_num > 8. Note that the first example is numbered 1 but the first test is numbered 0. OPTIONS
--batch Run demos in batch mode; output to PostScript. The resulting output files are placed into a "linux" subdirectory of the demo direc- tory. --clean Clean the demo directory given by the --dir option (or the default directory if --dir is not given). This option causes exam- ple_num, test_num, --batch, and --driver to be ignored. --dir dir Specify the directory in which to run the PAW demos, relative to $HOME. If it does not already exist, it will be created and the demos copied to it from the directory /usr/share/doc/paw-demos/examples. The default is $HOME/paw-demos. --display display Specify the display to use. The default is the current value of the $DISPLAY environment variable. --driver driver Specify a graphics driver. Available options are "X11" for pawX11 and "++" for paw++. --help Show a summary of options. FILES
/usr/share/paw-demos contains the PAW demonstrations. $HOME/paw-demos is the default directory in which to run the demos. SEE ALSO
paw(1), paw++(1) AUTHOR
This manual page and the paw-demos script that it describes were written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). The demos themselves were written by various PAW contributors. COPYRIGHT
(C) Copyright Kevin McCarty, 2003. April 23, 2003 PAW-DEMOS(1)
Man Page