8000 Problem installing from source on CentOS 6.5 · Issue #28444 · pytorch/pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Problem installing from source on CentOS 6.5 #28444
Closed
@EBJames

Description

@EBJames

🐛 Bug

To Reproduce

Steps to reproduce the behavior:

I ran the following code:

  1. conda create detectron2 python=3.7
  2. conda activate detectron2
  3. conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing
  4. git clone --recursive https://github.com/pytorch/pytorch
  5. cd pytorch
  6. export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
  7. python setup.py install

This gave the following stdout (sorry for the wall of text!):

The use of NO_MKLDNN is deprecated and will be removed on Feb 20, 2020.Please use USE_MKLDNN instead.
Building wheel torch-1.4.0a0+3fce612
-- Building version 1.4.0a0+3fce612
cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/nethome/ebj26/apps/pytorch/torch -DCMAKE_PREFIX_PATH=/nethome/ebj26/apps/anaconda3/envs/detectron2 -DNUMPY_INCLUDE_DIR=/nethome/ebj26/apps/anaconda3/envs/detectron2/lib/python3.7/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/nethome/ebj26/apps/anaconda3/envs/detectron2/bin/python -DPYTHON_INCLUDE_DIR=/nethome/ebj26/apps/anaconda3/envs/detectron2/include/python3.7m -DPYTHON_LIBRARY=/nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libpython3.7m.so.1.0 -DTORCH_BUILD_VERSION=1.4.0a0+3fce612 -DUSE_CUDA=True -DUSE_MKLDNN=0 -DUSE_NUMPY=True /nethome/ebj26/apps/pytorch
-- The CXX compiler identification is GNU 5.5.0
-- The C compiler identification is GNU 5.5.0
-- Check for working CXX compiler: /share/opt/gcc/5.5.0/bin/c++
-- Check for working CXX compiler: /share/opt/gcc/5.5.0/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /share/opt/gcc/5.5.0/bin/gcc
-- Check for working C compiler: /share/opt/gcc/5.5.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Not forcing any particular BLAS to be found
-- Performing Test COMPILER_WORKS
-- Performing Test COMPILER_WORKS - Success
-- Performing Test SUPPORT_GLIBCXX_USE_C99
-- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
-- std::exception_ptr is supported.
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Failed
-- NUMA is not available
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
-- Turning off deprecation warning due to glog.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Failed
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/nethome/ebj26/apps/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- Trying to find preferred BLAS backend of choice: MKL
-- MKL_THREADING = OMP
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- MKL libraries: /nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libmkl_intel_lp64.so;/nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libmkl_gnu_thread.so;/nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libmkl_core.so;-fopenmp;/usr/lib64/libpthread.so;/usr/lib64/libm.so;/usr/lib64/libdl.so
-- MKL include directory: /nethome/ebj26/apps/anaconda3/envs/detectron2/include
-- MKL OpenMP type: GNU
-- MKL OpenMP library: -fopenmp
-- The ASM compiler identification is GNU
-- Found assembler: /share/opt/gcc/5.5.0/bin/gcc
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Brace yourself, we are building NNPACK
-- Performing Test NNPACK_ARCH_IS_X86_32
-- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
-- Found PythonInterp: /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/python (found version "3.7.4") 
-- NNPACK backend is x86-64
-- Failed to find LLVM FileCheck
-- Found Git: /usr/bin/git (found version "1.7.1") 
-- git Version: v1.4.0-505be96a
-- Version: 1.4.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX -- success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
CMake Warning at cmake/Dependencies.cmake:520 (message):
  A compiler with AVX512 support is required for FBGEMM.  Not compiling with
  FBGEMM.  Turn this warning off by USE_FBGEMM=OFF.
Call Stack (most recent call first):
  CMakeLists.txt:373 (include)


-- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 
CMake Warning at cmake/Dependencies.cmake:598 (message):
  Not compiling with NUMA.  Suppress this warning with -DUSE_NUMA=OFF
Call Stack (most recent call first):
  CMakeLists.txt:373 (include)


-- Using third party subdirectory Eigen.
Python 3.7.4
-- Found PythonInterp: /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/python (found suitable version "3.7.4", minimum required is "2.7") 
-- Found PythonLibs: /nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libpython3.7m.so.1.0 (found suitable version "3.7.4", minimum required is "2.7") 
-- Could NOT find pybind11 (missing: pybind11_DIR)
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR) 
-- Using third_party/pybind11.
-- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 
-- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 
CMake Warning at cmake/Dependencies.cmake:831 (message):
  Not compiling with MPI.  Suppress this warning with -DUSE_MPI=OFF
