search menu icon-carat-right cmu-wordmark

Durra: A Task-Level Description Language Reference Manual (Version 3)

December 1991 Technical Report
Mario R. Barbacci, Dennis N. Doubleday, Michael J. Gardner, Randall W. Lichota, Charles B. Weinstock

This 1991 report describes the Durra language and incorporates the language changes introduced as a result of our experiences writing application descriptions in Durra.

Publisher:

Software Engineering Institute

CMU/SEI Report Number

CMU/SEI-91-TR-018

DOI (Digital Object Identifier):
10.1184/R1/6573362.v1

Abstract

Durra is a language designed to support the development of distributed programming applications consisting of concurrent, large-grained processes devoted to specific pieces of the application. During execution time the application processes run on possibly separate processors, and communicate with each other by sending messages of different types across communication links. The application developer is responsible for prescribing a way to manage all of these resources, called a task-level application description. It describes the processes to be executed, the assignments of processes to processors, and the communication channels required to transmit messages data between processes. Durra is a task-level description language, a notation in which to write these application descriptions. 

This document is a revised version of the original reference manual. It describes the syntax and semantics of the language and incorporates all the language changes introduced as a result of our experiences writing application descriptions in Durra. 

A companion document, Durra: A Task-Level Description Language User's Manual, describes how to use the compiler and support tools.