Zaheer Chothia
f4eee224d8
Refs #93 . Upgraded LAPACK to 3.4.1 version.
13 years ago
Xianyi Zhang
fd2ee0c9e2
Refs #88 . Fixed the build bug about LAPACKE C Interface to LAPACKE.
13 years ago
Zaheer Chothia
78914475ae
Fixed #88 . Build LAPACKE: C Interface to LAPACK.
13 years ago
Xianyi Zhang
fad089ffff
Fixed #84 the MD5 command line bug on Mac OSX.
13 years ago
Xianyi Zhang
1f15bee02a
Refs #81 . Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.
13 years ago
Xianyi Zhang
d047afe615
Set shared library soname in Linux.
13 years ago
Xianyi Zhang
0a696bd4ce
Improved the makefile for Intel compiler.
13 years ago
Xianyi Zhang
d5a6d789e6
Fixed a typo in Makefile.
14 years ago
Xianyi Zhang
5be22ca80d
Refs #72 . Upgraded LAPACK to 3.4.0 version.
14 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
bcc7956216
Refs #57 . Continue to fix absolute path issue about shared library on Mac OSX.
Used $(CURDIR) instead of pwd in generating shared library on Mac OSX.
Add more tips about this issue. Thank Dr Kane O'Donnell.
14 years ago
Xianyi
74fa790354
Merge branch 'develop' into hotfix-0.1alpha2.4
14 years ago
Xianyi
756477bfe3
Output the installation tip after building complete.
14 years ago
Xianyi
68cae521df
Refs #57 . The bug about absolute path of shared library on Mac OSX.
OSX cann't use relative path in shared library. Thank Mr.Kane for this patch. The detail is in this link (https://github.com/xianyi/OpenBLAS/issues/57 ).
14 years ago
Xianyi Zhang
b9d89f8aaa
Fixed the bug about installation. f77blas.h works OK now.
14 years ago
traits
30947ea2d5
Fixed #44 a makefile bug when DYNAMIC_ARCH=1 and INTERFACE64=1.
14 years ago
traits
c06b7be32f
Refs #42 . Output the error message when detecting fortran compiler failed.
14 years ago
Xianyi Zhang
078bfd0b4f
Refs #39 . Moved the shared lib (dll) to top directory in MingW64 compiler environment.
14 years ago
Xianyi Zhang
32353a9d30
Refs #20 . Fixed the installation bug with DYNAMIC_ARCH=1.
14 years ago
Xianyi Zhang
fab36f1adb
Fixed #20 . Added install target in makefile. You can use "make install PREFIX=your_installation_directory".
14 years ago
Xianyi Zhang
2aab238c61
Fixed #16 . Print the user-friendly message when detecting CPU failed.
14 years ago
Xianyi Zhang
8f1090d32a
Support NO_LAPACK=1 to build the lib without LAPACK functions.
14 years ago
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
14 years ago
Xianyi Zhang
e6c13e2b3c
changed library name to openblas and modified environment variable.
14 years ago
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
14 years ago