Content deleted Content added
Jbolden1517 (talk | contribs) some sample code |
m link syntax |
||
Line 1:
'''Chapel''' is a new parallel [[programming language]] being developed by [[Cray
Chapel, the '''Cascade High Productivity Language''', supports a [[multithreaded]] parallel programming model at a high level by supporting abstractions for data parallelism, task parallelism, and nested parallelism. It enables optimizations for the locality of data and computation in the program via abstractions for data distribution and data-driven placement of subcomputations. It allows for code reuse and generality through [[object-oriented]] concepts and [[generic programming]] features. While Chapel borrows concepts from many preceding languages, its parallel concepts are most closely based on ideas from High-Performance Fortran ([[High Performance Fortran|HPF]]), [[ZPL (programming language)|ZPL]], and the [[Cray MTA-2|Cray MTA]]'s extensions to [[Fortran]] and [[C (programming language)|C]].
|