- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - saranyaselvamani
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page