<div>Hi,</div>
<div>&nbsp;</div>
<div>sorry, it still can't work. Installation of Python is ok though.</div>
<div>&nbsp;</div>
<div>the error msg is the same though:</div>
<div>&nbsp;</div>
<p>=================================================================================<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configuring PETSc to compile on your system&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>=================================================================================
<br>*********************************************************************************<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CONFIGURATION CRASH&nbsp; (Please send configure.log to <a href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a>)<br>
*********************************************************************************</p>
<p>can't start new thread<br>&nbsp; File &quot;config/configure.py&quot;, line 172, in petsc_configure<br>&nbsp;&nbsp;&nbsp; framework = config.framework.Framework(sys.argv[1:]+['--configModules=PETSc.Configure','--optionsModule=PETSc.compilerOptions
'], loadArgDB = 0)<br>&nbsp; File &quot;/nas/hpctmp/g0306332/petsc-2.3.2-p7/python/BuildSystem/config/framework.py&quot;, line 81, in __init__<br>&nbsp;&nbsp;&nbsp; self.argDB['debugSections'] = ['screen']<br>&nbsp; File &quot;/nas/hpctmp/g0306332/petsc-
2.3.2-p7/python/BuildSystem/RDict.py&quot;, line 219, in __setitem__<br>&nbsp;&nbsp;&nbsp; self.save()<br>&nbsp; File &quot;/nas/hpctmp/g0306332/petsc-2.3.2-p7/python/BuildSystem/RDict.py&quot;, line 639, in save<br>&nbsp;&nbsp;&nbsp; self.saveTimer.start()
<br>&nbsp; File &quot;/nas/home/enduser/g0306332/python-2.4/lib/python2.5/threading.py&quot;, line 434, in start<br>&nbsp;&nbsp;&nbsp; _start_new_thread(self.__bootstrap, ())<br></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/6/06, <b class="gmail_sendername">Satish Balay</b> &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">What linux is this? Just get python sources from <a href="http://python.org/">http://python.org/</a><br>[sugest 
python-2.4] - and install your own copy - and try with it.<br><br>configure python with:<br>./configure --prefix=${HOME}/python-2.4<br>make<br>make install<br><br>And configure PETSc with:<br>${HOME}/python-2.4/bin/python config/configure.py
<br><br>Satish<br><br><br>On Wed, 6 Dec 2006, Ben Tay wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I just tried but it's the same error. Any other suggestion?<br>&gt;<br>&gt; thanks!<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 12/5/06, Matthew Knepley &lt;
<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; You have a broken Python installation. You can work around this using<br>&gt; &gt; the options --useThreads=0.<br>&gt; &gt;<br>
&gt; &gt; Thanks,<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;Matt<br>&gt; &gt;<br>&gt; &gt; On 12/5/06, Ben Tay &lt;<a href="mailto:zonexo@gmail.com">zonexo@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; Hi,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I tried to compile the library on a linux sys (xeon). It gives the error
<br>&gt; &gt; &gt; msg:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; *********************************************************************************<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CONFIGURATION CRASH&nbsp;&nbsp;(Please send 
configure.log to<br>&gt; &gt; &gt; <a href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a>)<br>&gt; &gt; &gt;<br>&gt; &gt; *********************************************************************************<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; can't start new thread<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;./config/configure.py&quot;, line 172, in petsc_configure<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; framework =<br>&gt; &gt; &gt; config.framework.Framework
(sys.argv[1:]+['--configModules=<br>&gt; &gt; PETSc.Configure','--optionsModule=PETSc.compilerOptions'],<br>&gt; &gt; &gt; loadArgDB = 0)<br>&gt; &gt; &gt;&nbsp;&nbsp; File<br>&gt; &gt; &gt; &quot;/nas/hpctmp/g0306332/petsc-2.3.2-p7
<br>&gt; &gt; /python/BuildSystem/config/framework.py&quot;,<br>&gt; &gt; &gt; line 81, in __init__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self.argDB['debugSections'] = ['screen']<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/nas/hpctmp/g0306332/petsc-
2.3.2-p7<br>&gt; &gt; /python/BuildSystem/RDict.py&quot;,<br>&gt; &gt; &gt; line 219, in __setitem__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self.save()<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/nas/hpctmp/g0306332/petsc-2.3.2-p7<br>&gt; &gt; /python/BuildSystem/RDict.py&quot;,
<br>&gt; &gt; &gt; line 639, in save<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self.saveTimer.start()<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.2/threading.py&quot;, line 396, in<br>&gt; &gt; &gt; start<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; _start_new_thread(self.__bootstrap, ())
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; May I know what's wrong? I also can't find any configure.log file.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thank you.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Regards<br>&gt; &gt;
<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; &quot;Failure has a thousand explanations. Success doesn't need one&quot; -- Sir<br>&gt; &gt; Alec Guiness<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br><br></blockquote></div><br>