Changes between Initial Version and Version 1 of Chapel


Ignore:
Timestamp:
10/19/11 16:14:25 (15 years ago)
Author:
stachnik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Chapel

    v1 v1  
     1
     2 = Questions about Chapel =
     3 * What's the minimal subset of the language capable of representing all chapel programs?
     4 * What subset of the language will we concern ourselves with?
     5
     6 = Questions for the Chapel Dev Team =
     7 * If a given thread for a forall loop is assigned iterations 1, 3 and 7, will they necessarily be assigned in that order?
     8 * How do/will parallel iterators affect the assignment of threads to iterations of a forall loop.