parallelization Select a Module Knowledgebase Forums Videos Blogs Contests Select a Community Software Products General Mobility Parallel Programming Manageability Open Source Virtualization What If Experimental Software ISN General Intel® Cluster Ready Financial Services Industry Tools Pentium Itanium Xeon Intel® Atom™ Software Developer Community Visual Computing ISC General Intel Software Network communities Academic Developer Training MID Software College Home Intel SW Partner program Events Intel® Parallel Composer Intel® Parallel Amplifier Intel® Parallel Inspector Intel® Software Development Products Home Intel® Parallel Studio Home Intel® HPC Home Intel® Parallel Studio Pre-Order Intel® Cluster Toolkit Intel® Cluster Toolkit Compiler Intel® Compilers Intel® IPP Intel C++ Tool Suite for MIDs Intel® MKL Intel® MPI Library Intel® TBB Intel® Thread Checker Intel® Trace Analyzer Intel® VTune Intel® AVX Intel® Graphics Performance Analyzers Knowledge Base Intel C++ Compiler and Performance Library for QNX* Neutrino* RTOS Knowledge Base Intel® C++ Compiler for Linux* Knowledge Base Intel® C++ Compiler for Mac OS X* Knowledge Base Intel® C++ Compiler for Windows* Knowledge Base Intel® Software Development Tool Suites for Intel® Atom™ Processor Knowledge Base Intel® Cluster Checker Knowledge Base Intel® Cluster Ready Knowledge Base Intel® Cluster Toolkit for Linux* Knowledge Base Intel® Cluster Toolkit for Windows* Knowledge Base Intel® Fortran Compiler for Linux* Knowledge Base Intel® Fortran Compiler for Mac OS X* Knowledge Base Intel® Integrated Performance Primitives Knowledge Base Intel® License Manager for FLEXlm* Knowledge Base Intel® Math Kernel Library Knowledge Base Intel® MPI Library for Linux* Knowledge Base Intel® MPI Library for Windows* Knowledge Base Intel® Parallel Amplifier Knowledge Base Intel® Parallel Composer Knowledge Base Intel® Parallel Inspector Knowledge Base Intel® Software Development Products Registration Center Knowledge Base Intel® Thread Checker for Linux* Knowledge Base Intel® Thread Checker for Windows* Knowledge Base Intel® Thread Profiler for Windows* Knowledge Base Intel® Threading Building Blocks Knowledge Base Intel® Trace Analyzer and Collector for Linux* Knowledge Base Intel® Trace Analyzer and Collector for Windows* Knowledge Base Intel® Visual Fortran Compiler for Windows* Knowledge Base Intel® VTune™ Performance Analyzer for Linux* Knowledge Base Intel® VTune™ Performance Analyzer for Windows* Knowledge Base Data Parallelism Intel® Graphics Performance Analyzers (GPA) Intel® Software Network TV Intel Software Network communities Software News Code & Downloads Game Development ISN Home Page with ISN TV Player Artist Media Intel’s Ct Technology Beta Knowledge Base
pentium 4 parallelization improvements [Forums]
Hi!I'm a fortran user. Now i'm trying, for the first time, to use openMP to improve the performance of my codes. I work under windows XP on an Pentium 4 (670) 3.8GHz.I think that my CPU is a single c ... Posted: 2007-09-26 01:04:07 by clodxpparallelization , pentium4 An Overview of the Parallelization Implementation Methods in Intel(R) C++ Compilers [Knowledgebase]
Introduction
This document provides an overview of some of the popular techniques and technologies available for parallelizing applications and explains how Intel® C++ Compilers can help with th ... Posted: 2009-09-17 14:29:28 by Mark Sabahi (Intel)OpenMP , parallelization , Vectorization , TBB Another Sorts of Sorts [Blogs] Asaf Shelly posted interesting blog regarding first problem (radix sort) of the Intel Threading Contest 2009:
All Sorts of Sorts
There is also active discussion going in the comments. Since I had me ... Posted: 2009-05-06 07:46:06 by Dmitriy Vyukovparallelization , Multi-threading , multi-core Parallelization And Optimization of The Line Segment Intersection Problem [Blogs]
Line Segment Intersection Problem
1. Problem Statement
Write a threaded code to find pairs of input line segments that intersect within three-dimensional space. Line segments are defined ... Posted: 2009-08-12 08:19:32 by Dmitriy Vyukovparallelization , Threading Building Blocks , SSE , optimization , fork-join , line segment intersection send "go" signal to PXFFORK-ed process? [Forums] I have a single-thread simulation code that spends about 15% of its time writing output data. Many speedup tricks have been implemented (autoparallelization, vectorization, etc.; but not (yet!) OpenM ... Posted: 2009-11-02 00:51:12 by noojparallelization , write i/o efficient , PXFFORK