Martin Kroeker
fc8090b607
Move additional omp dependency to EXTRALIB
5 months ago
Henry Chen
20bdb65882
Fix recursive variable expansion in Makefiles for LOONGSON3A
1 year ago
Vladimir Nikolić
127ea5d0d9
Add missing parenthesis
1 year ago
Martin Kroeker
edacf9b397
Work around spurious BLAS3 test errors on LOONGSON3R3/4 ( #4667 )
Force compilation with gfortran to use O0 on older Loongson hardware to avoid spurious test failures
1 year ago
Martin Kroeker
48e017de09
fix position of endif - gemm3m tests should not be run in cross-compiles
1 year ago
Martin Kroeker
5aaeca2896
fix name
1 year ago
Martin Kroeker
87dd1c710e
fix conditional gemm3m build
1 year ago
Martin Kroeker
0ce794f0c3
Enable GEMM3M tests on supported platforms
1 year ago
Chip Kerchner
61c8e19f95
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
1 year ago
Martin Kroeker
7a96908d0c
Add -lgomp when IBM xlf is combined with gcc in OPENMP builds
2 years ago
Aiden Grossman
b209915121
Fix build with clang
There are two instances when building the tests where OpenBLAS fails to
build with OpenMP and clang due to library paths getting reset as flags
are set rather than appended. This seems to only affect certain
clang/libomp installations, but if it's already grabbing the correct
library paths we might as well use them.
2 years ago
Isuru Fernando
d54971fe20
Fix building tests when NOFORTRAN is not given at all
3 years ago
Martin Kroeker
ccd87cc472
Fix switching between Fortran and C build
3 years ago
Martin Kroeker
914c4d0fe8
Add C versions of the CBLAS test sources ( #3656 )
* Add C conversions of the CBLAS tests for NOFORTRAN=1 builds
* Enable CTEST without Fortran and fix passing of BUILD_vartype options to exports/gensymbol
3 years ago
Martin Kroeker
e78fbe4654
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
041a26fd79
Support compilation with nagfor
4 years ago
Martin Kroeker
8a6b17f97d
Change ifndefs to ifneq
4 years ago
Martin Kroeker
f6d2827d0c
Adapt ctests to having only a subset of types in the build
5 years ago
Martin Kroeker
c436e8af7b
Do not attempt to run ctest without fortran
The main Makefile takes care of this in the build process, but users or CI jobs may try to run this directly
5 years ago
Martin Kroeker
30efed14d1
Unset special make variables in ctest Makefile as well
6 years ago
Martin Kroeker
1f9e4f3193
Handle special case of gfortran+clang+OpenMP
7 years ago
Aleksey Kuleshov
3d50ccdc0d
allow building tests when CROSS compiling but don't run them
9 years ago
Werner Saar
9bfd267d51
bugfix for gemm3m tests
10 years ago
wernsaar
7f234f8ed1
added GEMM3M tests
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Sebastien Fabbro
9f0fb6e662
Respect user's LDFLAGS
12 years ago
Jameson Nash
d0e731e8b8
provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the command line
13 years ago
Xianyi Zhang
57658a8c14
ref #62 . Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS.
When OpenBLAS is compiled with USE_OPENMP=1, it ignores OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags.Therefore, you should use OMP_NUM_THREADS.
Without setting OMP_NUM_THREADS, a process will use maximal number of threads on a computing node. Thus, if there are 2 processes on the computing node, the thread will contend against other threads on CPU cores. As a result, the application will hang.
14 years ago
Xianyi Zhang
066465af5b
Used the environment variable OPENBLAS_NUM_THREADS to set the number of threads in test.
14 years ago
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
14 years ago