mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
Header modified
Found an unfinished sentence, fixed it.
This commit is contained in:
@@ -11,11 +11,10 @@ You can read all about chapel at [Cray's official Chapel website](chapel.cray.co
|
|||||||
In short, Chapel is an open-source, high-productivity, parallel-programming language in development
|
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 as well as multi-kilocore supercomputers.
|
at Cray Inc., and is designed to run on multi-core PCs as well as multi-kilocore supercomputers.
|
||||||
|
|
||||||
Chapel is currently in-development so there are occasional hiccups with
|
|
||||||
performance and language features, which is why you should write as much Chapel
|
|
||||||
|
|
||||||
Your input, questions, and discoveries are important to us!
|
Your input, questions, and discoveries are important to us!
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
Chapel is currently in-development so there are occasional hiccups with
|
||||||
|
performance and language features.
|
||||||
The more information you give the Chapel development team about issues you encounter with the language,
|
The more information you give the Chapel development team about issues you encounter with the language,
|
||||||
the better the language gets.
|
the better the language gets.
|
||||||
Feel free to email the team and other developers through the sourceforge email lists at [sourceforge](https://sourceforge.net/p/chapel/mailman)
|
Feel free to email the team and other developers through the sourceforge email lists at [sourceforge](https://sourceforge.net/p/chapel/mailman)
|
||||||
@@ -39,7 +38,6 @@ You will need to ```source util/setchplenv.*``` from the chapel directory every
|
|||||||
time your terminal starts so its suggested that you drop that command in a script
|
time your terminal starts so its suggested that you drop that command in a script
|
||||||
that will get executed on startup (like .bashrc).
|
that will get executed on startup (like .bashrc).
|
||||||
|
|
||||||
|
|
||||||
Chapel is easily installed with Brew for OS X
|
Chapel is easily installed with Brew for OS X
|
||||||
1. ```brew update```
|
1. ```brew update```
|
||||||
2. ```brew install chapel```
|
2. ```brew install chapel```
|
||||||
|
Reference in New Issue
Block a user