Skip to main content

Add-ons

Running OCS/GCS on NVIDIA DXG SPARK

We just published a whitepaper describing how Open Cluster Scheduler (fka Grid Engine) is installed on NVIDIA's DGX SPARK (and compatible workstations), improving AI researchers' efficiency by adding...

qsubsec

qsubsec is a simple template language system for creating Grid Engine job scripts. The source can be found on github.

Python JSV API Available on github

Now Grid Engine also has a Python JSV implementation available. Adam Tygart just published one on github. Thanks Adam!

Statistics with R-Project, Grid Engine, and Open MPI

This article demonstrates the usage of the statistical R package with Grid Engine. Since I recently generated some plots using R I was looking a bit closer to what R supports in terms of cluster...

Qmem: Grid Engine Memory Usage Statistics

From: https://github.com/txemaheredia/qmem "Qmem is a script designed to describe the memory usage of a SGE cluster. If your cluster has memory restrictions, the usage of qstat solely is not enough...

SunGrid Graphical Accounting Engine

Another interface for job data access: SunGrid Graphical Accounting Engine The description from http://rdlab.lsi.upc.edu/index.php/serveis/s-gae.html: "s-gae is a web application designed to display...

XtalOpt supports Grid Engine

From XtalOpt: "XtalOpt is a free and truly open source evolutionary algorithm designed to predict crystal structures. It is implemented as an extension to the Avogadro molecular editor." It also...

KNIME - The Konstanz Information Miner

KNIME is a graphical compute workflow tool based on the Eclipse framework. It is available for free as well as with commercial support. What you basically have is a drawing board where you visually...

Job Dependency Visualization with dot

Hervé shows in his blog a small shell script which visualizes jobs and their job dependencies. This is done with parsing qstat output and generating a dot graph which is transformed into a picture.

UBMoD: Collecting Statistical Data of Grid Engine Jobs

The open source UBMoD is a tool for retrieving old job data and doing some statistics on it. Their description from http://ubmod.sourceforge.net/: "UBMoD (UB Metrics on Demand) is an open source tool...

Flex-grid (qlicserver)

Mark Olesen provides a license-manager integration for Grid Engine: "flex-grid is a small collection of scripts (mostly Perl) dealing with integrating information from an external license manager...

qstat in your browser: xml-qstat

XML-qstat is a free project hosted on github which allows you to watch your cluster status in a more convenient way with your browser: XML-qstat for Grid Engine can be found here.

Eclipse PTP

The Eclipse Parallel Tools Platform describes itself as: "The PTP project provides an integrated development environment to support the development of parallel applications written in C, C++, and...