| View previous topic :: View next topic |
| Author |
Message |
Daniel Shawul
Joined: 14 Mar 2006 Posts: 2187 Location: Ethiopia
|
Post subject: Re: Parallelization questions, ABDADA or DTS? Posted: Sat Mar 24, 2012 11:25 pm |
|
|
I think Vincent answered your question thoroughly I would also like to know if Intel will push Cilk to be the language of choice for those hardwares ? How is the performance of the scheduler for chess? It has been used before by CilkChess so it should not be bad. But the tree may not be very selective compared to current heavily pruned trees.
I have implemented a cluster YBW which I think is on par with cluster-Toga performance wise. But I didn't test it well because the clusterI had access to used fast ethernet connection (which means slow) and it really did not scale well even on 32 processors. But it works as long as all processors are active.
One thing I did uniquely is to use a combined SMP-cluster search, where the search takes advantage of "fat nodes" (nodes with 8-core SMP machines) by starting an SMP search. It helps with the speed up but could introduce inefficiencies with load balancing as some workers become extra powerfull. Also it makes implementation becomes complicated since you can just use MPI to start a process for every core. That is do message passing even when you know it is an SMP machine. MPI actually optimizes stuff in that case but it will not be as good as the SMP algorithm. _________________ https://sites.google.com/site/dshawul/
https://github.com/dshawul |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
Parallelization questions, ABDADA or DTS? |
Benjamin Rosseaux |
Fri Mar 23, 2012 3:45 pm |
Re: Parallelization questions, ABDADA or DTS? |
Matthew R. Brades |
Fri Mar 23, 2012 3:54 pm |
Re: Parallelization questions, ABDADA or DTS? |
Robert Hyatt |
Sat Mar 24, 2012 2:57 am |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 8:19 am |
Re: Parallelization questions, ABDADA or DTS? |
Benjamin Rosseaux |
Sat Mar 24, 2012 10:52 am |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 12:44 pm |
Re: Parallelization questions, ABDADA or DTS? |
Benjamin Rosseaux |
Sat Mar 24, 2012 1:57 pm |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 9:52 pm |
Re: Parallelization questions, ABDADA or DTS? |
Benjamin Rosseaux |
Sun Mar 25, 2012 6:29 pm |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sun Mar 25, 2012 7:27 pm |
Re: Parallelization questions, ABDADA or DTS? |
Jon Dart |
Sat Mar 24, 2012 6:06 pm |
Re: Parallelization questions, ABDADA or DTS? |
Daniel Shawul |
Sat Mar 24, 2012 6:06 pm |
Re: Parallelization questions, ABDADA or DTS? |
Seb Dragulic |
Sat Mar 24, 2012 9:26 pm |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 10:16 pm |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 10:38 pm |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sat Mar 24, 2012 10:52 pm |
Re: Parallelization questions, ABDADA or DTS? |
Seb Dragulic |
Sun Mar 25, 2012 12:21 am |
Re: Parallelization questions, ABDADA or DTS? |
Vincent Diepeveen |
Sun Mar 25, 2012 12:43 am |
Re: Parallelization questions, ABDADA or DTS? |
Seb Dragulic |
Sun Mar 25, 2012 12:59 am |
Re: Parallelization questions, ABDADA or DTS? |
Daniel Shawul |
Sat Mar 24, 2012 11:25 pm |
Re: Parallelization questions, ABDADA or DTS? |
Daniel Shawul |
Sat Mar 24, 2012 11:31 pm |
Re: Parallelization questions, ABDADA or DTS? |
Robert Hyatt |
Sat Mar 24, 2012 2:56 am |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|