Difference between revisions of "GPU621/Chapel"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
== Reference ==
 
== Reference ==
  
The Chapel Programming Language Offical Site: https://chapel-lang.org/
+
*The Chapel Programming Language Offical Site: https://chapel-lang.org/
The Chapel Introduction Vidro: https://www.youtube.com/watch?v=7Qk8T7_bevo
+
*The Chapel Introduction Vidro: https://www.youtube.com/watch?v=7Qk8T7_bevo
The Chapel Documentation: https://chapel-lang.org/docs/#
+
*The Chapel Documentation: https://chapel-lang.org/docs/#
Full-Length Chapel Tutorial: https://chapel-lang.org/tutorials.html
+
*Full-Length Chapel Tutorial: https://chapel-lang.org/tutorials.html
Specific Chapel Concepts or Features: https://chapel-lang.org/docs/primers/
+
*Specific Chapel Concepts or Features: https://chapel-lang.org/docs/primers/
The Chapel Promotional Video: https://youtu.be/2yye1yJPcsg
+
*The Chapel Promotional Video: https://youtu.be/2yye1yJPcsg
The Chapel Overview Talk Video: https://youtu.be/ko11tLuchvg
+
*The Chapel Overview Talk Video: https://youtu.be/ko11tLuchvg
The Chapel Overview Talk Slide: https://chapel-lang.org/presentations/ChapelForHPCKM-presented.pdf
+
*The Chapel Overview Talk Slide: https://chapel-lang.org/presentations/ChapelForHPCKM-presented.pdf
Comparative Performance and Optimization of Chapel: https://chapel-lang.org/CHIUW/2017/kayraklioglu-slides.pdf
+
*Comparative Performance and Optimization of Chapel: https://chapel-lang.org/CHIUW/2017/kayraklioglu-slides.pdf
The Parallel Research Kernels: https://www.nas.nasa.gov/assets/pdf/ams/2016/AMS_20161013_VanDerWijngaart.pdf
+
*The Parallel Research Kernels: https://www.nas.nasa.gov/assets/pdf/ams/2016/AMS_20161013_VanDerWijngaart.pdf
The Chapel Tutorial: https://www.youtube.com/watch?v=QiyLkfYHEvg
+
*The Chapel Tutorial: https://www.youtube.com/watch?v=QiyLkfYHEvg
The Chapel Tutorial: https://www.youtube.com/watch?v=kCI0riVEjlk
+
*The Chapel Tutorial: https://www.youtube.com/watch?v=kCI0riVEjlk

Revision as of 16:42, 29 November 2022

Chapel:Chapel is a programming language designed for productive parallel computing at scale.

Reference