luz.paz
daf2fec12d
Misc. typo fixes
Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
6 years ago
Martin Kroeker
4f8143b098
Increment version to 0.3.7.dev
6 years ago
Martin Kroeker
97d5034ed3
Merge branch 'release-0.3.0' into develop
6 years ago
Martin Kroeker
4fc17d0d75
Trivial typo fix
as suggested in #2022
6 years ago
TiborGY
56089991e2
fix the the
6 years ago
TiborGY
f209fc7fa9
Update Makefile.rule
add note about NUM_THREADS for package maintainers, add examples of programs that cause affinity troubles
6 years ago
TiborGY
ea1716ce2a
Update Makefile.rule
Revert generate to install, explain the nature of the affinity conflict
6 years ago
TiborGY
0f24b39ebf
Reword/expand comments in Makefile.rule
Lots of small changes in the wording of the comments, plus an expansion of the NUM_THREADS and NO_AFFINITY sections.
6 years ago
Martin Kroeker
ed704185ab
Increment version to 0.3.6.dev
6 years ago
Martin Kroeker
eebc189287
Version 0.3.5
6 years ago
Martin Kroeker
f5acaad8f0
Increment version to 0.3.5.dev
6 years ago
Martin Kroeker
b028960aba
Merge branch 'release-0.3.0' into develop
6 years ago
Andrew
7d3502b500
Add -frecursive gfortran option by default
7 years ago
Martin Kroeker
cf6df9464c
Document the stub status of the QUAD_PRECiSION code ( #1772 )
* Document the stub status of the QUAD_PRECiSION code inherited from GotoBLAS2
in response to #1769
7 years ago
Martin Kroeker
288aeea8a2
Fix default settings - USE_TLS and USE_SIMPLE_THREADED_LEVEL3 should both be off
7 years ago
Martin Kroeker
dbfd7524cd
Update version to 0.3.4.dev
7 years ago
Martin Kroeker
f0563f14ba
Version 0.3.3
7 years ago
Martin Kroeker
2caa2210bb
Add USE_TLS option to choose between old and new implementation of memory.c
7 years ago
Martin Kroeker
47bf0dba8f
Add build-time option for OMP scheduler; document MULTITHREAD_THRESHOLD range ( #1620 )
* Allow choosing the OpenMP scheduler and add range hint for GEMM_MULTITHREAD_THRESHOLD
* Amended description of GEMM_MULTITHREAD_THRESHOLD
to reflect #742 making it track floating point operations rather than matrix size
7 years ago
Martin Kroeker
6c2d90ba77
Move some DYNAMIC_ARCH targets to new DYNAMIC_OLDER option
7 years ago
Martin Kroeker
b491b10057
Update version to 0.3.1.dev
7 years ago
Martin Kroeker
894433a7c7
Update Makefile.rule
7 years ago
Zhiyong Dang
1b83341d19
Fix race condition in blas_server_omp.c
Change-Id: Ic896276cd073d6b41930c7c5a29d66348cd1725d
7 years ago
Martin Kroeker
e453555d97
Disable CPU affinity by default again
This setting must have been changed unintentionally by my PR #1214 (probably leftover from unrelated tests)
7 years ago
Zhang Xianyi
a797666fbe
Bump develop version for 0.3.0.
8 years ago
Zhang Xianyi
27a9df6477
Update doc for 0.2.20 version.
8 years ago
Martin Kroeker
31e086d6a6
Disable ReLAPACK by default ( #1238 )
* Disable ReLAPACK by default; mention it in final build message if included
* Add files via upload
* Add files via upload
* Add files via upload
8 years ago
Martin Kroeker
912410f214
Add ReLAPACK to Makefiles
8 years ago
Zhang Xianyi
842d842751
Update develop for 0.2.20.dev.
9 years ago
Zhang Xianyi
821affb9a0
Update doc for 0.2.19.
9 years ago
Werner Saar
dd2b897795
added bugfixes for some make files and smallscaling.c
9 years ago
Werner Saar
9276c9012f
Optimized sgemm and dgemm and tested again.
9 years ago
Zhang Xianyi
9253dadaa7
Bump to 0.2.19.dev.
9 years ago
Zhang Xianyi
1e03a62b67
Update doc for 0.2.18 version.
9 years ago
Erik Schnetter
dd7612358d
Correct small typo in comment
9 years ago
Jerome Robert
7aac0aff8e
Allow to force to do not use -j as make argument
Close #828 (hopefully)
9 years ago
Zhang Xianyi
9b987badb0
Merge branch 'master' into develop
Bump to 0.2.18.dev
Conflicts:
CMakeLists.txt
Makefile.rule
9 years ago
Zhang Xianyi
4f3153395a
Update doc for 0.2.17.
9 years ago
Zhang Xianyi
d7a1a7ff2a
Merge branch 'release-0.2.17' into develop
9 years ago
Zhang Xianyi
308e6195b7
Refs #807 . Enable BUILD_LAPACK_DEPRECATED=1 by default.
9 years ago
Zhang Xianyi
ec4390a967
Bump devlop version to 0.2.17.dev.
9 years ago
Zhang Xianyi
8c0fb1258d
Update 0.2.16 doc
9 years ago
Zhang Xianyi
937493bfeb
Release 0.2.16 rc1
9 years ago
Zhang Xianyi
5e6965ea47
Run utest when building.
9 years ago
Zhang Xianyi
dae6b82a71
Refs #707 . Add BUILD_LAPACK_DEPRECATED flag in Makefile.rule.
If you want to build LAPACK deprecated functions since LAPACK 3.6.0
make BUILD_LAPACK_DEPRECATED=1
9 years ago
Jerome Robert
2c7143459f
Let make MAX_STACK_ALLOC=0 do what expected
It's no longer required to modify Makefile.rule to disable
stack allocation. It's now possible to run:
make MAX_STACK_ALLOC=0
9 years ago
Jerome Robert
ba024fcfc0
Allow to force the number of parallel make job
This is particularly useful when using distcc
9 years ago
Zhang Xianyi
4e4a3e783f
Update develop version.
10 years ago
Zhang Xianyi
8447498b50
Update doc for OpenBLAS 0.2.15 version. [CI skipped]
10 years ago
Steven G. Johnson
88bef3bffc
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX), as discussed in #646 : if you rename the symbols, it is best to rename the library
10 years ago