<div class="gmail_quote">On Fri, Mar 16, 2012 at 15:53, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
4. MatSetValues() is not logged by default - you should run with -info<br>
and make sure there are no mallocs during assembly.</blockquote><div><br></div><div>This user might have a version from before that was an error by default, but maybe there should still be an option -mat_log_setvalues (or -log_mat_setvalues?) that enables MAT_SetValues so they don't have to call this advanced function to profile time in MatSetValues?<br>
</div><div><br></div><div><div>  /* Turn off high traffic events by default */</div><div>  ierr = PetscLogEventSetActiveAll(MAT_SetValues, PETSC_FALSE);CHKERRQ(ierr);</div></div><div><br></div></div>