Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.3 KB

File metadata and controls

39 lines (26 loc) · 1.3 KB

Konro Resource Manager

This repository contains the Konro resource manager, its integration with the SLURM workload manager, and a functional test application.


Project Structure

The project is divided into three main components. Each directory contains its own specific build instructions and dependencies:

The central resource manager. It handles the core logic for resource allocation.

  • Location: konro_loc/

Modified version of slurm capable of comunicating with Konro

  • Location: slurm/

A sample application used to validate the integration.

  • Location: konro_backprop_loc/

Build Instructions

To ensure all dependencies are correctly linked, please build the projects in the following order:

Step 1: Build Konro Core

Navigate to the core directory and follow the build steps.

Go to Konro Core README

Step 2: Build SLURM Integration

Navigate to the core directory and follow the build steps.

Go to SLURM README

Step 3: Build Backprop Test Case

Navigate to the core directory and follow the build steps.

Go to Konro Backprop README