You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raphael Hirschi edited this page Aug 14, 2026
·
3 revisions
In an ideal world, simulations would carry on until the end condition. In reality stellar evolution simulations do regularly crash due to convergence issues. Here are common reasons and ways to deal with them.
We deal with crashes by changes parameters in the "starname".input file. Use your favourite editor (e.g. vim, nano, gedit) to open the input file. If you continue the model from the same series, then save the file and restart the run using:
By default, the parameter iauto is set to 1. You can try to change it to iauto=2 instead. This automates extra parameter changes in the code as it is running. You could decide to use iauto=2 by default (Raphael does this ;) ).