mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 12:23:43 +01:00
block size in cholesky
This commit is contained in:
parent
b773a361b2
commit
0dca6cfde4
@ -186,7 +186,7 @@ END_PROVIDER
|
|||||||
|
|
||||||
if (mem > qp_max_mem) then
|
if (mem > qp_max_mem) then
|
||||||
s = s*2.d0
|
s = s*2.d0
|
||||||
block_size = block_size / 2
|
block_size = max(block_size / 2, 1)
|
||||||
else
|
else
|
||||||
exit
|
exit
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user