Download CAMELot
In order to run
CAMElot, you need to have a copy of MPICH 1.1 or higher installed. If
you do not have version 1.1 or higher of
MPICH, you must
download and install it before you can continue.
Unzip and untar
the downloaded file with the following instructions:
gzip -d
camelot_seq.tar.gz
tar -xvf camelot_seq.tar
CAMELot can be
configured for various different implementations of MPI using the "C
compiler command line" and "MPI run command" dialog boxes.
Implementation it has been successfully tested with are listed below:
MPICH 1.1
This is the MPI implementation that
CAMELot is configured for by default. It is assumed that the
environment variable
$MPIR_ROOT
is set to the root directory of the appropriate MPICH installation.
MPICH 1.2
This requires the following change
to the default settings:
C compiler flags: change
-DCPT_INCLUDE_FILE=\\\"%s\\\"
to
-DCPT_INCLUDE_FILE=\"%s\".
Note this
CAMELot version works only on 1 processor.
|