SCIJump:Distributed Framework

From SCIJump

Instructions on checking out and testing the CCALoop distributed framework prototype

1) The code is located in the SCI CVS repository at /usr/sci/projects/cvsrepository. To grab the code (in csh):

setenv CVSROOT /usr/sci/projects/cvsrepository
cvs checkout ccaloop

2) To build the code from the ccaloop top directory type:

setenv BABEL_HOME <path-to-babel-installation-dir>
make

  • Go in the components directory and run make inside each sub-directory. (This will be fixed at some point)

make test

3) To run tests:

cd test
./looptest

  • Test are more interesting if a network of several nodes is formed first. Do that by running looptest in one terminal,

and running ccaloop from the top directory in other terminals making sure to appropriately copy the URLs around.