I just compiled Julia with MKL using the intel compilers and when I try to do a simple plot using Pyplot julia segfaults
julia> using PyPlot INFO: Loading help data... julia> plot(linspace(0,1,100)) signal (11): Segmentation fault signal (11): Segmentation fault mkl_blas_avx2_xdcopy at /opt/intel/composerxe/mkl/lib/intel64/libmkl_avx2.so (unknown line) Segmentation fault (core dumped) Thoughts? Derek
