https://github.com/ftes/icnc-hello-world
Small Intel CnC (Concurrent Collections for C++) example
https://github.com/ftes/icnc-hello-world
Last synced: 9 months ago
JSON representation
Small Intel CnC (Concurrent Collections for C++) example
- Host: GitHub
- URL: https://github.com/ftes/icnc-hello-world
- Owner: ftes
- Created: 2015-11-05T16:23:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T10:36:05.000Z (over 10 years ago)
- Last Synced: 2025-02-07T04:42:16.322Z (over 1 year ago)
- Language: C++
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Small Intel CnC (Concurrent Collections for C++) example.
Prescribes steps that calculate squared values of [0,n).
## Usage
- build using make
- run ``$ ./hello-world 5``