<div dir="ltr"><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">Interesting. I've never seen this, but I only build with gcc.
<br></blockquote><div><br></div><div>I will try building CP2K with the GNU compilers, though my cluster is running CentOS 6 (or a derivative thereof), so the latest gfortran available to me is 4.4.6. To get CP2K to compile, do I need to specify something like -std=f2003</div></div></blockquote><div> </div><div>Apologies for sending so many message in a row, but it turns out I cannot build CP2K with the version of the gfortran compiler I have installed. Attempting to do so results in the following error message:</div><div><br></div><div><div class="prettyprint" style="border: 1px solid rgb(187, 187, 187); word-wrap: break-word; background-color: rgb(250, 250, 250);"><code class="prettyprint"><div class="subprettyprint"><div class="subprettyprint"><font color="#660066">/home/ehermes/build/cp2k-3.0/src/dbcsr/data/dbcsr_ptr_util_c.f90:322.4:</font></div><div class="subprettyprint"><font color="#660066">    Included at /home/ehermes/build/cp2k-3.0/src/dbcsr/data/dbcsr_ptr_util.F:160:</font></div><div class="subprettyprint"><font color="#660066"><br></font></div><div class="subprettyprint"><font color="#660066">    r2p(1:d1,1:d2) => r1p(1:d1*d2)</font></div><div class="subprettyprint"><font color="#660066">    1</font></div><div class="subprettyprint"><font color="#660066">Error: Pointer bounds remapping at (1) is not yet implemented in gfortran</font></div></div></code></div><br></div><div>This is repeated 6 times, for lines 155-160 in dbcsr_ptr_util.F.</div><div><br></div><div>Eric</div></div>