<div dir="ltr">Thanks Barry,<div><br></div><div>You were right ! when i removed the COPTFLAGS and recompiled the same code worked.</div><div>It now seems to be working perfectly.</div><div><br></div><div>So somehow the optimization flags effect the code execution !?<br>is this a known issue ?</div><div><br></div><div><br></div><div>thanks anyways,</div><div> Vijay</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 23, 2015 at 9:04 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   This error message is almost always because a Nan or Inf has crept into the numbers and then gotten into a norm or inner product.<br>
You can run with -fp_trap or run a debugger and have it catch floating point exceptions to see the first point where the Nan or Inf appeared and help track down the cause.  But do all this tracking down using a debug version of the library without all the extra optimization flags you have put into the COPTFLAGS flags etc.<br>
<span class="HOEnZb"><font color="#888888"><br>
  Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On May 23, 2015, at 12:27 PM, Vijay Gopal Chilkuri <<a href="mailto:vijay.gopal.c@gmail.com">vijay.gopal.c@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I'm having problems calculating large number of eigenvalues(nev>400) with SLEPc, i get perfect results with small number of eigenvalues.<br>
><br>
><br>
> PETSc: Branch: origin/maint ; commit: 2b04bc0<br>
> SLEPc: Branch: origin/maint ; commit: e1f03d9<br>
><br>
> This is the error message i get:<br>
><br>
> Intel Parallel Studio XE 2013 loaded<br>
> Intel(R) MPI Library 4.1 (4.1.3.049) loaded<br>
> [0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br>
> [0]PETSC ERROR: Invalid argument<br>
> [0]PETSC ERROR: Scalar value must be same on all processes, argument # 3<br>
> [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.<br>
> [0]PETSC ERROR: Petsc Release Version 3.5.3, unknown¬<br>
> [0]PETSC ERROR: ./ex1 on a arch-linux2-c-opt named eoscomp7 by vijayc Sat May 23 19:04:55 2015<br>
> [0]PETSC ERROR: Configure options --with-64-bit-indices --with-cc=mpiicc --with-fc=mpiifort --with-cxx=mpiicpc --with-debugging=1 --FOPTFLAGS="-O3 -xAV<br>
> X -fno-alias -no-prec-div -no-prec-sqrt -ip " --COPTFLAGS="-O3 -xAVX -fno-alias -no-prec-div -no-prec-sqrt -ip " --CXXOPTFLAGS="-O3 -xAVX -fno-alias -no-prec-div -no-prec-sqrt -ip " --download-fblaslapack --with-x=false<br>
> [0]PETSC ERROR: #1 BVScaleColumn() line 380 in /eos1/p1517/vijayc/slepc_basic/src/sys/classes/bv/interface/bvops.c<br>
> [0]PETSC ERROR: #2 EPSFullLanczos() line 200 in /eos1/p1517/vijayc/slepc_basic/src/eps/impls/krylov/krylov.c<br>
> [0]PETSC ERROR: #3 EPSSolve_KrylovSchur_Symm() line 56 in /eos1/p1517/vijayc/slepc_basic/src/eps/impls/krylov/krylovschur/ks-symm.c<br>
> [0]PETSC ERROR: #4 EPSSolve() line 99 in /eos1/p1517/vijayc/slepc_basic/src/eps/interface/epssolve.c<br>
> [0]PETSC ERROR: #5 main() line 143 in /users/p1517/vijayc/modelization/ntrou3/sites_18/obc_10/isz_0/ex1.c<br>
> [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------<br>
> application called MPI_Abort(MPI_COMM_WORLD, 62) - process 0<br>
><br>
> thanks a lot,<br>
>  Vijay<br>
<br>
</div></div></blockquote></div><br></div>