diff options
author | Ian Bertolacci <ian.bertolacci@gmail.com> | 2018-07-23 09:23:43 -0700 |
---|---|---|
committer | Ian Bertolacci <ian.bertolacci@gmail.com> | 2018-07-23 09:23:43 -0700 |
commit | fdf12d97c7db1f92b9e1cd577d0cc6b9d89f44d7 (patch) | |
tree | 377c586978e8a6a40add1c50297d2dd53ffbd01c /chapel.html.markdown | |
parent | a52115be2f1ed9c9a943f1acdcc22d821a37e57b (diff) |
removed parallelism start marker
Diffstat (limited to 'chapel.html.markdown')
-rw-r--r-- | chapel.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapel.html.markdown b/chapel.html.markdown index 346eccb2..450bec8e 100644 --- a/chapel.html.markdown +++ b/chapel.html.markdown @@ -893,7 +893,6 @@ foo(); // We can declare a main procedure, but all the code above main still gets // executed. proc main() { - writeln("PARALLELISM START"); // A begin statement will spin the body of that statement off // into one new task. |