Ronak Buch
Ronak Buch
Previously, `.column` and `.columns` only had a `margin-left` of `4%` when the viewport satisfied `min-width:550px`. On mobile, this led to the columns in the footer abutting each other with no...
Please merge via rebase. - objid: Fix overflow of home bits - objid: Add extra assertions and improve messages
Adds object position API and an arbitrary-dimension ORB strategy that makes use of it.
When running at scale (288 nodes with 128 PEs per node), I am observing assertion failures in creating IDs. I'm 99% sure the issue is being caused by the `CkLocMgr::homePe`...
https://github.com/UIUC-PPL/charm/pull/3612 fixes support in the old build, but the CMake build still doesn't support C++11 for charmxi code (which is compiled using the native compiler). CMake generally only seems to...
As mentioned in #3618, our test coverage for templated chares/classes/EPs is somewhat lacking, especially for cases like multiple template parameters, etc. We should add additional tests lest bugs in this...
A user running NAMD on a Cray EX is observing a performance improvement of 3-6% when using `+skip_cpu_topology`, both on UCX and MPI machine layers. Gathering CPU topology is enabled...
A user reported the following failure when running a Projections-enabled build with shrink-expand: > I work with following: > Virtual machine with Ubuntu 20.04.4 LTS > Build charm++ with "./build...
Currently, basically all array broadcasts go via PE0; the message is sent there first, and then PE 0 sends out to the array (note that the zero copy post pathway...