All Articles Tagged Glossary of Technical Terms

Link/UrlTags
OpenMP[Knowledgebase]
OpenMP samples   These samples can be downloaded from Open MP Source code repository in SourceForge.  Also refer to  OpenMP specifications in openmp.org.   List of samples in the above site...

Posted: 2009-03-09 01:00:00 by Krishnamurti Subramanian (Intel)
Glossary of Technical Terms, Multi-thread apps for Multi-Core, Parallel Programming & Multi-Core, Threaded Code examples
JVM[Knowledgebase]
See Java Virtual Machine.

Posted: 2009-11-06 00:00:00 by Bharath (Intel)
Glossary of Technical Terms, Parallel Programming & Multi-Core
Join[Knowledgebase]
See Fork/join.

Posted: 2009-09-24 00:00:00 by Bharath (Intel)
Glossary of Technical Terms, Parallel Programming & Multi-Core
False Sharing [Knowledgebase]
Challenge Identify and eliminate false sharing in a threaded application. For example, two threads could use unique data elements on the same cache line for read...

Posted: 2009-03-01 21:00:00 by kslewisx
Glossary of Technical Terms, How to thread?, Multi-thread apps for Multi-Core, Parallel Programming & Multi-Core, Performance analysis
Bi-section Bandwidth[Knowledgebase]
The bi-directional capacity of a network between two equal-sized partitions of nodes. The cut across the network is taken at the narrowest point in each bi-section of the network.

Posted: 2010-09-21 21:00:00 by Cecilia Villalon (Intel)
Glossary of Technical Terms, Parallel Programming & Multi-Core
Bandwidth[Knowledgebase]
The capacity of a system, usually expressed as “items per second.” In parallel computing, the most common usages of the term bandwidth are in reference to the number of bytes per second that can be...

Posted: 2010-09-05 21:00:00 by Cecilia Villalon (Intel)
Glossary of Technical Terms, Parallel Programming & Multi-Core