mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Updated info for Chapel 1.12.0
This commit is contained in:
parent
53790a0098
commit
57ea4af17c
@ -1053,7 +1053,7 @@ Occasionally check back here and on the [Chapel site](http://chapel.cray.com) to
|
||||
|
||||
### What this tutorial is lacking:
|
||||
|
||||
* Exposition of the standard modules
|
||||
* Exposition of the [standard modules](http://chapel.cray.com/docs/latest/modules/modules.html)
|
||||
* Multiple Locales (distributed memory system)
|
||||
* Records
|
||||
* Parallel iterators
|
||||
@ -1061,7 +1061,7 @@ Occasionally check back here and on the [Chapel site](http://chapel.cray.com) to
|
||||
Your input, questions, and discoveries are important to the developers!
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
The Chapel language is still in-development (version 1.11.0), so there are occasional hiccups with performance and language features.
|
||||
The Chapel language is still in-development (version 1.12.0), so there are occasional hiccups with performance and language features.
|
||||
The more information you give the Chapel development team about issues you encounter or features you would like to see, the better the language becomes.
|
||||
Feel free to email the team and other developers through the [sourceforge email lists](https://sourceforge.net/p/chapel/mailman).
|
||||
|
||||
@ -1076,8 +1076,8 @@ Chapel can be built and installed on your average 'nix machine (and cygwin).
|
||||
[Download the latest release version](https://github.com/chapel-lang/chapel/releases/)
|
||||
and its as easy as
|
||||
|
||||
1. `tar -xvf chapel-1.11.0.tar.gz`
|
||||
2. `cd chapel-1.11.0`
|
||||
1. `tar -xvf chapel-1.12.0.tar.gz`
|
||||
2. `cd chapel-1.12.0`
|
||||
3. `make`
|
||||
4. `source util/setchplenv.bash # or .sh or .csh or .fish`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user