mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
increase number of integers for memory output https://github.com/nwchemgit/nwchem/issues/838
This commit is contained in:
parent
49927e4fa5
commit
19e4c0be29
1 changed files with 4 additions and 4 deletions
|
|
@ -665,11 +665,11 @@ c
|
|||
& cstatus,
|
||||
& fstatus
|
||||
3 format(/
|
||||
$ ' heap = ', i10,' doubles',' = ',f8.1,' Mbytes',/,
|
||||
$ ' stack = ', i10,' doubles',' = ',f8.1,' Mbytes',/,
|
||||
$ ' global = ', i10,' doubles',' = ',f8.1,' Mbytes',
|
||||
$ ' heap = ', i12,' doubles',' = ',f10.1,' Mbytes',/,
|
||||
$ ' stack = ', i12,' doubles',' = ',f10.1,' Mbytes',/,
|
||||
$ ' global = ', i12,' doubles',' = ',f10.1,' Mbytes',
|
||||
& ' ',A,/,
|
||||
$ ' total = ', i10,' doubles',' = ',f8.1,' Mbytes',/,
|
||||
$ ' total = ', i12,' doubles',' = ',f10.1,' Mbytes',/,
|
||||
$ ' verify = ', a3,/,
|
||||
$ ' hardfail = ', a3,//)
|
||||
c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue