flair  for FLUKA
© 2006 Vasilis Vlachoudis

About | Screenshots | Documentation | Download | Contact

Requirements

Flair apart from the latest version of FLUKA it requires the following programs:
  1. Python interpreter version V2.3 or greater. Python usually comes pre-installed in most linux distributions, otherwise it can be downloaded from http://www.python.org
  2. Tkinter toolkit, this is the default graphical toolkit for python and usually it is shipped together with the interpreter. In Fedora distributions (Version>3) it has to be installed separately. In this case install it with the command (as superuser)
    $ yum -y install tkinter
  3. Tcl/Tk version V8.4 or greater.

Optionally, for the plot creation

  1. gnuplot version V4.0 or greater
  2. PovRay version V3.6 or greater.
    For the moment there is no graphical user interface to povray for photorealistic 3d images.

Download

RPM / DEB / TAR

Download the latest version of code:
WARNING: Beta testing of the code. Please keep backups frequently

CVS

To checkout the latest development version directly from the CVS server using anonymous access, use the following commands:
$ CVSROOT=:pserver:anonymous@isscvs.cern.ch:/local/reps/flair
$ export CVSROOT
$ cvs login (Empty password)
$ cvs co .

CVS web interface

  1. CVSWeb
  2. CVSView

Version Numbering

Flair version numbering, consists of 3 numbers starting from 0, in the form: flair-M.m-R The About Dialog of the program displays the Major and minor version as well the CVS release number, every time changes in the program are committed to the CVS server. It is recommended the user to pay attention on the date of the last change as well the date when the program is uploaded on the web site.

Installation

The recommended way of installation is the use of rpm. The rpm installer, will install the program in the /usr/local/flair directory and the executable launcher programs in the /usr/local/bin. It will also create all the necessary files and modify the system database to add the program in the educational/science/physics menu, define the appropriate file associations for the file types .flair, .fluka and .inp.

In case your system doesn't support the rpm, use the tar gzip file and follow the instructions in the README file. For specialised help on various OS, look first the FAQ.
In brief, expand the archive to a directory of your choice, and either add it to the PATH variable or create an alias in your login script like
alias flair=/path-where-you-install-flair/flair

Useful Programs

qfluka.sh Script to launch jobs on a cluster using OpenPBS system. Can easily be modified for other batch systems


About | Screenshots | Documentation | Download | Contact

For comments and changes send e-mail to Vasilis.Vlachoudis@cern.ch
Last modified Mon 06-Oct-2008