[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming.threads

Parallel implementation of Conjugate Gradient Sparse Linear System Solver library was updated to version 1.32

Ramine

2/6/2016 9:19:00 PM

Hello,


Parallel implementation of Conjugate Gradient Sparse Linear System
Solver library was updated to version 1.32

https://sites.google.com/site/aminer68/parallel-implementation-of-conjugate-gradient-sparse-linear-sys...

Read here:

https://en.wikipedia.org/wiki/Spa...

As you have noticed it says:

"When storing and manipulating sparse matrices on a computer, it is
beneficial and often necessary to use specialized algorithms and data
structures that take advantage of the sparse structure of the matrix.
Operations using standard dense-matrix structures and algorithms are
slow and inefficient when applied to large sparse matrices as processing
and memory are wasted on the zeroes. Sparse data is by nature more
easily compressed and thus require significantly less storage. Some very
large sparse matrices are infeasible to manipulate using standard
dense-matrix algorithms."

I have taken care of that on my new algorithm, i have used
my ParallelIntHashList datastructure to store the sparse matrices
of the linear systems so that it become very fast and so that it
doesn't waste on the zeros, in fact my new algorithm doesn't store the
zeros of the sparse matrix of the linear system.

I have also implemented another scalable parallel algorithm that is
cache-aware an NUMA-aware and that is scalable on NUMA architecture, and
that is designed for dense matrices that you find on Linear Equations
arising from Integral Equation Formulations, this one stores the zeros
of the sparse matrix of the linear system , here it is:

Scalable Parallel implementation of Conjugate Gradient Linear System
solver library that is NUMA-aware and cache-aware was updated to version
1.23

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.




1 Answer

Universe_JDJ

10/15/2007 7:21:00 AM

0

Marc wrote:
>
> "Universe_JDJ" wrote:
>
>> Marc wrote:
>>> Hi. I recently installed all of my Sims 1 on my Vista pc. Because I installed
>>> them in the wrong order The Sims updated itself when I tried to play and
>>> removed all the expansion packs. I then tried to install it again but it
>>> keeps telling me that House Party is already installed but it gives me the
>>> option to install it when i insret the disk. I have removed the sims from the
>>> uninstall/remove programs from Control Panel, and have manually removed the
>>> file from C:/Program Files.
>>>
>>> I have been on The Sims website and done everything possible as to what they
>>> have asked, and they said The Sims House Party is stuck on my reigistry and
>>> this is something I need to ask Microsoft for help with please can you help
>>> me? Thanks
>> If you feel adept to the task, you could remove the offending the
>> entries from the registry yourself. Click on:
>>
>> Start --> Run... ---> Type in Regedit --> Click OK.
>>
>> The keys would probably be in HKEY_LOCAL_MACHINE\SOFTWARE or
>> HKEY_CURRENT_USER\Software.
>>
>> Look for the Sims or Maxis. Deleting the entries out should enable you
>> to reinstall it again, but be careful in the registry and make a backup
>> of anything you delete using File --> Export in the Registry editor. You
>> could mess up your computer.
>>
>> Thanks so much Universe JDJ it has worked and is installing successfully thanks ever so much :) Marc

No problem.