The concepts of the Intel(R) Concurrent Collections (CnC) are described in the CnC documentation.
The API presented here provides a natural way to program directly in C++ using the CnC design methodology. The API provides classes representing item collections (CnC::item_collection) and tag collections (CnC::tag_collection) and the context (CnC::context) which brings together the collections and steps. More advanced features include a capabilities for tuning and running CnC programs on distributed memory systems.
The CnC C++ API Tutorial guides you step-by-step through creating your CnC application directly in C++.
Read CnC for distributed memory (distCnC) to run your CnC program on a distributed memory system.
1.5.6