Martin S
unread,Jan 15, 2012, 5:18:26 AM1/15/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi everyone,
I'm doing a little finite differences implementation of the 3D Poisson-
Boltzmann equation, and I end up with the task of finding the
eigenvector of that huge sparse matrix. The best thing to do seems to
use the the umf_lufact and umf_lusolve functions, however this is
strongly limited by the memory available to SciLab (I'm using a
computer with 4GB of RAM), even after setting the stacksize to 'max'.
In fact, I get the "not enough memory"-error from ump_lufact.
My question is, whether increasing the size of the swap partition on a
linux system would give me the possibility to push the limits of the
stacksize, thereby enabling me to increase the resolution of my
simulations.
Thanks and cheers