<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You can also look into SLEPc to compute
      eigenvalues in parallel for the global system.<br>
      SLEPc is based on PETSc so it should not be too hard to use in
      your code.<br>
      <pre class="moz-signature" cols="72">Best,
Luc</pre>
      On 01/21/2015 10:53 AM, Matthew Knepley wrote:<br>
    </div>
    <blockquote
cite="mid:CAMYG4GmAipw2JaNdQPKsiGAwS_xSwMgAppTe2345P3b=cQ8+qA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Wed, Jan 21, 2015 at 9:51 AM,
            siddhesh godbole <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:siddhesh4godbole@gmail.com" target="_blank">siddhesh4godbole@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">
                <div style="font-family:georgia,serif">Hello,<br>
                  <br>
                </div>
                <div style="font-family:georgia,serif">I want to execute
                  Monte Carlo simulations for eigenvalue problem in
                  parallel with PETSC. i am using LAPACKsygvx function
                  to compute all the eigenvalues. Now the problem i am
                  facing is that, i think LAPACKsygvx requires Matrices
                  to be declared as MATSEQDENSE, and this sequential
                  type is not allowing me to execute this program on
                  multiple processors. <br>
                </div>
                <div style="font-family:georgia,serif"><br>
                </div>
                <div style="font-family:georgia,serif">How should i go
                  about this problem? can i use different communicators
                  or something? Please help!</div>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>Do you need all the eigenvalues? If so, you can try to
              use Elemental, with the development version of PETSc.</div>
            <div><br>
            </div>
            <div>  Thanks,</div>
            <div><br>
            </div>
            <div>    Matt</div>
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">
                <div style="font-family:georgia,serif"><br clear="all">
                </div>
                <div>
                  <div>
                    <div dir="ltr"><b><font face="georgia, serif">Siddhesh
                          M Godbole</font></b>
                      <div><br>
                      </div>
                      <div><font color="#666666">5th year Dual Degree,</font></div>
                      <div><font color="#666666">Civil Eng & Applied
                          Mech.</font></div>
                      <div><font color="#666666">IIT Madras</font></div>
                    </div>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div class="gmail_signature">What most experimenters take for
            granted before they begin their experiments is infinitely
            more interesting than any results to which their experiments
            lead.<br>
            -- Norbert Wiener</div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>