We can transform single thread to multithread: Intel

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
AdminX
Posts: 6363
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

We can transform single thread to multithread: Intel

Post by AdminX »

So you think parallel programming is a drag, huh? "Let us recompile your app to take advantage of all those cores", says Intel. Plus heaps of other juicy new stuff.

“Our answer is CT: C stands for C++ based MPI and T stands for high throughput. So programmers can run C++ like scalar code, and our CT code will do everything that an experienced programmer will do like parallelisation and vectorisation.”


See Link for more ...
http://apcmag.com/we_can_transform_sing ... _intel.htm
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: We can transform single thread to multithread: Intel

Post by bob »

AdminX wrote:So you think parallel programming is a drag, huh? "Let us recompile your app to take advantage of all those cores", says Intel. Plus heaps of other juicy new stuff.

“Our answer is CT: C stands for C++ based MPI and T stands for high throughput. So programmers can run C++ like scalar code, and our CT code will do everything that an experienced programmer will do like parallelisation and vectorisation.”


See Link for more ...
http://apcmag.com/we_can_transform_sing ... _intel.htm

Doesn't work with chess programs unfortunately... In fact, it works for very few programs. Parallel programming is non-trivial...