Hello,
On a Ubuntu 14.10 system, I am having trouble getting MPI.jl up and running.
The deps build goes through fine, but fails on running tests with the
following error:
amitm@amitm-macbookpro:~/.julia/v0.4/MPI/test$ mpirun -np 4 julia test_bcast
.jl
WARNING: deprecated syntax "{a=>b, ...}" at /home/amitm/.julia/v0.4/MPI/src/
mpi-base.jl:19.
Use "Dict{Any,Any}(a=>b, ...)" instead.
.....
Inconsistency detected by ld.so: dl-minimal.c: 136: realloc: Assertion `ptr
== alloc_last_block' failed!
....
systeminfo:
| | |_| | | | (_| | | Version 0.4.0-dev+2558 (2015-01-08 07:21 UTC)
_/ |\__'_|_|_|\__'_| | Commit 2bb647a (0 days old master)
|__/ | x86_64-linux-gnu
It is actually a MacbookPro running Ubuntu.
FWIW, it works fine on a different Ubuntu 14.04 Core i5 system.
Amit