Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe with openblas #5079

Closed
tachiang opened this issue Dec 9, 2016 · 1 comment
Closed

caffe with openblas #5079

tachiang opened this issue Dec 9, 2016 · 1 comment

Comments

@tachiang
Copy link

tachiang commented Dec 9, 2016

Issue summary

runtime error when using caffe+openblas

Steps to reproduce

  1. openblas installation
    git clone https://github.com/xianyi/OpenBLAS.git
    cd OpenBLAS
    make -j4
    make install
  2. edit Caffe Makefile.config
    BLAS := open
    BLAS_INCLUDE := /opt/OpenBLAS/include
    BLAS_LIB := /opt/OpenBLAS/lib
  3. Make Caffe again
  4. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/OpenBLAS/lib
  5. train my network using Caffe
  6. core dump
    Core was generated by `./build/tools/caffe train --solver=examples/spatialmapping/liunet_solver.protot'.
    Program terminated with signal 11, Segmentation fault.
    #0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6
    (gdb) bt
    #0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6
    dedicated build/ directory #1 0x00007fbe55c698ed in blas_thread_server () from /opt/OpenBLAS/lib/libopenblas.so.0
    selective search window proposals and better batching of images #2 0x00007fbe57ef0e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    Create CPU only Version #3 0x00007fbe57c1d73d in clone () from /lib/x86_64-linux-gnu/libc.so.6
    How install in Mac #4 0x0000000000000000 in ?? ()

p.s. caffe train works well when using caffe+atlas

Your system configuration

Operating system: Ubuntu Linux bakup 3.13.0-34-generic #60~precise1-Ubuntu SMP Wed Aug 13 15:55:33 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Compiler: g++ 4.6.3
CUDA version (if applicable): no
CUDNN version (if applicable): no
BLAS: open
Python or MATLAB version (for pycaffe and matcaffe respectively): no

@shelhamer
Copy link
Member

From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants