Saturday, May 21, 2016

Digest for comp.programming.threads@googlegroups.com - 2 updates in 2 topics

Ramine <ramine@1.1>: May 20 03:11PM -0700

Hello,
 
 
I have decided that will port my scalable parallel conjugate gradient
solvers to C++..
 
I will port this one that is a Parallel implementation of Conjugate
Gradient Sparse Linear System Solver library:
 
https://sites.google.com/site/aminer68/parallel-implementation-of-conjugate-gradient-sparse-linear-system-solver
 
And i will port also this one to C++ that is not sparse and that
is scalable on NUMA architecture:
 
https://sites.google.com/site/aminer68/scalable-parallel-implementation-of-conjugate-gradient-linear-system-solver-library-that-is-numa-aware-and-cache-aware
 
 
I will not use C++ operator overloading, i will use an
interface with methods like this:
 
void setElement(long2 r, long2 c, double e);
double getElement (long2 r, long2 c);
 
 
 
 
Thank you,
Amine Moulay Ramdane.
bleachbot <bleachbot@httrack.com>: May 20 09:11PM +0200

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: