Skip to content

Latest commit

 

History

History
113 lines (77 loc) · 5.19 KB

File metadata and controls

113 lines (77 loc) · 5.19 KB

Software Technical Information

Name

jobqueue_features

Language

Python, YAML

Licence

MIT

Documentation Tool

In-source documentation

Application Documentation

Not currently available. Example usage provided.

Relevant Training Material

Not currently available.

Software Module Developed by

Adam Włodarczyk (Wrocław Centre of Networking and Supercomputing), Alan O'Cais (Juelich Supercomputing Centre)

Adding HTC Library to EasyBuild

local

This module is the fourth in a sequence that will form the overall capabilities of the HTC library (see htc_mpi for the previous module). This module deals with installing the software on HPC systems in a coherent manner through the tool EasyBuild.

Purpose of Module

The HTC library requires configuration for the target system. Typically, this configuration is applicable system-wide. If the software is provided in the main software stack of the system, this configuration can also be provided centrally. The goal of the integration with EasyBuild is to highlight how this configuration can be made with an explicit example of the configuration for the JURECA system.

Background Information

EasyBuild is a software build and installation framework that allows you to manage (scientific) software on High Performance Computing (HPC) systems in an efficient way. Full details on can be found in the EasyBuild documentation.

EasyBuild already has support for Python packages, what we describe here is the specific configuration required to install a particular version of the library on a specific software stack on JURECA.

Building and Testing

To build the software requires EasyBuild (see installation instructions for EasyBuild here) and the build command:

eb jobqueue_features-0.0.4-intel-para-2018b-Python-3.6.6.eb

However, please note that this will only work "out of the box" for those with software installation rights on the JURECA system. The provided sources (as described below) are intended as templates for those who are familiar with EasyBuild to adapt to their system (the only expected adaption would be to change the toolchain to suit their own system).

Source Code

The latest version of the library itself is available on the jobqueue_features GitHub repository.

There is an open Pull Request for the JURECA software stack that provides all necessary dependencies for the library.

The configuration file required for JURECA <./jobqueue_features-0.0.4-intel-para-2018b-Python-3.6.6.eb> is included below (a version for Python 2 can also be created by simply changing the Python dependency version):

./jobqueue_features-0.0.4-intel-para-2018b-Python-3.6.6.eb