Skip to content

Instantly share code, notes, and snippets.

@sato-cloudian
Created May 16, 2016 07:27
Show Gist options
  • Save sato-cloudian/5bd27863b75a9f47b87b6ef954afcdc0 to your computer and use it in GitHub Desktop.
Save sato-cloudian/5bd27863b75a9f47b87b6ef954afcdc0 to your computer and use it in GitHub Desktop.
build error of intelcaffe with MKL 2017 Beta
PROTOC src/caffe/proto/caffe.proto
protoc --proto_path=src/caffe/proto --cpp_out=.build_release/src/caffe/proto src/caffe/proto/caffe.proto
CXX .build_release/src/caffe/proto/caffe.pb.cc
g++ .build_release/src/caffe/proto/caffe.pb.cc -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/proto/caffe.pb.o 2> .build_release/src/caffe/proto/caffe.pb.o.warnings.txt \
|| (cat .build_release/src/caffe/proto/caffe.pb.o.warnings.txt; exit 1)
CXX src/caffe/data_reader.cpp
g++ src/caffe/data_reader.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/data_reader.o 2> .build_release/src/caffe/data_reader.o.warnings.txt \
|| (cat .build_release/src/caffe/data_reader.o.warnings.txt; exit 1)
CXX src/caffe/data_transformer.cpp
g++ src/caffe/data_transformer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/data_transformer.o 2> .build_release/src/caffe/data_transformer.o.warnings.txt \
|| (cat .build_release/src/caffe/data_transformer.o.warnings.txt; exit 1)
CXX src/caffe/internode/mpi_configuration.cpp
g++ src/caffe/internode/mpi_configuration.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/mpi_configuration.o 2> .build_release/src/caffe/internode/mpi_configuration.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/mpi_configuration.o.warnings.txt; exit 1)
CXX src/caffe/internode/tcp_configuration.cpp
g++ src/caffe/internode/tcp_configuration.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/tcp_configuration.o 2> .build_release/src/caffe/internode/tcp_configuration.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/tcp_configuration.o.warnings.txt; exit 1)
CXX src/caffe/internode/mpiutil.cpp
g++ src/caffe/internode/mpiutil.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/mpiutil.o 2> .build_release/src/caffe/internode/mpiutil.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/mpiutil.o.warnings.txt; exit 1)
CXX src/caffe/internode/communication.cpp
g++ src/caffe/internode/communication.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/communication.o 2> .build_release/src/caffe/internode/communication.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/communication.o.warnings.txt; exit 1)
CXX src/caffe/internode/broadcast_callback.cpp
g++ src/caffe/internode/broadcast_callback.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/broadcast_callback.o 2> .build_release/src/caffe/internode/broadcast_callback.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/broadcast_callback.o.warnings.txt; exit 1)
CXX src/caffe/internode/udp_configuration.cpp
g++ src/caffe/internode/udp_configuration.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/udp_configuration.o 2> .build_release/src/caffe/internode/udp_configuration.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/udp_configuration.o.warnings.txt; exit 1)
CXX src/caffe/internode/configuration.cpp
g++ src/caffe/internode/configuration.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/configuration.o 2> .build_release/src/caffe/internode/configuration.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/configuration.o.warnings.txt; exit 1)
CXX src/caffe/internode/guaranteed_comm.cpp
g++ src/caffe/internode/guaranteed_comm.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/guaranteed_comm.o 2> .build_release/src/caffe/internode/guaranteed_comm.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/guaranteed_comm.o.warnings.txt; exit 1)
CXX src/caffe/internode/tree_cluster.cpp
g++ src/caffe/internode/tree_cluster.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internode/tree_cluster.o 2> .build_release/src/caffe/internode/tree_cluster.o.warnings.txt \
|| (cat .build_release/src/caffe/internode/tree_cluster.o.warnings.txt; exit 1)
CXX src/caffe/blob.cpp
g++ src/caffe/blob.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/blob.o 2> .build_release/src/caffe/blob.o.warnings.txt \
|| (cat .build_release/src/caffe/blob.o.warnings.txt; exit 1)
CXX src/caffe/net.cpp
g++ src/caffe/net.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/net.o 2> .build_release/src/caffe/net.o.warnings.txt \
|| (cat .build_release/src/caffe/net.o.warnings.txt; exit 1)
CXX src/caffe/parallel.cpp
g++ src/caffe/parallel.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/parallel.o 2> .build_release/src/caffe/parallel.o.warnings.txt \
|| (cat .build_release/src/caffe/parallel.o.warnings.txt; exit 1)
CXX src/caffe/common.cpp
g++ src/caffe/common.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/common.o 2> .build_release/src/caffe/common.o.warnings.txt \
|| (cat .build_release/src/caffe/common.o.warnings.txt; exit 1)
CXX src/caffe/internal_thread.cpp
g++ src/caffe/internal_thread.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/internal_thread.o 2> .build_release/src/caffe/internal_thread.o.warnings.txt \
|| (cat .build_release/src/caffe/internal_thread.o.warnings.txt; exit 1)
CXX src/caffe/serialization/BlobCodec.cpp
g++ src/caffe/serialization/BlobCodec.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/serialization/BlobCodec.o 2> .build_release/src/caffe/serialization/BlobCodec.o.warnings.txt \
|| (cat .build_release/src/caffe/serialization/BlobCodec.o.warnings.txt; exit 1)
CXX src/caffe/serialization/bitfield.cpp
g++ src/caffe/serialization/bitfield.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/serialization/bitfield.o 2> .build_release/src/caffe/serialization/bitfield.o.warnings.txt \
|| (cat .build_release/src/caffe/serialization/bitfield.o.warnings.txt; exit 1)
CXX src/caffe/serialization/ProtoSerialize.cpp
g++ src/caffe/serialization/ProtoSerialize.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/serialization/ProtoSerialize.o 2> .build_release/src/caffe/serialization/ProtoSerialize.o.warnings.txt \
|| (cat .build_release/src/caffe/serialization/ProtoSerialize.o.warnings.txt; exit 1)
CXX src/caffe/layers/memory_data_layer.cpp
g++ src/caffe/layers/memory_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/memory_data_layer.o 2> .build_release/src/caffe/layers/memory_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/memory_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_lrn_layer.cpp
g++ src/caffe/layers/cudnn_lrn_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_lrn_layer.o 2> .build_release/src/caffe/layers/cudnn_lrn_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_lrn_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/log_layer.cpp
g++ src/caffe/layers/log_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/log_layer.o 2> .build_release/src/caffe/layers/log_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/log_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/split_layer.cpp
g++ src/caffe/layers/split_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/split_layer.o 2> .build_release/src/caffe/layers/split_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/split_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/dummy_data_layer.cpp
g++ src/caffe/layers/dummy_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/dummy_data_layer.o 2> .build_release/src/caffe/layers/dummy_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/dummy_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/accuracy_layer.cpp
g++ src/caffe/layers/accuracy_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/accuracy_layer.o 2> .build_release/src/caffe/layers/accuracy_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/accuracy_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/infogain_loss_layer.cpp
g++ src/caffe/layers/infogain_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/infogain_loss_layer.o 2> .build_release/src/caffe/layers/infogain_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/infogain_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/deconv_layer.cpp
g++ src/caffe/layers/deconv_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/deconv_layer.o 2> .build_release/src/caffe/layers/deconv_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/deconv_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/contrastive_loss_layer.cpp
g++ src/caffe/layers/contrastive_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/contrastive_loss_layer.o 2> .build_release/src/caffe/layers/contrastive_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/contrastive_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/mkl_pooling_layer.cpp
g++ src/caffe/layers/mkl_pooling_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/mkl_pooling_layer.o 2> .build_release/src/caffe/layers/mkl_pooling_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/mkl_pooling_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/absval_layer.cpp
g++ src/caffe/layers/absval_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/absval_layer.o 2> .build_release/src/caffe/layers/absval_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/absval_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/multinomial_logistic_loss_layer.cpp
g++ src/caffe/layers/multinomial_logistic_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/multinomial_logistic_loss_layer.o 2> .build_release/src/caffe/layers/multinomial_logistic_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/multinomial_logistic_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/input_layer.cpp
g++ src/caffe/layers/input_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/input_layer.o 2> .build_release/src/caffe/layers/input_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/input_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/window_data_layer.cpp
g++ src/caffe/layers/window_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/window_data_layer.o 2> .build_release/src/caffe/layers/window_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/window_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/elu_layer.cpp
g++ src/caffe/layers/elu_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/elu_layer.o 2> .build_release/src/caffe/layers/elu_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/elu_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/mkl_convolution_layer.cpp
g++ src/caffe/layers/mkl_convolution_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/mkl_convolution_layer.o 2> .build_release/src/caffe/layers/mkl_convolution_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/mkl_convolution_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/reduction_layer.cpp
g++ src/caffe/layers/reduction_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/reduction_layer.o 2> .build_release/src/caffe/layers/reduction_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/reduction_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/base_conv_layer.cpp
g++ src/caffe/layers/base_conv_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/base_conv_layer.o 2> .build_release/src/caffe/layers/base_conv_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/base_conv_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/argmax_layer.cpp
g++ src/caffe/layers/argmax_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/argmax_layer.o 2> .build_release/src/caffe/layers/argmax_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/argmax_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/tanh_layer.cpp
g++ src/caffe/layers/tanh_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/tanh_layer.o 2> .build_release/src/caffe/layers/tanh_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/tanh_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/eltwise_layer.cpp
g++ src/caffe/layers/eltwise_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/eltwise_layer.o 2> .build_release/src/caffe/layers/eltwise_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/eltwise_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_tanh_layer.cpp
g++ src/caffe/layers/cudnn_tanh_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_tanh_layer.o 2> .build_release/src/caffe/layers/cudnn_tanh_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_tanh_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/batch_reindex_layer.cpp
g++ src/caffe/layers/batch_reindex_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/batch_reindex_layer.o 2> .build_release/src/caffe/layers/batch_reindex_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/batch_reindex_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/flatten_layer.cpp
g++ src/caffe/layers/flatten_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/flatten_layer.o 2> .build_release/src/caffe/layers/flatten_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/flatten_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/embed_layer.cpp
g++ src/caffe/layers/embed_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/embed_layer.o 2> .build_release/src/caffe/layers/embed_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/embed_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/sigmoid_layer.cpp
g++ src/caffe/layers/sigmoid_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/sigmoid_layer.o 2> .build_release/src/caffe/layers/sigmoid_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/sigmoid_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/mkl_relu_layer.cpp
g++ src/caffe/layers/mkl_relu_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/mkl_relu_layer.o 2> .build_release/src/caffe/layers/mkl_relu_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/mkl_relu_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/concat_layer.cpp
g++ src/caffe/layers/concat_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/concat_layer.o 2> .build_release/src/caffe/layers/concat_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/concat_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/inner_product_layer.cpp
g++ src/caffe/layers/inner_product_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/inner_product_layer.o 2> .build_release/src/caffe/layers/inner_product_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/inner_product_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/exp_layer.cpp
g++ src/caffe/layers/exp_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/exp_layer.o 2> .build_release/src/caffe/layers/exp_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/exp_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/mkl_lrn_layer.cpp
g++ src/caffe/layers/mkl_lrn_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/mkl_lrn_layer.o 2> .build_release/src/caffe/layers/mkl_lrn_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/mkl_lrn_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/remote_data_layer.cpp
g++ src/caffe/layers/remote_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/remote_data_layer.o 2> .build_release/src/caffe/layers/remote_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/remote_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/bias_layer.cpp
g++ src/caffe/layers/bias_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/bias_layer.o 2> .build_release/src/caffe/layers/bias_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/bias_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_sigmoid_layer.cpp
g++ src/caffe/layers/cudnn_sigmoid_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_sigmoid_layer.o 2> .build_release/src/caffe/layers/cudnn_sigmoid_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_sigmoid_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/pooling_layer.cpp
g++ src/caffe/layers/pooling_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/pooling_layer.o 2> .build_release/src/caffe/layers/pooling_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/pooling_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/dropout_layer.cpp
g++ src/caffe/layers/dropout_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/dropout_layer.o 2> .build_release/src/caffe/layers/dropout_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/dropout_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_relu_layer.cpp
g++ src/caffe/layers/cudnn_relu_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_relu_layer.o 2> .build_release/src/caffe/layers/cudnn_relu_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_relu_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/conv_layer.cpp
g++ src/caffe/layers/conv_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/conv_layer.o 2> .build_release/src/caffe/layers/conv_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/conv_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_lcn_layer.cpp
g++ src/caffe/layers/cudnn_lcn_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_lcn_layer.o 2> .build_release/src/caffe/layers/cudnn_lcn_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_lcn_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/im2col_layer.cpp
g++ src/caffe/layers/im2col_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/im2col_layer.o 2> .build_release/src/caffe/layers/im2col_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/im2col_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/silence_layer.cpp
g++ src/caffe/layers/silence_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/silence_layer.o 2> .build_release/src/caffe/layers/silence_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/silence_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/neuron_layer.cpp
g++ src/caffe/layers/neuron_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/neuron_layer.o 2> .build_release/src/caffe/layers/neuron_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/neuron_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/mvn_layer.cpp
g++ src/caffe/layers/mvn_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/mvn_layer.o 2> .build_release/src/caffe/layers/mvn_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/mvn_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/tile_layer.cpp
g++ src/caffe/layers/tile_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/tile_layer.o 2> .build_release/src/caffe/layers/tile_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/tile_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/softmax_loss_layer.cpp
g++ src/caffe/layers/softmax_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/softmax_loss_layer.o 2> .build_release/src/caffe/layers/softmax_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/softmax_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/prelu_layer.cpp
g++ src/caffe/layers/prelu_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/prelu_layer.o 2> .build_release/src/caffe/layers/prelu_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/prelu_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/bnll_layer.cpp
g++ src/caffe/layers/bnll_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/bnll_layer.o 2> .build_release/src/caffe/layers/bnll_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/bnll_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/hinge_loss_layer.cpp
g++ src/caffe/layers/hinge_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/hinge_loss_layer.o 2> .build_release/src/caffe/layers/hinge_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/hinge_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/threshold_layer.cpp
g++ src/caffe/layers/threshold_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/threshold_layer.o 2> .build_release/src/caffe/layers/threshold_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/threshold_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_pooling_layer.cpp
g++ src/caffe/layers/cudnn_pooling_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_pooling_layer.o 2> .build_release/src/caffe/layers/cudnn_pooling_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_pooling_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/euclidean_loss_layer.cpp
g++ src/caffe/layers/euclidean_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/euclidean_loss_layer.o 2> .build_release/src/caffe/layers/euclidean_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/euclidean_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/image_data_layer.cpp
g++ src/caffe/layers/image_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/image_data_layer.o 2> .build_release/src/caffe/layers/image_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/image_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/scale_layer.cpp
g++ src/caffe/layers/scale_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/scale_layer.o 2> .build_release/src/caffe/layers/scale_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/scale_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/softmax_layer.cpp
g++ src/caffe/layers/softmax_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/softmax_layer.o 2> .build_release/src/caffe/layers/softmax_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/softmax_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/filter_layer.cpp
g++ src/caffe/layers/filter_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/filter_layer.o 2> .build_release/src/caffe/layers/filter_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/filter_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/pooling_layer_impl.cpp
g++ src/caffe/layers/pooling_layer_impl.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/pooling_layer_impl.o 2> .build_release/src/caffe/layers/pooling_layer_impl.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/pooling_layer_impl.o.warnings.txt; exit 1)
CXX src/caffe/layers/relu_layer.cpp
g++ src/caffe/layers/relu_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/relu_layer.o 2> .build_release/src/caffe/layers/relu_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/relu_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/loss_layer.cpp
g++ src/caffe/layers/loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/loss_layer.o 2> .build_release/src/caffe/layers/loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/batch_norm_layer.cpp
g++ src/caffe/layers/batch_norm_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/batch_norm_layer.o 2> .build_release/src/caffe/layers/batch_norm_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/batch_norm_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_softmax_layer.cpp
g++ src/caffe/layers/cudnn_softmax_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_softmax_layer.o 2> .build_release/src/caffe/layers/cudnn_softmax_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_softmax_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/cudnn_conv_layer.cpp
g++ src/caffe/layers/cudnn_conv_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/cudnn_conv_layer.o 2> .build_release/src/caffe/layers/cudnn_conv_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/cudnn_conv_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/spp_layer.cpp
g++ src/caffe/layers/spp_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/spp_layer.o 2> .build_release/src/caffe/layers/spp_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/spp_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/base_data_layer.cpp
g++ src/caffe/layers/base_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/base_data_layer.o 2> .build_release/src/caffe/layers/base_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/base_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/lrn_layer.cpp
g++ src/caffe/layers/lrn_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/lrn_layer.o 2> .build_release/src/caffe/layers/lrn_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/lrn_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/hdf5_output_layer.cpp
g++ src/caffe/layers/hdf5_output_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/hdf5_output_layer.o 2> .build_release/src/caffe/layers/hdf5_output_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/hdf5_output_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/reshape_layer.cpp
g++ src/caffe/layers/reshape_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/reshape_layer.o 2> .build_release/src/caffe/layers/reshape_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/reshape_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/slice_layer.cpp
g++ src/caffe/layers/slice_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/slice_layer.o 2> .build_release/src/caffe/layers/slice_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/slice_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/power_layer.cpp
g++ src/caffe/layers/power_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/power_layer.o 2> .build_release/src/caffe/layers/power_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/power_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/hdf5_data_layer.cpp
g++ src/caffe/layers/hdf5_data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/hdf5_data_layer.o 2> .build_release/src/caffe/layers/hdf5_data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/hdf5_data_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp
g++ src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/sigmoid_cross_entropy_loss_layer.o 2> .build_release/src/caffe/layers/sigmoid_cross_entropy_loss_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/sigmoid_cross_entropy_loss_layer.o.warnings.txt; exit 1)
CXX src/caffe/layers/data_layer.cpp
g++ src/caffe/layers/data_layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layers/data_layer.o 2> .build_release/src/caffe/layers/data_layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layers/data_layer.o.warnings.txt; exit 1)
CXX src/caffe/solvers/adam_solver.cpp
g++ src/caffe/solvers/adam_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/adam_solver.o 2> .build_release/src/caffe/solvers/adam_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/adam_solver.o.warnings.txt; exit 1)
CXX src/caffe/solvers/adagrad_solver.cpp
g++ src/caffe/solvers/adagrad_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/adagrad_solver.o 2> .build_release/src/caffe/solvers/adagrad_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/adagrad_solver.o.warnings.txt; exit 1)
CXX src/caffe/solvers/nesterov_solver.cpp
g++ src/caffe/solvers/nesterov_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/nesterov_solver.o 2> .build_release/src/caffe/solvers/nesterov_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/nesterov_solver.o.warnings.txt; exit 1)
CXX src/caffe/solvers/sgd_solver.cpp
g++ src/caffe/solvers/sgd_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/sgd_solver.o 2> .build_release/src/caffe/solvers/sgd_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/sgd_solver.o.warnings.txt; exit 1)
CXX src/caffe/solvers/adadelta_solver.cpp
g++ src/caffe/solvers/adadelta_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/adadelta_solver.o 2> .build_release/src/caffe/solvers/adadelta_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/adadelta_solver.o.warnings.txt; exit 1)
CXX src/caffe/solvers/rmsprop_solver.cpp
g++ src/caffe/solvers/rmsprop_solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solvers/rmsprop_solver.o 2> .build_release/src/caffe/solvers/rmsprop_solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solvers/rmsprop_solver.o.warnings.txt; exit 1)
CXX src/caffe/layer_factory.cpp
g++ src/caffe/layer_factory.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layer_factory.o 2> .build_release/src/caffe/layer_factory.o.warnings.txt \
|| (cat .build_release/src/caffe/layer_factory.o.warnings.txt; exit 1)
CXX src/caffe/solver.cpp
g++ src/caffe/solver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/solver.o 2> .build_release/src/caffe/solver.o.warnings.txt \
|| (cat .build_release/src/caffe/solver.o.warnings.txt; exit 1)
CXX src/caffe/MultiSolver.cpp
g++ src/caffe/MultiSolver.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/MultiSolver.o 2> .build_release/src/caffe/MultiSolver.o.warnings.txt \
|| (cat .build_release/src/caffe/MultiSolver.o.warnings.txt; exit 1)
CXX src/caffe/util/insert_splits.cpp
g++ src/caffe/util/insert_splits.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/insert_splits.o 2> .build_release/src/caffe/util/insert_splits.o.warnings.txt \
|| (cat .build_release/src/caffe/util/insert_splits.o.warnings.txt; exit 1)
CXX src/caffe/util/db_leveldb.cpp
g++ src/caffe/util/db_leveldb.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/db_leveldb.o 2> .build_release/src/caffe/util/db_leveldb.o.warnings.txt \
|| (cat .build_release/src/caffe/util/db_leveldb.o.warnings.txt; exit 1)
CXX src/caffe/util/cudnn.cpp
g++ src/caffe/util/cudnn.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/cudnn.o 2> .build_release/src/caffe/util/cudnn.o.warnings.txt \
|| (cat .build_release/src/caffe/util/cudnn.o.warnings.txt; exit 1)
CXX src/caffe/util/io.cpp
g++ src/caffe/util/io.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/io.o 2> .build_release/src/caffe/util/io.o.warnings.txt \
|| (cat .build_release/src/caffe/util/io.o.warnings.txt; exit 1)
CXX src/caffe/util/benchmark.cpp
g++ src/caffe/util/benchmark.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/benchmark.o 2> .build_release/src/caffe/util/benchmark.o.warnings.txt \
|| (cat .build_release/src/caffe/util/benchmark.o.warnings.txt; exit 1)
CXX src/caffe/util/im2col.cpp
g++ src/caffe/util/im2col.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/im2col.o 2> .build_release/src/caffe/util/im2col.o.warnings.txt \
|| (cat .build_release/src/caffe/util/im2col.o.warnings.txt; exit 1)
CXX src/caffe/util/db_lmdb.cpp
g++ src/caffe/util/db_lmdb.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/db_lmdb.o 2> .build_release/src/caffe/util/db_lmdb.o.warnings.txt \
|| (cat .build_release/src/caffe/util/db_lmdb.o.warnings.txt; exit 1)
CXX src/caffe/util/hdf5.cpp
g++ src/caffe/util/hdf5.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/hdf5.o 2> .build_release/src/caffe/util/hdf5.o.warnings.txt \
|| (cat .build_release/src/caffe/util/hdf5.o.warnings.txt; exit 1)
CXX src/caffe/util/math_functions.cpp
g++ src/caffe/util/math_functions.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/math_functions.o 2> .build_release/src/caffe/util/math_functions.o.warnings.txt \
|| (cat .build_release/src/caffe/util/math_functions.o.warnings.txt; exit 1)
CXX src/caffe/util/blocking_queue.cpp
g++ src/caffe/util/blocking_queue.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/blocking_queue.o 2> .build_release/src/caffe/util/blocking_queue.o.warnings.txt \
|| (cat .build_release/src/caffe/util/blocking_queue.o.warnings.txt; exit 1)
CXX src/caffe/util/upgrade_proto.cpp
g++ src/caffe/util/upgrade_proto.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/upgrade_proto.o 2> .build_release/src/caffe/util/upgrade_proto.o.warnings.txt \
|| (cat .build_release/src/caffe/util/upgrade_proto.o.warnings.txt; exit 1)
CXX src/caffe/util/signal_handler.cpp
g++ src/caffe/util/signal_handler.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/signal_handler.o 2> .build_release/src/caffe/util/signal_handler.o.warnings.txt \
|| (cat .build_release/src/caffe/util/signal_handler.o.warnings.txt; exit 1)
CXX src/caffe/util/db.cpp
g++ src/caffe/util/db.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/db.o 2> .build_release/src/caffe/util/db.o.warnings.txt \
|| (cat .build_release/src/caffe/util/db.o.warnings.txt; exit 1)
CXX src/caffe/util/cpu_info.cpp
g++ src/caffe/util/cpu_info.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/util/cpu_info.o 2> .build_release/src/caffe/util/cpu_info.o.warnings.txt \
|| (cat .build_release/src/caffe/util/cpu_info.o.warnings.txt; exit 1)
CXX src/caffe/syncedmem.cpp
g++ src/caffe/syncedmem.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/syncedmem.o 2> .build_release/src/caffe/syncedmem.o.warnings.txt \
|| (cat .build_release/src/caffe/syncedmem.o.warnings.txt; exit 1)
CXX src/caffe/layer.cpp
g++ src/caffe/layer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/layer.o 2> .build_release/src/caffe/layer.o.warnings.txt \
|| (cat .build_release/src/caffe/layer.o.warnings.txt; exit 1)
CXX src/caffe/multinode/Relay.cpp
g++ src/caffe/multinode/Relay.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/Relay.o 2> .build_release/src/caffe/multinode/Relay.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/Relay.o.warnings.txt; exit 1)
CXX src/caffe/multinode/BlobComms.cpp
g++ src/caffe/multinode/BlobComms.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/BlobComms.o 2> .build_release/src/caffe/multinode/BlobComms.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/BlobComms.o.warnings.txt; exit 1)
CXX src/caffe/multinode/BlobInfo.cpp
g++ src/caffe/multinode/BlobInfo.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/BlobInfo.o 2> .build_release/src/caffe/multinode/BlobInfo.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/BlobInfo.o.warnings.txt; exit 1)
CXX src/caffe/multinode/ModelServer.cpp
g++ src/caffe/multinode/ModelServer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/ModelServer.o 2> .build_release/src/caffe/multinode/ModelServer.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/ModelServer.o.warnings.txt; exit 1)
CXX src/caffe/multinode/SynchronousParamServer.cpp
g++ src/caffe/multinode/SynchronousParamServer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/SynchronousParamServer.o 2> .build_release/src/caffe/multinode/SynchronousParamServer.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/SynchronousParamServer.o.warnings.txt; exit 1)
CXX src/caffe/multinode/SynchronousNode.cpp
g++ src/caffe/multinode/SynchronousNode.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/SynchronousNode.o 2> .build_release/src/caffe/multinode/SynchronousNode.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/SynchronousNode.o.warnings.txt; exit 1)
CXX src/caffe/multinode/SynchronousParamClient.cpp
g++ src/caffe/multinode/SynchronousParamClient.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/SynchronousParamClient.o 2> .build_release/src/caffe/multinode/SynchronousParamClient.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/SynchronousParamClient.o.warnings.txt; exit 1)
CXX src/caffe/multinode/BlobKeyChain.cpp
g++ src/caffe/multinode/BlobKeyChain.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/BlobKeyChain.o 2> .build_release/src/caffe/multinode/BlobKeyChain.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/BlobKeyChain.o.warnings.txt; exit 1)
CXX src/caffe/multinode/DataServer.cpp
g++ src/caffe/multinode/DataServer.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/src/caffe/multinode/DataServer.o 2> .build_release/src/caffe/multinode/DataServer.o.warnings.txt \
|| (cat .build_release/src/caffe/multinode/DataServer.o.warnings.txt; exit 1)
AR -o .build_release/lib/libcaffe.a
ar rcs .build_release/lib/libcaffe.a .build_release/src/caffe/proto/caffe.pb.o .build_release/src/caffe/data_reader.o .build_release/src/caffe/data_transformer.o .build_release/src/caffe/internode/mpi_configuration.o .build_release/src/caffe/internode/tcp_configuration.o .build_release/src/caffe/internode/mpiutil.o .build_release/src/caffe/internode/communication.o .build_release/src/caffe/internode/broadcast_callback.o .build_release/src/caffe/internode/udp_configuration.o .build_release/src/caffe/internode/configuration.o .build_release/src/caffe/internode/guaranteed_comm.o .build_release/src/caffe/internode/tree_cluster.o .build_release/src/caffe/blob.o .build_release/src/caffe/net.o .build_release/src/caffe/parallel.o .build_release/src/caffe/common.o .build_release/src/caffe/internal_thread.o .build_release/src/caffe/serialization/BlobCodec.o .build_release/src/caffe/serialization/bitfield.o .build_release/src/caffe/serialization/ProtoSerialize.o .build_release/src/caffe/layers/memory_data_layer.o .build_release/src/caffe/layers/cudnn_lrn_layer.o .build_release/src/caffe/layers/log_layer.o .build_release/src/caffe/layers/split_layer.o .build_release/src/caffe/layers/dummy_data_layer.o .build_release/src/caffe/layers/accuracy_layer.o .build_release/src/caffe/layers/infogain_loss_layer.o .build_release/src/caffe/layers/deconv_layer.o .build_release/src/caffe/layers/contrastive_loss_layer.o .build_release/src/caffe/layers/mkl_pooling_layer.o .build_release/src/caffe/layers/absval_layer.o .build_release/src/caffe/layers/multinomial_logistic_loss_layer.o .build_release/src/caffe/layers/input_layer.o .build_release/src/caffe/layers/window_data_layer.o .build_release/src/caffe/layers/elu_layer.o .build_release/src/caffe/layers/mkl_convolution_layer.o .build_release/src/caffe/layers/reduction_layer.o .build_release/src/caffe/layers/base_conv_layer.o .build_release/src/caffe/layers/argmax_layer.o .build_release/src/caffe/layers/tanh_layer.o .build_release/src/caffe/layers/eltwise_layer.o .build_release/src/caffe/layers/cudnn_tanh_layer.o .build_release/src/caffe/layers/batch_reindex_layer.o .build_release/src/caffe/layers/flatten_layer.o .build_release/src/caffe/layers/embed_layer.o .build_release/src/caffe/layers/sigmoid_layer.o .build_release/src/caffe/layers/mkl_relu_layer.o .build_release/src/caffe/layers/concat_layer.o .build_release/src/caffe/layers/inner_product_layer.o .build_release/src/caffe/layers/exp_layer.o .build_release/src/caffe/layers/mkl_lrn_layer.o .build_release/src/caffe/layers/remote_data_layer.o .build_release/src/caffe/layers/bias_layer.o .build_release/src/caffe/layers/cudnn_sigmoid_layer.o .build_release/src/caffe/layers/pooling_layer.o .build_release/src/caffe/layers/dropout_layer.o .build_release/src/caffe/layers/cudnn_relu_layer.o .build_release/src/caffe/layers/conv_layer.o .build_release/src/caffe/layers/cudnn_lcn_layer.o .build_release/src/caffe/layers/im2col_layer.o .build_release/src/caffe/layers/silence_layer.o .build_release/src/caffe/layers/neuron_layer.o .build_release/src/caffe/layers/mvn_layer.o .build_release/src/caffe/layers/tile_layer.o .build_release/src/caffe/layers/softmax_loss_layer.o .build_release/src/caffe/layers/prelu_layer.o .build_release/src/caffe/layers/bnll_layer.o .build_release/src/caffe/layers/hinge_loss_layer.o .build_release/src/caffe/layers/threshold_layer.o .build_release/src/caffe/layers/cudnn_pooling_layer.o .build_release/src/caffe/layers/euclidean_loss_layer.o .build_release/src/caffe/layers/image_data_layer.o .build_release/src/caffe/layers/scale_layer.o .build_release/src/caffe/layers/softmax_layer.o .build_release/src/caffe/layers/filter_layer.o .build_release/src/caffe/layers/pooling_layer_impl.o .build_release/src/caffe/layers/relu_layer.o .build_release/src/caffe/layers/loss_layer.o .build_release/src/caffe/layers/batch_norm_layer.o .build_release/src/caffe/layers/cudnn_softmax_layer.o .build_release/src/caffe/layers/cudnn_conv_layer.o .build_release/src/caffe/layers/spp_layer.o .build_release/src/caffe/layers/base_data_layer.o .build_release/src/caffe/layers/lrn_layer.o .build_release/src/caffe/layers/hdf5_output_layer.o .build_release/src/caffe/layers/reshape_layer.o .build_release/src/caffe/layers/slice_layer.o .build_release/src/caffe/layers/power_layer.o .build_release/src/caffe/layers/hdf5_data_layer.o .build_release/src/caffe/layers/sigmoid_cross_entropy_loss_layer.o .build_release/src/caffe/layers/data_layer.o .build_release/src/caffe/solvers/adam_solver.o .build_release/src/caffe/solvers/adagrad_solver.o .build_release/src/caffe/solvers/nesterov_solver.o .build_release/src/caffe/solvers/sgd_solver.o .build_release/src/caffe/solvers/adadelta_solver.o .build_release/src/caffe/solvers/rmsprop_solver.o .build_release/src/caffe/layer_factory.o .build_release/src/caffe/solver.o .build_release/src/caffe/MultiSolver.o .build_release/src/caffe/util/insert_splits.o .build_release/src/caffe/util/db_leveldb.o .build_release/src/caffe/util/cudnn.o .build_release/src/caffe/util/io.o .build_release/src/caffe/util/benchmark.o .build_release/src/caffe/util/im2col.o .build_release/src/caffe/util/db_lmdb.o .build_release/src/caffe/util/hdf5.o .build_release/src/caffe/util/math_functions.o .build_release/src/caffe/util/blocking_queue.o .build_release/src/caffe/util/upgrade_proto.o .build_release/src/caffe/util/signal_handler.o .build_release/src/caffe/util/db.o .build_release/src/caffe/util/cpu_info.o .build_release/src/caffe/syncedmem.o .build_release/src/caffe/layer.o .build_release/src/caffe/multinode/Relay.o .build_release/src/caffe/multinode/BlobComms.o .build_release/src/caffe/multinode/BlobInfo.o .build_release/src/caffe/multinode/ModelServer.o .build_release/src/caffe/multinode/SynchronousParamServer.o .build_release/src/caffe/multinode/SynchronousNode.o .build_release/src/caffe/multinode/SynchronousParamClient.o .build_release/src/caffe/multinode/BlobKeyChain.o .build_release/src/caffe/multinode/DataServer.o
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
g++ -shared -o .build_release/lib/libcaffe.so.1.0.0-rc3 .build_release/src/caffe/proto/caffe.pb.o .build_release/src/caffe/data_reader.o .build_release/src/caffe/data_transformer.o .build_release/src/caffe/internode/mpi_configuration.o .build_release/src/caffe/internode/tcp_configuration.o .build_release/src/caffe/internode/mpiutil.o .build_release/src/caffe/internode/communication.o .build_release/src/caffe/internode/broadcast_callback.o .build_release/src/caffe/internode/udp_configuration.o .build_release/src/caffe/internode/configuration.o .build_release/src/caffe/internode/guaranteed_comm.o .build_release/src/caffe/internode/tree_cluster.o .build_release/src/caffe/blob.o .build_release/src/caffe/net.o .build_release/src/caffe/parallel.o .build_release/src/caffe/common.o .build_release/src/caffe/internal_thread.o .build_release/src/caffe/serialization/BlobCodec.o .build_release/src/caffe/serialization/bitfield.o .build_release/src/caffe/serialization/ProtoSerialize.o .build_release/src/caffe/layers/memory_data_layer.o .build_release/src/caffe/layers/cudnn_lrn_layer.o .build_release/src/caffe/layers/log_layer.o .build_release/src/caffe/layers/split_layer.o .build_release/src/caffe/layers/dummy_data_layer.o .build_release/src/caffe/layers/accuracy_layer.o .build_release/src/caffe/layers/infogain_loss_layer.o .build_release/src/caffe/layers/deconv_layer.o .build_release/src/caffe/layers/contrastive_loss_layer.o .build_release/src/caffe/layers/mkl_pooling_layer.o .build_release/src/caffe/layers/absval_layer.o .build_release/src/caffe/layers/multinomial_logistic_loss_layer.o .build_release/src/caffe/layers/input_layer.o .build_release/src/caffe/layers/window_data_layer.o .build_release/src/caffe/layers/elu_layer.o .build_release/src/caffe/layers/mkl_convolution_layer.o .build_release/src/caffe/layers/reduction_layer.o .build_release/src/caffe/layers/base_conv_layer.o .build_release/src/caffe/layers/argmax_layer.o .build_release/src/caffe/layers/tanh_layer.o .build_release/src/caffe/layers/eltwise_layer.o .build_release/src/caffe/layers/cudnn_tanh_layer.o .build_release/src/caffe/layers/batch_reindex_layer.o .build_release/src/caffe/layers/flatten_layer.o .build_release/src/caffe/layers/embed_layer.o .build_release/src/caffe/layers/sigmoid_layer.o .build_release/src/caffe/layers/mkl_relu_layer.o .build_release/src/caffe/layers/concat_layer.o .build_release/src/caffe/layers/inner_product_layer.o .build_release/src/caffe/layers/exp_layer.o .build_release/src/caffe/layers/mkl_lrn_layer.o .build_release/src/caffe/layers/remote_data_layer.o .build_release/src/caffe/layers/bias_layer.o .build_release/src/caffe/layers/cudnn_sigmoid_layer.o .build_release/src/caffe/layers/pooling_layer.o .build_release/src/caffe/layers/dropout_layer.o .build_release/src/caffe/layers/cudnn_relu_layer.o .build_release/src/caffe/layers/conv_layer.o .build_release/src/caffe/layers/cudnn_lcn_layer.o .build_release/src/caffe/layers/im2col_layer.o .build_release/src/caffe/layers/silence_layer.o .build_release/src/caffe/layers/neuron_layer.o .build_release/src/caffe/layers/mvn_layer.o .build_release/src/caffe/layers/tile_layer.o .build_release/src/caffe/layers/softmax_loss_layer.o .build_release/src/caffe/layers/prelu_layer.o .build_release/src/caffe/layers/bnll_layer.o .build_release/src/caffe/layers/hinge_loss_layer.o .build_release/src/caffe/layers/threshold_layer.o .build_release/src/caffe/layers/cudnn_pooling_layer.o .build_release/src/caffe/layers/euclidean_loss_layer.o .build_release/src/caffe/layers/image_data_layer.o .build_release/src/caffe/layers/scale_layer.o .build_release/src/caffe/layers/softmax_layer.o .build_release/src/caffe/layers/filter_layer.o .build_release/src/caffe/layers/pooling_layer_impl.o .build_release/src/caffe/layers/relu_layer.o .build_release/src/caffe/layers/loss_layer.o .build_release/src/caffe/layers/batch_norm_layer.o .build_release/src/caffe/layers/cudnn_softmax_layer.o .build_release/src/caffe/layers/cudnn_conv_layer.o .build_release/src/caffe/layers/spp_layer.o .build_release/src/caffe/layers/base_data_layer.o .build_release/src/caffe/layers/lrn_layer.o .build_release/src/caffe/layers/hdf5_output_layer.o .build_release/src/caffe/layers/reshape_layer.o .build_release/src/caffe/layers/slice_layer.o .build_release/src/caffe/layers/power_layer.o .build_release/src/caffe/layers/hdf5_data_layer.o .build_release/src/caffe/layers/sigmoid_cross_entropy_loss_layer.o .build_release/src/caffe/layers/data_layer.o .build_release/src/caffe/solvers/adam_solver.o .build_release/src/caffe/solvers/adagrad_solver.o .build_release/src/caffe/solvers/nesterov_solver.o .build_release/src/caffe/solvers/sgd_solver.o .build_release/src/caffe/solvers/adadelta_solver.o .build_release/src/caffe/solvers/rmsprop_solver.o .build_release/src/caffe/layer_factory.o .build_release/src/caffe/solver.o .build_release/src/caffe/MultiSolver.o .build_release/src/caffe/util/insert_splits.o .build_release/src/caffe/util/db_leveldb.o .build_release/src/caffe/util/cudnn.o .build_release/src/caffe/util/io.o .build_release/src/caffe/util/benchmark.o .build_release/src/caffe/util/im2col.o .build_release/src/caffe/util/db_lmdb.o .build_release/src/caffe/util/hdf5.o .build_release/src/caffe/util/math_functions.o .build_release/src/caffe/util/blocking_queue.o .build_release/src/caffe/util/upgrade_proto.o .build_release/src/caffe/util/signal_handler.o .build_release/src/caffe/util/db.o .build_release/src/caffe/util/cpu_info.o .build_release/src/caffe/syncedmem.o .build_release/src/caffe/layer.o .build_release/src/caffe/multinode/Relay.o .build_release/src/caffe/multinode/BlobComms.o .build_release/src/caffe/multinode/BlobInfo.o .build_release/src/caffe/multinode/ModelServer.o .build_release/src/caffe/multinode/SynchronousParamServer.o .build_release/src/caffe/multinode/SynchronousNode.o .build_release/src/caffe/multinode/SynchronousParamClient.o .build_release/src/caffe/multinode/BlobKeyChain.o .build_release/src/caffe/multinode/DataServer.o -Wl,-soname,libcaffe.so.1.0.0-rc3 -Wl,-rpath,\$ORIGIN/../lib -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -L/home/tsato/anaconda2/lib -L/usr/local/lib -L/usr/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib/intel64 -L.build_release/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/compiler/lib/intel64_lin_mic -lglog -lgflags -lprotobuf -lboost_system -lboost_filesystem -lm -lhdf5_hl -lhdf5 -lleveldb -lsnappy -llmdb -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_imgcodecs -lboost_thread -lstdc++ -lmkl_rt -liomp5
CXX tools/train_net.cpp
g++ tools/train_net.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/tools/train_net.o 2> .build_release/tools/train_net.o.warnings.txt \
|| (cat .build_release/tools/train_net.o.warnings.txt; exit 1)
CXX/LD -o .build_release/tools/train_net.bin
g++ .build_release/tools/train_net.o -o .build_release/tools/train_net.bin -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -lcaffe -L/home/tsato/anaconda2/lib -L/usr/local/lib -L/usr/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib/intel64 -L.build_release/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/compiler/lib/intel64_lin_mic -lglog -lgflags -lprotobuf -lboost_system -lboost_filesystem -lm -lhdf5_hl -lhdf5 -lleveldb -lsnappy -llmdb -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_imgcodecs -lboost_thread -lstdc++ -lmkl_rt -liomp5 \
-Wl,-rpath,\$ORIGIN/../lib
CXX tools/upgrade_net_proto_binary.cpp
g++ tools/upgrade_net_proto_binary.cpp -DMKL2017_SUPPORTED -MMD -MP -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -c -o .build_release/tools/upgrade_net_proto_binary.o 2> .build_release/tools/upgrade_net_proto_binary.o.warnings.txt \
|| (cat .build_release/tools/upgrade_net_proto_binary.o.warnings.txt; exit 1)
CXX/LD -o .build_release/tools/upgrade_net_proto_binary.bin
g++ .build_release/tools/upgrade_net_proto_binary.o -o .build_release/tools/upgrade_net_proto_binary.bin -pthread -fPIC -Wno-unused-local-typedefs -DCAFFE_VERSION=1.0.0-rc3 -DNDEBUG -O3 -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DCPU_ONLY -DUSE_MKL -I/home/tsato/anaconda2/include -I/home/tsato/anaconda2/include/python2.7 -I/home/tsato/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/tsato/anaconda2/lib/python2.7/site-packages -I/usr/local/include -I.build_release/src -I./src -I./include -I./src/gtest/include -I./src/gtest/ -I./src/gmock/include -I./src/gmock/ -I/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/include -Wall -Wno-sign-compare -fopenmp -lcaffe -L/home/tsato/anaconda2/lib -L/usr/local/lib -L/usr/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/mkl/lib/intel64 -L.build_release/lib -L/opt/intel/compilers_and_libraries_2017.0.042/linux/compiler/lib/intel64_lin_mic -lglog -lgflags -lprotobuf -lboost_system -lboost_filesystem -lm -lhdf5_hl -lhdf5 -lleveldb -lsnappy -llmdb -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_imgcodecs -lboost_thread -lstdc++ -lmkl_rt -liomp5 \
-Wl,-rpath,\$ORIGIN/../lib
.build_release/lib/libcaffe.so: undefined reference to `dnnLRNCreateForward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLRNCreateBackward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutDelete_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLRNCreateBackward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnPoolingCreateForward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnAllocateBuffer_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnDelete_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardData_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCreate_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnReLUCreateBackward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnPoolingCreateForward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutDelete_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutGetMemorySize_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnExecute_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateForward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnPoolingCreateBackward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnReLUCreateForward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardBias_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnConversionCreate_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCompare_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLRNCreateForward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateForward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateForwardBias_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardFilter_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnExecute_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardFilter_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardBias_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnReleaseBuffer_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnReleaseBuffer_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCompare_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnDelete_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCreate_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateBackwardData_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnAllocateBuffer_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnGroupsConvolutionCreateForwardBias_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCreateFromPrimitive_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutCreateFromPrimitive_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnConversionCreate_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnReLUCreateBackward_F32'
.build_release/lib/libcaffe.so: undefined reference to `dnnLayoutGetMemorySize_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnPoolingCreateBackward_F64'
.build_release/lib/libcaffe.so: undefined reference to `dnnReLUCreateForward_F32'
collect2: error: ld returned 1 exit status
make: *** [.build_release/tools/upgrade_net_proto_binary.bin] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment