Difference between revisions of "Run It"

From Linear Mixed Models Toolbox
Jump to navigation Jump to search
(Created page with "<b>lmt</b> is developed for Linux operation systems on computers with an Intel architecture. Thus using <b>lmt</b> on AMD architecture will result in increased run time. For e...")
 
Line 2: Line 2:
Thus using <b>lmt</b> on AMD architecture will result in increased run time. For executables
Thus using <b>lmt</b> on AMD architecture will result in increased run time. For executables
running on Windows or Mac please contact the author.
running on Windows or Mac please contact the author.
<b>lmt</b> requires that some environment variables are set to specific values. <b>lmt</b> will check
those settings at start and will stop if the settings are wrong.
• stack size must be set to unlimited via ulimit -s unlimited
• OMP_DYNAMIC=FALSE
• OMP_STACKSIZE=<a reasonable value (i.e. 2000M)>
• OMP_NESTED=TRUE

Revision as of 10:47, 29 November 2020

lmt is developed for Linux operation systems on computers with an Intel architecture. Thus using lmt on AMD architecture will result in increased run time. For executables running on Windows or Mac please contact the author.

lmt requires that some environment variables are set to specific values. lmt will check those settings at start and will stop if the settings are wrong. • stack size must be set to unlimited via ulimit -s unlimited • OMP_DYNAMIC=FALSE • OMP_STACKSIZE=<a reasonable value (i.e. 2000M)> • OMP_NESTED=TRUE