mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fixes race condition for a nwdft grid nodisk task
executed after a regular grid task fixes https://github.com/nwchemgit/nwchem/issues/1228
This commit is contained in:
parent
4cac8afdec
commit
c4d5b83a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ c
|
|||
endif
|
||||
c
|
||||
c Compute via direct numerical quadrature.
|
||||
if(.not.grid_written) then
|
||||
if(.not.grid_written.and.(.not.largenode)) then
|
||||
c
|
||||
c check if we can get the grid from a file
|
||||
c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue