<div><br></div><div><br><div class="gmail_quote"><div dir="ltr">On Sun, 28 Oct 2018 at 21:46, Santiago Andres Triana <<a href="mailto:repepo@gmail.com">repepo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Dave,<div><br></div><div>Indeed, I added that last arg myself after the configure script asked for it (--with-batch seems to need it). I just tried with petsc-3.9.1, without the --with-batch and --known-64-blas-indices=1 options and everything is working nicely. </div></div></blockquote><div dir="auto"><br></div><div dir="auto">Great.</div><div dir="auto"><br></div><div dir="auto">I believe as general rule, flags such as -known-64-bit-xxx are only required to be specified by the user when using system provided packages (actually any package not installed by petsc' configure). If you use --download-yyy then petscs' configure defines how package yyy is to be configured and built, hence it knows whether it used 64 bit ints, or not - the user does not (and probably should not) provide a flag to indicate what petsc configuration already knows</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">  Dave</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I will try again later with the latest version.</div></div></blockquote><div dir="auto"><br></div><div dir="auto">Ok.</div><div dir="auto"><br></div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>Thanks!</div></div><div dir="ltr"><div><br></div><div>Santiago</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 28, 2018 at 10:31 AM Dave May <<a href="mailto:dave.mayhem23@gmail.com" target="_blank">dave.mayhem23@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div><div><br><div class="gmail_quote"><div dir="ltr">On Sun, 28 Oct 2018 at 09:37, Santiago Andres Triana <<a href="mailto:repepo@gmail.com" target="_blank">repepo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Hi petsc-users,</div><div><br></div><div>I am experiencing problems running ex5 and ex7 from the slepc tutorial. This is after upgrade to petsc-3.10.2 and slepc-3.10.1. Has anyone run into this problem? see the error message below. Any help or advice would be highly appreciated. Thanks in advance!</div><div><br></div><div>Santiago</div><div> </div><div><br></div><div><br></div><div>trianas@hpcb-n02:/home/trianas/slepc-3.10.1/src/eps/examples/tutorials> ./ex5 -eps_nev 4</div><div><br></div><div>Markov Model, N=120 (m=15)</div><div><br></div><div>[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------</div><div>[0]PETSC ERROR: Error in external library</div><div>[0]PETSC ERROR: Error in LAPACK subroutine hseqr: info=0</div><div>[0]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html" target="_blank">http://www.mcs.anl.gov/petsc/documentation/faq.html</a> for trouble shooting.</div><div>[0]PETSC ERROR: Petsc Release Version 3.10.2, Oct, 09, 2018 </div><div>[0]PETSC ERROR: ./ex5 on a arch-linux2-c-opt named hpcb-n02 by trianas Sun Oct 28 09:30:18 2018</div><div>[0]PETSC ERROR: Configure options --known-level1-dcache-size=32768 --known-level1-dcache-linesize=64 --known-level1-dcache-assoc=8 --known-sizeof-char=1 --known-sizeof-void-p=8 --known-sizeof-short=2 --known-sizeof-int=4 --known-sizeof-long=8 --known-sizeof-long-long=8 --known-sizeof-float=4 --known-sizeof-double=8 --known-sizeof-size_t=8 --known-bits-per-byte=8 --known-memcmp-ok=1 --known-sizeof-MPI_Comm=4 --known-sizeof-MPI_Fint=4 --known-mpi-long-double=1 --known-mpi-int64_t=1 --known-mpi-c-double-complex=1 --known-has-attribute-aligned=1 --with-scalar-type=complex --download-mumps=1 --download-parmetis --download-metis --download-scalapack=1 --download-fblaslapack=1 --with-debugging=0 --download-superlu_dist=1 --download-ptscotch=1 CXXOPTFLAGS="-O3 -march=native" FOPTFLAGS="-O3 -march=native" COPTFLAGS="-O3 -march=native" --with-batch --known-64-bit-blas-indices=1</div></div></div></blockquote><div dir="auto"><br></div><div dir="auto">I think this last arg is wrong if you use --download-fblaslapack.</div><div dir="auto"><br></div><div dir="auto">Did you explicitly add this option yourself?</div><div dir="auto"><br></div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div></div><div>[0]PETSC ERROR: #1 DSSolve_NHEP() line 586 in /space/hpc-home/trianas/slepc-3.10.1/src/sys/classes/ds/impls/nhep/dsnhep.c</div><div>[0]PETSC ERROR: #2 DSSolve() line 586 in /space/hpc-home/trianas/slepc-3.10.1/src/sys/classes/ds/interface/dsops.c</div><div>[0]PETSC ERROR: #3 EPSSolve_KrylovSchur_Default() line 275 in /space/hpc-home/trianas/slepc-3.10.1/src/eps/impls/krylov/krylovschur/krylovschur.c</div><div>[0]PETSC ERROR: #4 EPSSolve() line 148 in /space/hpc-home/trianas/slepc-3.10.1/src/eps/interface/epssolve.c</div><div>[0]PETSC ERROR: #5 main() line 90 in /home/trianas/slepc-3.10.1/src/eps/examples/tutorials/ex5.c</div><div>[0]PETSC ERROR: PETSc Option Table entries:</div><div>[0]PETSC ERROR: -eps_nev 4</div><div>[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------</div><div>application called MPI_Abort(MPI_COMM_WORLD, 76) - process 0</div><div>[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=76</div><div>:</div><div>system msg for write_line failure : Bad file descriptor</div><div><br></div></div></div>
</blockquote></div></div>
</blockquote></div>
</blockquote></div></div>