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
To avoid having to unzip the same FMUs over and over again, CSE CLI should use cse::fmi::importer with a persistent cache directory. A clean-cache subcommand should also be added.
I propose to use $HOME/.cse/fmu-cache on Linux and %LOCALAPPDATA%\CSE\fmu-cache on Windows. (These could be shared by other CSE applications too.)
The text was updated successfully, but these errors were encountered:
To avoid having to unzip the same FMUs over and over again, CSE CLI should use
cse::fmi::importer
with a persistent cache directory. Aclean-cache
subcommand should also be added.I propose to use
$HOME/.cse/fmu-cache
on Linux and%LOCALAPPDATA%\CSE\fmu-cache
on Windows. (These could be shared by other CSE applications too.)The text was updated successfully, but these errors were encountered: