<div dir="ltr">Thanks for the quick response!  Indeed, I did have np111py27_blas_openblas_1 installed, and I am using OSX.<div><br></div><div>Best wishes,</div><div>Larry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 20, 2017 at 1:54 AM, Michele Dolfi <span dir="ltr"><<a href="mailto:dolfim@phys.ethz.ch" target="_blank">dolfim@phys.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Dear Larry,<div><br></div><div>Which version of ALPS did you install? (just type conda list alps)</div><div><br></div><div>I know the problem, but I think/hope I just solved it two days ago.</div><div>Unfortunately the Conda-Forge builds are currently overwhelmed and I see that the Mac release still didn’t make it in the queue.</div><div>You basically need this build to start and finish successfully: <a href="https://travis-ci.org/conda-forge/alps-feedstock/builds/193304343" target="_blank">https://travis-<wbr>ci.org/conda-forge/alps-<wbr>feedstock/builds/193304343</a></div><div><br></div><div>My guess is that you now have np111py27_blas_openblas_0 or np111py27_blas_openblas_1, whereas the bug has been resolved in np111py27_blas_openblas_2.</div><br><div><br></div><div>Best,</div><div>Michele</div><div><br></div><div><br></div><div><div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div>--</div><div>ETH Zurich</div><div><span style="text-align:-webkit-auto">Dr.</span><span style="text-align:-webkit-auto"> </span>Michele Dolfi</div><div>Institute for Theoretical Physics</div><div>HIT G 32.4</div><div>Wolfgang-Pauli-Str. 27</div><div>8093 Zurich</div><div>Switzerland</div><div><br></div><div><a href="mailto:dolfim@phys.ethz.ch" target="_blank">dolfim@phys.ethz.ch</a></div><div><a href="http://www.itp.phys.ethz.ch" target="_blank">www.itp.phys.ethz.ch</a></div><div><br></div><div><a href="tel:+41%2044%20633%2078%2056" value="+41446337856" target="_blank">+41 44 633 78 56</a> phone</div><div><a href="tel:+41%2044%20633%2011%2015" value="+41446331115" target="_blank">+41 44 633 11 15</a> fax </div></div>
</div>
<br><div><blockquote type="cite"><div><div class="h5"><div>On 19 Jan 2017, at 20:06, Larry Engelhardt <<a href="mailto:engelhardt.larry@gmail.com" target="_blank">engelhardt.larry@gmail.com</a>> wrote:</div><br class="m_8846615041698982986Apple-interchange-newline"></div></div><div><div><div class="h5"><div dir="ltr">Dear ALPS list,<div><br></div><div>I was very excited to see that the new version of ALPS was available for installation via conda!  I did the conda installation, and I attempted to run the simple simulation pasted at the bottom of this email (taken from the ALPS webpage).  The code started to execute, and the input files were created (<span style="color:rgb(69,69,69);font-family:"helvetica neue";font-size:12px">parm1.in.xml, parm1.task1.in.xml, parm1.task2.in.xml, parm1.task3.in.xml</span>).  Then the message "parsing task files ..." was immediately followed by the message "XML tag expected".  Each of the four XML input files start with the following two lines:</div><div><p class="m_8846615041698982986gmail-p1"><?xml version="1.0" encoding="UTF-8"?></p><p class="m_8846615041698982986gmail-p1"><?xml-stylesheet type="text/xsl" href="ALPS.xsl"?></p></div>







<div>I'm sure that there must be a very simple cause for this problem.  Can anyone diagnose this for me?</div><div><br></div><div>Thanks!</div><div>Larry</div><div><br></div><div>CODE:</div><div><br></div><div><p class="m_8846615041698982986gmail-p1">import pyalps</p><p class="m_8846615041698982986gmail-p1">parms = []</p><p class="m_8846615041698982986gmail-p1">for t in [1.5,2,2.5]:</p><p class="m_8846615041698982986gmail-p1">   parms.append(</p><p class="m_8846615041698982986gmail-p1">       { </p><p class="m_8846615041698982986gmail-p1">         'LATTICE'        : "square lattice", </p><p class="m_8846615041698982986gmail-p1">         'T'              : t,</p><p class="m_8846615041698982986gmail-p1">         'J'              : 1 ,</p><p class="m_8846615041698982986gmail-p1">         'THERMALIZATION' : 1000,</p><p class="m_8846615041698982986gmail-p1">         'SWEEPS'         : 100000,</p><p class="m_8846615041698982986gmail-p1">         'UPDATE'         : "cluster",</p><p class="m_8846615041698982986gmail-p1">         'MODEL'          : "Ising",</p><p class="m_8846615041698982986gmail-p1">         'L'              : 8</p><p class="m_8846615041698982986gmail-p1">       }</p><p class="m_8846615041698982986gmail-p1">   )</p><p class="m_8846615041698982986gmail-p1">input_file = pyalps.writeInputFiles('parm1'<wbr>,parms)</p><p class="m_8846615041698982986gmail-p1">pyalps.runApplication('spinmc'<wbr>,input_file,Tmin=5),writexml=<wbr>True)</p><div><div><br></div></div></div></div>
<br><br></div></div>----<br>Comp-phys-alps-users Mailing List for the ALPS Project<br><a href="http://alps.comp-phys.org/" target="_blank">http://alps.comp-phys.org/</a><br><br>List info: <a href="https://lists.phys.ethz.ch//listinfo/comp-phys-alps-users" target="_blank">https://lists.phys.ethz.ch//<wbr>listinfo/comp-phys-alps-users</a><br>Archive: <a href="https://lists.phys.ethz.ch//pipermail/comp-phys-alps-users" target="_blank">https://lists.phys.ethz.ch//<wbr>pipermail/comp-phys-alps-users</a><br><br>Unsubscribe by writing a mail to <a href="mailto:comp-phys-alps-users-leave@lists.phys.ethz.ch" target="_blank">comp-phys-alps-users-leave@<wbr>lists.phys.ethz.ch</a>.</div></blockquote></div><br></div></div><br><br>
<br>
----<br>
Comp-phys-alps-users Mailing List for the ALPS Project<br>
<a href="http://alps.comp-phys.org/" rel="noreferrer" target="_blank">http://alps.comp-phys.org/</a><br>
<br>
List info: <a href="https://lists.phys.ethz.ch//listinfo/comp-phys-alps-users" rel="noreferrer" target="_blank">https://lists.phys.ethz.ch//<wbr>listinfo/comp-phys-alps-users</a><br>
Archive: <a href="https://lists.phys.ethz.ch//pipermail/comp-phys-alps-users" rel="noreferrer" target="_blank">https://lists.phys.ethz.ch//<wbr>pipermail/comp-phys-alps-users</a><br>
<br>
Unsubscribe by writing a mail to <a href="mailto:comp-phys-alps-users-leave@lists.phys.ethz.ch">comp-phys-alps-users-leave@<wbr>lists.phys.ethz.ch</a>.<br></blockquote></div><br></div>