ADD: small README.md
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
WIP
|
||||||
|
|
||||||
|
# The PSI Spack Deployment
|
||||||
|
|
||||||
|
[Official Spack documentation](https://spack.readthedocs.io/en/v0.15.4/)
|
||||||
|
|
||||||
|
## How to use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Where you want to install Spack e.g /scratch/$user
|
||||||
|
cd $SPACK_INSTALL_ROOT
|
||||||
|
|
||||||
|
# Cloning and setting official Spack
|
||||||
|
git clone https://github.com/spack/spack.git
|
||||||
|
source spack/share/spack/setup-env.sh
|
||||||
|
|
||||||
|
# Cloning PSI/merlin env and activate it
|
||||||
|
git clone git@gitlab.psi.ch:germann_e/spack-psi.git
|
||||||
|
spack env activate -d spack-psi/env/merlin
|
||||||
|
|
||||||
|
# Install env
|
||||||
|
spack install # -v for verbose
|
||||||
|
```
|
Reference in New Issue
Block a user