forked from spack/spack
-
Couldn't load subscription status.
- Fork 0
Home
Huy Tran edited this page Jul 15, 2024
·
5 revisions
git clone -c feature.manyFiles=true https://github.com/hnqtran/spack.git
Setup aliases for spack (For bash/zsh/sh:)
vi ~/.bashrc
alias spack='/home/3670/spack/bin/spack'
alias loadspack='/home/3670/spack/share/spack/setup-env.sh'
Install Intel-OneApi-compilers (Do not use version 2024.2.0 at this time)
spack install [email protected]
Add intel-oneapi-compilers to compiler list
spack compiler add `spack location -i intel-oneapi-compilers`/compiler/latest/bin
Create new environment for SMOKE installation
source ~/.bashrc
spack env create SMOKE
spack env activate SMOKE