File: mainpage.dox

package info (click to toggle)
molequeue 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,924 kB
  • sloc: cpp: 22,039; python: 478; xml: 364; sh: 59; makefile: 14
file content (46 lines) | stat: -rw-r--r-- 1,883 bytes parent folder | download | duplicates (2)
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
namespace Avogadro {

/**

@mainpage MoleQueue API Documentation

@section molequeue Introduction

The MoleQueue project is developed to support execution of command line
executables, such as computational chemistry and simulation codes, both locally
and remotely interacting with batch schedulers. These are provided as liberally
BSD-licensed, open-source reuable components and an extensible system tray
resident Qt application.

@subsection main Main Classes

The main bulk of the MoleQueue code implements a system tray resident Qt 4
application. If you are interested in extending MoleQueue to support new
queue types, transports and/or authentication mechanisms these classes will be
of most interest. For applications looking to use the local socket JSON-RPC 2.0
based API the client library will be of most interest.

- MoleQueue::Queue : Abstract interface class for queues.
  - MoleQueue::QueueLocal : Implementation of a local queue.
  - MoleQueue::QueueRemote : Common API for remote queues.
- MoleQueue::SshConnection : Interface for Ssh execution and transfer.
- MoleQueue::LocalSocketConnectionListener : Listen for local connections.
- The main two classes for client connections:
  - MoleQueue::Client : Qt client class that can be used to manage jobs.
  - MoleQueue::JsonRpcClient : General JSON-RPC 2.0 client.

@section resources Resources

This project is developed as part of the <a href="http://openchemistry.org/">
Open Chemistry project</a>. Please see the
<a href="http://wiki.openchemistry.org/Development">development guide</a> if
you would like to contribute to the project. Some key resources include:

- Wiki : http://wiki.openchemistry.org/
- Bug tracker : http://projects.openchemistry.org/
- Dashboard : http://cdash.openchemistry.org/index.php?project=MoleQueue
- Mailing lists: http://www.openchemistry.org/OpenChemistry/help/mailing.html

 */

}