1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
Source: gridengine
Section: utils
Priority: optional
Maintainer: Debian Grid Engine Maintainers <pkg-gridengine-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>, Mark Hymers <mhy@debian.org>
Build-Depends: debhelper (>= 4.0.0), csh, groff, libdb-dev, libssl-dev,
libncurses5-dev, libpam0g-dev, libxt-dev, lesstif2-dev, libxpm-dev, libxmu-dev,
po-debconf, quilt, openjdk-6-jdk, ant, ant-optional, junit, javacc
Standards-Version: 3.8.3
Homepage: http://gridengine.sunsource.net
Vcs-Browser: http://git.debian.org/git/users/mhy/gridengine-debian.git
Vcs-Git: git://git.debian.org/git/users/mhy/gridengine-debian.git
Package: gridengine-common
Architecture: all
Depends: ${misc:Depends}, adduser, bsd-mailx | mailx, ucf
Description: Distributed resource management - common files
Grid Engine is software that facilitates "distributed resource
management" (DRM). Far more than just simple load-balancing tools or
batch scheduling mechanisms, DRM software typically provides the
following key features across large sets of distributed resources:
.
* Policy based allocation of distributed resources (CPU time,
software licenses, etc.)
* Batch queuing & scheduling
* Support diverse server hardware, OS and architectures
* Load balancing & remote job execution
* Detailed job accounting statistics
* Fine-grained user specifiable resources
* Suspend/resume/migrate jobs
* Tools for reporting Job/Host/Cluster status
* Job Arrays
* Integration & control of parallel jobs
.
This package contains requried shared files and the basic configuration.
Package: gridengine-client
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Depends: ${shlibs:Depends}, ${misc:Depends}, gridengine-common
Recommends: openssh-client
Suggests: gridengine-qmon
Description: Utilities for Grid Engine queue management
Grid Engine is software that facilitates "distributed resource
management" (DRM). Far more than just simple load-balancing tools or
batch scheduling mechanisms, DRM software typically provides the
following key features across large sets of distributed resources:
.
* Policy based allocation of distributed resources (CPU time,
software licenses, etc.)
* Batch queuing & scheduling
* Support diverse server hardware, OS and architectures
* Load balancing & remote job execution
* Detailed job accounting statistics
* Fine-grained user specifiable resources
* Suspend/resume/migrate jobs
* Tools for reporting Job/Host/Cluster status
* Job Arrays
* Integration & control of parallel jobs
.
This package contains the Grid Engine user utilities.
Package: gridengine-qmon
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Depends: ${shlibs:Depends}, ${misc:Depends}, gridengine-common
Description: Graphical utilities for Grid Engine queue management
Grid Engine is software that facilitates "distributed resource
management" (DRM). Far more than just simple load-balancing tools or
batch scheduling mechanisms, DRM software typically provides the
following key features across large sets of distributed resources:
.
* Policy based allocation of distributed resources (CPU time,
software licenses, etc.)
* Batch queuing & scheduling
* Support diverse server hardware, OS and architectures
* Load balancing & remote job execution
* Detailed job accounting statistics
* Fine-grained user specifiable resources
* Suspend/resume/migrate jobs
* Tools for reporting Job/Host/Cluster status
* Job Arrays
* Integration & control of parallel jobs
.
This package contains the graphical Grid Engine administration frontend.
Package: gridengine-master
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Depends: ${shlibs:Depends}, ${misc:Depends}, gridengine-common
Description: Distributed resource management - Master Server
Grid Engine is software that facilitates "distributed resource
management" (DRM). Far more than just simple load-balancing tools or
batch scheduling mechanisms, DRM software typically provides the
following key features across large sets of distributed resources:
.
* Policy based allocation of distributed resources (CPU time,
software licenses, etc.)
* Batch queuing & scheduling
* Support diverse server hardware, OS and architectures
* Load balancing & remote job execution
* Detailed job accounting statistics
* Fine-grained user specifiable resources
* Suspend/resume/migrate jobs
* Tools for reporting Job/Host/Cluster status
* Job Arrays
* Integration & control of parallel jobs
.
This package contains the Grid Engine master server.
Package: gridengine-exec
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Replaces: gridengine-master (<< 6.2-3)
Depends: ${shlibs:Depends}, ${misc:Depends}, gridengine-common, tcsh | c-shell
Recommends: openssh-server
Description: Distributed resource management - Execution Server
Grid Engine is software that facilitates "distributed resource
management" (DRM). Far more than just simple load-balancing tools or
batch scheduling mechanisms, DRM software typically provides the
following key features across large sets of distributed resources:
.
* Policy based allocation of distributed resources (CPU time,
software licenses, etc.)
* Batch queuing & scheduling
* Support diverse server hardware, OS and architectures
* Load balancing & remote job execution
* Detailed job accounting statistics
* Fine-grained user specifiable resources
* Suspend/resume/migrate jobs
* Tools for reporting Job/Host/Cluster status
* Job Arrays
* Integration & control of parallel jobs
.
This package contains the Grid Engine execution server.
Package: libdrmaa1.0
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed resource management Application API library
DRMAA (Distributed Resource Management Application API) is a specification
developed by a working group in the Global Grid Forum (GGF). The intention
is to provide an API specification for the submission and control of jobs
to one or more Distributed Resource Management (DRM) systems.
.
This package contains the library which provides the Grid Engine
implementation of the DRMAA specification.
Package: libdrmaa-java
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Section: java
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed resource management Application API library - Java bindings
DRMAA (Distributed Resource Management Application API) is a specification
developed by a working group in the Global Grid Forum (GGF). The intention
is to provide an API specification for the submission and control of jobs
to one or more Distributed Resource Management (DRM) systems.
.
This package contains the java bindings for the Grid Engine implementation of
the DRMAA specification.
Package: libdrmaa-dev
Architecture: i386 amd64 sparc powerpc ia64 hppa s390
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libdrmaa1.0 (= ${binary:Version})
Description: Distributed resource management Application API library
DRMAA (Distributed Resource Management Application API) is a specification
developed by a working group in the Global Grid Forum (GGF). The intention
is to provide an API specification for the submission and control of jobs
to one or more Distributed Resource Management (DRM) systems.
.
This package contains the development files for the library which provides
the Grid Engine implementation of the DRMAA specification.
|