Durra: A Task-Level Description Language Reference Manual (Version 3) BarbacciMario R. DoubledayDennis L GardnerMichael J. LichotaRandall W. WeinstockCharles B. 1991 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.