Skip to content

Instantly share code, notes, and snippets.

{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
@jdtuck
jdtuck / gist:9553232a1d975e6aea06
Created October 27, 2014 15:36
Julia PyPlot MKL Segfaul
signal (11): Segmentation fault
mkl_blas_avx_dgemm_nocopy_anbn_b0 at /opt/intel/composerxe/mkl/lib/intel64/libmkl_avx.so (unknown line)
mkl_blas_avx_xdgemm at /opt/intel/composerxe/mkl/lib/intel64/libmkl_avx.so (unknown line)
unknown function (ip: -277772518)
mkl_blas_dgemm at /opt/intel/composerxe/mkl/lib/intel64/libmkl_intel_thread.so (unknown line)
DGEMM at /opt/intel/composerxe/mkl/lib/intel64/libmkl_intel_ilp64.so (unknown line)
cblas_dgemm at /opt/intel/composerxe/mkl/lib/intel64/libmkl_intel_ilp64.so (unknown line)
unknown function (ip: -362958976)
PyEval_EvalFrameEx at /usr/lib/libpython2.7.so (unknown line)
PyEval_EvalCodeEx at /usr/lib/libpython2.7.so (unknown line)
@jdtuck
jdtuck / gist:3761473
Created September 21, 2012 13:31
output of brew install octave -v
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.2.tar.bz2
Already downloaded: /Library/Caches/Homebrew/octave-3.6.2.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/octave-3.6.2.tar.bz2
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.2 --with-blas=-Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig --without-framework-carbon
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.2 --with-blas=-Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig --without-framework-carbon
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
@jdtuck
jdtuck / gist:3761405
Created September 21, 2012 13:17
brew -doctor and config.log
This file has been truncated, but you can view the full file.
brew doctor
Warning: gettext was detected in your PREFIX.
The gettext provided by Homebrew is "keg-only", meaning it does not
get linked into your PREFIX by default.
If you `brew link gettext` then a large number of brews that don't
otherwise have a `depends_on 'gettext'` will pick up gettext anyway
during the `./configure` step.
If you have a non-Homebrew provided gettext, other problems will happen
@jdtuck
jdtuck / config.log
Created September 19, 2012 16:36
config.log octave
This file has been truncated, but you can view the full file.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Octave configure 3.6.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.2 --with-blas=-Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig --without-framework-carbon
## --------- ##
## Platform. ##