Difference between revisions of "GPU621/The Chapel Programming Language"
m (→Project Description) |
m |
||
Line 1: | Line 1: | ||
= Project Description = | = Project Description = | ||
− | + | The Chapel is a portable, scalable, open-source modern parallel programming language designed to be productive. The Chapel is a high-level programming language that tends to be more human-readable and writable with some similarity to Python. The Chapel's performance can compete or even surpass MPI/OpenMP. This project will introduce the main functionality of Chapel programming language, compare the code and performance to C++ MPI/OpenMP, analysis the pros and cons of the Chapel. | |
− | The Chapel is a portable, scalable, open-source modern parallel programming language. The Chapel is a high-level programming language that tends to be more human-readable and writable with some similarity to Python. The Chapel | ||
==Team Members== | ==Team Members== |
Revision as of 21:49, 8 November 2020
Project Description
The Chapel is a portable, scalable, open-source modern parallel programming language designed to be productive. The Chapel is a high-level programming language that tends to be more human-readable and writable with some similarity to Python. The Chapel's performance can compete or even surpass MPI/OpenMP. This project will introduce the main functionality of Chapel programming language, compare the code and performance to C++ MPI/OpenMP, analysis the pros and cons of the Chapel.