<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 5, 2013 at 1:06 AM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">Dharmendar Reddy <<a href="mailto:dharmareddy84@gmail.com">dharmareddy84@gmail.com</a>> writes:<br>

<br>
> Hello,<br>
>          I am getting an error when i try to build slepc.<br>
><br>
> I first see:<br>
><br>
> ===============================================================================<br>
><br>
>       CMake setup incomplete (status 256), falling back to legacy<br>
> build<br>
> ===============================================================================<br>
<br>
</div>This problem, which is definitely a CMake bug (but they seem to have no<br>
plans to fix), is usually related to NOTFOUND cache entries:<br>
<br>
  //Path to a library.<br>
  -LARPACKLIB:FILEPATH=-LARPACKLIB-NOTFOUND<br>
<br>
This is probably constructed by joining an empty variable.  Jose may<br>
know where in the SLEPc CMake code to look for this occurring.<br>
<div class="im"><br>
> then make all gives an error, look at the attached logs<br>
<br>
</div>Does 'make test' work?  What about after 'make allfortranstubs all'?<br>
</blockquote></div><br></div><div class="gmail_extra">   Make test works. <br>  login4$ make SLEPC_DIR=$PWD PETSC_DIR=/home1/00924/Reddy135/LocalApps/petsc PETSC_ARCH=mp<br>i_rScalar_Opt test<br>Running test examples to verify correct installation<br>
Using SLEPC_DIR=/home1/00924/Reddy135/LocalApps/slepc, PETSC_DIR=/home1/00924/Reddy135/Loc<br>alApps/petsc and PETSC_ARCH=mpi_rScalar_Opt<br>C/C++ example src/eps/examples/tests/test10 run successfully with 1 MPI process<br>
C/C++ example src/eps/examples/tests/test10 run successfully with 2 MPI process<br>Fortran example src/eps/examples/tests/test7f run successfully with 1 MPI process<br>Completed test examples<br><br></div><div class="gmail_extra">
 But <br>make allfortranstubs all <br> fails.. <br clear="all"></div><div class="gmail_extra">grep: ftn-auto/makefile: No such file or directory<br>grep: ftn-auto/makefile: No such file or directory<br>grep: ftn-auto/makefile: No such file or directory<br>
grep: ftn-auto/makefile: No such file or directory<br>grep: ftn-auto/makefile: No such file or directory<br>grep: ftn-auto/makefile: No such file or directory<br>libfast in: /home1/00924/Reddy135/LocalApps/slepc/include/finclude/ftn-auto<br>
make[5]: *** No rule to make target `slepc_tree'.  Stop.<br>libfast in: /home1/00924/Reddy135/LocalApps/slepc/include/finclude/ftn-custom<br>libfast in: /home1/00924/Reddy135/LocalApps/slepc/include/slepc-private<br>libfast in: /home1/00924/Reddy135/LocalApps/slepc/docs<br>
Completed building libraries<br>=========================================<br>making shared libraries in /home1/00924/Reddy135/LocalApps/slepc/mpi_rScalar_Opt/lib<br>building libslepc.so<br>=========================================<br>
*******************************ERROR************************************<br>  Error during compile, check mpi_rScalar_Opt/conf/make.log               <br>  Send all contents of mpi_rScalar_Opt/conf to <a href="mailto:slepc-maint@grycap.upv.es">slepc-maint@grycap.upv.es</a>  <br>
************************************************************************<br><br></div><div class="gmail_extra">Now, i am wondering why i get these errors now ? i had no issues with slepc until i did git pull on petsc today. petsc does compile and pass tests. ?<br>
</div><div class="gmail_extra">I am using slepc-dev -rev 3324<br><br></div><div class="gmail_extra">Thanks<br>Reddy<br></div><div class="gmail_extra">-- <br>-----------------------------------------------------<br>Dharmendar Reddy Palle<br>
Graduate Student<br>Microelectronics Research center,<br>University of Texas at Austin,<br>10100 Burnet Road, Bldg. 160<br>MER 2.608F, TX 78758-4445<br>e-mail: <a href="mailto:dharmareddy84@gmail.com" target="_blank">dharmareddy84@gmail.com</a><br>
Phone: +1-512-350-9082<br>United States of America.<br>Homepage: <a href="https://webspace.utexas.edu/~dpr342" target="_blank">https://webspace.utexas.edu/~dpr342</a><br>
</div></div>