Skip to content
Snippets Groups Projects
Commit a3b56368 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: target=x86_64_v3 minimum for more vectorization

parent 6ad84994
No related branches found
No related tags found
1 merge request!573feat: target=x86_64_v3 minimum for more vectorization
......@@ -183,7 +183,7 @@ SHELL ["docker-shell"]
ARG jobs=1
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}]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment