Re: [X10-users] MacOS PGAS runtime problem

2009-11-02 Thread Igor Peshansky
Igor Peshansky/Watson/i...@ibmus wrote on 11/02/2009 09:59:16 PM: > Jim LaGrone wrote on 11/02/2009 09:17:43 PM: > > > Now that I have the PGAS runtime for Mac, I'm getting this: > > > >delta:tests$ x10c++ -MAIN_CLASS=Test Test.x10 -commandlineonly > >x10c++: ld: library not found for -

Re: [X10-users] MacOS PGAS runtime problem

2009-11-02 Thread Igor Peshansky
Jim LaGrone wrote on 11/02/2009 09:17:43 PM: > Now that I have the PGAS runtime for Mac, I'm getting this: > >delta:tests$ x10c++ -MAIN_CLASS=Test Test.x10 -commandlineonly >x10c++: ld: library not found for -lrt > collect2: ld returned 1 exit status >x10c++: Non-zero return

Re: [X10-users] MacOS PGAS runtime problem

2009-11-02 Thread Jim LaGrone
Now that I have the PGAS runtime for Mac, I'm getting this: delta:tests$ x10c++ -MAIN_CLASS=Test Test.x10 -commandlineonly x10c++: ld: library not found for -lrt collect2: ld returned 1 exit status x10c++: Non-zero return code: 1 2 errors. for the foll

Re: [X10-users] MacOS PGAS runtime problem

2009-11-02 Thread Igor Peshansky
Jim LaGrone wrote on 11/02/2009 06:13:56 PM: > The URL > > http://dist.codehaus.org/x10/binaryReleases/1.7.7/pgas-1.7.7_macos_x86.tgz > > seems to be empty. > > Let me know when this is corrected. Hi, Jim, Fixed. Igor -- Igor Peshansky (note the spelling change!) IBM T.J. Watson R

[X10-users] MacOS PGAS runtime problem

2009-11-02 Thread Jim LaGrone
The URL http://dist.codehaus.org/x10/binaryReleases/1.7.7/pgas-1.7.7_macos_x86.tgz seems to be empty. Let me know when this is corrected. Jim -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is t

Re: [X10-users] RE : consecutive parallel loops

2009-11-02 Thread Marc Tajchman
Igor Peshansky a écrit : > > Indeed, stdouts on multiple places are going to have different > buffers, which are going to be flushed at different times. > > There is already a flush method on the Printer class. Marc, did you > try using it in your code? > Igor > Hi Igor, Vijay, I repla