torch / cutorch

A CUDA backend for Torch7
Other
339 stars 208 forks source link

cutorch installation stuck #277

Closed kvothe1121 closed 8 years ago

kvothe1121 commented 8 years ago

Hi, When I run "sudo luarocks install cutorch" it just get's stuck and doesn't proceed past the point of "Found Cuda". I'll paste the output below. Any help would be appreciated.

Installing https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec... Using https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec... switching to 'build' mode Cloning into 'cutorch'... remote: Counting objects: 245, done. remote: Compressing objects: 100% (176/176), done. remote: Total 245 (delta 128), reused 135 (delta 59), pack-reused 0 Receiving objects: 100% (245/245), 176.22 KiB, done. Resolving deltas: 100% (128/128), done. cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/usr/local/bin/.." -DCMAKE_INSTALL_PREFIX="/usr/local/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /usr/local -- Found CUDA: /usr/local/cuda (found suitable version "7.5", required is "5.5")

soumith commented 8 years ago

you dont need sudo, I am not sure why you are using it or where you got it from.

The log doesn't help much, check your "top" to see which process is spending time on.

kvothe1121 commented 8 years ago

Yes, the log is not very helpful. I'm using sudo, because it can't write to /usr/local/bin without it. The only process running in "top" (other than top itself) is init.

soumith commented 8 years ago

your torch should've been installed in ~/torch , not in /usr/local/bin.

I'd suggest cleaning up your torch install, however you installed it previously using the clean script: https://raw.githubusercontent.com/torch/ezinstall/master/clean-old.sh

And I suggest using instructions from our website to install it, where it correctly installs it in ~/torch

http://torch.ch/docs/getting-started.html#_

If you still have the same issue, please reopen the issue.

kvothe1121 commented 8 years ago

Still getting the same issue. Gets stuck when it comes to the part where it's installing CUDA packages. I'm pasting the output of the install script below:

