directories: boost - Header files for templates and other utilities which are slated to be added to the c++ spec at some point. cca uses the reference counting utilities from boost. build - The build directory contains a snapshot of the CCA CVS source which was provided by Ben Allan on May 13, 2005. The build/CFRFSComb directory contains an earlier version of CVODES which used classic style components. Ben Allan modified these to use Neo components and modified the make files to used libtool so they would build on our systems. To build the ccafe implementation of CCA run the build_cca.sh script. This has the configure switches set to build just the neo support in CCA, no MPI and only C++. To build CVODES cd into build/CFRFSComb and run make in each subdirectory. Currently buildall.sh will download babel and compile it. Before committing to SVN I delete babel, and do a make clean on both CCA and CVODES so that binaries are not put back to SVN. the build directory will be deleted on the next commit because we only a subset of this which has been organized into the ccafe, CFRFSComb and neo directories ccafe - Source to build the libccafeCore.so This library is the ccaffine implemetation of a CCA framework CFRFSComb - A subset of the build/CFRFSComb directory. CFRFSComb was sent to Ben Allan from Sanjeep at LLNL. It contains CVODE, example programs and some utilites. container - Source to build libccaContainer.so. This library uses the CCA abstract factory interface to create a container for SimTK's components. This allows SimTK to use the services of the ccaffine implementation without clashing with the components in ccaffine. The container also allows SimTK to have it's own component creation utilites which do not require the existence of xml files for each component. examples - Contains example programs install - Contains binaries, shell scripts and include files copied into the directory during the build process. neo - Source code to build libneocca.so simtk - The simtk_dev directory contains the build and source files that are under development to create the simtk libraries which use CCA.