Re: [X10-users] Team.reduces does not finish

2015-05-06 Thread Marco Bungart
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

Re: [X10-users] Team.reduces does not finish

2015-05-06 Thread 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 will > get the same results. Hi Marco, This was due to some missing snippets of code for Rail[Boolean]

Re: [X10-users] Team.reduces does not finish

2015-05-05 Thread Marco Bungart
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

Re: [X10-users] Team.reduces does not finish

2015-05-05 Thread David P Grove
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

[X10-users] Team.reduces does not finish

2015-05-05 Thread Marco Bungart
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