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...
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 is a simple template language system for creating Grid Engine job scripts. The source can be found on github.
Now Grid Engine also has a Python JSV implementation available. Adam Tygart just published one on github. Thanks Adam!
AJO simplifies the task of job submission and file-staging over a secure connection from a submission portal (or just your local computer) to your compute farm. It was an internal project at RDLAB...
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...
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...
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...
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 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...
Wok describes itself as follows: "Wok is a workflow management system implemented in Python that makes very easy to structure the workflows, parallelize their execution and monitor its progress among...
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.
The DRMAA XMLRPC project descibes itself as: "drmaa-xmlrpc is a quick XMLRPC wrapper around the DRMAA API implemented by most popular cluster schedulers. It is written in C and depends on xmlrpc-c...
Pythongrid is freely available (GNU GPL v2) at github.com and offers job submission and job monitoring capabilities for Grid Engine. The developers describe the project as follows (excerpt from...
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...
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...
Unisight 2.0 is a web interface which let you create job statistics and job reports / cluster usage reports just with a few clicks... Watch the video here !
Univa Grid Engine from templedf
Grid Engine integration scripts for checkpointing and restart with BLCR can be found in the github project here: https://github.com/HPCKP/BLCR-GridEngine-Integration
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.
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...