------- Comment #25 from jv244 at cam dot ac dot uk 2009-01-11 12:30 ------- (In reply to comment #22) > Program received signal SIGSEGV, Segmentation fault. > __mc_moves_MOD_change_bond_length () at > /scratch/vondele/clean/cp2k/src/../src/mc_moves.F:1434 > 1434 atom_b(:)=0 > I had a further look into this. It is sufficient to compile the file mc_moves.F without graphite to avoid the segfault, while compiling it with '-fgraphite -fgraphite-identity' is enough to get the segfault. I would therefore guess this is unrelated to blocking and local to the file mc_moves.F. I'll see if I can narrow down the problem to the single subroutine (change_bond_length) which I suspect is the issue. [all of this with trunk 143207]
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38431