73
edits
Changes
→Basic
The following (commented out) statements are compile time errors:
nothingVar = 1;
== Parallel Iterators ==
Chapel has two main types of parallel iterators:
*Standalone parallel iterators are the simpler form and can be used to define parallelism for a simple forall loop.
*Leader-follower iterators are a more involved form that support zippered forall loops.
= Reference =