You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a modulepath contains a cache file made for a greater version of Modules, a cache error is reported when loading modulefile
$ module -VModules Release 5.3.1 (2023-06-27)
$ module cachebuildCreating /path/to/modulefiles/.modulecache
$ sed -i 's|#%Module5.3|#%Module5.4|' /path/to/modulefiles/.modulecache
$ module load barCache ERROR: Cache file requires at least Modules version 5.4 In '/path/to/modulefiles/.modulecache' Please contact <root@localhost>
Such error makes things complicated when updating Modules on a site environment where users may still be using the older version whereas cache is being built for the new one.
Note that this error is disturbing for users however it does not fail module evaluation.
Thanks to @adrien-cotte and his team for the report.
The text was updated successfully, but these errors were encountered:
When a modulepath contains a cache file made for a greater version of Modules, a cache error is reported when loading modulefile
Such error makes things complicated when updating Modules on a site environment where users may still be using the older version whereas cache is being built for the new one.
Note that this error is disturbing for users however it does not fail module evaluation.
Thanks to @adrien-cotte and his team for the report.
The text was updated successfully, but these errors were encountered: