Re: [Lmod-users] How do I clear the cache?
A Lua based environment module system that reads TCL modulefiles.
Brought to you by:
rtmclay
|
From: Jack P. <j-p...@ta...> - 2015-12-19 00:47:28
|
On 12/17/2015 10:13 AM, Jack Perdue wrote: > The quick short term fix (e.g. when building > new software) is: > > export LMOD_IGNORE_CACHE=1 > > Much slower, but will show all mods until the spider > cache is updated. > FWIW, another note in this thread reminds me... I build a lot so I basically disabled my personal cache with: rm ~/.lmod.d/.cache/* # clear personal cache chmod 500 ~/.lmod.d/.cache # disable writes When not building (and not setting LMOD_IGNORE_CACHE), the system cache (updated hourly) seems sufficient. The personal cache just seems to confuse things sometimes. jack |