Call Stack (most recent call first):
  CMakeLists.txt:373 (include)


-- Adding OpenMP CXX_FLAGS: -fopenmp
-- Will link against OpenMP libraries: /share/opt/gcc/5.5.0/lib64/libgomp.so;/usr/lib64/libpthread.so
CMake Warning (dev) at cmake/public/cuda.cmake:29 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Environment variable CUDA_ROOT is set to:

    /share/apps/cuda/9.1.85

  For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
  cmake/Dependencies.cmake:896 (include)
  CMakeLists.txt:373 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found CUDA: /share/apps/cuda/9.1.85 (found version "9.1") 
-- Caffe2: CUDA detected: 9.1
-- Caffe2: CUDA nvcc is: /share/apps/cuda/9.1.85/bin/nvcc
-- Caffe2: CUDA toolkit directory: /share/apps/cuda/9.1.85
-- Caffe2: Header version is: 9.1
-- Found CUDNN: /share/apps/cuda/9.1.85/lib64/libcudnn.so  
-- Found cuDNN: v7.1.2  (include: /share/apps/cuda/9.1.85/include, library: /share/apps/cuda/9.1.85/lib64/libcudnn.so)
CMake Warning at cmake/public/utils.cmake:172 (message):
  In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST
  to cmake instead of implicitly setting it as an env variable.  This will
  become a FATAL_ERROR in future version of pytorch.
Call Stack (most recent call first):
  cmake/public/cuda.cmake:381 (torch_cuda_get_nvcc_gencode_flag)
  cmake/Dependencies.cmake:896 (include)
  CMakeLists.txt:373 (include)


-- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70
CMake Warning at cmake/public/utils.cmake:172 (message):
  In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST
  to cmake instead of implicitly setting it as an env variable.  This will
  become a FATAL_ERROR in future version of pytorch.
Call Stack (most recent call first):
  cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag)
  cmake/Dependencies.cmake:1012 (include)
  CMakeLists.txt:373 (include)


-- Could NOT find CUB (missing: CUB_INCLUDE_DIR) 
CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
  Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  For compatibility with older versions of CMake, option is clearing the
  normal variable 'BUILD_BENCHMARK'.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at third_party/gloo/cmake/Cuda.cmake:133 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Environment variable CUDA_ROOT is set to:

    /share/apps/cuda/9.1.85

  For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
  third_party/gloo/cmake/Dependencies.cmake:78 (include)
  third_party/gloo/CMakeLists.txt:56 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found CUDA: /share/apps/cuda/9.1.85 (found suitable version "9.1", minimum required is "7.0") 
-- CUDA detected: 9.1
-- Could NOT find NCCL (missing: NCCL_INCLUDE_DIR NCCL_LIBRARY) 
CMake Warning at third_party/gloo/cmake/Dependencies.cmake:96 (message):
  Not compiling with NCCL support.  Suppress this warning with
  -DUSE_NCCL=OFF.
Call Stack (most recent call first):
  third_party/gloo/CMakeLists.txt:56 (include)


CMake Warning at cmake/Dependencies.cmake:1097 (message):
  Metal is only used in ios builds.
Call Stack (most recent call first):
  CMakeLists.txt:373 (include)


