Hi Andreas,

If you get rid of the try/catch clause in the main method in class
MGDriver.x10, then that should make X10DT happy.
So this is a temporary work around, so you can continue using X10DT until
we fix this problem.

Thanks,

Mandana Vaziri
IBM T. J. Watson Research Center
http://www.research.ibm.com/people/m/mvaziri/




Mandana Vaziri/Watson/IBM@IBMUS wrote on 07/02/2012 11:09:33 AM:

> From: Mandana Vaziri/Watson/IBM@IBMUS
> To: Mailing list for users of the X10 programming language <x10-
> us...@lists.sourceforge.net>,
> Date: 07/02/2012 11:26 AM
> Subject: Re: [X10-users] Code does not compile in X10dt, but it does
> with x10c++
>
> Hi Andreas,
>
> X10DT uses a different command internally to invoke the compiler
> (than what one would use on the command line). Your code points out
> to a bug in the compiler.
> We will look into it and hopefully provide a fix for the next release.
>
> Thanks,
>
> Mandana Vaziri
> IBM T. J. Watson Research Center
> http://www.research.ibm.com/people/m/mvaziri/
>
>
>
>
> Andreas Hollmann <hollm...@in.tum.de> wrote on 07/01/2012 06:02:38 PM:
>
> > From: Andreas Hollmann <hollm...@in.tum.de>
> > To: Mailing list for users of the X10 programming language <x10-
> > us...@lists.sourceforge.net>,
> > Date: 07/01/2012 06:03 PM
> > Subject: [X10-users] Code does not compile in X10dt, but it does with
x10c++
> >
> > Hi all,
> >
> > we have ported/rewrote an really old (2006) X10 1.7 multigrid code
> > from Tong Wen (IBM Research) to a recent X10 version.
> >
> > It compiles with x10c++ without any problems
> >
> > x10c++  -o mg LevelData.x10 MGDriver.x10 MGOP.x10 Timer.x10 Util.x10
> > x10c++: 421 dynamically checked calls or field accesses, run with
> > -VERBOSE_CHECKS for more details.
> >
> > However, creating a new "Native X10" project and coping the files into
> > the src folder results in showing some internal
> > compiler errors and no executable is created.
> >
> > The log shows following errors
> >
> > !SESSION 2012-07-01 23:12:25.409
> > -----------------------------------------------
> > eclipse.buildId=unknown
> > java.version=1.7.0_05
> > java.vendor=Oracle Corporation
> > BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> > Command-line arguments:  -os linux -ws gtk -arch x86_64
> >
> > !ENTRY x10dt.ui.launch.core 4 0 2012-07-01 23:14:57.855
> > !MESSAGE There was an unprocessed file during the previous build (no
> > code generated and no error markers): /MGX10/src/Util.x10
> >
> > !ENTRY x10dt.ui.launch.core 4 0 2012-07-01 23:14:57.861
> > !MESSAGE There was an unprocessed file during the previous build (no
> > code generated and no error markers): /MGX10/src/Timer.x10
> >
> > !ENTRY x10dt.ui.launch.core 4 0 2012-07-01 23:14:57.861
> > !MESSAGE There was an unprocessed file during the previous build (no
> > code generated and no error markers): /MGX10/src/MGOP.x10
> >
> > !ENTRY x10dt.ui.launch.core 4 0 2012-07-01 23:14:57.862
> > !MESSAGE There was an unprocessed file during the previous build (no
> > code generated and no error markers): /MGX10/src/MGDriver.x10
> >
> > !ENTRY x10dt.ui.launch.core 4 0 2012-07-01 23:14:57.862
> > !MESSAGE There was an unprocessed file during the previous build (no
> > code generated and no error markers): /MGX10/src/LevelData.x10
> >
> >
> > I tried the same with other x10 files from the x10 benchmark archive,
> > e. g. FSSimpleDist.x10, and it worked. I copy
> > the file to a new project and I can run the executable.
> >
> > What's the problem with the MGX10 code? I'll append the MGX10 code as
> > zip archive.
> >
> > I have another more general question: Does the TCP/IP socket
> > communication scale when I start several places
> > on one machine?
> >
> > Thanks in advance.
> >
> > Cheers,
> > Andreas
> > [attachment "MGX10.zip" deleted by Mandana Vaziri/Watson/IBM]
> >
>
------------------------------------------------------------------------------

> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond.
Discussions
> > will include endpoint security, mobile security and the latest in
malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > X10-users mailing list
> > X10-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/x10-users
>
------------------------------------------------------------------------------

> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions

> will include endpoint security, mobile security and the latest in malware

> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to