Search found 5 matches

by autumnboy
Tue May 18, 2010 12:14 am
Forum: OpenSees.exe Users
Topic: poor memory management in sparse linear direct solver
Replies: 4
Views: 3990

I do not mean the symspare solver is bad. On the contrary, the symspare solver in my test is better than the profileSPD. What I question is the integration of solvers in OpenSees. It uses lots of buffer and uses up the memory, not the nonzero.
by autumnboy
Sun May 16, 2010 8:05 am
Forum: OpenSees.exe Users
Topic: poor memory management in sparse linear direct solver
Replies: 4
Views: 3990

Number of nonzero entries in the matrix for different method is shown. Though the number of nonzero entries in symsparse solver is fewer, the memory consumption is even larger than profileSPD due to the integration of fortran, c. It causes poor memory management.
by autumnboy
Sun May 16, 2010 7:54 am
Forum: OpenSees.exe Users
Topic: poor memory management in sparse linear direct solver
Replies: 4
Views: 3990

Node num Element num equnum None zero system ProfileSPD numberer Plain 30000 36421 108900 43180731 system ProfileSPD numberer RCM 30000 36421 108900 44036667 system SpareSPD nested dissection ordering 30000 36421 108900 9803302 system SpareSPD minimum degree ordering 30000 36421 108900 5719914(fewes...
by autumnboy
Sun May 16, 2010 7:51 am
Forum: OpenSees.exe Users
Topic: poor memory management in sparse linear direct solver
Replies: 4
Views: 3990

poor memory management in sparse linear direct solver

I wrote a simple test below: wipe ; model basic -ndm 3 -ndf 3 set Econ [expr 2.55*1e10 ] nDMaterial ElasticIsotropic 1 $Econ 0.25 1.27 set eleArgs "1" set element stdBrick set nx 10 set ny 10 set nz 300 set eleNum [expr $nx*$ny*$nz] set nn [expr ($nz+1)*($nx+1)*($ny+1) ] block3D $nx $ny $n...
by autumnboy
Thu Apr 01, 2010 12:02 am
Forum: Parallel Processing
Topic: I can't download Parallel versions
Replies: 7
Views: 11446

I can't download now either