-
Hi all,
I followed the directions for building on FreeBSD, including installing libunwind, but I get an error. Any pointers would be appreciated. See below for some info.
My machine (more specs a…
-
The current system of base/ and extras/ is a bit confusing.
I propose that base/ be minimal and simple, and free of much of the stuff from external, making it easy to build julia.
The rest of the st…
-
At commit 850109ebd1, changing to the "test" directory and running load("arrayperf.jl") causes a reliable segfault.
-
### 動機
- 下記テスト結果を見ると 0.2.2.235 の `random` 関数の質はあまりよくない
- `make-random-state` が時間 (秒単位) を seed にしているため、
連続して `make-random-state` を呼び出した場合に同じ乱数列が生成される
``` lisp
(let ((s1 (make-random-state t))
…
-
I'm seeing this in the unit tests after the local_blas merge (Ubuntu 11.10 64bit):
```
/afs/ir.stanford.edu/users/k/e/kenof/julia/lib/libarpack.so: undefined symbol: pow_dd
could not load module liba…
Keno updated
12 years ago
-
When compiling a recent Julia snapshot, I get this error:
libtool: link: gcc -shared -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codel…
mjakl updated
12 years ago
-
We already use mersenne twister, but SFMT/dSFMT is supposed to be faster:
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html
We also need better seeding.
The work items are
- Switch to…
-
rand(1000,1000,1000)
Segmentation fault