IntelLabs / SkimCaffe

Caffe for Sparse Convolutional Neural Network
Other
238 stars 64 forks source link

make all error with intel compiler #13

Open acad1234 opened 6 years ago

acad1234 commented 6 years ago

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help. Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

I suffer from this error. I can't fix that warning and that error. my intel complier version is parallel_studio_xe_2015 ubuntu version in 14.04

make[1]: Leaving directory /home/lab218-3/caffe/src/SpMP' AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin ld: warning: libimf.so, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: warning: libsvml.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libirng.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libintlc.so.5, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: .build_release/tools/upgrade_net_proto_text.bin: hidden symbol__intelcpu features_init_x' in /opt/intel/composer_xe_2015.3.187/compiler/lib/intel64/libir c.a(cpu_feature_disp.o) is referenced by DSO ld: final link failed: Bad value make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system: Compiler: CUDA version (if applicable): CUDNN version (if applicable): BLAS: Python or MATLAB version (for pycaffe and matcaffe respectively):

jspark1105 commented 6 years ago

Sorry about late reply. Please see https://github.com/IntelLabs/SkimCaffe/issues/7#issuecomment-309128558 and let me know if it helps.