Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Huy Tran edited this page Jul 15, 2024 · 5 revisions

How to install IOAPI using spack

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

How to install SMOKE using spack

Clone this wiki locally