Install CCTools
The Cooperative Computing Tools (CCTools) package provides
Work Queue,
Makeflow,
Parrot,
Chirp, and other supporting software
See the complete installation instructions in the online manual. There are several ways
to install the software, but Conda is recommended for beginners.
Install via Conda - Stable Version (linux and osx)
First install the Miniconda package manager, and then:
conda install -c conda-forge ndcctools
Install Tarball - Stable Version 7.4.6
Released: June 2, 2022
Install via Git - Development Version
git clone git://github.com/cooperative-computing-lab/cctools.git cctools-src
cd cctools-src
# install swig and python dev packages for python interfaces, and then:
./configure --prefix $HOME/cctools
make
make install
Go to Development Tools
Go to Older Versions
|