Open nilsdeppe opened 7 years ago
Original date: 2017-10-06 15:58:44
I'm not sure you'll get the correct behavior even with just one of those methods - what does the contribute call to produce those arguments in a CkReductionMsg even look like? The only things we current support in arguments to [reductiontarget]
methods are single scalar values, or an array of such with a count argument.
I thought the .ci file translater would error on this, but I guess not.
Original issue: https://charm.cs.illinois.edu/redmine/issues/1700
In my ci file I have:
which leads to a compilation error:
Do I only need to mark one of the entry methods a
[reductiontarget]
to get the correct behavior?