diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-16 22:07:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-16 22:07:52 +0000 |
commit | dbdfd6e45604f41d98b75072db58e1b34522e807 (patch) | |
tree | 79304853407001d7578fb7fa970da91db55bf9ce /misc/molequeue/pkg-descr | |
parent | 10a86f5ddbc5f35706a526bac2fd1363010ce2d6 (diff) |
Notes
Diffstat (limited to 'misc/molequeue/pkg-descr')
-rw-r--r-- | misc/molequeue/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/molequeue/pkg-descr b/misc/molequeue/pkg-descr new file mode 100644 index 000000000000..5a9b09b330b2 --- /dev/null +++ b/misc/molequeue/pkg-descr @@ -0,0 +1,17 @@ +MoleQueue is an open-source, cross-platform, system-tray resident desktop +application for abstracting, managing, and coordinating the execution of tasks +both locally and on remote computational resources. It is built and tested on +Linux, Mac OS X, and Windows, with nightly binaries currently available for Mac +OS X and Windows. 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. + +The MoleQueue application is written in C++ using the Qt framework. It can +execute programs directly on the local machine, and uses SSH to communicate with +remote batch scheduling systems with support for Open Grid Scheduler (formerly +Sun Grid Engine) and PBS. The backend communication is abstracted, and support +is currently being added for UIT (a SOAP protocol for communicating with +military HPC resources using ezHPC). + +WWW: https://www.openchemistry.org/projects/molequeue |