Hi Dave,
thanks you for looking into it =)
Cheers,
Marco
Am 06.05.2015 um 21:03 schrieb David P Grove:
> Marco Bungart wrote on 05/05/2015 06:02:58 PM:
> >
> > sorry, the "ADD" is a typo (from testing with Rail[Boolean] and
> > Rail[Long]). Switch it around to "AND" for Boolean-Rails and you
Marco Bungart wrote on 05/05/2015 06:02:58 PM:
>
> sorry, the "ADD" is a typo (from testing with Rail[Boolean] and
> Rail[Long]). Switch it around to "AND" for Boolean-Rails and you will
> get the same results.
Hi Marco,
This was due to some missing snippets of code for Rail[Boolean]
Hi Dave,
sorry, the "ADD" is a typo (from testing with Rail[Boolean] and
Rail[Long]). Switch it around to "AND" for Boolean-Rails and you will
get the same results.
By the way: do you have problem with the mailing list? Somehow, i do not
receive mails via x10-users (saw your answer on sourcefo
Marco Bungart wrote on 05/05/2015 02:46:17 PM:
>
> I have a problem while using (all)reduce. If X10_NPLACES is set to
> something greater than 1, the code hangs at team.reduce(...). With
> X10_NPLACES = 1, the program terminates. The same code with a Rail[Long]
> does execute and terminate as e
Hi there,
I have a problem while using (all)reduce. If X10_NPLACES is set to
something greater than 1, the code hangs at team.reduce(...). With
X10_NPLACES = 1, the program terminates. The same code with a Rail[Long]
does execute and terminate as expected (see comments in code). I think
the p