Actions

Open Community Runtime: Difference between revisions

From Modelado Foundation

imported>VivekSarkar
mNo edit summary
imported>SanjayChatterjee
Line 31: Line 31:


= Links =
= Links =
* The source code is available on [https://github.com/01.org/ocr GitHub]
* The source code is available on [https://github.com/01org/ocr GitHub]
* Mailing lists are available [https://lists.01.org/mailman/listinfo/ocr-discuss here]
* Mailing lists are available [https://lists.01.org/mailman/listinfo/ocr-discuss here]

Revision as of 04:27, November 19, 2014

Introduction

Goal

The goal of the Open Community Runtime (OCR) project is to propose and evaluate an API and framework aimed at:

  • Expressing large amounts of parallelism in a task-based model
  • Explicitly representing data dependences
  • Running efficiently on tomorrow's exascale machines

Audience

In its current state, the project aims to release a prototype implementation of a reference API by September 2015. As such, the project is mostly geared towards early adopters who would like to provide feedback on our programming model and API, runtime developers who are interested in implementing various algorithms and heuristics within our runtime framework and higher-level language/models implementors who are interested in determining if their model can map to OCR.

The initial release of OCR will be a development platform aimed at better understanding the challenges of executing task-based programming models on large scale systems.

Value of the OCR project

The OCR project is creating an application building framework that explores new methods of high-core-count programming with an initial focus on HPC applications. The project aims to explore, among other things:

  • Expressability: how can application programmers express their applications in a hardware-agnostic manner; i.e.: how can they express the semantic of an application as opposed to the mapping of it to a particular kind of hardware
  • Scheduling and data placement: what heuristics allow locality-aware scheduling and data-placement on an exascale system
  • Introspection: how can a runtime system improve its execution characteristics by monitoring itself
  • Resiliency: how can a runtime system deal with failures in an exascale system

The OCR project aims to propose a low-level API to address the challenges of exascale programming and is meant to be targeted by higher-level abstractions.

Timeline

The OCR software is available under the BSD open source license.

  • Initial unveiling at SC 2012
  • v0.8 was introduced in SC 2013 and was a significant rewrite of most of the internal code to increase modularity and allow more community participation
  • v0.9 was released in mid October 2014.
  • An initial draft of the specification will be released at SC 2014

Links

  • The source code is available on GitHub
  • Mailing lists are available here