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
As part of #158 , several PRs have been opened to better track files handled by C-Star and prevent unnecessary repetition of potentially expensive steps:
These cover the Case.setup() and Case.build() methods, but Case.pre_run() will still start from scratch any time it is called.
After merging #209 and #210 , we should add tracking for files produced by partition and introduce a check in ROMSInputDataset.partition that skips over unnecessary regeneration of already partitioned files.
The text was updated successfully, but these errors were encountered:
As part of #158 , several PRs have been opened to better track files handled by C-Star and prevent unnecessary repetition of potentially expensive steps:
InputDataset.get()
to prevent them being fetched multiple timesAdditionalCode
Component.build()
from compiling already compiled executables where it is clear the source code has not changedCase.setup()
again after exiting a python sessionThese cover the
Case.setup()
andCase.build()
methods, butCase.pre_run()
will still start from scratch any time it is called.After merging #209 and #210 , we should add tracking for files produced by
partition
and introduce a check inROMSInputDataset.partition
that skips over unnecessary regeneration of already partitioned files.The text was updated successfully, but these errors were encountered: