Louis Jenkins
Louis Jenkins
Hello, Is it possible to have his available as a package on Spack? There are numerous other [packages](https://spack.readthedocs.io/en/latest/package_list.html) available; in fact even [PMDK](https://spack.readthedocs.io/en/latest/package_list.html#pmdk) is available right now. It would be...
When coming across something like this... ``` 7f9ea83e9000-7f9ea83ea000 rw-s 00000000 00:0e 12893 anon_inode:[perf_event] ``` It expects it to be an anonymous mapping if it does not start with '/', '[',...
When running `dmtcp_coordinator` from `make install` it will result in a segmentation fault. When analyzing the core dump, it shows that it crashes because `base_argv0` has the value `0x1` due...
Hello Intel developers, I was wondering whether or not a `LOCK CMPXCHG` should actually count as a SFENCE given that the Intel maual in section 8.2 states the following... >...
After spending the better part of 2 days trying to get this code to compile on modern systems without resorting to modifying it, discovering that modern versions of GCC cannot...
Hello, I was wondering if it was possible if HewlettPackard could create a separate repository for Mukalu? If not, would they allow for someone else to create a GitHub repo...
# Ideas ## Segmented Flat Array - Custom Domain Use the segmented idea from `FlatObjectPool` to allow concurrent operations during resizing. Can possibly work with distribution as well as layouts....
@e-kayrakli @mppf This is of importance to both the project and to Chapel as a whole (or so I believe). I believe that this early prototype of the Global Descriptor...
Related issue: https://github.com/chapel-lang/chapel/issues/10888 As another round of discussion, I would like to advocate for either an official (well-documented and well-tested, or at least some kind of `chpl_localizeArray` function be introduced...
When declaring a procedure with variadic arguments and then following with an argument with a default value, the compiler is unable to resolve this. Example below... ```chpl proc p(args :...