mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
stop when global memory eq 0
This commit is contained in:
parent
1be82a2ab4
commit
b665a3d8a6
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ c$$$ $ ' verify ', overify
|
|||
c
|
||||
c Store data to the rtdb
|
||||
c
|
||||
if(global_size.eq.0) call errquit(
|
||||
E 'memory_input: no global memory defined ',0,MEM_ERR)
|
||||
if (ostore) then
|
||||
mem(1) = heap_size
|
||||
mem(2) = stack_size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue