You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p $HOME/.spack/ # workaround for Spack not creating config directory automatically in some versions (see https://github.com/spack/spack/issues/51564)
243
243
spack config --scope user add "config:suppress_gpg_warnings:true"
244
244
spack config --scope user add "config:build_jobs:${jobs}"
245
245
spack config --scope user add "config:db_lock_timeout:${jobs}00"
0 commit comments