[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

Scalable Parallel implementation of Conjugate Gradient Linear System solver library that is NUMA-aware and cache-aware

Ramine

12/19/2014 6:54:00 AM

Hello,


My Scalable Parallel implementation of Conjugate Gradient Linear System
solver library that is NUMA-aware and cache-aware is here, now you
don't need to allocate your arrays in different NUMA-nodes, cause i have
implemented all the NUMA functions for you, this new algorithm
is NUMA-aware and cache-aware and it's really scalable on
NUMA-architecture and on multicores, so if you have a NUMA
architecture just run the "test.pas" example that i have
included on the zipfile and you will notice that my new
algorithm is really scalable on NUMA architecture.

Frankly i think i have to write something like a PhD paper
to explain more my new algorithm , but i will let it at the moment
as it is... perhaps i will do it in the near future.

This scalable Parallel library is especially designed for large scale
industrial engineering problems that you find on industrial Finite
element problems and such, this scalable Parallel library was ported to
both FreePascal and all the Delphi XE versionS, hope you will find it
really good.

You can download my Scalable Parallel implementation of Conjugate
Gradient Linear System solver library that is NUMA-aware and cache-aware
from:

https://sites.google.com/site/aminer68/scalable-parallel-implementation-of-conjugate-gradient-linear-system-solver-library-that-is-numa-aware-and-c...


Thank you,
Amine Moulay Ramdane.