Previous posts
Page 4-
Announcing Chapel 1.32!
Posted on September 28, 2023
A summary of highlights from the September 2023 release of Chapel 1.32.0
-
Announcing Chapel 1.31!
Posted on June 22, 2023
A summary of highlights from the June 2023 release of Chapel 1.31.0
-
NetCDF in Chapel, Part 2: Reading a Dataset in Parallel
Posted on May 3, 2023
Exploring distributed file IO in Chapel using distributed domains, arrays, and hyperslabs while handling unknown dataset shapes
-
NetCDF in Chapel, Part 1: Interfacing with the C Library
Posted on April 26, 2023
An introduction to C interoperability in Chapel using the NetCDF library
-
Announcing Chapel 1.30.0!
Posted on March 23, 2023
A summary of highlights from the March 2023 release of Chapel 1.30.0
-
Advent of Code 2022: Wrap-up
Posted on December 20, 2022
A summary of our twelve days of AoC 2022 and a peek at some of Chapel’s distributed programming features
-
Advent of Code 2022, Day 12: On the Summit
Posted on December 19, 2022
A solution to day twelve of AoC 2022, covering atomic variables and recursive task parallelism
-
Advent of Code 2022, Day 11: Monkeying Around
Posted on December 17, 2022
A parallel solution to day eleven of AoC 2022, using Chapel’s task parallel features.
-
Announcing Chapel 1.29.0!
Posted on December 15, 2022
A summary of highlights from the December 2022 release of Chapel 1.29.0
-
Advent of Code 2022, Day 10: Scan Lines
Posted on December 14, 2022
A solution to day ten of AoC 2022, introducing
scan
expressions.