Hi,

sorry for the late response. I have a problem with revision 29025 and 
29033 (just checked these two revision). After compilation, 
x10.dist/stdlib/x10.jar is missing x10.lang.Runtime (Compiling 
Broadcast.x10 fails with:

     /eXchange/x10-projects/BroadcastReduceExample
     /src/Broadcast.x10:37:     Could not find Runtime

     /eXchange/x10-projects/BroadcastReduceExample/src/Broadcast.x10:37:
     No valid method call found for call in given type.
             Call: hereLong()
              Type: Runtime

     2 errors.).

To test the program, I replaced

     Runtime.hereLong() (line 37)

with

     here.id()

and all worked fine.

Commands used to compile x10:
$ > cd /path/to/x10-trunk/x10.dist
$ > ant squeakyclean
$ > ant dist

gcc-version used: 4.8.2
java-version used: 1.8.0_31

Cheers,
Marco

Am 17.02.2015 um 13:11 schrieb Josh Milthorpe:
> Resending attachment to list.
>
> Run configuration:
>
> $ > x10c++ ../src/Broadcast.x10 -O -NO_CHECKS -o Broadcast && export
> X10_NPLACES=4 X10_RESILIENT_MODE=1 && Broadcast 2
>
> This compiles and starts the program. The parameter tells, which place
> to exclude from the reduction.
>
> gcc used: 2.5.1
> java used: 1.8.0_31
>
>
> On 16 February 2015 at 03:48, Marco Bungart <m.bung...@gmx.net
> <mailto:m.bung...@gmx.net>> wrote:
>
>     Hi there,
>
>     I just cannot wrap my mind around the behaviour I am observing right
>     now.
>
>     When compiling with the c++ backend, the program appended throws an
>     exception at line 51 (broadcastFlat(...)).
>     However, if you uncomment the try-catch-block (line 22-33), the code
>     will run just fine. Is this behavior intentional? For my intuition, the
>     code should run without the try-catch-block. It looks to me like the
>     SparsePlaceGroup does not actually "skip" Place(2) despite it not being
>     in the rail places.
>
>     When compiling and running with the java backend, the program throws
>     exceptions, with and without the try-catch-block.
>
>     Cheers,
>     Marco
>
>     
> ------------------------------------------------------------------------------
>     Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>     from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>     with Interactivity, Sharing, Native Excel Exports, App Integration &
>     more
>     Get technology previously reserved for billion-dollar corporations, FREE
>     
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
>     _______________________________________________
>     X10-users mailing list
>     X10-users@lists.sourceforge.net <mailto:X10-users@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/x10-users
>
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
>

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to