Generated: /nethome/ebj26/apps/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
Generated: /nethome/ebj26/apps/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
-- 
-- ******** Summary ********
--   CMake version         : 3.14.0
--   CMake command         : /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/cmake
--   System                : Linux
--   C++ compiler          : /share/opt/gcc/5.5.0/bin/c++
--   C++ compiler version  : 5.5.0
--   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
--   Build type            : Release
--   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
--   CMAKE_PREFIX_PATH     : /nethome/ebj26/apps/anaconda3/envs/detectron2;/share/apps/cuda/9.1.85
--   CMAKE_INSTALL_PREFIX  : /nethome/ebj26/apps/pytorch/torch
--   CMAKE_MODULE_PATH     : /nethome/ebj26/apps/pytorch/cmake/Modules;/nethome/ebj26/apps/pytorch/cmake/public/../Modules_CUDA_fix
-- 
--   ONNX version          : 1.6.0
--   ONNX NAMESPACE        : onnx_torch
--   ONNX_BUILD_TESTS      : OFF
--   ONNX_BUILD_BENCHMARKS : OFF
--   ONNX_USE_LITE_PROTO   : OFF
--   ONNXIFI_DUMMY_BACKEND : OFF
--   ONNXIFI_ENABLE_EXT    : OFF
-- 
--   Protobuf compiler     : 
--   Protobuf includes     : 
--   Protobuf libraries    : 
--   BUILD_ONNX_PYTHON     : OFF
-- 
-- ******** Summary ********
--   CMake version         : 3.14.0
--   CMake command         : /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/cmake
--   System                : Linux
--   C++ compiler          : /share/opt/gcc/5.5.0/bin/c++
--   C++ compiler version  : 5.5.0
--   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
--   Build type            : Release
--   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
--   CMAKE_PREFIX_PATH     : /nethome/ebj26/apps/anaconda3/envs/detectron2;/share/apps/cuda/9.1.85
--   CMAKE_INSTALL_PREFIX  : /nethome/ebj26/apps/pytorch/torch
--   CMAKE_MODULE_PATH     : /nethome/ebj26/apps/pytorch/cmake/Modules;/nethome/ebj26/apps/pytorch/cmake/public/../Modules_CUDA_fix
-- 
--   ONNX version          : 1.4.1
--   ONNX NAMESPACE        : onnx_torch
--   ONNX_BUILD_TESTS      : OFF
--   ONNX_BUILD_BENCHMARKS : OFF
--   ONNX_USE_LITE_PROTO   : OFF
--   ONNXIFI_DUMMY_BACKEND : OFF
-- 
--   Protobuf compiler     : 
--   Protobuf includes     : 
--   Protobuf libraries    : 
--   BUILD_ONNX_PYTHON     : OFF
-- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
-- Removing -DNDEBUG from compile flags
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Failed
-- Performing Test C_HAS_AVX2_3
-- Performing Test C_HAS_AVX2_3 - Failed
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Failed
-- Performing Test CXX_HAS_AVX2_3
-- Performing Test CXX_HAS_AVX2_3 - Failed
-- AVX compiler support found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API (mkl).
disabling ROCM because NOT USE_ROCM is set
-- MIOpen not found. Compiling without MIOpen support
disabling MKLDNN because USE_MKLDNN is not set
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- GCC 5.5.0: Adding gcc and gcc_s libs to link line
-- don't use NUMA
-- Found OpenSSL: /nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libcrypto.so (found version "1.1.1d")  
-- Check size of long double
-- Check size of long double - done
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
-- Performing Test COMPILER_SUPPORTS_FLOAT128
-- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
-- Performing Test COMPILER_SUPPORTS_SSE2
-- Performing Test COMPILER_SUPPORTS_SSE2 - Success
-- Performing Test COMPILER_SUPPORTS_SSE4
-- Performing Test COMPILER_SUPPORTS_SSE4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX
-- Performing Test COMPILER_SUPPORTS_AVX - Success
-- Performing Test COMPILER_SUPPORTS_FMA4
-- Performing Test COMPILER_SUPPORTS_FMA4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX2
-- Performing Test COMPILER_SUPPORTS_AVX2 - Failed
-- Performing Test COMPILER_SUPPORTS_AVX512F
-- Performing Test COMPILER_SUPPORTS_AVX512F - Failed
-- Found OpenMP_C: -fopenmp (found version "4.0") 
-- Found OpenMP_CXX: -fopenmp (found version "4.0") 
-- Found OpenMP: TRUE (found version "4.0")  
-- Performing Test COMPILER_SUPPORTS_OPENMP
-- Performing Test COMPILER_SUPPORTS_OPENMP - Success
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
-- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM
-- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed
-- Configuring build for SLEEF-v3.4.0
   Target system: Linux-2.6.32-431.el6.x86_64
   Target processor: x86_64
   Host system: Linux-2.6.32-431.el6.x86_64
   Host processor: x86_64
   Detected C compiler: GNU @ /share/opt/gcc/5.5.0/bin/gcc
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : LIB_MPFR-NOTFOUND
-- GMP : /usr/lib64/libgmp.so
-- RT : /usr/lib64/librt.so
-- FFTW3 : LIBFFTW3-NOTFOUND
-- OPENSSL : 1.1.1d
-- SDE : SDE_COMMAND-NOTFOUND
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
AT_INSTALL_INCLUDE_DIR include/ATen/core
core header install: /nethome/ebj26/apps/pytorch/build/aten/src/ATen/core/TensorBody.h
core header install: /nethome/ebj26/apps/pytorch/build/aten/src/ATen/core/TensorMethods.h
-- Include NCCL operators
-- Excluding ideep operators as we are not using ideep
-- Excluding image processing operators due to no opencv
-- Excluding video processing operators due to no opencv
-- MPI operators skipped due to no MPI support
-- Include Observer library
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/BatchNorm.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/Conv.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/GridSampler.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/LossCTC.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cudnn/RNN.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/miopen/Conv_miopen.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/miopen/RNN_miopen.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/CUDABlas.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/CUDAContext.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/CUDAGenerator.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/detail/CUDAHooks.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/CUDAUnaryOps.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/LegacyDefinitions.cpp
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/CUDAType.cpp
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/CUDAType.h
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/LegacyTHFunctionsCUDA.cpp
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/LegacyTHFunctionsCUDA.h
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/SparseCUDAType.cpp
--   /nethome/ebj26/apps/pytorch/build/aten/src/ATen/SparseCUDAType.h
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCCachingHostAllocator.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCGeneral.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCStorageCopy.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensor.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCReduceApplyUtils.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCBlas.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCSleep.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCStorage.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCStorageCopy.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensor.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorCopy.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMath.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMathBlas.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMathMagma.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMathPairwise.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMathReduce.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMathScan.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorIndex.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorRandom.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorScatterGather.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorTopK.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorSort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCSortUtils.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/THCTensorMode.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedByte.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedChar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedShort.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedInt.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedLong.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedHalf.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedFloat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorSortDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedDouble.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareTBool.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathCompareBool.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathReduceBool.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMaskedBool.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THC/generated/THCTensorMathPointwiseBool.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/AbsCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/BCECriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/ClassNLLCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/ELU.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/GatedLinearUnit.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/HardTanh.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/LeakyReLU.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/LogSigmoid.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/MSECriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/MultiLabelMarginCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/MultiMarginCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/RReLU.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/Sigmoid.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SmoothL1Criterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SoftMarginCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SoftPlus.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SoftShrink.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SpatialClassNLLCriterion.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SpatialConvolutionMM.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/SpatialDepthwiseConvolution.cu
--   /nethome/ebj26/apps/pytorch/aten/src/THCUNN/Tanh.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cuda/detail/IndexUtils.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Activation.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AveragePool2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/AveragePool3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/BatchLinearAlgebra.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/BinaryOpsKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/CUDAScalar.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Col2Im.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Copy.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/CrossKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/DistanceKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Distributions.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Dropout.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Embedding.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/EmbeddingBag.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/FillKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/GridSampler.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Im2Col.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/IndexKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Indexing.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Lerp.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/LinearAlgebra.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Loss.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/LossCTC.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/MaxUnpooling.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/MultinomialKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Normalization.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/PowKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/RNN.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/RangeFactories.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Reduce.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/ReduceOpsKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/ReflectionPad.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Repeat.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/ReplicationPadding.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Resize.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/SoftMax.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/SortingKthValue.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/SparseMM.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/SummaryOps.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/TensorCompare.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/TensorFactories.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/TensorTransformations.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UnaryOpsKernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/Unique.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleLinear1d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleNearest1d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleNearest2d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleNearest3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/WeightNorm.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/cuda/layer_norm_kernel.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/quantized/cuda/fake_quantize_core.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/quantized/cuda/fake_quantize_per_channel_affine.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/native/quantized/cuda/fake_quantize_per_tensor_affine.cu
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cudnn/Descriptors.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cudnn/Handle.cpp
--   /nethome/ebj26/apps/pytorch/aten/src/ATen/cudnn/Types.cpp
--   /nethome/ebj26/apps/pytorch/caffe2/core/common_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/core/blob_serialization_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/core/common_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/core/event_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/core/context_gpu.cu
--   utils/math/broadcast.cu
--   utils/math/elementwise.cu
--   utils/math/reduce.cu
--   utils/math/transpose.cu
--   utils/math_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/aten/aten_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/nccl/cuda_nccl_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/nccl/cuda_nccl_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/gloo/allreduce_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/gloo/broadcast_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/contrib/gloo/common_world_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/db/create_db_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/distributed/file_store_handler_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/channelwise_conv3d_op_cudnn.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_op_cache_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_transpose_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/depthwise_3x3_conv_op_cudnn.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/dropout_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elu_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/local_response_normalization_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/order_switch_ops_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/pool_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sigmoid_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/softmax_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/spatial_batch_norm_op_cudnn.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/tanh_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/transpose_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/communicator_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/concat_split_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_op_shared_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/conv_transpose_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/counter_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/do_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_add_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_sub_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/exp_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/expand_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/expand_squeeze_dims_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/free_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/fully_connected_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/if_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/im2col_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/load_save_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/locally_connected_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/log_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/matmul_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/negate_gradient_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/negative_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/order_switch_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/prepend_dim_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reshape_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/scale_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/shape_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sqr_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sqrt_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/stop_gradient_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/tensor_protos_db_input_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/while_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/zero_gradient_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/abs_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/accumulate_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/accuracy_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/acos_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/affine_channel_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/arg_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/asin_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/assert_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/atan_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/batch_gather_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/batch_matmul_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/batch_moments_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/boolean_mask_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/boolean_unmask_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/bucketize_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cast_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cbrt_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/ceil_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/channel_backprop_stats_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/channel_shuffle_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/channel_stats_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/clip_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/copy_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cos_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cosh_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cosine_embedding_criterion_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cross_entropy_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/cube_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/data_couple_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/deform_conv_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/distance_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/dropout_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_div_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_linear_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_mul_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elementwise_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/elu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/enforce_finite_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/ensure_cpu_output_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/erf_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/filler_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/find_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/floor_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/gather_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/gelu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/generate_proposals_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/generate_proposals_op_util_nms_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/given_tensor_fill_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/glu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/group_norm_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/op
10A32
erators/gru_unit_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/half_float_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/hard_sigmoid_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/instance_norm_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/integral_image_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/layer_norm_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/leaky_relu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/lengths_pad_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/lengths_tile_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/local_response_normalization_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/logit_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/loss_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/lp_pool_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/lstm_unit_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/margin_ranking_criterion_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/max_pool_with_index.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/mean_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/mem_query_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/minmax_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/moments_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/multi_class_accuracy_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/normalize_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/one_hot_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/pack_segments.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/pad_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/perplexity_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/piecewise_linear_transform_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/pool_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/pow_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/prelu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reciprocal_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reduce_front_back_max_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reduce_front_back_sum_mean_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reduce_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reduction_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/relu_n_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/relu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/replace_nan_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/resize_3d_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/resize_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/reverse_packed_segs_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rmac_regions_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/roi_align_gradient_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/roi_align_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/roi_align_rotated_gradient_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/roi_align_rotated_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/roi_pool_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rsqrt_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/scale_blobs_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/segment_reduction_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/selu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sequence_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sigmoid_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sin_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sinh_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/slice_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/softmax_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/softplus_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/softsign_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/space_batch_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sparse_normalize_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/sparse_to_dense_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/spatial_batch_norm_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/stump_func_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/summarize_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/swish_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/tan_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/tanh_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/thresholded_relu_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/tile_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/top_k.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/transpose_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/unique_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/upsample_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/utility_ops.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/weighted_sample_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rnn/recurrent_op_cudnn.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rnn/recurrent_network_executor_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/operators/rnn/recurrent_network_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/queue/queue_ops_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/iter_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/learning_rate_op_gpu.cc
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/adadelta_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/adagrad_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/adam_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/fp16_momentum_sgd_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/fp32_momentum_sgd_op.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/lars_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/momentum_sgd_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/rmsprop_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/sgd/yellowfin_op_gpu.cu
--   /nethome/ebj26/apps/pytorch/caffe2/../torch/csrc/jit/fuser/cuda/fused_kernel.cpp
--   /nethome/ebj26/apps/pytorch/caffe2/../torch/csrc/autograd/profiler_cuda.cpp
--   /nethome/ebj26/apps/pytorch/caffe2/../torch/csrc/autograd/functions/comm.cpp
--   /nethome/ebj26/apps/pytorch/caffe2/../torch/csrc/cuda/comm.cpp
-- /share/opt/gcc/5.5.0/bin/c++ /nethome/ebj26/apps/pytorch/caffe2/../torch/abi-check.cpp -o /nethome/ebj26/apps/pytorch/build/abi-check
-- Determined _GLIBCXX_USE_CXX11_ABI=1
-- pytorch is compiling with OpenMP. 
OpenMP CXX_FLAGS: -fopenmp. 
OpenMP libraries: /share/opt/gcc/5.5.0/lib64/libgomp.so;/usr/lib64/libpthread.so.
-- Caffe2 is compiling with OpenMP. 
OpenMP CXX_FLAGS: -fopenmp. 
OpenMP libraries: /share/opt/gcc/5.5.0/lib64/libgomp.so;/usr/lib64/libpthread.so.
-- Using ATen parallel backend: OMP
-- Using lib/python3.7/site-packages as python relative installation path
CMake Warning at CMakeLists.txt:576 (message):
  Generated cmake files are only fully tested if one builds with system glog,
  gflags, and protobuf.  Other settings may generate files that are not well
  tested.


