0
点赞
收藏
分享

微信扫一扫

Linux 安装cctools。


协同计算工具(cctools)包含Parrot、Chirp、Makeflow、workqueue、SAND和其他软件。

稳定版本 Version 7.1.9

Source Code:
wget http://ccl.cse.nd.edu/software/files/cctools-7.1.9-source.tar.gz

Red Hat Enterprise Linux 7 | CentOS 7, x86 CPU (64 bit):
wget http://ccl.cse.nd.edu/software/files/cctools-7.1.9-x86_64-centos7.tar.gz

Red Hat Enterprise Linux 6 | Centos 6, x86 CPU (64 bit):
wget http://ccl.cse.nd.edu/software/files/cctools-7.1.9-x86_64-centos6.tar.gz

MacOS 10.13, x86 CPU:
wget http://ccl.cse.nd.edu/software/files/cctools-7.1.9-x86_64-osx10.13.tar.gz

以前的稳定版本Version 7.0.22

Source Code:
wget http://ccl.cse.nd.edu/software/files/cctools-7.0.22-source.tar.gz

Red Hat Enterprise Linux 7 | CentOS 7, x86 CPU (64 bit):
wget http://ccl.cse.nd.edu/software/files/cctools-7.0.22-x86_64-centos7.tar.gz

Red Hat Enterprise Linux 6 | Centos 6, x86 CPU (64 bit):
wget http://ccl.cse.nd.edu/software/files/cctools-7.0.22-x86_64-centos6.tar.gz

MacOS 10.13, x86 CPU:
wget http://ccl.cse.nd.edu/software/files/cctools-7.0.22-x86_64-osx10.13.tar.gz

目前还没有发布候选版本(版本7.1.9于2020年10月12日发布)。

开发版本

git clone git://github.com/cooperative-computing-lab/cctools.git cctools-src
cd cctools-src
./configure --prefix $HOME/cctools
make
make install

更多旧地址

​​http://ccl.cse.nd.edu/software/files/​​


举报

相关推荐

0 条评论