<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 7, 2017 at 8:37 AM, Kannan, Ramakrishnan <span dir="ltr"><<a target="_blank" href="mailto:kannanr@ornl.gov">kannanr@ornl.gov</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Barry,<br>
<br>
Thanks for the kind response. I am building slepc 3.7.3 and when I configure –with-64-bit-indices=1, I am getting the following error.<br>
<br>
./configure --with-64-bit-indices=1 --prefix=/lustre/atlas/proj-<wbr>shared/csc209/ramki/slepc<br>
ERROR: Invalid arguments --with-64-bit-indices=1<br>
Use -h for help<br></blockquote><div><br></div><div>I think you need to do "configure --with-64-bit-indices=1"  for PETSc (Not SLEPc).<br><br></div><div>Fande,<br><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<br>
When I run ./configure –h, I am getting the following options. Let me know if I am missing something.<br>
<br>
SLEPc Configure Help<br>
------------------------------<wbr>------------------------------<wbr>--------------------<br>
SLEPc:<br>
  --with-clean=<bool>          : Delete prior build files including externalpackages<br>
  --with-cmake=<bool>          : Enable builds with CMake (disabled by default)<br>
  --prefix=<dir>               : Specify location to install SLEPc (e.g., /usr/local)<br>
  --DATAFILESPATH=<dir>        : Specify location of datafiles (for SLEPc developers)<br>
ARPACK:<br>
  --download-arpack[=<fname>]  : Download and install ARPACK in SLEPc directory<br>
  --with-arpack=<bool>         : Indicate if you wish to test for ARPACK<br>
  --with-arpack-dir=<dir>      : Indicate the directory for ARPACK libraries<br>
  --with-arpack-flags=<flags>  : Indicate comma-separated flags for linking ARPACK<br>
BLOPEX:<br>
  --download-blopex[=<fname>]  : Download and install BLOPEX in SLEPc directory<br>
BLZPACK:<br>
  --with-blzpack=<bool>        : Indicate if you wish to test for BLZPACK<br>
  --with-blzpack-dir=<dir>     : Indicate the directory for BLZPACK libraries<br>
  --with-blzpack-flags=<flags> : Indicate comma-separated flags for linking BLZPACK<br>
FEAST:<br>
  --with-feast=<bool>          : Indicate if you wish to test for FEAST<br>
  --with-feast-dir=<dir>       : Indicate the directory for FEAST libraries<br>
  --with-feast-flags=<flags>   : Indicate comma-separated flags for linking FEAST<br>
PRIMME:<br>
  --download-primme[=<fname>]  : Download and install PRIMME in SLEPc directory<br>
  --with-primme=<bool>         : Indicate if you wish to test for PRIMME<br>
  --with-primme-dir=<dir>      : Indicate the directory for PRIMME libraries<br>
  --with-primme-flags=<flags>  : Indicate comma-separated flags for linking PRIMME<br>
TRLAN:<br>
  --download-trlan[=<fname>]   : Download and install TRLAN in SLEPc directory<br>
  --with-trlan=<bool>          : Indicate if you wish to test for TRLAN<br>
  --with-trlan-dir=<dir>       : Indicate the directory for TRLAN libraries<br>
  --with-trlan-flags=<flags>   : Indicate comma-separated flags for linking TRLAN<br>
SOWING:<br>
  --download-sowing[=<fname>]  : Download and install SOWING in SLEPc directory<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
--<br>
Regards,<br>
Ramki<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
<br>
On 6/6/17, 9:06 PM, "Barry Smith" <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> wrote:<br>
<br>
<br>
      The resulting matrix has something like<br>
<br>
    >>> 119999808*119999808*1.e-6<br>
    14,399,953,920.036863<br>
<br>
      nonzero entries. It is possible that some integer operations are overflowing since C int can only go up to about 4 billion before overflowing.<br>
<br>
      You can building with a different PETSC_ARCH value using the additional ./configure option for PETSc of --with-64-bit-indices and see if the problem is resolved.<br>
<br>
       Barry<br>
<br>
<br>
    > On Jun 5, 2017, at 12:37 PM, Kannan, Ramakrishnan <<a href="mailto:kannanr@ornl.gov">kannanr@ornl.gov</a>> wrote:<br>
    ><br>
    > I am running EPS for NHEP on a matrix of size 119999808x119999808 and I am experiencing the attached trapped. This is a 1D row distributed sparse uniform random matrix with 1e-6 sparsity  over 36 processors. It works fine for smaller matrices of sizes with 1.2 million x 1.2 million. Let me know if you are looking for more information.<br>
    ><br>
    > --<br>
    > Regards,<br>
    > Ramki<br>
    ><br>
    > <slepc.e609742.zip><br>
<br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>