Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I have decided that will port my scalable parallel conjugate gradient to C++..

6 views
Skip to first unread message

Ramine

unread,
May 20, 2016, 3:05:10 PM5/20/16
to
Hello,


I have decided that will port my scalable parallel conjugate gradient 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.
0 new messages