<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 6, 2013 at 8:28 AM, Jose E. Roman <span dir="ltr"><<a href="mailto:jroman@dsic.upv.es" target="_blank">jroman@dsic.upv.es</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
El 05/05/2013, a las 09:30, Dharmendar Reddy escribió:<br>
<div><div><br>
> On Sun, May 5, 2013 at 1:06 AM, Jed Brown <<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>> wrote:<br>
> Dharmendar Reddy <<a href="mailto:dharmareddy84@gmail.com" target="_blank">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>
> 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>
><br>
> > then make all gives an error, look at the attached logs<br>
><br>
> Does 'make test' work?  What about after 'make allfortranstubs all'?<br>
><br>
>    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>
>  But<br>
> make allfortranstubs all<br>
>  fails..<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>
> 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" target="_blank">slepc-maint@grycap.upv.es</a><br>
> ************************************************************************<br>
><br>
> 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>
> I am using slepc-dev -rev 3324<br>
><br>
> Thanks<br>
> Reddy<br>
<br>
</div></div>You should be using petsc-master since slepc-dev is in sync with petsc-master, not petsc-next.<br>
Anyway, I think the problem is the arpack-flags option, it should be like this (with a comma, as in the example of the manual):<br>
<br>
$ ./configure --with-arpack-dir=/home1/00924/Reddy135/LocalApps/arpack/lib --with-arpack-flags=-lparpack,-larpack<br>
<span><font color="#888888"><br></font></span></blockquote><div>Thanks. I forgot the comma. That explains, why it failed this time. I did build slepc successfully with arpack many times earlier. <br><br></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><font color="#888888">
Jose<br>
<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <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: <a href="tel:%2B1-512-350-9082" value="+15123509082" target="_blank">+1-512-350-9082</a><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>