Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milderhc committed May 23, 2017
1 parent e7e8aab commit 3da8a47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 31 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ int main () {
cout << sum1 + sum2 << '\n';
}
```

## Considerations

As you may know, parallel programming is very different from sequential programming and to achieve the best performance, hand parallelization is probably the best option. Thus, this software does not support some parallelization techniques. <br>
The C++ grammar is limited, it may not support some features of C++11 and C++14. This is a beta version, the parallelization process is not guaranteed for some aspects of the language such as pointers and reference variables, these aspects require a further implementation.

Take into account these considerations before parallelizing with our software.

31 changes: 0 additions & 31 deletions input-code/examples/commands.cpp

This file was deleted.

0 comments on commit 3da8a47

Please sign in to comment.