Workflows written using Chapel scale enormously. The same code written on your laptop can perform on however many nodes you can give it, be it one, dozens, or thousands. Applications written by Chapel users have successfully scaled to more than 8,000 compute nodes, 1,000,000 CPU cores, and 1,000 GPUs. The largest supercomputers in the world run Chapel. No matter the scale of your system, you can scale too.
Scaling Results with Chapel
Why Chapel Makes Scaling Easier
Global View of Data
Chapel has built-in support for distributed global arrays, meaning computations written for a single node can run on an entire cluster.