File: control

package info (click to toggle)
molequeue 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: cpp: 22,039; python: 478; xml: 364; sh: 59; makefile: 14
file content (53 lines) | stat: -rw-r--r-- 2,518 bytes parent folder | download
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
Source: molequeue
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>,
           Michael Banck <mbanck@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               qttools5-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debichem-team/molequeue
Vcs-Git: https://salsa.debian.org/debichem-team/molequeue.git
Homepage: https://www.openchemistry.org/projects/molequeue/

Package: molequeue
Architecture: any
Section: science
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Desktop integration of high performance computing resources
 MoleQueue is a desktop application for abstracting, managing, and coordinating
 the execution of tasks both locally and on remote computational resources.
 Users can set up local and remote queues that describe where the task will be
 executed. Each queue can have programs, with templates to facilitate the
 execution of the program. Input files can be staged, and output files
 collected using a standard interface. Some highlights:
 .
  * Intuitive interface designed to be useful to whole community
  * Support for local executation and remote schedulers (SGE, PBS, SLURM)
  * System tray resident application managing queue of queues and job lifetime
  * Simple, lightweight JSON-RPC 2.0 based communication over local sockets

Package: libmolequeue-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Desktop integration of high performance computing resources (development files)
 MoleQueue is a desktop application for abstracting, managing, and coordinating
 the execution of tasks both locally and on remote computational resources.
 Users can set up local and remote queues that describe where the task will be
 executed. Each queue can have programs, with templates to facilitate the
 execution of the program. Input files can be staged, and output files
 collected using a standard interface. Some highlights:
 .
  * Intuitive interface designed to be useful to whole community
  * Support for local executation and remote schedulers (SGE, PBS, SLURM)
  * System tray resident application managing queue of queues and job lifetime
  * Simple, lightweight JSON-RPC 2.0 based communication over local sockets
  * Qt 5 client library for simple integration in Qt applications
 .
 This package contains the static library and the header files.