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

My Parallel C++ Conjugate Gradient Linear System Solver Library that scales very well was updated to version 1.74

1 view
Skip to first unread message

Horizon68

unread,
Jan 14, 2019, 4:27:35 PM1/14/19
to
Hello,


My Parallel C++ Conjugate Gradient Linear System Solver Library that
scales very well was updated to version 1.74

Here is what i have enhanced:

The Solve() method is now thread-safe, so you can you call it from
multiple threads, everything else is thread-safe except for the
constructor , you have to call the constructor one time from a process
and use the object from multiple threads.

I think that my library is much more stable and fast and it works
on both Windows and Linux.

You can read about it and download it from my website here:

https://sites.google.com/site/scalable68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library


Thank you,
Amine Moulay Ramdane.

Horizon68

unread,
Jan 20, 2019, 1:28:42 PM1/20/19
to
Hello,

Read this:


My Parallel C++ Conjugate Gradient Linear System Solver Library that
scales very well was updated to version 1.74

Here is what i have enhanced:

The Solve() method is now thread-safe, so you can call it from multiple
0 new messages