Xianyi Zhang
83ecfbb9b3
Merge branch 'loongson3a' into release-0.1.0
2012-03-23 01:26:27 +08:00
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.
2011-10-09 15:14:48 +08:00
Xianyi Zhang
3c856c0c1a
Check the return value of pthread_create. Update the docs with known issue on Loongson 3A.
2011-09-06 18:27:33 +00:00
traits
043927c7db
Update the documents for 0.1alpha2.2 version.
2011-07-14 01:02:19 +08:00
traits
859b71645a
Refs #37 . Updated REAME about the compatible issue with EKOPath compiler.
2011-06-23 15:09:34 +08:00
Xianyi Zhang
d978436c4b
Refs #20 . Updated the docs.
2011-06-20 18:36:29 +08:00
Xianyi Zhang
bbc517292a
Added the spec of git branches about this project.
2011-05-12 19:05:20 +08:00
Xianyi Zhang
b8d93812f0
Added docs for make TARGET=your_cpu_target.
2011-04-22 22:07:46 +08:00
Xianyi Zhang
989c6f8b06
Fixed #14 the SEGFAULT bug on 64 cores. On SMP server, the number of CPUs or cores should be less than or equal to 64.
2011-04-07 14:48:10 +08:00
Xianyi Zhang
cdf33edac3
Added Changelog. Fixed #11 .
2011-02-26 12:27:56 +08:00
Xianyi Zhang
128418f49b
Fixed #10 . Supported GOTO_NUM_THREADS & GOTO_THREADS_TIMEOUT environment variables.
2011-02-24 16:32:13 +08:00
Xianyi Zhang
854137e0fd
Supported building debug version.
2011-02-22 13:40:40 +08:00
Xianyi Zhang
51454082c6
Updated readme file.
2011-02-19 00:18:17 +08:00
Xianyi Zhang
cf36f136d5
Updated readme for cross compiling.
2011-01-25 16:52:36 +08:00
Xianyi Zhang
5d44a08c42
Updated readme file.
2011-01-24 20:03:04 +00:00
Xianyi Zhang
607fd78b41
Added mailing list.
2011-01-24 19:59:15 +00:00
Xianyi Zhang
e5671535c6
Updated readme file.
2011-01-24 18:12:06 +00:00
Xianyi Zhang
a8e9e1ced8
Added OpenBLAS docs.
2011-01-24 16:05:00 +00:00