Binary distribution of Lustre V4 ================================ THE DISTRIBUTION CONTAINS --------------------------- - doc: take a look at this directory first, in particular to lv4_man.pdf and tutorial.pdf - man: manual pages - bin: all the tools - tcl: tcl/tk resources used by the graphical tools - examples: some examples - luslib: some useful lustre programs - include/lib: for developpers See README-VERSIONS for details. PREREQUISITES ---------------- - tcl/tk must be installed in your system in order to run the graphical tools (mainly luciole) - More precisely, the command 'tclsh' must be available in your environement, and correspond to a supported version of tcl. - See README-VERSIONS for details. FOR LINUCES ONLY ---------------- - Third party tools are distributed "as it": esterel v5 and atg INSTALLATION (for unix-like systems) ------------------------------------ - get the distribution, e.g. "lustre-v4-xxxx.tgz" - Uncompress the distribution anywhere (e.g. /usr/local/) - (BA)SH USERS: Add these lines to your .(ba)shrc: export LUSTRE_INSTALL=/usr/local/lustre-v4-xxxx source $LUSTRE_INSTALL/setenv.sh - CSH USERS: Add those lines to your .cshrc: setenv LUSTRE_INSTALL /usr/local/lustre-v4-xxxx source $LUSTRE_INSTALL/setenv.csh