diff options
author | TiborGY <gyori.tibor@stud.u-szeged.hu> | 2019-02-16 23:26:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 23:26:13 +0100 |
commit | 56089991e2305ce692482186825c44c89a535518 (patch) | |
tree | 87226cb79a856e7d648f16157587a42337bc0eaf /Makefile.rule | |
parent | f209fc7fa90a583e60ff2c667821d39ae0efbe70 (diff) | |
download | openblas-56089991e2305ce692482186825c44c89a535518.tar.gz openblas-56089991e2305ce692482186825c44c89a535518.tar.bz2 openblas-56089991e2305ce692482186825c44c89a535518.zip |
fix the the
Diffstat (limited to 'Makefile.rule')
-rw-r--r-- | Makefile.rule | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rule b/Makefile.rule index bba3d1588..91f42e396 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -72,7 +72,7 @@ VERSION = 0.3.6.dev # You can define the maximum number of threads. Basically it should be less # than or equal to the number of CPU threads. If you don't specify one, it's -# automatically detected by the the build system. +# automatically detected by the build system. # If SMT (aka. HT) is enabled on the system, it may or may not be beneficial to # restrict NUM_THREADS to the number of physical cores. By default, the automatic # detection includes logical CPUs, thus allowing the use of SMT. |