wiki:topsdownload
Last modified 14 years ago Last modified on 01/21/09 13:28:44

Obtaining and Installing the TOPS Components

Download the latest version

Check out the development version

You can obtain the development version directly from the repository with

 svn co https://svn.mcs.anl.gov/repos/cca/tops

Configure, build, and install

First, make sure that you have set the PETSC_DIR environment variable to the path where you have installed a recent version of PETSc (>= 3.0). In the directory where you unpacked or checked out tops, do the following:

 bocca config --update

 ./configure --prefix=/install/path --with-ccafe-config=/path/to/bin/ccafe-config 

 make
 
 make install

This will install the TOPS interfaces and components in the path you specified in the --prefix configure option.

If you wish to use bocca with this project, make sure that a recent version bocca executable is in your path.