Matthias,<br><br>The scalapack default 'make' includes all the lib targets, so they were built with my last compilation. Also, I ran all the test that come with the build in the TESTING directory and they passed just fine. I believe the problem is that when linking in the arch-file I'm not including a necessary library. Right now my arch file has 
<br><br>LIBS     = -lscalapack $(BLACSLIB)/blacs_MPI-LINUX-0.a $(BLACSLIB)/blacsCinit_MPI-LINUX-0.a   $(BLACSLIB)/blacsF77init_MPI-LINUX-0.a $(BLACSLIB)/blacs_MPI-LINUX-0.a -llapack -lcblas -lf77blas - latlas -lblas -lg2c -lguide -lmpi -lfftw3
<br><br>I thought that adding -lg2c would clear up the problem, but scalapack is making reference to things like:<br><br>dlaset_<br>dlacpy_<br>zlacgv_<br>zlaset_<br>zlacpy_<br>dlamch_<br>dlapy2_<br>etc.<br><br>I can't seem to find the library that defines those, but including whichever library it is will probably clear up the problem. So it's either linking to one more library, or a more fundamental problem with the build of one of the components (blacs, atlas, scalapack?) that I can't diagnose on my own.
<br><br>~Eric Shamay<br><br><br><br>
<div><span class="gmail_quote">On 6/2/07, <b class="gmail_sendername">Matthias Krack</b> <<a href="mailto:kr...@phys.chem.ethz.ch" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">kr...@phys.chem.ethz.ch
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Eric,<br><br>does your ScaLAPACK build include the toolslib?<br>I always use the lib target<br><br>lib: toolslib pblaslib redistlib scalapacklib<br><br>in the ScaLAPACK makefile for the library build.<br><br>Matthias
<br>
<br></blockquote></div><br>