/*******************************************************************
 *                                                                 *
 *                        Cheetah                                  *
 *                      Version 1.0                                *
 *                                                                 *
 *  README - a brief description and pointers to more information  *
 *                                                                 *
 *******************************************************************

                          DESCRIPTION
                          -----------

Cheetah is a high performance messaging library which provides get/put
and invoke (remote method invocation) semantics.


                            RESOURCES
                            ---------

Installation instructions:

  - Run the configure script (type "./configure --help" for options).  The
    --arch option is required (type "ls ./config/*.conf" for a list of
    supported --arch options).  Example: ./configure --arch SGIN32CC --mpi
  - cd to ./lib/suite and type make (suite is an option provided to configure).
  - Tests can made by typing "make tests" (see ./tests/run-tests.py for running).
  - Examine ./lib/suite/Makefile for creating user executibles.

Documentation:

  - Consult the html files in the doc directory (./doc/*.html).

Help:

  - The LANL contact for Cheetah is Craig Rasmussen (rasmussn@lanl.gov).

