Previous posts
Page 2-
What’s New with Chapel? Nine Questions for the Development Team
External Article
Posted on September 5, 2024
An interview published by HPCWire with Brad Chamberlain
-
Measure the Performance of your Gaming GPU with Chapel
Posted on August 27, 2024
This post demonstrates using the Windows Subsystem for Linux to run Chapel code on a GPU from NVIDIA
-
Parallel Processing of a Billion Rows of Data in Chapel
Posted on July 12, 2024
A Chapel Implementation of the One Billion Row Challenge
-
Navier-Stokes in Chapel — 2D Simulations and Performance
Posted on July 9, 2024
An exploration of Chapel’s scientific computing capabilities using the CFD Python Tutorial and a C++/OpenMP performance comparison
-
Reflections on ChapelCon '24: A Community Growing Together
Posted on July 1, 2024
This post is a retrospective on ChapelCon ‘24
-
Announcing Chapel 2.1!
Posted on June 27, 2024
A summary of highlights from the June 2024 release of Chapel 2.1
-
Generic Linear Multistep Method Evaluator using Chapel
Posted on May 13, 2024
In this article, we use advanced features of the Chapel type system to implement a general linear multistep method evaluator for approximating differential equations.
-
Doing science in Python? Wishing for more speed or scalability?
Posted on April 30, 2024
A call for computational science collaborations around Chapel and Python
-
Chapel's High-Level Support for CPU-GPU Data Transfers and Multi-GPU Programming
Posted on April 25, 2024
This post covers how Chapel’s arrays, parallelism, and locality features enable moving data between CPUs and GPUs.
-
Navier-Stokes in Chapel — Introduction
Posted on April 10, 2024
A starting point for applying Chapel to scientific computing problems using the CFD Python tutorial.