Install → Job Summarization

The Job Summarization software should be installed on a server that has access to the MySQL server for the XDMoD Datawarehouse, the PCP archives and the MongoDB instance.

Prerequisites

The Job Performance (SUPReMM) XDMoD module must be installed and configured before configuring the Job Summarization software. See the XDMoD module install guide for instructions on this.

A MongoDB database instance must be installed and running. See the MongoDB install guide for instructions.

RPM Installation

The RPM package has dependencies that are available in the EPEL repository. This repository can be added with this command for CentOS:

# yum install epel-release

It also requires the PCP python libraries, which are included in CentOS (since version 7.6).

An RPM package for Centos 7 is available for download

# yum install supremm-1.4.1-1.x86_64.rpm

Source Installation

The Job summarization software is written in python 2.7 and uses python setuptools for package creation. Source code installs are tested in a conda environment and setup as follows.

$ conda create -n supremm python=2.7 cython numpy scipy
$ source activate supremm

The software is installed as follows:

$ tar xf 1.4.1.tar.gz
$ cd 1.4.1
$ python setup.py install

Configure Job summarization software

After installing the Job summarization software it must be configured following the instructions in the configuration guide.