Skip to content

Commit 4cf95e3

Browse files
committed
Disable AVX512 by default as it doesn't work on AMD
1 parent ae635c2 commit 4cf95e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity.lofar_sksp_full

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ From: fedora:31
1212
export HAS_MKL=false
1313
export MARCH='x86-64'
1414
export MTUNE='generic'
15-
export NOAVX512=false
15+
export NOAVX512=true
1616

1717
# Settings relevant to the installed software.
1818
export AOFLAGGER_VERSION=v3.1.0

0 commit comments

Comments
 (0)