Created
August 14, 2018 21:52
-
-
Save sparticlesteve/e43bdf651ab35cf010291273aa59afb7 to your computer and use it in GitHub Desktop.
output of build_horovod.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ cd /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0 | |
+ git clone -b v0.13.11 [email protected]:uber/horovod.git | |
Cloning into 'horovod'... | |
Note: checking out '641a1dea212d81d15e28b07e1e4484b46150a53f'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b <new-branch-name> | |
+ cd horovod | |
+ python setup.py install -v | |
running install | |
running bdist_egg | |
running egg_info | |
creating horovod.egg-info | |
writing horovod.egg-info/PKG-INFO | |
writing dependency_links to horovod.egg-info/dependency_links.txt | |
writing requirements to horovod.egg-info/requires.txt | |
writing top-level names to horovod.egg-info/top_level.txt | |
writing manifest file 'horovod.egg-info/SOURCES.txt' | |
reading manifest file 'horovod.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
no previously-included directories found matching '.eggs' | |
writing manifest file 'horovod.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-x86_64/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.6 | |
creating build/lib.linux-x86_64-3.6/horovod | |
copying horovod/__init__.py -> build/lib.linux-x86_64-3.6/horovod | |
creating build/lib.linux-x86_64-3.6/horovod/torch | |
copying horovod/torch/__init__.py -> build/lib.linux-x86_64-3.6/horovod/torch | |
copying horovod/torch/mpi_ops.py -> build/lib.linux-x86_64-3.6/horovod/torch | |
creating build/lib.linux-x86_64-3.6/horovod/keras | |
copying horovod/keras/__init__.py -> build/lib.linux-x86_64-3.6/horovod/keras | |
copying horovod/keras/callbacks.py -> build/lib.linux-x86_64-3.6/horovod/keras | |
creating build/lib.linux-x86_64-3.6/horovod/tensorflow | |
copying horovod/tensorflow/__init__.py -> build/lib.linux-x86_64-3.6/horovod/tensorflow | |
copying horovod/tensorflow/mpi_ops.py -> build/lib.linux-x86_64-3.6/horovod/tensorflow | |
creating build/lib.linux-x86_64-3.6/horovod/common | |
copying horovod/common/__init__.py -> build/lib.linux-x86_64-3.6/horovod/common | |
creating build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib_impl | |
copying horovod/torch/mpi_lib_impl/__init__.py -> build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib_impl | |
creating build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib | |
copying horovod/torch/mpi_lib/__init__.py -> build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib | |
running build_ext | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -std=c++11 -fPIC -O2 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c build/temp.linux-x86_64-3.6/test_compile/test_cpp_flags.cc -o build/temp.linux-x86_64-3.6/test_compile/test_cpp_flags.o | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
gcc -pthread -shared -B /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/compiler_compat -L/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,-rpath=/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,--no-as-needed -Wl,--sysroot=/ -g build/temp.linux-x86_64-3.6/test_compile/test_cpp_flags.o -o build/temp.linux-x86_64-3.6/test_compile/test_cpp_flags.so | |
generating /tmp/tmpclapac9c/_test_cuda.c | |
setting the current directory to '/tmp/tmpclapac9c' | |
running build_ext | |
building '_test_cuda' extension | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/THC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c _test_cuda.c -o ./_test_cuda.o -std=c11 -fPIC -O2 | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option '-std=c11' is valid for C/ObjC but not for C++ | |
_test_cuda.c:493:10: fatal error: THC/THC.h: No such file or directory | |
#include <THC/THC.h> | |
^~~~~~~~~~~ | |
compilation terminated. | |
INFO: Above error indicates that this PyTorch installation does not support CUDA. | |
generating build/horovod/torch/mpi_lib/_mpi_lib.c | |
building 'horovod.torch.mpi_lib._mpi_lib' extension | |
creating build/temp.linux-x86_64-3.6/build | |
creating build/temp.linux-x86_64-3.6/build/horovod | |
creating build/temp.linux-x86_64-3.6/build/horovod/torch | |
creating build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c build/horovod/torch/mpi_lib/_mpi_lib.c -o build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib/_mpi_lib.o -std=c11 -fPIC -O2 | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option '-std=c11' is valid for C/ObjC but not for C++ | |
gcc -pthread -shared -B /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/compiler_compat -L/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,-rpath=/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,--no-as-needed -Wl,--sysroot=/ -g build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib/_mpi_lib.o -o build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib/_mpi_lib.cpython-36m-x86_64-linux-gnu.so | |
generating build/horovod/torch/mpi_lib_impl/_mpi_lib_impl.cc | |
building 'horovod.torch.mpi_lib_impl._mpi_lib_impl' extension | |
creating build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib_impl | |
creating build/temp.linux-x86_64-3.6/global | |
creating build/temp.linux-x86_64-3.6/global/cscratch1 | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0 | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod | |
creating build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c build/horovod/torch/mpi_lib_impl/_mpi_lib_impl.cc -o build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib_impl/_mpi_lib_impl.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/mpi_ops.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/mpi_ops.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/handle_manager.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/handle_manager.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/ready_event.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/ready_event.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/tensor_util.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/tensor_util.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/cuda_util.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/cuda_util.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -DHAVE_CUDA=0 -DTORCH_VERSION=4000000 -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/torch/utils/ffi/../../lib/include/TH -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c /global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/adapter.cc -o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/adapter.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -pthread -shared -B /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/compiler_compat -L/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,-rpath=/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,--no-as-needed -Wl,--sysroot=/ -g build/temp.linux-x86_64-3.6/build/horovod/torch/mpi_lib_impl/_mpi_lib_impl.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/mpi_ops.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/handle_manager.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/ready_event.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/tensor_util.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/cuda_util.o build/temp.linux-x86_64-3.6/global/cscratch1/sd/sfarrell/pytorch-build/pytorch-horovod/v0.4.0/horovod/horovod/torch/adapter.o -o build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib_impl/_mpi_lib_impl.cpython-36m-x86_64-linux-gnu.so -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
building 'horovod.common.mpi_lib' extension | |
creating build/temp.linux-x86_64-3.6/horovod | |
creating build/temp.linux-x86_64-3.6/horovod/common | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c horovod/common/common.cc -o build/temp.linux-x86_64-3.6/horovod/common/common.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c horovod/common/mpi_message.cc -o build/temp.linux-x86_64-3.6/horovod/common/mpi_message.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c horovod/common/operations.cc -o build/temp.linux-x86_64-3.6/horovod/common/operations.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fPIC -I/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/include/python3.6m -c horovod/common/timeline.cc -o build/temp.linux-x86_64-3.6/horovod/common/timeline.o -std=c++11 -fPIC -O2 -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ | |
CC -pthread -shared -B /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/compiler_compat -L/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,-rpath=/global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib -Wl,--no-as-needed -Wl,--sysroot=/ -g build/temp.linux-x86_64-3.6/horovod/common/common.o build/temp.linux-x86_64-3.6/horovod/common/mpi_message.o build/temp.linux-x86_64-3.6/horovod/common/operations.o build/temp.linux-x86_64-3.6/horovod/common/timeline.o -o build/lib.linux-x86_64-3.6/horovod/common/mpi_lib.cpython-36m-x86_64-linux-gnu.so -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpich_gnu_51_mt -L/opt/cray/pe/mpt/7.7.0/gni/mpich-gnu/51/lib -lmpichcxx_gnu_51_mt | |
creating build/bdist.linux-x86_64 | |
creating build/bdist.linux-x86_64/egg | |
creating build/bdist.linux-x86_64/egg/horovod | |
copying build/lib.linux-x86_64-3.6/horovod/__init__.py -> build/bdist.linux-x86_64/egg/horovod | |
creating build/bdist.linux-x86_64/egg/horovod/torch | |
copying build/lib.linux-x86_64-3.6/horovod/torch/__init__.py -> build/bdist.linux-x86_64/egg/horovod/torch | |
creating build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib_impl | |
copying build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib_impl/__init__.py -> build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib_impl | |
copying build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib_impl/_mpi_lib_impl.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib_impl | |
copying build/lib.linux-x86_64-3.6/horovod/torch/mpi_ops.py -> build/bdist.linux-x86_64/egg/horovod/torch | |
creating build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib | |
copying build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib/_mpi_lib.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib | |
copying build/lib.linux-x86_64-3.6/horovod/torch/mpi_lib/__init__.py -> build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib | |
creating build/bdist.linux-x86_64/egg/horovod/keras | |
copying build/lib.linux-x86_64-3.6/horovod/keras/__init__.py -> build/bdist.linux-x86_64/egg/horovod/keras | |
copying build/lib.linux-x86_64-3.6/horovod/keras/callbacks.py -> build/bdist.linux-x86_64/egg/horovod/keras | |
creating build/bdist.linux-x86_64/egg/horovod/tensorflow | |
copying build/lib.linux-x86_64-3.6/horovod/tensorflow/__init__.py -> build/bdist.linux-x86_64/egg/horovod/tensorflow | |
copying build/lib.linux-x86_64-3.6/horovod/tensorflow/mpi_ops.py -> build/bdist.linux-x86_64/egg/horovod/tensorflow | |
creating build/bdist.linux-x86_64/egg/horovod/common | |
copying build/lib.linux-x86_64-3.6/horovod/common/__init__.py -> build/bdist.linux-x86_64/egg/horovod/common | |
copying build/lib.linux-x86_64-3.6/horovod/common/mpi_lib.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/horovod/common | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib_impl/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/mpi_ops.py to mpi_ops.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/keras/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/keras/callbacks.py to callbacks.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/tensorflow/__init__.py to __init__.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/tensorflow/mpi_ops.py to mpi_ops.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/common/__init__.py to __init__.cpython-36.pyc | |
creating stub loader for horovod/common/mpi_lib.cpython-36m-x86_64-linux-gnu.so | |
creating stub loader for horovod/torch/mpi_lib/_mpi_lib.cpython-36m-x86_64-linux-gnu.so | |
creating stub loader for horovod/torch/mpi_lib_impl/_mpi_lib_impl.cpython-36m-x86_64-linux-gnu.so | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/common/mpi_lib.py to mpi_lib.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib/_mpi_lib.py to _mpi_lib.cpython-36.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/horovod/torch/mpi_lib_impl/_mpi_lib_impl.py to _mpi_lib_impl.cpython-36.pyc | |
creating build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying horovod.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt | |
creating dist | |
creating 'dist/horovod-0.13.11-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it | |
removing 'build/bdist.linux-x86_64/egg' (and everything under it) | |
Processing horovod-0.13.11-py3.6-linux-x86_64.egg | |
creating /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/horovod-0.13.11-py3.6-linux-x86_64.egg | |
Extracting horovod-0.13.11-py3.6-linux-x86_64.egg to /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages | |
Adding horovod 0.13.11 to easy-install.pth file | |
Installed /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages/horovod-0.13.11-py3.6-linux-x86_64.egg | |
Processing dependencies for horovod==0.13.11 | |
Searching for cffi==1.11.5 | |
Best match: cffi 1.11.5 | |
Adding cffi 1.11.5 to easy-install.pth file | |
Using /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages | |
Searching for pycparser==2.18 | |
Best match: pycparser 2.18 | |
Adding pycparser 2.18 to easy-install.pth file | |
Using /global/cscratch1/sd/sfarrell/conda/pytorch-horovod/v0.4.0/lib/python3.6/site-packages | |
Finished processing dependencies for horovod==0.13.11 | |
regenerated: 'build/horovod/torch/mpi_lib/_mpi_lib.c' | |
regenerated: 'build/horovod/torch/mpi_lib_impl/_mpi_lib_impl.cc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment