Difference between revisions of "Run It"

From Linear Mixed Models Toolbox
Jump to navigation Jump to search
Line 5: Line 5:
<b>lmt</b> requires that some environment variables are set to specific values. <b>lmt</b> will check
<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.
those settings at start and will stop if the settings are wrong.
stack size must be set to unlimited via ulimit -s unlimited
<ul>
OMP_DYNAMIC=FALSE
<li>stack size must be set to unlimited via ulimit -s unlimited</li>
OMP_STACKSIZE=<a reasonable value (i.e. 2000M)>
<li>OMP_DYNAMIC=FALSE</li>
OMP_NESTED=TRUE
<li>OMP_STACKSIZE='a reasonable value (i.e. 2000M)'</li>
<li>OMP_NESTED=TRUE</li>
</ul>

Revision as of 10:49, 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