c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Scrub scratch directories after every cycle #82

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

My experiment machine is running a scratch directory of 27 gigabytes at the moment, because it never deletes after a cycle and there are many, many different possible filenames to which things can be saved during an experiment. This is patently absurd, and not needed; it should be scrubbed per machine after each cycle. (Not globally, since this wouldn't be thread-safe.)