Tamara Dahlgren
Tamara Dahlgren
Corrections and updates to the environment tutorial to match outputs and more. Note: This does NOT include addressing the fact that the `spack concretize --force --fresh` appears to want to...
Replaces #32860 Updated the terminology for the two types of environments to be consistent with that used in the tutorial for the last three years (see https://github.com/spack/spack-tutorial/pull/127). Additionally: * worked...
### Steps to reproduce the failure(s) or link(s) to test output(s) ```console $ spack install umpire+examples $ spack load umpire # Or the hash of the above installation $ strategy_example...
Depends on #44874 @shahzebsiddiqui @wspear This PR extends the work of #44874 to better support `test_sparse_mpi` processing from a node that cannot run `srun` (e.g., CI stacks, login nodes). It...
Using `self.spec["cmake"].command` instead of `which(self.spec["cmake"].prefix.bin.cmake)` is the preferred way to get the `cmake` `Executable` for stand-alone tests. So this PR simply highlights that in the note in a somewhat easy...
I had to do a double take reading the message after adding a timeout to an executable. The message before the change: ``` Process timed out after 2sWe expected the...
Take advantage of `BuildEnvironment`'s `get_cmake_prefix_path` to simplify stand-alone test build set up. Checked the results for `6.1.2` pre- and post-fix and they are materially the same.
@tgamblin @becker33 @RikkiButler20 @kwryankrattiger @psakievich # Summary Spack already supports inclusion of local and remote environment configuration directories/files and fully concretized environments. This issue proposes completing environment re-use by supporting...