<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Matthew,<div><br></div><div>Here’s how you can possibly solve the issue yourself:</div><div><br></div><div>1)</div><div>Look in gr_uhypreSolve and see if 500 is hardcoded (unlikely) or the name of the parameter.</div><div><br></div><div>2)</div><div>Grep for that parameter and see where it gets its value (hopefully via a RuntimeParameters_get call in an *init.F90 subroutine).</div><div><br></div><div>3)</div><div>Make sure the name of your entry in flash.par matches the string in the RuntimeParameters_get call.</div><div><br></div><div>==</div><div>Otherwise, it would be helpful if you can attach your log file.</div><div><br></div><div>Best wishes,</div><div>Ryan<br><br><div dir="ltr">Sent from my iPhone</div><div dir="ltr"><br><blockquote type="cite">On Sep 12, 2024, at 10:05 AM, Matthew Trantham <mtrantha@umich.edu> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr">Hello, <div><br></div><div>I am getting this error in hypre:</div><div><br></div><div>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">[gr_uhypreSolve]: Nonconv./failure ierr=256, descr=[Method did not converge], component=19, converged=T, |initial RHS|^2=5.6774E+05, num_iterations=500, final_res_norm=1.893391864118381E+063</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">Specifically, the num_iterations is 500, I requested</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hypreSolverType = </span><span class="gmail-s2" style="font-variant-ligatures:no-common-ligatures;color:rgb(180,36,25)">"HYPRE_GMRES"</span></p><p class="gmail-p1" style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hypreMaxIter = 10000000</span></p><p class="gmail-p1" style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hypreMaxIterMag = 1000000</span></p><p class="gmail-p1" style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hypreMinIter = 1000</span></p><p class="gmail-p1" style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hyprereltol = 1.e-7</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">










</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gr_hyprereltolMag = 1.e-7</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">Why is it stopping at the default value of 500 and not going to 1000000?</span></p></div></div>
<span>_______________________________________________</span><br><span>flash-users mailing list</span><br><span>flash-users@flash.rochester.edu</span><br><span></span><br><span>For list info, including unsubscribe:</span><br><span>https://flash.rochester.edu/mailman/listinfo/flash-users</span><br></div></blockquote></div></body></html>