Frequently Asked Questions
This is a list of Frequently Asked Questions about GYRE. Suggestions for new entries are always most welcome!
How Do I…
- …run GYRE on multiple cores?
GYRE can take advantage of multiple processors in a shared-memory (multicore) computer through its use of OpenMP. This functionality should be enabled by default, but you can nevertheless force it by setting the
OMPenvironment variable toyesprior to compilation. Then, set theOMP_NUM_THREADSenvironment variable to the number of threads you want to use.- …pronounce GYRE?
With a soft ‘g’ rhyming with ‘wire’, like
this.- …cite GYRE?
See the Citing GYRE section.
- …get support for a problem I’m having?
Post a message to one of the GYRE discussion forums.
- …contact the GYRE team?
Send an email to Rich Townsend.
- …access the documentation for older releases?
Click on the ‘v:…’ dropdown menu in the bottom-right. Note that this menu is only available when viewing the documentation on Read the Docs; it isn’t available in a local build within the
$GYRE_DIR/docsdirectory. Also, the legacy documentation is a work-in-progress, and remains incomplete.
What Does…
- …’Failed during deflate narrowout-of-domain frequency’ mean?
This is an indication that GYRE’s root solver wandered out of bounds when trying to find a complex root of the discriminant function. Try running with a different choice of
diff_schemeparameter (MAGNUS_GL2seems to be the most robust), and/or using contour method instead (see the Non-Adiabatic Oscillations chapter).
Why Does…
- …the error ‘Illegal Instruction’ arise on MacOS when running with large grid sizes?
This behavior is typically caused by overflow of the OpenMP stack (for more info see here). Try setting the
OMP_STACKSIZEenvironment variable to 500K or 1M.