Skip to content

Commit

Permalink
feat: target=x86_64_v3 minimum for more vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jan 1, 2024
1 parent 2d50b30 commit b66425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jug/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SHELL ["docker-shell"]
ARG jobs=64
RUN <<EOF
set -e
declare -A target=(["linux/amd64"]="x86_64_v2" ["linux/arm64"]="aarch64")
declare -A target=(["linux/amd64"]="x86_64_v3" ["linux/arm64"]="aarch64")
target=${target[${TARGETPLATFORM}]}
spack config --scope site add "packages:all:require:[target=${target}]"
spack config --scope site add "packages:all:target:[${target}]"
Expand Down

0 comments on commit b66425e

Please sign in to comment.