mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Merge pull request #803 from edoapra/master
fix util_print for qmd module
This commit is contained in:
commit
360ce8bf9a
1 changed files with 3 additions and 0 deletions
|
|
@ -34,7 +34,10 @@ c start clock
|
|||
c
|
||||
c invoke the qmd driver
|
||||
c if (ga_nodeid().eq.0) write(luout,*) "calling qmd_driver"
|
||||
call util_print_push()
|
||||
call util_print_rtdb_load(rtdb,'qmd')
|
||||
status = qmd_driver(rtdb)
|
||||
call util_print_pop()
|
||||
c
|
||||
c stop clock
|
||||
cpu = util_cpusec() - cpu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue