You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
Read again, i correct a typo:
My following software projects were updated:
Parallel implementation of Conjugate Gradient Linear Sparse System
Solver library that scales very well was updated to version 1.74
And
Parallel implementation of Conjugate Gradient Dense Linear System Solver
library that is NUMA-aware and cache-aware 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.