Difference between revisions of "Run It"
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. | ||
<ul> | |||
<li>stack size must be set to unlimited via ulimit -s unlimited</li> | |||
<li>OMP_DYNAMIC=FALSE</li> | |||
<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