<div dir="ltr">Thank you so much I think this is the best way I can compile it locally.<br><br>On Monday, March 4, 2019 at 3:44:07 PM UTC+3:30, Tiziano Müller wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Dear Mohammad,
<br>
<br>Wrt gcc8: you should talk to your cluster admin on how to use it. 
<br>Usually it is sufficient to just load it to be able to use it via `gcc` 
<br>or `gfortran`, but this may be different here.
<br>
<br>To use the toolchain to build a suitable compiler as well, you can use:
<br>
<br>   ./install_cp2k_toolchain.sh --install-all
<br>
<br>or a bit more selective (only build gcc, but use linker and 
<br>MPI-implementation from system):
<br>
<br>   ./install_cp2k_toolchain.sh --with-gcc
<br>
<br>Use
<br>
<br>   ./install_cp2k_toolchain.sh --help
<br>
<br>to see more options.
<br>
<br>Please note: you may have to rebuild the complete toolchain when 
<br>changing the compiler (also when switching from a system-provided to a 
<br>toolchain-provided one or when loading a different compiler module). To 
<br>do that, remove the `build` and `install` directories (in 
<br>`tools/toolchain`) prior to re-running `install_cp2k_toolchain.sh`.
<br>
<br>Best regards,
<br>Tiziano
<br>
<br>On 04.03.19 12:44, Mohammad Shakiba wrote:
<br>> Dear Tiziano Müller,
<br>> 
<br>> Thank you so much. Now I got a new error:
<br>> 
<br>> r2p(1:d1,1:d2) => r1p(1:d1*d2)
<br>> 1
<br>> Error: Pointer bounds remapping at (1) is *not yet implemented in gfortran*
<br>> *
<br>> *
<br>> I think the problem is with gfortran. The gcc8 is installed on the 
<br>> cluster and I have used:
<br>> *
<br>> *
<br>> *module load gcc8*
<br>> *
<br>> *
<br>> before making the local arch files. But even when I use 'gfortran 
<br>> --version' and 'gcc --version' their versions are 4.4.8 and 4.8.
<br>> I used the 'module unload (purge) gfortran' and 'module unload gcc' but 
<br>> when I use ./install_cp2k_toolchain.sh it does not download and install 
<br>> it and find it in the bin folder. Can you help me how to totally unload 
<br>> it so that ./install_cp2k_toolchain installs the gcc and gfortran itself?*
<br>> *
<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="CTXutJK0CAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@googlegroups.<wbr>com</a> 
<br>> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="CTXutJK0CAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@<wbr>googlegroups.com</a>>.
<br>> To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="CTXutJK0CAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a> 
<br>> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="CTXutJK0CAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@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>> 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="CTXutJK0CAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">tizia...@chem.uzh.ch</a>
<br></blockquote></div>