Benchmarks icon indicating copy to clipboard operation
Benchmarks copied to clipboard

Settable data location

Open j-woz opened this issue 7 years ago • 3 comments

Do not force big input data to reside inside a git clone. This forces code and big data to reside on the same FS (I use a soft link to get around this), and is likely to trigger git mistakes.

j-woz avatar Oct 31 '18 18:10 j-woz

Does this mean you want the 'Data' directory to reside outside the Benchmarks directory? Do we want a standard way to set the Data dir base address?

jmohdyusof avatar Oct 31 '18 20:10 jmohdyusof

Yes, I think that should be possible. For example, on some machines I want to clone the Benchmarks in my home directory (fully backed up, small quota) but keep the input data in some project scratch directory (data possibly lost or evicted, large quota).

j-woz avatar Oct 31 '18 20:10 j-woz

Resurrecting this, since it is still relevant and I have been working with Tom on it. The CANDLE_DATA_DIR environment variable is starting to get to this, but we need more generally to implement the IO going to writeable filesystem locations, as needed by both e.g. Summit and singularity containers

jmohdyusof avatar Jun 28 '22 14:06 jmohdyusof