Difference between revisions of "GPU621/Chapel"

From CDOT Wiki
Jump to: navigation, search
(Introduction)
(Introduction)
Line 2: Line 2:
 
= Introduction =
 
= Introduction =
  
The Chapel is an open-source programming language designed for productive parallel computing at scale. The Chapel compiler is written in C and C++14. The backend is LLVM, written in C++.
+
The Chapel is an open-source programming language designed for productive parallel computing at scale. The Chapel compiler is written in C and C++14. The backend is LLVM, written in C++. The goal of CHapel is to
  
 
= Installation =
 
= Installation =

Revision as of 20:27, 29 November 2022

Introduction

The Chapel is an open-source programming language designed for productive parallel computing at scale. The Chapel compiler is written in C and C++14. The backend is LLVM, written in C++. The goal of CHapel is to

Installation

Reference