Prefix set to /home/local/ANT/faisall/torch/install Submodule 'exe/env' () registered for path 'exe/env' Submodule 'exe/luajit-rocks' () registered for path 'exe/luajit-rocks' Submodule 'exe/qtlua' () registered for path 'exe/qtlua' Submodule 'exe/trepl' () registered for path 'exe/trepl' Submodule 'extra/argcheck' () registered for path 'extra/argcheck' Submodule 'extra/audio' () registered for path 'extra/audio' Submodule 'extra/cudnn' () registered for path 'extra/cudnn' Submodule 'extra/cunn' () registered for path 'extra/cunn' Submodule 'extra/cunnx' () registered for path 'extra/cunnx' Submodule 'extra/cutorch' () registered for path 'extra/cutorch' Submodule 'extra/fftw3' () registered for path 'extra/fftw3' Submodule 'extra/graph' () registered for path 'extra/graph' Submodule 'extra/graphicsmagick' () registered for path 'extra/graphicsmagick' Submodule 'extra/iTorch' () registered for path 'extra/iTorch' Submodule 'extra/nn' () registered for path 'extra/nn' Submodule 'extra/nngraph' () registered for path 'extra/nngraph' Submodule 'extra/nnx' () registered for path 'extra/nnx' Submodule 'extra/sdl2' () registered for path 'extra/sdl2' Submodule 'extra/signal' () registered for path 'extra/signal' Submodule 'extra/threads' () registered for path 'extra/threads' Submodule 'pkg/cwrap' () registered for path 'pkg/cwrap' Submodule 'pkg/dok' () registered for path 'pkg/dok' Submodule 'pkg/gnuplot' () registered for path 'pkg/gnuplot' Submodule 'pkg/image' () registered for path 'pkg/image' Submodule 'pkg/optim' () registered for path 'pkg/optim' Submodule 'pkg/paths' () registered for path 'pkg/paths' Submodule 'pkg/qttorch' () registered for path 'pkg/qttorch' Submodule 'pkg/sundown' () registered for path 'pkg/sundown' Submodule 'pkg/sys' () registered for path 'pkg/sys' Submodule 'pkg/torch' () registered for path 'pkg/torch' Submodule 'pkg/xlua' () registered for path 'pkg/xlua' Installing Lua version: LUAJIT21 Installing common Lua packages No existing manifest. Attempting to rebuild... Installed luafilesystem Installed penlight Installed lua-cjson Installing core Torch packages gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/ gcc -shared -o libsundown.so -L/home/local/ANT/faisall/torch/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks sundown scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks cwrap scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for include files HAVE_FCNTL_H -- Looking for include files HAVE_FCNTL_H - found -- Looking for include files HAVE_UNISTD_H -- Looking for include files HAVE_UNISTD_H - found -- Looking for include files HAVE_DIRENT_H -- Looking for include files HAVE_DIRENT_H - found -- Looking for include files HAVE_TIME_H -- Looking for include files HAVE_TIME_H - found -- Looking for include files HAVE_SYS_TIME_H -- Looking for include files HAVE_SYS_TIME_H - found -- Looking for include files HAVE_SYS_NDIR_H -- Looking for include files HAVE_SYS_NDIR_H - not found. -- Looking for include files HAVE_SYS_UTSNAME_H -- Looking for include files HAVE_SYS_UTSNAME_H - found -- Looking for include files HAVE_SYS_DIR_H -- Looking for include files HAVE_SYS_DIR_H - found -- Looking for include files HAVE_NDIR_H -- Looking for include files HAVE_NDIR_H - not found. -- Looking for getcwd -- Looking for getcwd - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/pkg/paths/build Scanning dependencies of target paths [100%] Building C object CMakeFiles/paths.dir/paths.c.o Linking C shared module libpaths.so [100%] Built target paths [100%] Built target paths Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/local/ANT/faisall/torch/install/include" -DLUA_LIBDIR="/home/local/ANT/faisall/torch/install/lib" -DLUADIR="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/paths/scm-1" && make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks paths scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp -- Compiling with OpenMP support -- Compiling with OpenMP support -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this on this machine. -- No OMAP4 processor on this on this machine. -- Looking for mmap -- Looking for mmap - found -- Performing Test C_HAS_SSE1_1 -- Performing Test C_HAS_SSE1_1 - Success -- Performing Test C_HAS_SSE2_1 -- Performing Test C_HAS_SSE2_1 - Success -- Performing Test C_HAS_SSE3_1 -- Performing Test C_HAS_SSE3_1 - Failed -- Performing Test C_HAS_SSE3_2 -- Performing Test C_HAS_SSE3_2 - Success -- Performing Test C_HAS_SSE4_1_1 -- Performing Test C_HAS_SSE4_1_1 - Failed -- Performing Test C_HAS_SSE4_1_2 -- Performing Test C_HAS_SSE4_1_2 - Success -- Performing Test C_HAS_SSE4_2_1 -- Performing Test C_HAS_SSE4_2_1 - Failed -- Performing Test C_HAS_SSE4_2_2 -- Performing Test C_HAS_SSE4_2_2 - 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 CXX_HAS_SSE1_1 -- Performing Test CXX_HAS_SSE1_1 - Success -- Performing Test CXX_HAS_SSE2_1 -- Performing Test CXX_HAS_SSE2_1 - Success -- Performing Test CXX_HAS_SSE3_1 -- Performing Test CXX_HAS_SSE3_1 - Failed -- Performing Test CXX_HAS_SSE3_2 -- Performing Test CXX_HAS_SSE3_2 - Success -- Performing Test CXX_HAS_SSE4_1_1 -- Performing Test CXX_HAS_SSE4_1_1 - Failed -- Performing Test CXX_HAS_SSE4_1_2 -- Performing Test CXX_HAS_SSE4_1_2 - Success -- Performing Test CXX_HAS_SSE4_2_1 -- Performing Test CXX_HAS_SSE4_2_1 - Failed -- Performing Test CXX_HAS_SSE4_2_2 -- Performing Test CXX_HAS_SSE4_2_2 - Success -- Performing Test HAS_C11_ATOMICS -- Performing Test HAS_C11_ATOMICS - Failed -- Performing Test HAS_MSC_ATOMICS -- Performing Test HAS_MSC_ATOMICS - Failed -- Performing Test HAS_GCC_ATOMICS -- Performing Test HAS_GCC_ATOMICS - Success -- Atomics: using GCC intrinsics -- 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 -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_sequential - mkl_core - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mklintel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [openblas] -- Library openblas: /opt/OpenBLAS/lib/libopenblas.so -- Looking for sgemm -- Looking for sgemm_ - found -- Performing Test BLAS_F2C_DOUBLE_WORKS -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed -- Performing Test BLAS_F2C_FLOAT_WORKS -- Performing Test BLAS_F2C_FLOATWORKS - Success -- Found a library with BLAS API (open). -- Looking for cheev -- Looking for cheev_ - found -- Found a library with LAPACK API. (open) -- Performing Test C_HAS_inline -- Performing Test C_HAS_inline - Success -- C inline is supported (inline) -- Performing Test C_HAS_THREAD -- Performing Test C_HAS_THREAD - Success -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/pkg/torch/build [ 1%] Scanning dependencies of target luaT Scanning dependencies of target luaT_static [ 3%] Generating random.c [ 4%] Generating TensorMath.c Scanning dependencies of target TH_static [ 6%] Building C object lib/luaT/CMakeFiles/luaT_static.dir/luaT.c.o Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.o [ 8%] [ 11%] [ 11%] [ 12%] [ 16%] [ 16%] [ 17%] [ 19%] [ 20%] [ 22%] [ 25%] [ 25%] [ 27%] [ 29%] [ 32%] [ 32%] Building C object lib/TH/CMakeFiles/TH.dir/THAllocator.c.o [ 33%] [ 35%] Building C object lib/TH/CMakeFiles/TH.dir/THStorage.c.o Building C object lib/TH/CMakeFiles/TH.dir/THGeneral.c.o Building C object lib/TH/CMakeFiles/TH.dir/THTensor.c.o Building C object lib/TH/CMakeFiles/TH.dir/THBlas.c.o [ 37%] Building C object lib/TH/CMakeFiles/TH.dir/THLapack.c.o [ 38%] [ 40%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.o Building C object lib/TH/CMakeFiles/TH.dir/THMemoryFile.c.o Building C object lib/TH/CMakeFiles/TH.dir/THAtomic.c.o Building C object lib/TH/CMakeFiles/TH.dir/THLogAdd.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THStorage.c.o Building C object lib/TH/CMakeFiles/TH.dir/THRandom.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THBlas.c.o .c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THLogAdd.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THGeneral.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THRandom.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THTensor.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THLapack.c.o Building C object lib/TH/CMakeFiles/TH.dir/THFile.c.o Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve.c.o [ 41%] [ 43%] [ 45%] [ 46%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THDiskFile.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/THFile.c.o [ 48%] [ 50%] Building C object lib/TH/CMakeFiles/TH_static.dir/THMemoryFile.c.o [ 51%] Building C object lib/TH/CMakeFiles/TH_static.dir/THAtomic.c.o [ 53%] Building C object lib/TH/CMakeFiles/TH_static.dir/generic/simd/convolve5x5_sse.c.o [ 54%] Building C object lib/TH/CMakeFiles/TH_static.dir/generic/simd/convolve.c.o Building C object lib/TH/CMakeFiles/TH_static.dir/generic/simd/convolve5x5_avx.c.o Scanning dependencies of target torch_static [ 56%] [ 58%] [ 59%] [ 61%] Building C object CMakeFiles/torch_static.dir/File.c.o Building C object CMakeFiles/torch_static.dir/DiskFile.c.o Building C object CMakeFiles/torch_static.dir/MemoryFile.c.o [ 62%] [ 64%] Building C object CMakeFiles/torch_static.dir/PipeFile.c.o Building C object CMakeFiles/torch_static.dir/Storage.c.o [ 66%] Building C object CMakeFiles/torch_static.dir/Timer.c.o Building C object CMakeFiles/torch_static.dir/Tensor.c.o [ 67%] Building C object CMakeFiles/torch_static.dir/utils.c.o [ 69%] [ 70%] Building C object CMakeFiles/torch_static.dir/init.c.o Building C object CMakeFiles/torch_static.dir/TensorOperator.c.o [ 72%] Building C object CMakeFiles/torch_static.dir/TensorMath.c.o [ 74%] Building C object CMakeFiles/torch_static.dir/random.c.o [ 75%] Linking C shared library libluaT.so Building C object CMakeFiles/torch_static.dir/Generator.c.o [ 75%] Built target luaT Linking C static library libluaT_static.a [ 75%] Built target luaT_static Linking C static library libtorch.a [ 75%] Built target torch_static Linking C shared library libTH.so [ 75%] Built target TH Scanning dependencies of target torch [ 77%] [ 79%] [ 80%] [ 82%] [ 83%] [ 85%] [ 87%] [ 88%] Building C object CMakeFiles/torch.dir/DiskFile.c.o Building C object CMakeFiles/torch.dir/MemoryFile.c.o Building C object CMakeFiles/torch.dir/File.c.o [ 90%] [ 91%] [ 93%] [ 95%] Building C object CMakeFiles/torch.dir/PipeFile.c.o [ 96%] Building C object CMakeFiles/torch.dir/Timer.c.o Building C object CMakeFiles/torch.dir/utils.c.o Building C object CMakeFiles/torch.dir/init.c.o Building C object CMakeFiles/torch.dir/TensorMath.c.o Building C object CMakeFiles/torch.dir/TensorOperator.c.o Building C object CMakeFiles/torch.dir/Generator.c.o Building C object CMakeFiles/torch.dir/random.c.o Linking C static library libTH_static.a [ 96%] Built target TH_static Linking C shared module libtorch.so [100%] Built target torch [ 1%] Built target luaT [ 25%] Built target TH [ 50%] Built target torch [ 74%] Built target torch_static [ 98%] Built target TH_static [100%] Built target luaT_static Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchExports.cmake -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchExports-release.cmake -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchConfig.cmake -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchWrap.cmake -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchPathsInit.cmake -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/TorchPackage.cmake -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/index.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/gather.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md -- Installing: /home/local/ANT/faisall/torch/install/lib/libTH.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/libTH.so" to "$ORIGIN/../lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/include/TH/TH.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THAllocator.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THBlas.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THDiskFile.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THFile.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THFilePrivate.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THGeneral.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THGenerateAllTypes.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THGenerateFloatTypes.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THGenerateIntTypes.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THLapack.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THLogAdd.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THMemoryFile.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THRandom.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THStorage.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THTensor.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THTensorApply.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THTensorDimApply.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THTensorMacros.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THVector.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/THAtomic.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THBlas.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THBlas.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THLapack.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THLapack.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THStorage.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THStorage.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THStorageCopy.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THStorageCopy.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensor.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensor.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorConv.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorConv.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorCopy.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorCopy.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorLapack.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorLapack.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorMath.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorMath.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorRandom.c -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THTensorRandom.h -- Installing: /home/local/ANT/faisall/torch/install/include/TH/generic/THVector.c -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/THConfig.cmake -- Installing: /home/local/ANT/faisall/torch/install/lib/libluaT.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/libluaT.so" to "$ORIGIN/../lib" -- Installing: /home/local/ANT/faisall/torch/install/include/luaT.h -- Installing: /home/local/ANT/faisall/torch/install/share/cmake/torch/luaTConfig.cmake cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/local/ANT/faisall/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/local/ANT/faisall/torch/install/bin" -DLUA_INCDIR="/home/local/ANT/faisall/torch/install/include" -DLUA_LIBDIR="/home/local/ANT/faisall/torch/install/lib" -DLUADIR="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks torch scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks dok scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c utils.c -o utils.o gcc -shared -o treplutils.so -L/home/local/ANT/faisall/torch/install/lib utils.o gcc -O2 -fPIC -I/home/local/ANT/faisall/torch/install/include -c readline.c -o readline.o gcc -shared -o readline.so -L/home/local/ANT/faisall/torch/install/lib readline.o -lreadline Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks trepl scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/pkg/sys/build Scanning dependencies of target sys [ 50%] Building C object CMakeFiles/sys.dir/sys.c.o Linking C shared module libsys.so [ 50%] Built target sys Scanning dependencies of target sys_static [100%] Building C object CMakeFiles/sys_static.dir/sys.c.o Linking C static library libsys.a [100%] Built target sys_static [ 50%] Built target sys [100%] Built target sys_static Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/sys/1.1-0" && make cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks sys 1.1-0 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks xlua 1.0-0 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

-- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp -- Compiling with OpenMP support -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/extra/nn/build Scanning dependencies of target nn [ 50%] Building C object CMakeFiles/nn.dir/init.c.o Linking C shared module libnn.so [ 50%] Built target nn Scanning dependencies of target nn_static [100%] Building C object CMakeFiles/nn_static.dir/init.c.o Linking C static library libnn.a [100%] Built target nn_static [ 50%] Built target nn [100%] Built target nn_static Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Normalize.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Clamp.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSoftMax.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDeconvolution.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Index.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NarrowTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GradientReversal.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/index.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nn/scm-1" && make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks nn scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

-- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/extra/graph/build Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Node.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Edge.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/graphviz.lua cmake -E make_directory build; cd build; cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/graph/scm-1"; make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks graph scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: UNKNOWN)

-- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/extra/nngraph/build Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/node.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/simple_print.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nest.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/ModuleFromCriterion.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nesting.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/graphinspecting.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustTable.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/utils.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/gmodule.lua cmake -E make_directory build; cd build; cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/nngraph/scm-1"; make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks nngraph scm-1 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: UNKNOWN)

Warning: unmatched variable LUALIB -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.3.4") -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp -- Compiling with OpenMP support -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/pkg/image/build Scanning dependencies of target image [ 12%] Building C object CMakeFiles/image.dir/image.c.o Linking C shared module libimage.so [ 12%] Built target image Scanning dependencies of target image_static [ 25%] Building C object CMakeFiles/image_static.dir/image.c.o Linking C static library libimage.a [ 25%] Built target image_static Scanning dependencies of target jpeg [ 37%] Building C object CMakeFiles/jpeg.dir/jpeg.c.o Linking C shared module libjpeg.so [ 37%] Built target jpeg Scanning dependencies of target jpeg_static [ 50%] Building C object CMakeFiles/jpeg_static.dir/jpeg.c.o Linking C static library libjpeg.a [ 50%] Built target jpeg_static Scanning dependencies of target png [ 62%] Building C object CMakeFiles/png.dir/png.c.o Linking C shared module libpng.so [ 62%] Built target png Scanning dependencies of target png_static [ 75%] Building C object CMakeFiles/png_static.dir/png.c.o Linking C static library libpng.a [ 75%] Built target png_static Scanning dependencies of target ppm [ 87%] Building C object CMakeFiles/ppm.dir/ppm.c.o /home/local/ANT/faisall/torch/pkg/image/ppm.c: In function ‘libppm_ByteMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from /usr/include/stdio.h:934:0, from /home/local/ANT/faisall/torch/install/include/TH/THGeneral.h:5, from /home/local/ANT/faisall/torch/install/include/TH/TH.h:4, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:2: /usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘libppm_FloatMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_DoubleMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_LongMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_IntMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_ShortMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_CharMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] Linking C shared module libppm.so [ 87%] Built target ppm Scanning dependencies of target ppm_static [100%] Building C object CMakeFiles/ppm_static.dir/ppm.c.o /home/local/ANT/faisall/torch/pkg/image/ppm.c: In function ‘libppm_ByteMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from /usr/include/stdio.h:934:0, from /home/local/ANT/faisall/torch/install/include/TH/THGeneral.h:5, from /home/local/ANT/faisall/torch/install/include/TH/TH.h:4, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:2: /usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘libppm_FloatMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_DoubleMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_LongMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_IntMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_ShortMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] In file included from generic/ppm.c:1:0, from /home/local/ANT/faisall/torch/pkg/image/ppm.c:45: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c: In function ‘libppm_CharMain_load’: /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] /home/local/ANT/faisall/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] Linking C static library libppm.a [100%] Built target ppm_static [ 12%] Built target image [ 25%] Built target image_static [ 37%] Built target jpeg [ 50%] Built target jpeg_static [ 62%] Built target png [ 75%] Built target png_static [ 87%] Built target ppm [100%] Built target ppm_static Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so -- Set runtime path of "/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/local/ANT/faisall/torch/install/lib:/opt/OpenBLAS/lib" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.jpg -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.jpg -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.png -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks image 1.1.alpha-0 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

-- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/local/ANT/faisall/torch/pkg/optim/build Install the project... -- Install configuration: "Release" -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adamax.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua -- Installing: /home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/local/ANT/faisall/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/local/ANT/faisall/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make

cd build && make install Updating manifest for /home/local/ANT/faisall/torch/install/lib/luarocks/rocks optim 1.0.5-0 is now built and installed in /home/local/ANT/faisall/torch/install/ (license: BSD)

Found CUDA on your machine. Installing CUDA packages Warning: unmatched variable LUALIB -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/local/ANT/faisall/torch/install -- Found CUDA: /usr/local/cuda (found suitable version "7.5", required is "5.5")

kvothe1121 commented 8 years ago

I can't re-open the issue since I wasn't the one that closed it.