Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.parallel.ru/sites/default/files/ftp/computers/scali/README
Дата изменения: Wed Nov 2 11:53:59 2011
Дата индексирования: Tue Oct 2 03:14:45 2012
Кодировка:
Scali SSP README
-------------------------------------------------------------------
This package is the Scali Software Platform (SSP).

It is a suite of software packages to utilize a very high
performance Message Passing Interface (MPI) implementation
on top of Scalable Coherent Interface (SCI) boards.
The boards can be used to create very large clusters
with outstanding communication performance.


SSP Contents
------------
A short description of the files and catalogues in the SSP:

README - this file
HW - how to install the SCI boards
OS - how to configure the operating system
before installing the SSP
doc - some extra documentation
pkg - all the software distribution files
bin - binaries used during installation
install - the SSP installation program
uninstall - the SSP removal program

Before starting the installation script you should first
install the SCI boards (see HW) and configure the operating system
(see OS file) to suit the SSP.


Install
-------
When you are ready to start the installation type the
following (as root):

# ./install

This will guide you through the installation process which
installs the SSP on the whole cluster.


Uninstall
---------
If you wish to remove the SSP at a later stage you can
run the uninstall program (as root):

# ./uninstall

This will remove all traces of the SSP on all nodes.


Scali software file system layout
---------------------------------
We install almost all files under a common directory (cross-platform)
/opt/scali. Under this directory we organize files like this:
- bin : All normal executables to be run by users.
- sbin : All daemons and executables to be run by administrators.
- libexec : Executables which are hidden from normal invocation
(e.g. used by applications under bin/sbin).
- lib : Libraries used by our applications and by end users.
- include : Include files for libraries under lib.
- doc : All documentation.
- doc/ : All package specific documentation.
- etc : Configuration files for our software.
- license : Files belonging to a 3rd party licensing system (FlexLM).
- examples : Example applications, source and documentation.
- contrib : 3rd party software adapted to Scali software.
- init.d : boot/startup scripts are installed here. Soft links are made
to system startup catalogues (rc.d and init.d under /etc).

---
(document version: $Id: README,v 1.5 1999/07/12 21:50:45 rws Exp $)