[Octopus-notify] svn commit: r7050 - trunk/src/basic by dstrubbe
octopus-notify at tddft.org
octopus-notify at tddft.org
Wed Oct 27 06:27:27 WEST 2010
Author: dstrubbe
Date: Wed Oct 27 06:27:25 2010
New Revision: 7050
Changeset: http://www.tddft.org/trac/octopus/changeset/7050
Modified:
trunk/src/basic/lookup.F90
Log:
After much effort, I discovered that PGI compilers after version 10.3 do some optimization on this file which causes segmentation faults in many of the tests. By putting this pragma in the file, the optimization level is set to -O0 for PGI compilers, regardless of what may be specified on the command line. It will just be a comment to other compilers.
More information about the Octopus-notify
mailing list