Wednesday, December 17, 2014

Digest for comp.programming.threads@googlegroups.com - 1 update in 1 topic

Ramine <ramine@1.1>: Dec 16 03:01PM -0800

Hello,
 
 
I have come up with a new algorithm of my Parallel Conjugate gradient
solver library, now it has become cache-aware, but you have to notice
that this new cache-aware algorithm is more efficient on multicores,
since i have benchmarked it against my previous algorithm and it has
given a scalability of 5X on a Quadcore over the single thread of my
previous algorithm , that's a really big improvement ! and now i have
made it NUMA-aware so that the memory transfers from the memory to the
CPU have become parallelized so that it becomes really scalable on NUMA
architecture, and this is also a big improvement ! but to make it
NUMA-aware you have just to allocate your arrays of your matrix in
different NUMA nodes using threads, and that's easy to do.
 
Hope you will be happy with my new algorithm and parallel library,
frankly my new algorithm have to be written as a PhD paper
or such.. but i have let it like that at this moment.
 
You can download my new Parallel Conjugate gradient solver library
version 1.1 from:
 
https://sites.google.com/site/aminer68/parallel-implementation-of-conjugate-gradient-linear-system-solver
 
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: