- cuda
- hermes_shm
git clone https://github.com/spack/spack.git
cd spack
git checkout tags/v0.22.2
echo ". ${PWD}/share/spack/setup-env.sh" >> ~/.bashrc
source ~/.bashrcgit clone https://github.com/lukemartinlogan/grc-repo.git
cd grc-repo
spack repo add .
spack install hermes_shm@master
spack load hermes_shm
mkdir build
cd build
cmake ../
make -j32build/test_basic