New port:
Enterprise Edition of SUN Grid Engine. This incorporates policy management functions to allow multiple groups which is not included in vanilla SUN Grid Engine (sysutils/sge) PR: 54563 Submitted by: brooks Many suggestions by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
This commit is contained in:
parent
9d68495d5a
commit
a46465c606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99675
3 changed files with 39 additions and 0 deletions
|
@ -314,6 +314,7 @@
|
|||
SUBDIR += setquota
|
||||
SUBDIR += sformat
|
||||
SUBDIR += sge
|
||||
SUBDIR += sgeee
|
||||
SUBDIR += shlock
|
||||
SUBDIR += sjog
|
||||
SUBDIR += skill
|
||||
|
|
19
sysutils/sgeee/Makefile
Normal file
19
sysutils/sgeee/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Ports collection makefile for: sgeee
|
||||
# Date created: Fri Jul 14, 2003
|
||||
# Whom: Brooks Davis <brooks@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= ee
|
||||
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../sge
|
||||
|
||||
SGEEE_FLAG= -sgeee
|
||||
SGE_PRODUCT= -pr-geee
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
19
sysutils/sgeee53/Makefile
Normal file
19
sysutils/sgeee53/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Ports collection makefile for: sgeee
|
||||
# Date created: Fri Jul 14, 2003
|
||||
# Whom: Brooks Davis <brooks@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= ee
|
||||
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../sge
|
||||
|
||||
SGEEE_FLAG= -sgeee
|
||||
SGE_PRODUCT= -pr-geee
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue