Brad Chamberlain
Brad Chamberlain
In [this StackOverflow post](https://stackoverflow.com/questions/62629403/pip-install-arkouda-fails-even-when-chapel-installed), a user was confused about why pip installing Arkouda was leading to an error about Chapel not being installed when, to him, it clearly was. This...
When using ATO to write up simple codes to show people, it's not uncommon for me to make mistakes and get error messages pointing me to certain line numbers. If...
On a few occasions, users have expressed confusion that we're trying to make use of LLVM when they have `CHPL_LLVM=none` set. As developers, we know that the reason is that...
As time goes on, interest in `int(128)` seems to be growing. This issue is a placeholder requesting to add such support for 128 bit integers, at least on platforms and...
[based on feedback and suggestions by @psath] Based on feedback in #24963, this PR strives to improve the documentation of the ``require`` statement to clarify that it doesn't accept general...
### Summary of Problem **Description:** When applying `forwarding` to a variable declaration, I got an internal error. At first, I was worried it was a case of the feature being...
After hitting #13213 this afternoon and talking to Jade about it, I started wondering aloud whether it might be very easy to implement an optimization that would localize the domain...
This weekend, while thinking about the performance difference between [nbody3](https://github.com/chapel-lang/chapel/blob/main/test/studies/shootout/submitted/nbody3.chpl) and the current [nbody-blc](https://github.com/chapel-lang/chapel/blob/main/test/studies/shootout/nbody/bradc/nbody-blc.chpl), which uses `foreach` loops rather than `param`-unrolled loops, and how to minimize the differences between the...
Our homebrew formula, at least on Mac, currently is using CHPL_HWLOC=none, CHPL_TASKS=qthreads, and CHPL_MEM=jemalloc. One downside of this is that it isn't using our preferred configuration, which can result in...
This issue is an offshoot of one particular aspect of https://github.com/chapel-lang/chapel/issues/17908. The `dmapped` keyword, like the `dmap` type have not been particularly popular terms within the language as time has...