Hi Tiziano,<div><br></div><div>I've checked, gfortran is the latest version, but it still doesn't work.</div><div><br></div><div>I followed the instructions from 2 places:</div><div>https://www.cp2k.org/howto:compile_on_mac</div><div>https://www.cp2k.org/exercises:2018_uzh_acpc2:installation</div><div><br></div><div>I'm wondering if the instructions are out of date. Since they all ask me to use the cp2k-2.6.2 version. Should I adjust my gfortran to the corresponding version?</div><div><br></div><div>Best,</div><div>Bensen<br><br></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Monday, 25 January 2021 at 21:32:18 UTC+8 tiz...@chem.uzh.ch wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Bensen,
<br>
<br>On 1/25/21 2:12 PM, Bensen Hsu wrote:
<br>> Hi Tiziano,
<br>> 
<br>> Below is the entire error message: (I think the build has finished, I 
<br>> tried it today but ended up with the same result)
<br>
<br>No, it didn't (if it ends with "make: *** [Makefile:121: all] Error 2" 
<br>means there was an error and the build did not finish).
<br>
<br>There seems to be a more general problem with the compiler (`gfortran`) 
<br>on your machine.
<br>If you have installed gfortran with Homebrew or MacPorts, please make 
<br>sure you have a recent version of it (update if needed). Sometimes you 
<br>have to update/reinstall gfortran after an update of macOS or the XCode 
<br>environment. If you have installed gcc/gfortran from somewhere else, 
<br>please check whether they provide an updated version of it.
<br>
<br>Best,
<br>Tiziano
<br>
<br>> 
<br>> (base) Bensens-MacBook-Pro:cp2k bensenhsu$ make ARCH=Darwin-gfortran 
<br>> VERSION=ssmp -j
<br>> Discovering programs ...
<br>> make -C /Users/bensenhsu/cp2k/exts/dbcsr -f .cp2k/Makefile \
<br>>     INCLUDEMAKE=/Users/bensenhsu/cp2k/arch/Darwin-gfortran.ssmp \
<br>>     LIBDIR=/Users/bensenhsu/cp2k/lib/Darwin-gfortran/ssmp/exts/dbcsr \
<br>>     OBJDIR=/Users/bensenhsu/cp2k/obj/Darwin-gfortran/ssmp/exts/dbcsr \
<br>>     ACC="" \
<br>>     ACCFLAGS=""
<br>> Removing stale archives for ssmp ...
<br>> Removing stale archives ...
<br>> Resolving dependencies for ssmp ...
<br>> Resolving dependencies ...
<br>> /usr/bin/env python3 
<br>> /Users/bensenhsu/cp2k/exts/dbcsr/tools/build_utils/fypp/bin/fypp -n 
<br>> /Users/bensenhsu/cp2k/exts/dbcsr/src/tensors/dbcsr_tensor_block.F 
<br>> dbcsr_tensor_block.F90
<br>> gfortran -c -I  -I  -fopenmp -funroll-loops -ftree-vectorize -ffree-form 
<br>> -O2 -D__NO_STATM_ACCESS -D__ACCELERATE -D__LIBXC -D__LIBINT 
<br>> -D__SHORT_FILE__="\"dbcsr_tensor_block.F\"" 
<br>> -I'/Users/bensenhsu/cp2k/exts/dbcsr/src/tensors/' 
<br>> -I'/Users/bensenhsu/cp2k/exts/dbcsr/src' dbcsr_tensor_block.F90
<br>> Warning: Nonexistent include directory "-I"
<br>> f951(38553,0x14ba89e00) malloc: *** error for object 0x1413a5e70: 
<br>> pointer being freed was not allocated
<br>> f951(38553,0x14ba89e00) malloc: *** set a breakpoint in 
<br>> malloc_error_break to debug
<br>> f951: internal compiler error: Abort trap: 6
<br>> libbacktrace could not find executable to open
<br>> Please submit a full bug report,
<br>> with preprocessed source if appropriate.
<br>> See <<a href="http://gcc.gnu.org/bugs.html" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://gcc.gnu.org/bugs.html&source=gmail&ust=1611671137294000&usg=AFQjCNFct7IyItzluRDvZXDxl6TaWqa_Zw">http://gcc.gnu.org/bugs.html</a>> for instructions.
<br>> make[4]: *** [/Users/bensenhsu/cp2k/exts/dbcsr/.cp2k/Makefile:281: 
<br>> dbcsr_tensor_block.o] Error 1
<br>> make[3]: *** [.cp2k/Makefile:206: libdbcsr] Error 2
<br>> make[2]: *** [/Users/bensenhsu/cp2k/exts/Makefile.inc:16: dbcsr] Error 2
<br>> make[2]: *** Waiting for unfinished jobs....
<br>> make[1]: *** [/Users/bensenhsu/cp2k/Makefile:126: ssmp] Error 2
<br>> make: *** [Makefile:121: all] Error 2
<br>> 
<br>> Best,
<br>> Bensen
<br>> 
<br>> On Monday, 25 January 2021 at 21:02:36 UTC+8 <a href data-email-masked rel="nofollow">tiz...@chem.uzh.ch</a> wrote:
<br>> 
<br>>     Hi Bensen,
<br>> 
<br>>     On 1/23/21 4:10 PM, Bensen Hsu wrote:
<br>>      > Hi Tiziano,
<br>>      >
<br>>      > Very thankful for your kind reply! I tried 'make
<br>>     ARCH=Darwin-gfortran
<br>>      > VERSION=ssmp -j', it worked better than before, but still ended
<br>>     up with:
<br>>      >
<br>>      > make[4]: *** [/Users/bensenhsu/cp2k/exts/dbcsr/.cp2k/Makefile:281:
<br>>      > dbcsr_tensor_block.o] Error 1
<br>>      > make[3]: *** [.cp2k/Makefile:206: libdbcsr] Error 2
<br>>      > make[2]: *** [/Users/bensenhsu/cp2k/exts/Makefile.inc:16: dbcsr]
<br>>     Error 2
<br>>      > make[1]: *** [/Users/bensenhsu/cp2k/Makefile:126: ssmp] Error 2
<br>>      > make: *** [Makefile:121: all] Error 2
<br>> 
<br>>     Please attach the complete build log (especially the error message from
<br>>     the compiler).
<br>> 
<br>>      > And I still didn't see the /cp2k.sopt/ in /cp2k/exe/ directory.
<br>> 
<br>>     That's because the build didn't finish.
<br>> 
<br>>      > BTW. What do you mean by "building without OpenMP (`sopt`) is
<br>>     deprecated
<br>>      > and an alias for running CP2K with `OMP_NUM_THREADS=1`"? I don't
<br>>     quite
<br>>      > understand, very sorry.
<br>> 
<br>>     Previously you used VERSION=sopt. "sopt", which would mean single
<br>>     threaded.
<br>> 
<br>>     Best,
<br>>     Tiziano
<br>> 
<br>>      >
<br>>      > Best,
<br>>      > Bensen
<br>>      > On Saturday, 23 January 2021 at 21:21:19 UTC+8
<br>>     <a href data-email-masked rel="nofollow">tiz...@chem.uzh.ch</a> wrote:
<br>>      >
<br>>      > Hi Bensen,
<br>>      >
<br>>      > the arch files for macOS has been recently renamed to
<br>>      > Darwin-gfortran.*,
<br>>      > so you need `make ARCH=Darwin-gfortran VERSION=ssmp -j`
<br>>      > ... please also note that building without OpenMP (`sopt`) is
<br>>      > deprecated
<br>>      > and an alias for running CP2K with `OMP_NUM_THREADS=1`.
<br>>      >
<br>>      > Best,
<br>>      > Tiziano
<br>>      >
<br>>      > On 1/23/21 8:54 AM, Bensen Hsu wrote:
<br>>      > > Is there anyone who also uses macOS came across the below problem
<br>>      > during
<br>>      > > first time installation?
<br>>      > >
<br>>      > > (base) Bensens-MacBook-Pro:cp2k bensenhsu$ *make
<br>>      > > ARCH=Darwin-IntelMacintosh-gfortran VERSION=sopt*
<br>>      > > Discovering programs ...
<br>>      > > Version sopt is now an alias for ssmp with OMP_NUM_THREADS=1.
<br>>      > > /Users/bensenhsu/cp2k/Makefile:51:
<br>>      > > /Users/bensenhsu/cp2k/arch/Darwin-IntelMacintosh-gfortran.ssmp:
<br>>      > No such
<br>>      > > file or directory
<br>>      > > make[2]: *** No rule to make target
<br>>      > > '/Users/bensenhsu/cp2k/arch/Darwin-IntelMacintosh-gfortran.ssmp'.
<br>>      >  Stop.
<br>>      > > make[1]: *** [/Users/bensenhsu/cp2k/Makefile:130: sopt] Error 2
<br>>      > > make: *** [Makefile:121: all] Error 2
<br>>      > >
<br>>      > > I'm new in this field, so I would like to hear from you. Drown me
<br>>      > with
<br>>      > > your advice!
<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 href data-email-masked rel="nofollow">cp...@googlegroups.com</a>
<br>>      > > <mailto:<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>>.
<br>>      > > To view this discussion on the web visit
<br>>      > >
<br>>      >
<br>>     <a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com&source=gmail&ust=1611671137295000&usg=AFQjCNFyqnCwEVvs5r1w8cxQXXxvHiYyRA">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com&source=gmail&ust=1611671137295000&usg=AFQjCNFyqnCwEVvs5r1w8cxQXXxvHiYyRA">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com</a>>
<br>> 
<br>>      >
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com&source=gmail&ust=1611671137295000&usg=AFQjCNFyqnCwEVvs5r1w8cxQXXxvHiYyRA">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com&source=gmail&ust=1611671137295000&usg=AFQjCNFyqnCwEVvs5r1w8cxQXXxvHiYyRA">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com</a>>>
<br>> 
<br>>      >
<br>>      > >
<br>>      >
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137295000&usg=AFQjCNHA_7FijrySbeJBH3X8ekVBG6flYw">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137295000&usg=AFQjCNHA_7FijrySbeJBH3X8ekVBG6flYw">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer</a>>
<br>> 
<br>>      >
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137295000&usg=AFQjCNHA_7FijrySbeJBH3X8ekVBG6flYw">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137295000&usg=AFQjCNHA_7FijrySbeJBH3X8ekVBG6flYw">https://groups.google.com/d/msgid/cp2k/6e8b1eb9-f53b-4c4b-b8cc-91b7a602f65fn%40googlegroups.com?utm_medium=email&utm_source=footer</a>>>>.
<br>> 
<br>>      >
<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" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137295000&usg=AFQjCNEGAjojHV3z3OtmVJVyKVQo4ddJJw">www.chem.uzh.ch</a> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137295000&usg=AFQjCNEGAjojHV3z3OtmVJVyKVQo4ddJJw">http://www.chem.uzh.ch</a>> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137296000&usg=AFQjCNEXzX9dqtRMdzcLaKBy_yMLI36m4g">http://www.chem.uzh.ch</a>
<br>>     <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137296000&usg=AFQjCNEXzX9dqtRMdzcLaKBy_yMLI36m4g">http://www.chem.uzh.ch</a>>>
<br>>      > <a href data-email-masked rel="nofollow">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,
<br>>     send
<br>>      > an email to <a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>
<br>>      > <mailto:<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>>.
<br>>      > To view this discussion on the web visit
<br>>      >
<br>>     <a href="https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%2540googlegroups.com&source=gmail&ust=1611671137296000&usg=AFQjCNEY_N0jFj-qG6qEI4eH4KdGpG6uKg">https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%2540googlegroups.com&source=gmail&ust=1611671137296000&usg=AFQjCNEY_N0jFj-qG6qEI4eH4KdGpG6uKg">https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com</a>>
<br>> 
<br>>      >
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137296000&usg=AFQjCNHxqOQa6XyPYVVQPy1FBnU_X7SohQ">https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com?utm_medium=email&utm_source=footer</a>
<br>>     <<a href="https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137296000&usg=AFQjCNHxqOQa6XyPYVVQPy1FBnU_X7SohQ">https://groups.google.com/d/msgid/cp2k/2345baa8-5a0f-448c-909a-ce21b615670en%40googlegroups.com?utm_medium=email&utm_source=footer</a>>>.
<br>> 
<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" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137296000&usg=AFQjCNEXzX9dqtRMdzcLaKBy_yMLI36m4g">www.chem.uzh.ch</a> <<a href="http://www.chem.uzh.ch" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137296000&usg=AFQjCNEXzX9dqtRMdzcLaKBy_yMLI36m4g">http://www.chem.uzh.ch</a>>
<br>>     <a href data-email-masked rel="nofollow">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 data-email-masked rel="nofollow">cp...@googlegroups.com</a> 
<br>> <mailto:<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>>.
<br>> To view this discussion on the web visit 
<br>> <a href="https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%2540googlegroups.com&source=gmail&ust=1611671137296000&usg=AFQjCNFsjzNClz1ovjybix_ELeQfiqS-OA">https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%40googlegroups.com</a> 
<br>> <<a href="https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1611671137296000&usg=AFQjCNE3n7U9CfQ0-V8eo9bDFLO1V9fx5A">https://groups.google.com/d/msgid/cp2k/41441b01-f7fb-414a-9dbd-87cb81c99a14n%40googlegroups.com?utm_medium=email&utm_source=footer</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" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://www.chem.uzh.ch&source=gmail&ust=1611671137297000&usg=AFQjCNGPQJvgODN6JmLuec3aC3B4m-SSCA">www.chem.uzh.ch</a>
<br><a href data-email-masked rel="nofollow">tiz...@chem.uzh.ch</a>
<br></blockquote></div>