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:
edoapra 2025-12-23 14:39:23 -08:00
parent 4cac8afdec
commit c4d5b83a5a
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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