-- 
-- ******** Summary ********
-- General:
--   CMake version         : 3.14.0
--   CMake command         : /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/cmake
--   System                : Linux
--   C++ compiler          : /share/opt/gcc/5.5.0/bin/c++
--   C++ compiler id       : GNU
--   C++ compiler version  : 5.5.0
--   BLAS                  : MKL
--   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math
--   Build type            : Release
--   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
--   CMAKE_PREFIX_PATH     : /nethome/ebj26/apps/anaconda3/envs/detectron2;/share/apps/cuda/9.1.85
--   CMAKE_INSTALL_PREFIX  : /nethome/ebj26/apps/pytorch/torch
-- 
--   TORCH_VERSION         : 1.4.0
--   CAFFE2_VERSION        : 1.4.0
--   BUILD_CAFFE2_MOBILE   : ON
--   USE_STATIC_DISPATCH   : OFF
--   BUILD_BINARY          : OFF
--   BUILD_CUSTOM_PROTOBUF : ON
--     Link local protobuf : ON
--   BUILD_DOCS            : OFF
--   BUILD_PYTHON          : True
--     Python version      : 3.7.4
--     Python executable   : /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/python
--     Pythonlibs version  : 3.7.4
--     Python library      : /nethome/ebj26/apps/anaconda3/envs/detectron2/lib/libpython3.7m.so.1.0
--     Python includes     : /nethome/ebj26/apps/anaconda3/envs/detectron2/include/python3.7m
--     Python site-packages: lib/python3.7/site-packages
--   BUILD_CAFFE2_OPS      : ON
--   BUILD_SHARED_LIBS     : ON
--   BUILD_TEST            : True
--   INTERN_BUILD_MOBILE   : 
--   USE_ASAN              : OFF
--   USE_CUDA              : True
--     CUDA static link    : OFF
--     USE_CUDNN           : ON
--     CUDA version        : 9.1
--     cuDNN version       : 7.1.2
--     CUDA root directory : /share/apps/cuda/9.1.85
--     CUDA library        : /share/apps/cuda/9.1.85/lib64/stubs/libcuda.so
--     cudart library      : /share/apps/cuda/9.1.85/lib64/libcudart.so
--     cublas library      : /share/apps/cuda/9.1.85/lib64/libcublas.so;/share/apps/cuda/9.1.85/lib64/libcublas_device.a
--     cufft library       : /share/apps/cuda/9.1.85/lib64/libcufft.so
--     curand library      : /share/apps/cuda/9.1.85/lib64/libcurand.so
--     cuDNN library       : /share/apps/cuda/9.1.85/lib64/libcudnn.so
--     nvrtc               : /share/apps/cuda/9.1.85/lib64/libnvrtc.so
--     CUDA include path   : /share/apps/cuda/9.1.85/include
--     NVCC executable     : /share/apps/cuda/9.1.85/bin/nvcc
--     CUDA host compiler  : /share/opt/gcc/5.5.0/bin/gcc
--     USE_TENSORRT        : OFF
--   USE_ROCM              : OFF
--   USE_EIGEN_FOR_BLAS    : 
--   USE_FBGEMM            : OFF
--   USE_FFMPEG            : OFF
--   USE_GFLAGS            : OFF
--   USE_GLOG              : OFF
--   USE_LEVELDB           : OFF
--   USE_LITE_PROTO        : OFF
--   USE_LMDB              : OFF
--   USE_METAL             : OFF
--   USE_MKL               : ON
--   USE_MKLDNN            : OFF
--   USE_NCCL              : ON
--     USE_SYSTEM_NCCL     : OFF
--   USE_NNPACK            : ON
--   USE_NUMPY             : ON
--   USE_OBSERVERS         : ON
--   USE_OPENCL            : OFF
--   USE_OPENCV            : OFF
--   USE_OPENMP            : ON
--   USE_TBB               : OFF
--   USE_PROF              : OFF
--   USE_QNNPACK           : ON
--   USE_REDIS             : OFF
--   USE_ROCKSDB           : OFF
--   USE_ZMQ               : OFF
--   USE_DISTRIBUTED       : ON
--     USE_MPI             : OFF
--     USE_GLOO            : ON
--   BUILD_NAMEDTENSOR   : OFF
--   Public Dependencies  : Threads::Threads;caffe2::mkl
--   Private Dependencies : qnnpack;pytorch_qnnpack;nnpack;cpuinfo;fp16;gloo;aten_op_header_gen;foxi_loader;rt;gcc_s;gcc;dl
-- Configuring done
CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1844 (add_library):
  Cannot generate a safe linker search path for target torch because files in
  some directories may conflict with libraries in implicit directories:

    link library [libgomp.so] in /share/opt/gcc/5.5.0/lib64 may be hidden by files in:
      /nethome/ebj26/apps/anaconda3/envs/detectron2/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  caffe2/CMakeLists.txt:627 (cuda_add_library)


CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1844 (add_library):
  Cannot generate a safe runtime search path for target torch because files
  in some directories may conflict with libraries in implicit directories:

    runtime library [libgomp.so.1] in /share/opt/gcc/5.5.0/lib64 may be hidden by files in:
      /nethome/ebj26/apps/anaconda3/envs/detectron2/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  caffe2/CMakeLists.txt:627 (cuda_add_library)


CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1844 (add_library):
  Cannot generate a safe linker search path for target
  caffe2_detectron_ops_gpu because files in some directories may conflict
  with libraries in implicit directories:

    link library [libgomp.so] in /share/opt/gcc/5.5.0/lib64 may be hidden by files in:
      /nethome/ebj26/apps/anaconda3/envs/detectron2/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  modules/detectron/CMakeLists.txt:13 (CUDA_ADD_LIBRARY)


CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1844 (add_library):
  Cannot generate a safe runtime search path for target
  caffe2_detectron_ops_gpu because files in some directories may conflict
  with libraries in implicit directories:

    runtime library [libgomp.so.1] in /share/opt/gcc/5.5.0/lib64 may be hidden by files in:
      /nethome/ebj26/apps/anaconda3/envs/detectron2/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  modules/detectron/CMakeLists.txt:13 (CUDA_ADD_LIBRARY)


