Tagged "User Experiences"
Articles describing users’ experiences with Chapel
-
7 Questions for Oliver Alvarado Rodriguez:
Exploiting Chapel’s Distributed Arrays for Graph Analysis through ArachnePosted on January 21, 2026
An interview with Dr. Oliver Alvarado Rodriguez about his use of Chapel in writing graph analytics computations
-
Transformers From Scratch in Chapel and C++, Part 2
Posted on December 12, 2025
Comparison of transformers in Chapel, C++, and PyTorch focusing on multi-threaded CPUs
-
Transformers From Scratch in Chapel and C++, Part 1
Posted on November 20, 2025
An implementation of a transformer using Chapel, comparing to C++ and PyTorch
-
7 Questions for Marjan Asgari:
Optimizing Hydrological Models with ChapelPosted on September 15, 2025
An interview with Dr. Marjan Asgari about her use of Chapel for hydrological research
-
7 Questions for Tiago Carneiro and Guillaume Helbecque:
Combinatorial Optimization in ChapelPosted on July 30, 2025
An interview with the two principal developers of ChOp, the Chapel-based Optimization Project
-
7 Questions for Bill Reus:
Interactive Supercomputing with Chapel for CybersecurityPosted on February 12, 2025
An interview with Bill Reus about the creation of Arkouda, a Python library supporting interactive data analysis on HPC systems
-
7 Questions for David Bader:
Graph Analytics at Scale with Arkouda and ChapelPosted on November 6, 2024
An interview with Computer Science Professor David Bader about his use of Arkouda for graph analytics
-
7 Questions for Nelson Luís Dias:
Atmospheric Turbulence in ChapelPosted on October 15, 2024
An interview with Professor of Environmental Engineering Nelson Luís Dias about his use of Chapel in analyzing Atmospheric Turbulence
-
7 Questions for Scott Bachman:
Analyzing Coral Reefs with ChapelPosted on October 1, 2024
An interview with oceanographer Scott Bachman, focusing on his work to measure coral reef biodiversity using satellite image analysis
-
7 Questions for Éric Laurendeau:
Computing Aircraft Aerodynamics in ChapelPosted on September 17, 2024
An interview with CHAMPS PI and Professor of Mechanical Engineering, Éric Laurendeau
-
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
-
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