Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Adding Experiment Directory #1846

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Adding Experiment Directory #1846

wants to merge 2 commits into from

Conversation

laytonmccafferty
Copy link

Updates lib/filesystem.py to include an extra directory known as experiment, which will contain all of the data gathered from the build cache performance experiment.

Copy link
Collaborator

@reidpr reidpr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Layton!

A few comments:

  1. At this level we want a generic direction called experiment. Your stuff would then be a sub-directory within that. The goal is that future experiments would then be other sub-directories.

  2. Increment the storage version. Otherwise, older Charliecloud versions that don’t know about the experiment directory will fail, complaining about unexpected files.

  3. Document the directory’s purpose somewhere (possibly experiment_dir() method?).

…ing head directory for experiments name to just be generic
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants