Principles and Practice of Parallel Programming

A course on Principles and Practice of Parallel Programming

Latest Activity

Yes, there is: http://dist.codehaus.org/x10/xdoc/ , but, as you know, there won't be many Javadoc comments there -- only the API specs. I don't think it would have sufficed to answer Coleman's question, for example. Everyone, please be sure to rea...
21 hours ago
lec-21.pdf
23 hours ago
Here are the notes.
23 hours ago
Martha Kim updated an event
Homework 4 at 644 MUDD
December 14, 2009 all day
Unit 7 Due @ start of lecture
23 hours ago
Martha Kim updated an event
Homework 3 at 644 MUDD
December 2, 2009 all day
Unit 6 Due @ start of lecture
23 hours ago
Martha Kim added a discussion
Attached is Homework 3 (on Unit 6). It is due on Wednesday 12/2.
23 hours ago
Here is a second update of the notes for Unit 6, fixing minor typos. Again, to minimize confusion, I've incremented the counter at the end of the file name and deleted the old version.
yesterday
Igor -- is there an x10doc for 1.7.6 that u can point the class to?
yesterday
Hi, Coleman, There's support for reading files from disk. You can read a file line by line by using x10.io.Marshal.LINE, as follows: val f = new x10.io.File(fname).openRead(); val m = x10.io.Marshal.LINE; try { while (true) { String l = m.read(f...
on Sunday
sudeep rk left a comment for vj
on Saturday
Coleman Moore added a discussion
Is there support for reading a text file from disk in x10?
on Friday
vj left a comment for sudeep rk
on Friday
sudeep rk is now a member of Principles and Practice of Parallel Programming
on Friday
Attached are the files from the last lecture of Unit 6: the slide deck, derived from two of Cliff Clik's presentations the X10 HashMap source code
on Thursday
I have fixed a minor error in the original notes. To minimize confusion I've deleted the earlier version. Please refer to the attached version.
on Thursday
Shilpa replied to vj's discussion 'Homework 2'
In the 3rd solution of HW2, ParUTSBin1.x10 shouldn't the 'def operations()' method return size(0) + size(1) + .. + size(p) as opposed to size(0)? -Shilpa
on Thursday

Members

  • vj
  • Martha Kim
  • Igor Peshansky
  • Bard Bloom
  • Manthan Sheth
  • sudeep rk
  • Coleman Moore
  • Shilpa
  • Sreedhar B Kodali
  • Arnie Yuan
  • Manish Sinha
  • Vishwanath Venkatesan
  • sarabjeet
  • Alex Kamil
  • N Goel
  • Sampada Sonalkar

Groups

 

Forum

Coleman Moore

read a text file in x10? 3 Replies

Started by Coleman Moore in X10-help. Last reply by Igor Peshansky 21 hours ago.

Martha Kim

Homework 3

Started by Martha Kim in Homeworks 23 hours ago.

Martha Kim

Unit 6: Indeterminacy 5 Replies

Started by Martha Kim in Lectures. Last reply by Martha Kim 1 day ago.

Chat

Sign up to chat on Principles and Practice of Parallel Programming

Sign Up

 
 

Badge

Loading…
 

© 2009   Created by vj on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service