[X10-users] GLB and X10_STATIC_THREADS

2014-05-24 Thread Jonas P
Hey, I am testing the GLB-Framwork and has one simple question about it: Does the variable X10_STATIC_THREADS has to be set to 1 or true? Is there a difference? Best regards Jonas -- Accelerate Dev Cycles with Automated

Re: [X10-users] Sometimes resilience-try throws no exception

2014-02-11 Thread Jonas P
) second at solved from Place(2) terminate called after throwing an instance of 'int' Place 2 exited unexpectedly with signal: Aborted Finish Place(1) Complete Finish Place(0) Best regards jonas 2014-02-11 3:40 GMT+01:00 David P Grove gro...@us.ibm.com: Jonas P jopo...@gmail.com wrote on 02/10

[X10-users] Sometimes resilience-try throws no exception

2014-02-10 Thread Jonas P
Hi all, I am using x10 2.4.1 with C++ Backup. I am testing the resilience feature. In a simple test (see code below) in 50% I get a DeadPlaceException thrown from Place(2), at 50% I get only Place 2 exited unexpectedly with signal: Aborted and no exception. I am amazed about this. Is this