<div class="gmail_quote">On Fri, Feb 24, 2012 at 09:54, Francis Poulin <span dir="ltr">&lt;<a href="mailto:fpoulin@uwaterloo.ca">fpoulin@uwaterloo.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":7hj">I am now running v3.2p6 and working with ksp/ex45.c, as suggested.<br></div></blockquote><div><br></div><div>Great.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":7hj">
<br>
When I try running ex22 like Jed suggested it works fine.<br>
<br>
When I try running ex45 like Barry suggested it runs but it does not seem to recognize two options.<br>
<br>
WARNING! There are options you set that were not used!<br>
WARNING! could be spelling mistake, etc!<br>
Option left: name:-mg_levels_ksp_type value: richardson<br>
Option left: name:-mg_levels_pc_type value: sor<br></div></blockquote><div><br></div><div>Use these, it will run the same method and sizes as the options I gave for ex22 before.</div><div><br></div><div>mpiexec.hydra -n 2 ./ex45 -da_grid_x 5 -da_grid_y 5 -da_grid_z 5 -da_refine 5 -ksp_monitor -pc_type mg -mg_levels_ksp_type richardson -mg_levels_pc_type sor -log_summary</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":7hj">
<br>
Also, I am getting an message saying that it is running it with the debugger and I should rerun ./configure to turn it off and it will run 2 or 3 times faster.  Does that mean that the installation always uses the debugger or never uses it?  I thought I would like it keep it for testing, assuming i figure out how it works, but then turn it off for serious runs.</div>
</blockquote></div><br><div>Configure --with-debugging=0.</div>