Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 35deac50 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

update install_dependencies.sh with new spack repo name

parent fc1c5f44
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
git clone https://github.com/fpruvost/spack.git # Please follow http://morse.gforge.inria.fr/spack/spack.html for further instructions
cd spack git clone https://github.com/solverstack/spack.git
export SPACK_ROOT=$PWD . spack/share/spack/setup-env.sh
. $SPACK_ROOT/share/spack/setup-env.sh
cd -
spack install -v openblas spack install -v openblas
spack install -v starpu spack install -v starpu
spack load openblas spack load openblas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment