Re: [X10-users] [APGAS] Questions about ResilientUTS

2016-07-11 Thread Olivier Tardieu
Jonas, A finish always throws an exception of type MultipleException or its subtype DeadPlacesException (plural: DeadPlaces) if all the (transitively) suppressed exceptions are of type DeadPlaceException. An asyncAt can throw a DeadPlaceException (singular: DeadPlace) if the destination place

Re: [X10-users] [APGAS] Questions about ResilientUTS

2016-07-11 Thread Jonas Posner
Hi Olivier, about DeadPlaceException in line 386: For testing, I modified the lambda in line 274: () -> { if (here().id == 1) { System.exit(42); } return new ResilientUTS(wave, group, power, s, r, resilient); }); In this case, I catch a MultipleException which contains