-
# Bug reports:
### Expected behavior:
Test passes
### Current behavior:
Test passes with Charm v6.10.2, but fails when using Charm v7.0.0,
### Environment:
The macOS CI build (the o…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1686*
---
Charm++ code that is not generated should be in a namespace. Currently name collisions arise (eg Group). In general, `Ck` shoul…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1422*
---
CkLocMgr still has some unnecessary or erroneous bits of code that were left over from the 64bit merge. At a quick glance:
-…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/159*
---
Per #158, many types of `CkCallback` contain (possibly transitively, through other structures) raw pointers to objects in the sy…
-
ChaNGa has a chare array with a pup routine that has a line
```
p | pieces;
```
where pieces is declared
```
CProxy_TreePiece pieces;
```
That is, `pieces` is a proxy to the chare array.
On a…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/69*
---
On systems that communicate large messages via RDMA GET operations, it takes the latency of one fewer packet across the network (…
-
This is documented, but it doesn't seem like desirable behavior. If the executable hangs in anything other than the last phase, `run_deadlock_analysis_simple_actions` is not called. A workaround is …
-
*Original author: Justin Miron*
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1279*
---
CkLocMgr::deliverMsg attempts to send messages to evacuated chares.
Fails this check:
if((!…
-
Running ChaNGa under valgrind reports that CkArray::springCleaning() is accessing freed memory.
This is with ChaNGa version 3.5 commit v3.5-11-gc7ba57c0 and charm version v7.1.0-devel-321-g606459e74
…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1818*
---
Currently, AMPI does it's own messaging within a process. By that I mean AMPI invokes an entry method on the destination chare …