<div dir="ltr">Dear Tiziano<div><br></div><div>yes, I forgot to source the setup. However, setting the environment does not seem to be enough for compiling omen.</div><div>The installer gets stuck now with:</div><div><div><br></div><div><div>DHAVE_MUMPS -DHAVE_PEXSI -lrt -ldl -lstdc++ -lgfortran -lmpifort -lopenblas</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/lib/local/popt/libcp2k.a(xc_libxc.o): In function `__xc_libxc_MOD_libxc_lsd_eval':</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:631: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_func_init'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:632: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_func_get_info'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/lib/local/popt/libcp2k.a(xc_libxc.o): In function `libxc_lsd_calc':</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1621: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_func_init'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1622: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_func_get_info'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:2281: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_func_info_get_family'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1962: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_mgga_exc'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1962: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_mgga_exc'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1759: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_gga_exc'</div><div>/CP2K-OMEN-GCC/cp2k/cp2k/src/xc/xc_libxc.F:1759: undefined reference to `__xc_f03_lib_m_MOD_xc_f03_gga_exc'</div></div><div><br></div><div><br></div></div><div>Could you please help me again?</div><div><br></div><div>Bests</div><div>Luca </div><div><br></div><div><br></div><div><br></div><div> </div><div><br><br>On Tuesday, May 21, 2019 at 1:05:50 PM UTC+2, Tiziano Müller wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi Luca,
<br>
<br>this means that the linker is unable to find the mentioned libraries [1].
<br>
<br>Make sure you source the `setup` file from the toolchain (as instructed
<br>by the toolchain script):
<br>
<br> source [...]/cp2k/tools/toolchain/<wbr>install/setup
<br>
<br>which adds the library paths to the variable `$LD_LIBRARY_PATH` from
<br>where the linker should pick them up.
<br>
<br>Best regards,
<br>Tiziano
<br>
<br>[1]
<br><a href="https://stackoverflow.com/questions/16710047/usr-bin-ld-cannot-find-lnameofthelibrary" target="_blank" rel="nofollow" onmousedown="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fstackoverflow.com%2Fquestions%2F16710047%2Fusr-bin-ld-cannot-find-lnameofthelibrary\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHdvNRAZFk1wk9_xsYGhuJIpzsz4A';return true;" onclick="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fstackoverflow.com%2Fquestions%2F16710047%2Fusr-bin-ld-cannot-find-lnameofthelibrary\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHdvNRAZFk1wk9_xsYGhuJIpzsz4A';return true;">https://stackoverflow.com/<wbr>questions/16710047/usr-bin-ld-<wbr>cannot-find-lnameofthelibrary</a>
<br>
<br>On 21.05.19 11:09, Luca wrote:
<br>> Dear Tiziano
<br>>
<br>> I was able to compile libcp2k, but I was less lucky with omen.
<br>>
<br>> I get the errors
<br>>
<br>> /usr/bin/ld: cannot find -lxsmmf
<br>> /usr/bin/ld: cannot find -lxsmm
<br>> /usr/bin/ld: cannot find -lderiv
<br>> /usr/bin/ld: cannot find -lint
<br>> /usr/bin/ld: cannot find -lxcf90
<br>> /usr/bin/ld: cannot find -lxc
<br>> /usr/bin/ld: cannot find -lfftw3
<br>> /usr/bin/ld: cannot find -lmpifort
<br>> /usr/bin/ld: cannot find -lopenblas
<br>>
<br>> Could you please help me with this?
<br>>
<br>> Bests
<br>> Luca
<br>>
<br>>
<br>> On Monday, May 20, 2019 at 12:48:24 PM UTC+2, Tiziano Müller wrote:
<br>>
<br>> Hi Luca,
<br>>
<br>> On 20.05.19 10:21, Luca wrote:
<br>> > Dear Tiziano
<br>> >
<br>> > thank you for your answer. Unfortunately, your hints do not fix the
<br>> > issue. The path to the cp2k sources is
<br>> .../CP2K-OMEN/cp2k/cp2k/src. > I believe the reason is that the
<br>> script package_versions.sh do not exist
<br>> > in the dir ../script.
<br>> > Furthermore, that script is not even present in the entire cp2k dir.
<br>> > Does anyone know the reason for that? Which is the cp2k release I
<br>> have
<br>> > to use with OMEN? I am using the 6.1
<br>>
<br>> in v6.1 the script should still be there:
<br>>
<br>> <a href="https://github.com/cp2k/cp2k/blob/v6.1.0/tools/toolchain/scripts/package_versions.sh" target="_blank" rel="nofollow" onmousedown="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcp2k%2Fcp2k%2Fblob%2Fv6.1.0%2Ftools%2Ftoolchain%2Fscripts%2Fpackage_versions.sh\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGUTi-C-6QBhBvhe88tc8k4iVul3A';return true;" onclick="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcp2k%2Fcp2k%2Fblob%2Fv6.1.0%2Ftools%2Ftoolchain%2Fscripts%2Fpackage_versions.sh\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGUTi-C-6QBhBvhe88tc8k4iVul3A';return true;">https://github.com/cp2k/cp2k/<wbr>blob/v6.1.0/tools/toolchain/<wbr>scripts/package_versions.sh</a>
<br>> <<a href="https://github.com/cp2k/cp2k/blob/v6.1.0/tools/toolchain/scripts/package_versions.sh" target="_blank" rel="nofollow" onmousedown="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcp2k%2Fcp2k%2Fblob%2Fv6.1.0%2Ftools%2Ftoolchain%2Fscripts%2Fpackage_versions.sh\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGUTi-C-6QBhBvhe88tc8k4iVul3A';return true;" onclick="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fgithub.com%2Fcp2k%2Fcp2k%2Fblob%2Fv6.1.0%2Ftools%2Ftoolchain%2Fscripts%2Fpackage_versions.sh\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGUTi-C-6QBhBvhe88tc8k4iVul3A';return true;">https://github.com/cp2k/cp2k/<wbr>blob/v6.1.0/tools/toolchain/<wbr>scripts/package_versions.sh</a>>
<br>>
<br>>
<br>> But it seems that the script by default pulls from old SVN trunk which
<br>> is already missing the `package_versions.sh`.
<br>>
<br>> You can proceed by either commenting out the SVN checkout part in
<br>> OMEN's
<br>> `installer.sh` and make sure it uses the CP2K sources you provide or
<br>> change
<br>>
<br>> cp2kTRUNKorRELEASE="trunk"
<br>> cp2kRELEASEVER="4_1"
<br>>
<br>> to
<br>>
<br>> cp2kTRUNKorRELEASE="release"
<br>> cp2kRELEASEVER="6_1"
<br>>
<br>> which should make the script pull version 6.1 from the old SVN (both
<br>> methods not tested by me).
<br>> In any what it seems you need some manual work to make the
<br>> `installer.sh` work again.
<br>>
<br>> Best regards,
<br>> Tiziano
<br>>
<br>> >
<br>> > Best Regards.
<br>> > Luca
<br>> >
<br>> > On Monday, May 20, 2019 at 9:22:00 AM UTC+2, Tiziano Müller wrote:
<br>> >
<br>> > Hi Luca,
<br>> >
<br>> > the dft-transport code seems to be assuming the old CP2K
<br>> directory
<br>> > layout from when we were still using Subversion.
<br>> >
<br>> > It might be enough to correct line 111 in the installer.sh to
<br>> >
<br>> > cp2k_toolchainDIR=${cp2kDIR}/<wbr>tools/toolchain
<br>> >
<br>> > ... and in lines 121, 130, 403 remove the `cp2k/` as well.
<br>> >
<br>> > Best regards,
<br>> > Tiziano
<br>> >
<br>> > On 19.05.19 21:57, Luca wrote:
<br>> > > Dear developers
<br>> > >
<br>> > > I am trying to install CP2K+OMEN by using the installer.sh
<br>> script
<br>> > > provided with the dft-transport sources.
<br>> > > Unfortunately, the installer does not finish his work
<br>> since it
<br>> > crashes
<br>> > > with the error:
<br>> > >
<br>> > >
<br>> >
<br>> ------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>--------------
<br>>
<br>> >
<br>> > > build CP2K you should change directory:
<br>> > > cd cp2k/makefiles/
<br>> > > make -j 16 ARCH=local VERSION="sopt sdbg ssmp popt pdbg
<br>> psmp"
<br>> > >
<br>> > > arch files for GPU enabled CUDA versions are named
<br>> "local_cuda.*"
<br>> > > arch files for valgrind versions are named "local_valgrind.*"
<br>> > > arch files for coverage versions are named "local_coverage.*"
<br>> > > ./installer.sh: line 141:
<br>> > >
<br>> >
<br>> .../CP2K-OMEN/cp2k/cp2k/tools/<wbr>toolchain/scripts/package_<wbr>versions.sh: No
<br>> > > such file or directory
<br>> > >
<br>> >
<br>> ------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>--------------
<br>>
<br>> >
<br>> > >
<br>> > > Could you please help me to overcome this issue?
<br>> > > Best Regards.
<br>> > >
<br>> > > Luca
<br>> > >
<br>> > > --
<br>> > > You received this message because you are subscribed to
<br>> the Google
<br>> > > Groups "cp2k" group.
<br>> > > To unsubscribe from this group and stop receiving emails
<br>> from it,
<br>> > send
<br>> > > an email to <a>c...@googlegroups.com</a> <javascript:>
<br>> > > <mailto:<a>c...@googlegroups.com</a> <javascript:>>.
<br>> > > To post to this group, send email to <a>c...@googlegroups.com</a>
<br>> > <javascript:>
<br>> > > <mailto:<a>c...@googlegroups.com</a> <javascript:>>.
<br>> > > Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>
<br>> <<a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>>
<br>> > <<a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>
<br>> <<a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>>>.
<br>> > > To view this discussion on the web visit
<br>> > >
<br>> >
<br>> <a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com</a>>
<br>>
<br>> >
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com</a>>>
<br>>
<br>> >
<br>> > >
<br>> >
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>>
<br>>
<br>> >
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/fbd50f2d-3d54-4ed7-aff1-9a171647e61b%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/fbd50f2d-3d54-4ed7-<wbr>aff1-9a171647e61b%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>>>>.
<br>>
<br>> >
<br>> > > For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>
<br>> <<a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>>
<br>> > <<a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>
<br>> <<a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>>>.
<br>> >
<br>> > --
<br>> > Tiziano Müller
<br>> > University of Zurich
<br>> > Department of Chemistry
<br>> > Winterthurerstrasse 190
<br>> > CH-8057 Zürich
<br>> >
<br>> > Tel: +41 44 63 54234
<br>> > <a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">www.chem.uzh.ch</a> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">http://www.chem.uzh.ch</a>> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">http://www.chem.uzh.ch</a>>
<br>> > <a>tiz...@chem.uzh.ch</a> <javascript:>
<br>> >
<br>> > --
<br>> > You received this message because you are subscribed to the Google
<br>> > Groups "cp2k" group.
<br>> > To unsubscribe from this group and stop receiving emails from it,
<br>> send
<br>> > an email to <a>c...@googlegroups.com</a>
<br>> > <mailto:<a>c...@googlegroups.com</a><wbr>>.
<br>> > To post to this group, send email to <a>c...@googlegroups.com</a>
<br>> > <mailto:<a>c...@googlegroups.com</a><wbr>>.
<br>> > Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>
<br>> <<a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>>.
<br>> > To view this discussion on the web visit
<br>> >
<br>> <a href="https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/451b70e6-00ec-4554-<wbr>9bf5-05c7e71ca421%<wbr>40googlegroups.com</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/451b70e6-00ec-4554-<wbr>9bf5-05c7e71ca421%<wbr>40googlegroups.com</a>>
<br>>
<br>> >
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/451b70e6-00ec-4554-<wbr>9bf5-05c7e71ca421%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/451b70e6-00ec-4554-9bf5-05c7e71ca421%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/451b70e6-00ec-4554-<wbr>9bf5-05c7e71ca421%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>>>.
<br>>
<br>> > For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>
<br>> <<a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>>.
<br>>
<br>> --
<br>> Tiziano Müller
<br>> University of Zurich
<br>> Department of Chemistry
<br>> Winterthurerstrasse 190
<br>> CH-8057 Zürich
<br>>
<br>> Tel: +41 44 63 54234
<br>> <a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">www.chem.uzh.ch</a> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">http://www.chem.uzh.ch</a>>
<br>> <a>tiz...@chem.uzh.ch</a>
<br>>
<br>> --
<br>> You received this message because you are subscribed to the Google
<br>> Groups "cp2k" group.
<br>> To unsubscribe from this group and stop receiving emails from it, send
<br>> an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="oVHsjTAtBAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.<wbr>com</a>
<br>> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="oVHsjTAtBAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@<wbr>googlegroups.com</a>>.
<br>> To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="oVHsjTAtBAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">c...@googlegroups.com</a>
<br>> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="oVHsjTAtBAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">c...@googlegroups.com</a>><wbr>.
<br>> Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>.
<br>> To view this discussion on the web visit
<br>> <a href="https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/e253c95b-c3d5-4c4a-<wbr>bfc7-0b3c3150fdb0%<wbr>40googlegroups.com</a>
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.google.com/d/msgid/cp2k/e253c95b-c3d5-4c4a-bfc7-0b3c3150fdb0%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;">https://groups.google.com/d/<wbr>msgid/cp2k/e253c95b-c3d5-4c4a-<wbr>bfc7-0b3c3150fdb0%<wbr>40googlegroups.com?utm_medium=<wbr>email&utm_source=footer</a>>.
<br>> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>.
<br>
<br>--
<br>Tiziano Müller
<br>University of Zurich
<br>Department of Chemistry
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich
<br>
<br>Tel: +41 44 63 54234
<br><a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.chem.uzh.ch\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNEaSd80M-dQwlA8q5GEKkKY5wRCiQ';return true;">www.chem.uzh.ch</a>
<br><a href="javascript:" target="_blank" gdf-obfuscated-mailto="oVHsjTAtBAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">tiz...@chem.uzh.ch</a>
<br></blockquote></div></div>