Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

project suggestion

saranyaselvamani
Beginner
371 Views
Hello professionals,
i would to take up my project in parallelizationand optimization...can somebody come out with recent trends ,I am interested in optimization problem...and also in game development
0 Kudos
2 Replies
inkant
Novice
371 Views
Hello professionals,
i would to take up my project in parallelizationand optimization...can somebody come out with recent trends ,I am interested in optimization problem...and also in game development

Parallelization basically would depend on what architectures you want to target:

For shared memory systems- Open MP is a popular threading tool.
For Distributed memory systems : MPI (Message passing interface)

For Optimization problems you can also try using Intel MKL. they already have already threaded driver routines which you can plug in and use for your application.

I have no diea about game development.
0 Kudos
jose-jesus-ambriz-me
371 Views
About game programming; In the Intel material for these subjects there are some interesting ideas for your project(http://software.intel.com/en-us/articles/parallel-architectur-for-games/

0 Kudos
Reply