forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GOALS
28 lines (19 loc) · 1 KB
/
GOALS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
============================================
Chapel Public Release Goals (version 1.12.0)
============================================
The goals of this release are as follows:
* to give the general public an opportunity to see the state and
evolution of the Chapel implementation first-hand
* to get feedback on the Chapel language and its ongoing
implementation (please direct to [email protected] or the
community mailing lists hosted at SourceForge)
* to demonstrate Chapel's base language features
* to demonstrate Chapel's task parallel features in a multi-threaded,
multi-locale setting.
* to demonstrate Chapel's data parallel features via a combination of
(i) a multi-threaded, single-locale implementation of ranges and
irregular domains and arrays;
(ii) a multi-threaded, multi-locale implementation of regular
domains and arrays using some standard distributions.
For more detailed notes on what is or is not supported in this
release, refer to the STATUS file in this directory.