Changes include: Added new dvt command, which allows you to open xterms to multiple hosts and control them all via one input window. Added new jsh command, which allows better job scheduling specifically designed for parallel compiling. Multiple bugfixes and enhancements. Much much faster execution.
13 lines
321 B
Makefile
13 lines
321 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/08/14 08:33:32 garbled Exp $
|
|
|
|
DISTNAME= clusterit-2.0
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= http://www.garbled.net/download/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.garbled.net/clusterit.html
|
|
COMMENT= Clustering package for unix
|
|
|
|
USE_X11= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|