-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1693*
---
First, thanks for now reporting missing explicit instantiations of template entry methods! I have a minor feature request that …
-
## Here are the steps I follow to reproduce the issue:
1. Generate a machine config with the stepconf file below:
https://github.com/thuSkywalker/syil-x5-linuxcnc-config/blob/dd45ce7ea70a89a7dca4…
-
We'd like to be able to gracefully use our own types for charm++ chare array indices.
Ideally, when we declare in the `.ci` file an array:
```
module MyArray {
array[my_array_index_type] MyArray…
-
Anytime migration is not in use by any production application. Support requires a non-trivial amount of machinery in the runtime system and creates performance overhead. Anytime migration should be …
-
This is an idea I had a few years back. I've gone back and forth on it a lot (I'm torn about whether the benefits outweigh the negatives... it seems a little close). I figured that I would throw it ou…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/179*
---
Evaluate the implications of objid_t (basic implementations in #170) on callbacks and improve callback design / implementations …
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/60*
---
https://wiki.engr.illinois.edu/x/TQDWCg
Many parallel programs exhibit phased behaviors, with differing patterns of computatio…
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/387*
---
Currently, the various variable-envelope structures (`s_array, s_objid, s_group`, etc) are declared such that the compiler will …
-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/112*
---
Many PEs on a node may send to a common set of recipients, but will currently keep duplicate copies of where the recipient lives…
-
Is there an easier to debug than setting silent to false and debug to true?
Even with these, sometimes it just says [FAILED CODEGEN].
Or, it will print out the file and still say [FAILED CODEGEN…