Skip to content

Commit 73c5ca7

Browse files
authored
Merge pull request #1495 from martin-frbg/aff
Disable CPU affinity by default again
2 parents 6a6ffaf + e453555 commit 73c5ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ BUILD_LAPACK_DEPRECATED = 1
100100
NO_WARMUP = 1
101101

102102
# If you want to disable CPU/Memory affinity on Linux.
103-
#NO_AFFINITY = 1
103+
NO_AFFINITY = 1
104104

105105
# if you are compiling for Linux and you have more than 16 numa nodes or more than 256 cpus
106106
# BIGNUMA = 1

0 commit comments

Comments
 (0)