Might be worth noting whether "make testall" passes, as it will help determine how much is PyPlot-specific.
--Tim On Monday, October 27, 2014 04:23:11 PM Tony Kelman wrote: > Do you know whether you were using the LP64 or ILP64 interfaces in MKL? Can > you post the entire contents of your Make.user and say which MKL shell > scripts you ran beforehand? > > On Sunday, October 26, 2014 2:19:25 PM UTC-7, Derek Tucker wrote: > > 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
