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 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
|
Source: condor
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Tim Theisen <tim@cs.wisc.edu>
Section: science
Priority: optional
Build-Depends: cmake (>= 3.16),
debhelper,
debhelper-compat (= 13),
default-jdk,
dh-python,
dh-sequence-builtusing,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-python-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-test-dev,
libboost-thread-dev,
libcgroup-dev,
libcurl4-openssl-dev,
libkrb5-dev,
libldap2-dev | libldap-dev,
libmunge-dev,
libpam0g-dev,
libpcre2-dev,
libpq-dev,
libscitokens-dev,
libssl-dev,
libsqlite3-dev,
libsystemd-dev,
libvirt-dev,
libx11-dev,
libxml2-dev,
libxss-dev,
python3-dev,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-nbsphinx,
python3-sphinx-autodoc-typehints,
uuid-dev,
voms-dev,
zlib1g-dev
Build-Conflicts: liblog4cpp5-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/hpc-team/condor
Vcs-Git: git://salsa.debian.org/hpc-team/condor.git
Homepage: https://htcondor.org/
Rules-Requires-Root: no
Package: condor
Architecture: any
Depends: adduser,
libdate-manip-perl,
python3,
python3-cryptography,
python3-requests,
libcom-err2,
libgssapi-krb5-2,
libk5crypto3,
libkrb5-3,
libkrb5support0,
libmunge2,
net-tools,
libjs-bootstrap,
libjs-jquery,
${lib:Depends},
condor-upgrade-checks,
${misc:Depends},
${perl:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: bash-completion,
openssh-server
Suggests: docker.io,
coop-computing-tools,
singularity-container,
slurm-client
Conflicts: htcondor (<< ${binary:Version}),
libclassad16
Breaks: htcondor (<< ${binary:Version}),
libclassad16
Replaces: htcondor (<< ${binary:Version}),
libclassad16
Built-Using: ${dh-builtusing:libc-dev-bin} [!amd64]
Description: distributed workload management system
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package can set up an appropriate initial configuration at install
time for a machine intended either as a member of an existing HTCondor pool
or as a "Personal" (single machine) HTCondor pool.
Package: condor-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: htcondor-dev (<< ${binary:Version}),
libclassad-dev
Breaks: htcondor-dev (<< ${binary:Version}),
libclassad-dev
Replaces: htcondor-dev (<< ${binary:Version}),
libclassad-dev
Description: distributed workload management system - development files
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides headers and libraries for development of HTCondor
add-ons.
Package: condor-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Conflicts: htcondor-doc (<< ${binary:Version})
Breaks: htcondor-doc (<< ${binary:Version})
Replaces: htcondor-doc (<< ${binary:Version})
Description: distributed workload management system - documentation
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides HTCondor's documentation in HTML and PDF format, as well
as configuration and other examples.
Package: minicondor
Architecture: any
Section: science
Depends: condor (= ${binary:Version}),
${misc:Depends}
Conflicts: minihtcondor (<< ${binary:Version})
Breaks: minihtcondor (<< ${binary:Version})
Replaces: minihtcondor (<< ${binary:Version})
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides an example configuration is good for trying out HTCondor
for the first time. It only configures the IPv4 loopback address, turns on
basic security, and shortens many timers to be more responsive.
Package: condor-annex-ec2
Architecture: any
Section: science
Depends: condor (= ${binary:Version}),
${misc:Depends}
Conflicts: htcondor-annex-ec2 (<< ${binary:Version})
Breaks: htcondor-annex-ec2 (<< ${binary:Version})
Replaces: htcondor-annex-ec2 (<< ${binary:Version})
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides configuration and script to make an EC2 image
annex-compatible. Do NOT install on a non-EC2 image.
Package: condor-upgrade-checks
Architecture: all
Section: science
Depends: python3,
pcre2-utils,
${misc:Depends}
Conflicts: htcondor-upgrade-checks (<< ${binary:Version})
Breaks: htcondor-upgrade-checks (<< ${binary:Version})
Replaces: htcondor-upgrade-checks (<< ${binary:Version})
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
Examines the current HTCondor installation and recommends changes to ensure
a smooth upgrade to a subsequent HTCondor version.
Package: condor-kbdd
Architecture: any
Section: science
Depends: condor (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
The condor_kbdd monitors logged in X users for activity. It is only
useful on systems where no device (e.g. /dev/*) can be used to
determine console idle time.
Package: condor-vm-gahp
Architecture: any
Section: science
Depends: condor (= ${binary:Version}),
libvirt0,
${misc:Depends},
${shlibs:Depends}
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
The condor_vm-gahp enables the Virtual Machine Universe feature of
HTCondor. The VM Universe uses libvirt to start and control VMs under
HTCondor's Startd.
Package: condor-test
Architecture: any
Section: science
Depends: condor (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: htcondor-test (<< ${binary:Version})
Breaks: htcondor-test (<< ${binary:Version})
Replaces: htcondor-test (<< ${binary:Version})
Description: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides a few miscellaneous test scripts.
Package: htcondor
Architecture: any
Depends: condor (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-dev
Architecture: any
Depends: condor-dev (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-doc
Architecture: all
Section: doc
Depends: condor-doc (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: minihtcondor
Architecture: any
Depends: minicondor (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-annex-ec2
Architecture: any
Depends: condor-annex-ec2 (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-upgrade-checks
Architecture: all
Depends: condor-upgrade-checks (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-test
Architecture: any
Depends: condor-test (= ${binary:Version}),
${misc:Depends}
Description: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
|