Hello,
My Scalable Parallel C++ Conjugate Gradient Linear System Solver Library
was updated to version 1.60, and it has become really powerful.
I have just eliminated a contention on memory, and now it has become
fully scalable on NUMA architecture, but you have to set the second
boolean parameter of the PCG_DENSE_Solver() constructor to true , and it
will support processor groups on windows and it will allow you to go and
scale beyond 64 logical processors and it will be NUMA efficient.
You can download my new Scalable Parallel C++ Conjugate Gradient Linear
System Solver Library version 1.60 from:
https://sites.google.com/site/aminer68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library
Thank you,
Amine Moulay Ramdane.