Archives

Categories:
  Bloggers:
From:
  To:
 
Older Entries

Technology in 3D

By Rick Puckett (Intel) (8 posts) on November 6, 2009 at 3:28 pm
Comments (0)

Is a 3D interface right for your application? Check out the new Gartner report on 3D interfaces. See it here Enroll in Intel Software Partner Program today and learn how the program can help you deliver innovative solutions to meet your users' demands. Learn More

Continued ›

Category: Intel SW Partner Program

From the Labs - 3D scanning with a camera

By Sean Koehl (Intel) (1 posts) on November 6, 2009 at 2:19 pm
Comments (0)

Hi -- I'm joining the ISN blog community to share some research efforts from Intel labs that may be of interest to curious software developers. Today I wanted to give a brief summary of one visual computing application that we are investigating in a project we usually call "3D content creation for amateurs." In this project [...]

Continued ›

Category: Art, Music, & Animation, Visual Computing

TechEd09: How parallel is the Microsoft conference?

By Michael J Huelskoetter (61 posts) on November 6, 2009 at 4:26 am
Comments (0)

If you look at the Microsoft's Tech-Ed web page you'll find out that there's a lot of things which are parallel. For instance all the different tech session run in parallel so that as much as possible topics can be covered during Tech-Ed. But also the huge showcase is somehow parallel: there are many companies [...]

Continued ›

Category: Events

Living in a connected world and managing change

By Dale Taylor (Intel) (58 posts) on November 5, 2009 at 11:33 pm
Comments (1)

Divorce, it happens.  How do you manage divorce with Facebook and so many other connections in life?  What if you keep finding out things you would rather not know via social networking sites?  A simple example, my ex and her family are visible to me through our common children on Facebook.  Honestly I would rather [...]

Continued ›

Category: Cool Software, Intel® Atom™ Developer Program, Mobility, Social Media & Virtual Worlds

TechEd 2009 Europe

By Asaf Shelly (16 posts) on November 5, 2009 at 5:05 pm
Comments (0)

Hi All, If you are going to the event next week in Berlin then let me know about it. Maybe we can meet face to face and if there are enough of us perhaps even a gourp community meeting. This can be a good opportunity to meet the experts. In any case, you are all welcome to [...]

Continued ›

Category: Academic, Events, Intel® Software Network 2.0, Mobility, Parallel Prog. & Multi-Core, Software Engineering

Use of rand() in OpenMP parallel sections

By Andrey Karpov (7 posts) on November 5, 2009 at 2:57 pm
Comments (2)

The error consists in the fact that every parallel thread has its own seed and if no special initialization is carried out, rand() function will return the same value in all the threads. Most likely, this will not be the required result.

Continued ›

Category: Parallel Prog. & Multi-Core

OpenMP and exceptions

By Andrey Karpov (7 posts) on November 5, 2009 at 2:57 pm
Comments (1)

You can use exceptions inside parallel regions. But they mustn't leave these parallel regions. Exceptions should be caught and processed inside a parallel region by using try/catch. If the exception leaves the parallel region it will cause fail and most surely program crash.

Continued ›

Category: Parallel Prog. & Multi-Core

Change of type alignment and the consequences

By Andrey Karpov (7 posts) on November 5, 2009 at 2:56 pm
Comments (0)

When porting software one of the task a developer faces is to change types' sizes and rules of their alignments. Not so long ago we provided support of the diagnosing rule allowing you to detect data structures which use memory on 64-bit inefficiently in Viva64 analyzer. But there is still some research work to be [...]

Continued ›

Category: Software Engineering

October 27: John Schiavone, Cadence Design Systems: Real World Parallelism:

By Tom Spyrou (4 posts) on November 5, 2009 at 2:54 pm
Comments (0)

Hi Everyone, I thought that I would post this since one of my co-workers at Cadence will be gave a webinar on his experience parallelizing an existing application. The application and algorithms involved are really complex. It was especially interesting because it involves legacy code and also the development environment was Windows unlike many EDA applications [...]

Continued ›

Category: Uncategorized

Five role playing exercises to introduce parallelism concepts

By Robert Chesebrough (Intel) (8 posts) on November 5, 2009 at 11:12 am
Comments (2)

Since the kickoff of the High School Parallelism bootcamp this summer, I've received several requests for a write up of the five role playing activities we used. The activities put students in the place of procesor cores and had them perform tasks in parallel. These activities proved to be popular among many of the [...]

Continued ›

Category: Academic, Parallel Prog. & Multi-Core
 
Older Entries