Hi Urban,<br>Brief reply 'cause I didn't want to leave this post incomplete. The code kept crashing when calling one of the cp_dbcsr_mult_ routines. Yet, to save your time and mine I decided to install GNU compilers from the 4.4.0 dist. That worked, as now my serial and || exes run just fine (they have passed several of the tests provided). I'm aware this is not a clean-cut solution but I had to be pragmatic to keep moving forward.<br>
Help very appreciated, <br>Carlos<br><br><br><div class="gmail_quote">On Fri, May 20, 2011 at 3:17 PM, Urban Borštnik <span dir="ltr"><<a href="mailto:urban.b...@gmail.com">urban.b...@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Carlos,<br>
<br>
One very quick to find out where your executable gets stuck--since it is<br>
completely non-parallel--is to run it through gdb.  First, recompile<br>
with the "-g" option to get debugging symbols in the executable.  Then<br>
run "gdb /path/to/cp2k/cp2k.sopt -i input.inp" with the appropriate path<br>
& input filename. When it gets stuck, simply press Ctrl-C and it should<br>
print a stack trace (or type in "bt" to get it).  Try it several times<br>
to see if it always hangs at the same point.  Then let us know where it<br>
gets stuck.<br>
<br>
Another option is to turn on tracing by adding "TRACE ON" to the GLOBAL<br>
section of the input file.<br>
<br>
Cheers,<br>
Urban<br>
<div><div></div><div class="h5"><br>
On Fri, 2011-05-20 at 14:28 -0400, Carlos Campana wrote:<br>
> Hello CP2Kers,<br>
> Been recently driven to use CP2K given its possibilities. Managed to<br>
> compile a simple serial version using gnu compilers. See below for gcc<br>
> version.<br>
><br>
> >gfortran -v<br>
> >Using built-in specs.<br>
> >COLLECT_GCC=./gfortran<br>
> >COLLECT_LTO_WRAPPER=/home/ccampana/Install/GNU-GCC-dist/GCC-install/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper<br>
> >Target: x86_64-unknown-linux-gnu<br>
> >Configured with: ../dist/configure<br>
> --prefix=/home/ccampana/Install/GNU-GCC-dist/GCC-install<br>
> --with-gmp=/home/ccampana/Install/GNU-GCC-dist/GMP<br>
> >--with-mpc=/home/ccampana/Install/GNU-GCC-dist/MPC<br>
> --with-ppl=/home/ccampana/Install/GNU-GCC-dist/PPL<br>
> --with-mpfr=/home/ccampana/Install/GNU-GCC-dist/MPFR<br>
> >--with-cloog=/home/ccampana/Install/GNU-GCC-dist/CLOOG<br>
> --enable-cloog-backend=isl --enable-languages=c,c++,fortran<br>
> >Thread model: posix<br>
> >gcc version 4.6.0 20110301 (experimental) (GCC)<br>
><br>
> My building file is attached here ( Linux-x86-64-gfortran_ccc.sopt ).<br>
> Very basic built.<br>
> A first simple test (H2O-MOs.inp) went fine. Yet, as soon as I try to<br>
> print the molecular orbitals to a cube file by uncommenting the<br>
> MO_CUBES section within H2O-MOs.inp the exe fails/hangs indefinitely.<br>
> See log file. I have used the same compiler for the blas and lapack.<br>
> Miscompiled exe with gfortran?<br>
> Has anyone ran into similar problems. Hints/recommendations?<br>
> Thanks,<br>
> Carlos<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
</div></div>> --<br>
> You received this message because you are subscribed to the Google<br>
> Groups "cp2k" group.<br>
> To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
> To unsubscribe from this group, send email to cp2k<br>
> +<a href="mailto:unsub...@googlegroups.com">unsub...@googlegroups.com</a>.<br>
> For more options, visit this group at<br>
> <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<font color="#888888"><br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
</font></blockquote></div><br>