-- Generating done
-- Build files have been written to: /nethome/ebj26/apps/pytorch/build
cmake --build . --target install --config Release -- -j 16
[185/3081] Performing build step for 'nccl_external'
FAILED: nccl_external-prefix/src/nccl_external-stamp/nccl_external-build nccl/lib/libnccl_static.a 
cd /nethome/ebj26/apps/pytorch/third_party/nccl/nccl && env CCACHE_DISABLE=1 SCCACHE_DISABLE=1 make CXX=/share/opt/gcc/5.5.0/bin/c++ CUDA_HOME=/share/apps/cuda/9.1.85 NVCC=/share/apps/cuda/9.1.85/bin/nvcc NVCC_GENCODE=-gencode=arch=compute_70,code=sm_70 BUILDDIR=/nethome/ebj26/apps/pytorch/build/nccl VERBOSE=0 -j && /nethome/ebj26/apps/anaconda3/envs/detectron2/bin/cmake -E touch /nethome/ebj26/apps/pytorch/build/nccl_external-prefix/src/nccl_external-stamp/nccl_external-build
make -C src build BUILDDIR=/nethome/ebj26/apps/pytorch/build/nccl
make[1]: Entering directory `/nethome/ebj26/apps/pytorch/third_party/nccl/nccl/src'
Compiling  misc/nvmlwrap.cc                    > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/nvmlwrap.o
Compiling  misc/rings.cc                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/rings.o
Compiling  init.cc                             > /nethome/ebj26/apps/pytorch/build/nccl/obj/init.o
Compiling  misc/group.cc                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/group.o
Grabbing   include/nccl_net.h                  > /nethome/ebj26/apps/pytorch/build/nccl/include/nccl_net.h
Compiling  misc/ibvwrap.cc                     > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/ibvwrap.o
Compiling  collectives/reduce_scatter.cc       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/reduce_scatter.o
Compiling  channel.cc                          > /nethome/ebj26/apps/pytorch/build/nccl/obj/channel.o
Compiling  collectives/all_gather.cc           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/all_gather.o
Compiling  transport/p2p.cc                    > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport/p2p.o
Compiling  enqueue.cc                          > /nethome/ebj26/apps/pytorch/build/nccl/obj/enqueue.o
Compiling  bootstrap.cc                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/bootstrap.o
Compiling  misc/argcheck.cc                    > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/argcheck.o
Compiling  transport/shm.cc                    > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport/shm.o
Compiling  transport/net.cc                    > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport/net.o
Compiling  misc/topo.cc                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/topo.o
Compiling  transport/net_ib.cc                 > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport/net_ib.o
Compiling  collectives/broadcast.cc            > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/broadcast.o
Compiling  transport.cc                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport.o
Compiling  transport/net_socket.cc             > /nethome/ebj26/apps/pytorch/build/nccl/obj/transport/net_socket.o
Compiling  misc/utils.cc                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/utils.o
Compiling  misc/trees.cc                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/misc/trees.o
Compiling  collectives/all_reduce.cc           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/all_reduce.o
Compiling  collectives/reduce.cc               > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/reduce.o
Generating nccl.h.in                           > /nethome/ebj26/apps/pytorch/build/nccl/include/nccl.h
Generating nccl.pc.in                          > /nethome/ebj26/apps/pytorch/build/nccl/lib/pkgconfig/nccl.pc
make[2]: Entering directory `/nethome/ebj26/apps/pytorch/third_party/nccl/nccl/src/collectives/device'
Generating rules                               > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/Makefile.rules
make[2]: Leaving directory `/nethome/ebj26/apps/pytorch/third_party/nccl/nccl/src/collectives/device'
make[2]: Entering directory `/nethome/ebj26/apps/pytorch/third_party/nccl/nccl/src/collectives/device'
Compiling  functions.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/functions.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_i64.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_i32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_i32.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_u8.o
Compiling  reduce_scatter.cu                   > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_i64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_i8.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_u64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_f64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_f32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_i32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_u64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_f16.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_i32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_i64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_i64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_i8.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_u32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_i32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_i32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_u32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_f32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_i64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_u32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_i32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_u64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_i32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_f16.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_f32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_f16.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_i64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_u64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_i32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_i64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_i8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_f32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_f64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_i8.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_u64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_u8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_i32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_i32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_f32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_f16.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_i32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_f16.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_f32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_u64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_i64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_i8.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_u64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_f32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_u8.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_f16.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_f64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_u64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_u8.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_u32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_i64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_i32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_u64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_u32.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_f32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_u64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_f16.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_i32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_f32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_f32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_f32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_f16.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_f64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_i64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_f32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_f16.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_max_u8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_f64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_u32.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_min_u8.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_f16.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_f32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_u8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_f16.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_i32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_u64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_f16.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_sum_u8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_f64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_f16.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_prod_u64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_i32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_i64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_u64.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_min_i8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_i8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_u8.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_i8.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_max_u32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_u8.o
Compiling  all_reduce.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_reduce_prod_i8.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_sum_u8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_f16.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_i64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_u64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_f64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_i64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_i8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_f16.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_u64.o
Compiling  broadcast.cu                        > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/broadcast_sum_f32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_u8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_sum_u32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_min_i64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_f64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_i64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_f64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_max_f16.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_max_u64.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_i8.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_min_f32.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_i64.o
Compiling  reduce.cu                           > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/reduce_prod_f32.o
Compiling  all_gather.cu                       > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/all_gather_prod_u32.o
Archiving  objects                             > /nethome/ebj26/apps/pytorch/build/nccl/obj/collectives/device/colldevice.a
make[2]: Leaving directory `/nethome/ebj26/apps/pytorch/third_party/nccl/nccl/src/collectives/device'
Linking    libnccl.so.2.4.8                    > /nethome/ebj26/apps/pytorch/build/nccl/lib/libnccl.so.2.4.8
make: *** [src.build] Segmentation fault (core dumped)
[200/3081] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
  File "setup.py", line 759, in <module>
    build_deps()
  File "setup.py", line 311, in build_deps
    cmake=cmake)
  File "/nethome/ebj26/apps/pytorch/tools/build_pytorch_libs.py", line 59, in build_caffe2
    cmake.build(my_env)
  File "/nethome/ebj26/apps/pytorch/tools/setup_helpers/cmake.py", line 334, in build
    self.run(build_args, my_env)
  File "/nethome/ebj26/apps/pytorch/tools/setup_helpers/cmake.py", line 142, in run
    check_call(command, cwd=self.build_dir, env=env)
  File "/nethome/ebj26/apps/anaconda3/envs/detectron2/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '16']' returned non-zero exit status 1.

Expected behavior

Clean install of pytorch from source

Environment

Output from collect_env.py:

PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A

OS: CentOS release 6.5 (Final)
GCC version: (GCC) 5.5.0
CMake version: version 3.14.0

Python version: 3.7
Is CUDA available: N/A
CUDA runtime version: Could not collect
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect

Versions of relevant libraries:
[pip] numpy==1.17.2
[conda] blas                      1.0                         mkl  
[conda] mkl                       2019.4                      243  
[conda] mkl-include               2019.4                      243  
[conda] mkl-service               2.3.0            py37he904b0f_0  
[conda] mkl_fft                   1.0.14           py37ha843d7b_0  
[conda] mkl_random                1.1.0            py37hd6b4f25_0

Additional context

Any help would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: buildBuild system issuesmodule: ncclProblems related to nccl supporttriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0