summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
diff options
context:
space:
mode:
authorIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:43:42 -0700
committerIan Bertolacci <ian.bertolacci@gmail.com>2015-07-12 16:43:42 -0700
commit2ba9af4b85de0a2214d3c4de0f1509440a41adef (patch)
tree4a5d30e6b7848397ed962ce664a3ce0ac39a43ed /chapel.html.markdown
parent3ad75a4fb79e819a1ea5b2ab74bbfbb2c59c17fd (diff)
Header modified
Found an unfinished sentence, fixed it.
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r--chapel.html.markdown6
1 files changed, 2 insertions, 4 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown
index df9c1a44..01826a9c 100644
--- a/chapel.html.markdown
+++ b/chapel.html.markdown
@@ -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
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!
-----------------------------------------------------------
+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 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)
@@ -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
that will get executed on startup (like .bashrc).
-
Chapel is easily installed with Brew for OS X
1. ```brew update```
2. ```brew install chapel```