Page 2 of 2

Re: Out of memory in Static Dielectric Matrix calculation

Posted: Sat Apr 27, 2024 1:00 am
by Dean
Dear Daniele,
Here is the files. please refer it.
Thanks.

Re: Out of memory in Static Dielectric Matrix calculation

Posted: Thu May 02, 2024 5:17 pm
by andrea.ferretti
Dear All,

a couple of comments related to the ongoing discussion:
* typically, negative size allocation means that the global size of the array to be allocated (the product of each rank dimension) goes overflow (larger than 4Byte integers, about 2*10^9 elements);
* the code stops for the allocation size being negative, but that could be somehow random, which could also explain some different behaviours when changing the dimensions of the problem;
* would this situation fit ?

Andrea

Re: Out of memory in Static Dielectric Matrix calculation

Posted: Mon May 06, 2024 12:14 pm
by Dean
Dear Andrea,
Thanks for your reply.
I think so.
Best,