mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[chapel/en] Update links
Chapel changed their home site from chapel.cray.com to chapel-lang.org. All chapel links are changed, have been tested, and currently work. All links were tested as well, and all currently work. Also, I changed my (Ian J. Bertolacci) collaborators link to my new institution.
This commit is contained in:
parent
61c8a08434
commit
a877bebb6f
@ -2,11 +2,11 @@
|
|||||||
language: chapel
|
language: chapel
|
||||||
filename: learnchapel.chpl
|
filename: learnchapel.chpl
|
||||||
contributors:
|
contributors:
|
||||||
- ["Ian J. Bertolacci", "http://www.cs.colostate.edu/~ibertola/"]
|
- ["Ian J. Bertolacci", "https://www.cs.arizona.edu/~ianbertolacci/"]
|
||||||
- ["Ben Harshbarger", "http://github.com/benharsh/"]
|
- ["Ben Harshbarger", "https://github.com/benharsh/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
You can read all about Chapel at [Cray's official Chapel website](http://chapel.cray.com).
|
You can read all about Chapel at [Cray's official Chapel website](https://chapel-lang.org).
|
||||||
In short, Chapel is an open-source, high-productivity, parallel-programming
|
In short, Chapel is an open-source, high-productivity, parallel-programming
|
||||||
language in development at Cray Inc., and is designed to run on multi-core PCs
|
language in development at Cray Inc., and is designed to run on multi-core PCs
|
||||||
as well as multi-kilocore supercomputers.
|
as well as multi-kilocore supercomputers.
|
||||||
@ -1124,16 +1124,16 @@ This tutorial is for people who want to learn the ropes of chapel without
|
|||||||
having to hear about what fiber mixture the ropes are, or how they were
|
having to hear about what fiber mixture the ropes are, or how they were
|
||||||
braided, or how the braid configurations differ between one another. It won't
|
braided, or how the braid configurations differ between one another. It won't
|
||||||
teach you how to develop amazingly performant code, and it's not exhaustive.
|
teach you how to develop amazingly performant code, and it's not exhaustive.
|
||||||
Refer to the [language specification](http://chapel.cray.com/language.html) and
|
Refer to the [language specification](https://chapel-lang.org/docs/latest/language/spec.html) and
|
||||||
the [module documentation](http://chapel.cray.com/docs/latest/) for more
|
the [module documentation](https://chapel-lang.org/docs/latest/) for more
|
||||||
details.
|
details.
|
||||||
|
|
||||||
Occasionally check back here and on the [Chapel site](http://chapel.cray.com)
|
Occasionally check back here and on the [Chapel site](https://chapel-lang.org)
|
||||||
to see if more topics have been added or more tutorials created.
|
to see if more topics have been added or more tutorials created.
|
||||||
|
|
||||||
### What this tutorial is lacking:
|
### What this tutorial is lacking:
|
||||||
|
|
||||||
* Exposition of the [standard modules](http://chapel.cray.com/docs/latest/modules/modules.html)
|
* Exposition of the [standard modules](https://chapel-lang.org/docs/latest/modules/standard.html)
|
||||||
* Multiple Locales (distributed memory system)
|
* Multiple Locales (distributed memory system)
|
||||||
* Records
|
* Records
|
||||||
* Parallel iterators
|
* Parallel iterators
|
||||||
|
Loading…
Reference in New Issue
Block a user