<div dir="ltr">Hi Matt,<div><br></div><div>Looks like you need to set the flags for the correct *unified* hypre solver. You set the flags for gr_hypre, which is not the new, unified hypre package. Meanwhile, the error message is from gr_uhypre. Check out Section 8.10.4.2 of the user guide for additional details.</div><div><br></div><div>Good luck!</div><div>Lee</div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="color:rgb(34,34,34)">________________</span><div style="color:rgb(34,34,34)">Leland Ellison PhD<div>Pacific Fusion</div><div>Lead - Modeling and Simulations</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 12, 2024 at 8:48 AM Ryan Farber <<a href="mailto:rjfarber@umich.edu">rjfarber@umich.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div 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 <<a href="mailto:mtrantha@umich.edu" target="_blank">mtrantha@umich.edu</a>> 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 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 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 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 style="font-variant-ligatures:no-common-ligatures"><br></span></p><p 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 style="font-variant-ligatures:no-common-ligatures">Specifically, the num_iterations is 500, I requested</span></p><p 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 style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">gr_hypreSolverType = </span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(180,36,25)">"HYPRE_GMRES"</span></p><p style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">gr_hypreMaxIter = 10000000</span></p><p style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">gr_hypreMaxIterMag = 1000000</span></p><p style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">gr_hypreMinIter = 1000</span></p><p style="margin:0px;font:12px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">gr_hyprereltol = 1.e-7</span></p><p 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 style="font-variant-ligatures:no-common-ligatures">










</span></p><p 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 style="font-variant-ligatures:no-common-ligatures">gr_hyprereltolMag = 1.e-7</span></p><p 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 style="font-variant-ligatures:no-common-ligatures"><br></span></p><p 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 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><a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a></span><br><span></span><br><span>For list info, including unsubscribe:</span><br><span><a href="https://flash.rochester.edu/mailman/listinfo/flash-users" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a></span><br></div></blockquote></div></div>_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<br>
For list info, including unsubscribe:<br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</blockquote></div>