[Octopus-notify] svn commit: r5758 - trunk/src/grid by acastro
octopus-notify at tddft.org
octopus-notify at tddft.org
Fri Jul 24 02:54:19 WEST 2009
Author: acastro
Date: Fri Jul 24 02:54:19 2009
New Revision: 5758
Changeset: http://www.tddft.org/trac/octopus/changeset/5758
Modified:
trunk/src/grid/io_function_inc.F90
Log:
When attempting to read a netcdf function with the X(input_function)
routine, some initial work was done without even checking if the file
even existed. This was harmless (not very efficient, though, since
these useless operations were always done if the code had been
compiled with netcdf support, even if the default "obf" format was
used), but in some cases it even led to segfaults (some open boundary
tests in my machine).
More information about the Octopus-notify
mailing list