CCL Home

Research

Software Community Operations

Installed Software at Notre Dame

Users local to Notre Dame may make use of our software straight out of AFS. A stable version of the cctools is built on several platforms and installed in /afs/nd.edu/user37/ccl/software/cctools. Just set your path as follows:

Using TCSH:

setenv PATH /afs/nd.edu/user37/ccl/software/cctools/bin:$PATH
Or using BASH:
export PATH=/afs/nd.edu/user37/ccl/software/cctools/bin:$PATH

Then, just run Parrot, Chirp, Makeflow, and other software directly:

makeflow -h
work_queue_status
chirp_status
parrot_run ls /chirp

(To use the latest development version of the cctools, use the following path instead: /afs/nd.edu/user37/ccl/software/cctools-autobuild/bin.)