mochi-hpc-experiments / mochi-tests

Test cases for the Mochi project.
Other
0 stars 6 forks source link

bebop regression scripts still use ~/.spack/ files from executing user #1

Closed carns closed 3 years ago

carns commented 3 years ago

In GitLab by @carns on Mar 15, 2019, 17:44

This is probably true of other platform scripts also?

The run-regression.sh script in perf-regression/bebop/ will generate errors if there are invalid entries in ~/.spack/linux/packages.yaml. It also appears to use compilers.yaml.

It would be ideal for reproducibility if we could make spack truly ignore the user's spack config and use file contained in SPACK_ROOT (or elsewhere) exclusively.

carns commented 3 years ago

In GitLab by @carns on Mar 15, 2019, 17:45

@roblatham00

carns commented 3 years ago

In GitLab by @carns on Oct 1, 2019, 16:40

regression scripts were updated a while back to explicitly modify $HOME to avoid dot files in user's home directory

carns commented 3 years ago

In GitLab by @carns on Oct 1, 2019, 16:40

closed