Guest User

Untitled

a guest
Sep 7th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.74 KB | None | 0 0
  1. $ date -u
  2. Fri Sep 7 05:38:19 UTC 2018
  3.  
  4. $ git show | head -n 1
  5. commit c4329f0fdcc341fbbe962152588d78346db38d97
  6.  
  7. $ make distclean
  8.  
  9. $ ./autogen.sh && ./configure --prefix=$PWD/install --with-cuda=/usr/local/cuda && make -j install 2>&1 | tee master.log
  10. autoreconf: Entering directory `.'
  11. autoreconf: configure.ac: not using Gettext
  12. autoreconf: running: aclocal -I config/m4
  13. autoreconf: configure.ac: tracing
  14. autoreconf: running: libtoolize --copy
  15. autoreconf: running: /usr/bin/autoconf
  16. autoreconf: running: /usr/bin/autoheader
  17. autoreconf: running: automake --add-missing --copy --no-force
  18. autoreconf: Leaving directory `.'
  19. checking for gcc... gcc
  20. checking whether the C compiler works... yes
  21. checking for C compiler default output file name... a.out
  22. checking for suffix of executables...
  23. checking whether we are cross compiling... no
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking whether gcc understands -c and -o together... yes
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking for git... yes
  47. checking for a BSD-compatible install... /usr/bin/install -c
  48. checking whether build environment is sane... yes
  49. checking for a thread-safe mkdir -p... /bin/mkdir -p
  50. checking for gawk... gawk
  51. checking whether make sets $(MAKE)... yes
  52. checking for style of include used by make... GNU
  53. checking whether make supports nested variables... yes
  54. checking whether UID '' is supported by ustar format... yes
  55. checking whether GID '' is supported by ustar format... yes
  56. checking how to create a ustar tar archive... gnutar
  57. checking dependency style of gcc... gcc3
  58. checking whether make supports nested variables... (cached) yes
  59. checking whether to enable maintainer-specific portions of Makefiles... no
  60. checking for gcc... (cached) gcc
  61. checking whether we are using the GNU C compiler... (cached) yes
  62. checking whether gcc accepts -g... (cached) yes
  63. checking for gcc option to accept ISO C89... (cached) none needed
  64. checking whether gcc understands -c and -o together... (cached) yes
  65. checking for g++... g++
  66. checking whether we are using the GNU C++ compiler... yes
  67. checking whether g++ accepts -g... yes
  68. checking dependency style of g++... gcc3
  69. checking for gcc option to support OpenMP... -fopenmp
  70. checking dependency style of gcc... gcc3
  71. checking for a sed that does not truncate output... /bin/sed
  72. checking build system type... x86_64-pc-linux-gnu
  73. checking host system type... x86_64-pc-linux-gnu
  74. checking how to print strings... printf
  75. checking for a sed that does not truncate output... (cached) /bin/sed
  76. checking for fgrep... /bin/grep -F
  77. checking for ld used by gcc... /usr/bin/ld
  78. checking if the linker (/usr/bin/ld) is GNU ld... yes
  79. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  80. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  81. checking whether ln -s works... yes
  82. checking the maximum length of command line arguments... 3458764513820540925
  83. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  84. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  85. checking for /usr/bin/ld option to reload object files... -r
  86. checking for objdump... objdump
  87. checking how to recognize dependent libraries... pass_all
  88. checking for dlltool... no
  89. checking how to associate runtime and link libraries... printf %s\n
  90. checking for ar... ar
  91. checking for archiver @FILE support... @
  92. checking for strip... strip
  93. checking for ranlib... ranlib
  94. checking command to parse /usr/bin/nm -B output from gcc object... ok
  95. checking for sysroot... no
  96. checking for a working dd... /bin/dd
  97. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  98. checking for mt... mt
  99. checking if mt is a manifest tool... no
  100. checking for dlfcn.h... yes
  101. checking for objdir... .libs
  102. checking if gcc supports -fno-rtti -fno-exceptions... no
  103. checking for gcc option to produce PIC... -fPIC -DPIC
  104. checking if gcc PIC flag -fPIC -DPIC works... yes
  105. checking if gcc static flag -static works... yes
  106. checking if gcc supports -c -o file.o... yes
  107. checking if gcc supports -c -o file.o... (cached) yes
  108. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking whether -lc should be explicitly linked in... no
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking whether stripping libraries is possible... yes
  113. checking if libtool supports shared libraries... yes
  114. checking whether to build shared libraries... yes
  115. checking whether to build static libraries... yes
  116. checking how to run the C++ preprocessor... g++ -E
  117. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  118. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  119. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking for g++ option to produce PIC... -fPIC -DPIC
  121. checking if g++ PIC flag -fPIC -DPIC works... yes
  122. checking if g++ static flag -static works... yes
  123. checking if g++ supports -c -o file.o... yes
  124. checking if g++ supports -c -o file.o... (cached) yes
  125. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  127. checking how to hardcode library paths into programs... immediate
  128. checking for ANSI C header files... (cached) yes
  129. checking for cos in -lm... yes
  130. checking for C/C++ restrict keyword... __restrict
  131. checking whether strerror_r is declared... yes
  132. checking for strerror_r... yes
  133. checking whether strerror_r returns char *... yes
  134. checking for pkg-config... /usr/bin/pkg-config
  135. checking pkg-config is at least version 0.9.0... yes
  136. checking for dot... no
  137. checking whether -diag-disable 1478 overrides deprecated declarations... no
  138. checking whether -Wno-deprecated-declarations overrides deprecated declarations... yes
  139. checking -diag-disable 269... no
  140. checking for __attribute__(optimize)... 1
  141. checking c++11 support... yes
  142. checking for shm_open in -lrt... yes
  143. checking for timer_create in -lrt... yes
  144. checking whether asprintf is declared... yes
  145. checking whether strdupa is declared... yes
  146. checking whether basename is declared... yes
  147. checking whether fmemopen is declared... yes
  148. checking whether CPU_ZERO is declared... yes
  149. checking whether CPU_ISSET is declared... yes
  150. checking for library containing pthread_create... -lpthread
  151. checking for library containing pthread_atfork... none required
  152. checking whether F_SETOWN_EX is declared... yes
  153. checking whether ethtool_cmd_speed is declared... yes
  154. checking whether SPEED_UNKNOWN is declared... yes
  155. checking whether __ppc_get_timebase_freq is declared... no
  156. checking sys/platform/ppc.h usability... no
  157. checking sys/platform/ppc.h presence... no
  158. checking for sys/platform/ppc.h... no
  159. checking for using Google C++ Testing Framework... no
  160. checking numa.h usability... yes
  161. checking numa.h presence... yes
  162. checking for numa.h... yes
  163. checking numaif.h usability... yes
  164. checking numaif.h presence... yes
  165. checking for numaif.h... yes
  166. checking for mbind in -lnuma... yes
  167. checking for struct bitmask... yes
  168. checking malloc hooks... yes
  169. checking bfd.h usability... no
  170. checking bfd.h presence... no
  171. checking for bfd.h... no
  172. configure: WARNING: binutils headers not found
  173. checking for libiberty.h... no
  174. checking for libiberty/libiberty.h... no
  175. checking for bfd_openr in -lbfd... no
  176. configure: WARNING: bfd library not found
  177. checking for xstrerror in -liberty... no
  178. configure: WARNING: iberty library not found
  179. checking for dlopen in -ldl... yes
  180. checking for main in -lintl... no
  181. configure: WARNING: intl library not found
  182. checking for struct dl_phdr_info... yes
  183. configure: WARNING: detailed backtrace is not supported
  184. checking __attribute__((constructor))... yes
  185. checking for __clear_cache... yes
  186. checking for __aarch64_sync_cache_range... no
  187. configure: Memory allocator is ptmalloc-2.8.6 version
  188. checking for malloc_get_state... yes
  189. checking for malloc_set_state... yes
  190. checking whether MADV_FREE is declared... no
  191. checking whether MADV_REMOVE is declared... yes
  192. checking whether POSIX_MADV_DONTNEED is declared... yes
  193. checking for tc_malloc in -ltcmalloc... no
  194. configure: Compiling with verbs support from /usr
  195. checking infiniband/verbs.h usability... yes
  196. checking infiniband/verbs.h presence... yes
  197. checking for infiniband/verbs.h... yes
  198. checking for ibv_get_device_list in -libverbs... yes
  199. checking whether ibv_wc_status_str is declared... yes
  200. checking whether ibv_event_type_str is declared... yes
  201. checking whether ibv_query_gid is declared... yes
  202. checking whether ibv_get_device_name is declared... yes
  203. checking whether ibv_create_srq is declared... yes
  204. checking whether ibv_get_async_event is declared... yes
  205. checking infiniband/verbs_exp.h usability... yes
  206. checking infiniband/verbs_exp.h presence... yes
  207. checking for infiniband/verbs_exp.h... yes
  208. checking for struct ibv_exp_device_attr.exp_device_cap_flags... yes
  209. checking for struct ibv_exp_device_attr.odp_caps... yes
  210. checking for struct ibv_exp_device_attr.odp_caps.per_transport_caps.dc_odp_caps... yes
  211. checking for struct ibv_exp_device_attr.odp_mr_max_size... yes
  212. checking for struct ibv_exp_qp_init_attr.max_inl_recv... yes
  213. checking for struct ibv_async_event.element.dct... yes
  214. checking whether IBV_CREATE_CQ_ATTR_IGNORE_OVERRUN is declared... no
  215. checking whether IBV_EXP_CQ_IGNORE_OVERRUN is declared... yes
  216. configure: Checking for legacy bare-metal support
  217. checking infiniband/mlx5_hw.h usability... yes
  218. checking infiniband/mlx5_hw.h presence... yes
  219. checking for infiniband/mlx5_hw.h... yes
  220. checking whether ibv_mlx5_exp_get_qp_info is declared... yes
  221. checking whether ibv_mlx5_exp_get_cq_info is declared... yes
  222. checking whether ibv_mlx5_exp_get_srq_info is declared... yes
  223. checking whether ibv_mlx5_exp_update_cq_ci is declared... yes
  224. checking whether MLX5_WQE_CTRL_SOLICITED is declared... yes
  225. checking for struct mlx5_srq.cmd_qp... yes
  226. checking for struct mlx5_ah.ibv_ah... yes
  227. checking for struct ibv_mlx5_qp_info.bf.need_lock... yes
  228. checking whether IBV_EXP_QP_INIT_ATTR_RES_DOMAIN is declared... yes
  229. checking whether IBV_EXP_RES_DOMAIN_THREAD_MODEL is declared... yes
  230. checking whether ibv_exp_create_res_domain is declared... yes
  231. checking whether ibv_exp_destroy_res_domain is declared... yes
  232. configure: Checking for DV bare-metal support
  233. checking infiniband/mlx5dv.h usability... yes
  234. checking infiniband/mlx5dv.h presence... yes
  235. checking for infiniband/mlx5dv.h... yes
  236. checking for mlx5dv_query_device in -lmlx5-rdmav2... no
  237. checking for mlx5dv_query_device in -lmlx5... no
  238. checking whether mlx5dv_init_obj is declared... yes
  239. checking for struct mlx5dv_cq.cq_uar... no
  240. checking whether MLX5DV_OBJ_AH is declared... no
  241. checking whether ibv_alloc_td is declared... no
  242. configure: Compiling with mlx5 bare-metal support
  243. checking whether IBV_LINK_LAYER_INFINIBAND is declared... yes
  244. checking whether IBV_LINK_LAYER_ETHERNET is declared... yes
  245. checking whether IBV_EVENT_GID_CHANGE is declared... yes
  246. checking whether IBV_EXP_ACCESS_ALLOCATE_MR is declared... yes
  247. checking whether IBV_EXP_ACCESS_ON_DEMAND is declared... yes
  248. checking whether IBV_EXP_DEVICE_MR_ALLOCATE is declared... yes
  249. checking whether IBV_EXP_WR_NOP is declared... yes
  250. checking whether IBV_EXP_DEVICE_DC_TRANSPORT is declared... yes
  251. checking whether IBV_EXP_ATOMIC_HCA_REPLY_BE is declared... yes
  252. checking whether IBV_EXP_PREFETCH_WRITE_ACCESS is declared... yes
  253. checking whether IBV_EXP_QP_OOO_RW_DATA_PLACEMENT is declared... yes
  254. checking whether IBV_EXP_DCT_OOO_RW_DATA_PLACEMENT is declared... yes
  255. checking whether IBV_EXP_CQ_MODERATION is declared... yes
  256. checking whether ibv_exp_reg_mr is declared... yes
  257. checking whether ibv_exp_create_qp is declared... yes
  258. checking whether ibv_exp_prefetch_mr is declared... yes
  259. checking whether ibv_exp_create_srq is declared... yes
  260. checking whether ibv_exp_setenv is declared... yes
  261. checking whether ibv_exp_query_gid_attr is declared... yes
  262. checking whether ibv_exp_post_send is declared... yes
  263. checking whether IBV_EXP_WR_EXT_MASKED_ATOMIC_CMP_AND_SWP is declared... yes
  264. checking whether IBV_EXP_WR_EXT_MASKED_ATOMIC_FETCH_AND_ADD is declared... yes
  265. checking whether IBV_EXP_QP_INIT_ATTR_ATOMICS_ARG is declared... yes
  266. checking whether IBV_EXP_SEND_EXT_ATOMIC_INLINE is declared... yes
  267. checking whether IBV_EXP_DEVICE_ATTR_RESERVED_2 is declared... no
  268. checking whether IBV_EXP_MR_INDIRECT_KLMS is declared... yes
  269. checking whether IBV_EXP_QP_CREATE_UMR is declared... yes
  270. checking for struct ibv_exp_qp_init_attr.umr_caps... no
  271. checking whether IBV_EXP_MR_FIXED_BUFFER_SIZE is declared... no
  272. checking for struct ibv_exp_masked_atomic_params.masked_log_atomic_arg_sizes_network_endianness... yes
  273. checking whether IBV_EXP_ODP_SUPPORT_IMPLICIT is declared... yes
  274. checking for struct mlx5_wqe_av.base... yes
  275. checking for struct mlx5_grh_av.rmac... yes
  276. checking whether IBV_EXP_QPT_DC_INI is declared... yes
  277. checking for struct ibv_exp_dct_init_attr.inline_size... yes
  278. checking for ib_cm_send_req in -libcm... yes
  279. checking for struct ibv_exp_tmh.tag... yes
  280. checking for struct ibv_exp_create_srq_attr.dc_offload_params... no
  281. checking whether ibv_cmd_modify_qp is declared... yes
  282. configure: Checking OFED valgrind libs /usr/lib64/mlnx_ofed/valgrind
  283. checking /usr/include/rdma/rdma_cma.h usability... yes
  284. checking /usr/include/rdma/rdma_cma.h presence... yes
  285. checking for /usr/include/rdma/rdma_cma.h... yes
  286. checking for rdma_create_id in -lrdmacm... yes
  287. checking for CRAY_UGNI... no
  288. checking for mvn... no
  289. checking for java... yes
  290. configure: WARNING: Disabling Java support - java or mvn not in path.
  291. checking cuda.h usability... yes
  292. checking cuda.h presence... yes
  293. checking for cuda.h... yes
  294. checking for cuPointerGetAttribute in -lcuda ... yes
  295. checking cuda_runtime.h usability... yes
  296. checking cuda_runtime.h presence... yes
  297. checking for cuda_runtime.h... yes
  298. checking for cuPointerGetAttribute in -lcuda ... (cached) yes
  299. checking gdrapi.h usability... no
  300. checking gdrapi.h presence... no
  301. checking for gdrapi.h... no
  302. configure: WARNING: GDR_COPY not found
  303. configure: ROCm path was not specified. Guessing ...
  304. checking hsa.h usability... no
  305. checking hsa.h presence... no
  306. checking for hsa.h... no
  307. configure: WARNING: ROCm not found
  308. checking sys/uio.h usability... yes
  309. checking sys/uio.h presence... yes
  310. checking for sys/uio.h... yes
  311. checking for process_vm_readv... yes
  312. configure: KNEM path was not found, guessing ...
  313. checking whether KNEM_CMD_GET_INFO is declared... yes
  314. configure: XPMEM - failed to open the requested location (guess), guessing ...
  315. checking for CRAY_XPMEM... no
  316. dirname: missing operand
  317. Try 'dirname --help' for more information.
  318. checking /include/xpmem.h usability... no
  319. checking /include/xpmem.h presence... no
  320. checking for /include/xpmem.h... no
  321. configure: WARNING: XPMEM header was not found
  322. checking for doxygen... no
  323. configure: WARNING: doxygen not found - will not generate any doxygen documentation
  324. ./configure: line 24039: doxygen: command not found
  325. configure: WARNING: doxygen version is bad. Required version: 1.8.6 and above
  326. checking for perl... /usr/bin/perl
  327. configure: Supported transports: ,dc,rc,ud,cm,rdmacm,cma,knem
  328. checking that generated files are newer than configure... done
  329. configure: creating ./config.status
  330. config.status: creating Makefile
  331. config.status: creating doc/doxygen/header.tex
  332. config.status: creating src/uct/api/version.h
  333. config.status: creating ucx.spec
  334. config.status: creating ucx.pc
  335. config.status: creating debian/rules
  336. config.status: creating debian/control
  337. config.status: creating debian/changelog
  338. config.status: creating src/ucs/Makefile
  339. config.status: creating src/uct/Makefile
  340. config.status: creating src/ucp/Makefile
  341. config.status: creating src/ucp/api/ucp_version.h
  342. config.status: creating src/ucp/core/ucp_version.c
  343. config.status: creating src/ucm/Makefile
  344. config.status: creating src/tools/info/Makefile
  345. config.status: creating src/tools/perf/Makefile
  346. config.status: creating src/tools/profile/Makefile
  347. config.status: creating test/apps/Makefile
  348. config.status: creating test/apps/sockaddr/Makefile
  349. config.status: creating test/examples/Makefile
  350. config.status: creating test/gtest/Makefile
  351. config.status: creating test/mpi/Makefile
  352. config.status: creating bindings/java/src/main/native/Makefile
  353. config.status: creating test/mpi/run_mpi.sh
  354. config.status: creating config.h
  355. config.status: executing depfiles commands
  356. config.status: executing libtool commands
  357. Making install in src/ucm
  358. make[1]: Entering directory '/home/kfukuda/ucx/src/ucm'
  359. CC event/libucm_la-event.lo
  360. CC malloc/libucm_la-malloc_hook.lo
  361. CC mmap/libucm_la-install.lo
  362. CC util/libucm_la-replace.lo
  363. CC util/libucm_la-log.lo
  364. CC util/libucm_la-reloc.lo
  365. CC util/libucm_la-sys.lo
  366. CC bistro/libucm_la-bistro.lo
  367. CC bistro/libucm_la-bistro_x86_64.lo
  368. CC bistro/libucm_la-bistro_aarch64.lo
  369. CC bistro/libucm_la-bistro_ppc64.lo
  370. CC cuda/libucm_la-install.lo
  371. CC ptmalloc286/libucm_la-malloc.lo
  372. CCLD libucm.la
  373. copying selected object files to avoid basename conflicts...
  374. ar: `u' modifier ignored since `D' is the default (see `U')
  375. make[2]: Entering directory '/home/kfukuda/ucx/src/ucm'
  376. /bin/mkdir -p '/home/kfukuda/ucx/install/lib'
  377. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucm'
  378. /bin/bash ../../libtool --mode=install /usr/bin/install -c libucm.la '/home/kfukuda/ucx/install/lib'
  379. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucm/api'
  380. /usr/bin/install -c -m 644 api/ucm.h '/home/kfukuda/ucx/install/include/ucm/api'
  381. libtool: install: /usr/bin/install -c .libs/libucm.so.0.0.0 /home/kfukuda/ucx/install/lib/libucm.so.0.0.0
  382. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucm.so.0.0.0 libucm.so.0 || { rm -f libucm.so.0 && ln -s libucm.so.0.0.0 libucm.so.0; }; })
  383. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucm.so.0.0.0 libucm.so || { rm -f libucm.so && ln -s libucm.so.0.0.0 libucm.so; }; })
  384. libtool: install: /usr/bin/install -c .libs/libucm.lai /home/kfukuda/ucx/install/lib/libucm.la
  385. libtool: install: /usr/bin/install -c .libs/libucm.a /home/kfukuda/ucx/install/lib/libucm.a
  386. libtool: install: chmod 644 /home/kfukuda/ucx/install/lib/libucm.a
  387. libtool: install: ranlib /home/kfukuda/ucx/install/lib/libucm.a
  388. libtool: finish: PATH="/home/kfukuda/bin:/home/kfukuda/.local/bin:/mnt/netapp_vol01/kfukuda/mpienv/versions/shims/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.opencv/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/Supermicro/SuperDoctor5:/sbin" ldconfig -n /home/kfukuda/ucx/install/lib
  389. ----------------------------------------------------------------------
  390. Libraries have been installed in:
  391. /home/kfukuda/ucx/install/lib
  392.  
  393. If you ever happen to want to link against installed libraries
  394. in a given directory, LIBDIR, you must either use libtool, and
  395. specify the full pathname of the library, or use the '-LLIBDIR'
  396. flag during linking and do at least one of the following:
  397. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  398. during execution
  399. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  400. during linking
  401. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  402. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  403.  
  404. See any operating system documentation about shared libraries for
  405. more information, such as the ld(1) and ld.so(8) manual pages.
  406. ----------------------------------------------------------------------
  407. make[2]: Leaving directory '/home/kfukuda/ucx/src/ucm'
  408. make[1]: Leaving directory '/home/kfukuda/ucx/src/ucm'
  409. Making install in src/ucs
  410. make[1]: Entering directory '/home/kfukuda/ucx/src/ucs'
  411. CC algorithm/libucs_la-crc.lo
  412. CC algorithm/libucs_la-qsort_r.lo
  413. CC arch/aarch64/libucs_la-cpu.lo
  414. CC arch/ppc64/libucs_la-timebase.lo
  415. CC arch/x86_64/libucs_la-cpu.lo
  416. CC async/libucs_la-async.lo
  417. CC async/libucs_la-pipe.lo
  418. CC async/libucs_la-signal.lo
  419. CC async/libucs_la-thread.lo
  420. CC config/libucs_la-ucm_opts.lo
  421. CC config/libucs_la-global_opts.lo
  422. CC config/libucs_la-parser.lo
  423. CC datastruct/libucs_la-arbiter.lo
  424. CC datastruct/libucs_la-frag_list.lo
  425. CC datastruct/libucs_la-mpmc.lo
  426. CC datastruct/libucs_la-pgtable.lo
  427. CC datastruct/libucs_la-mpool.lo
  428. CC datastruct/libucs_la-ptr_array.lo
  429. CC datastruct/libucs_la-strided_alloc.lo
  430. CC datastruct/libucs_la-callbackq.lo
  431. CC debug/libucs_la-debug.lo
  432. CC debug/libucs_la-log.lo
  433. CC debug/libucs_la-memtrack.lo
  434. CC profile/libucs_la-profile.lo
  435. CC stats/libucs_la-stats.lo
  436. CC sys/libucs_la-init.lo
  437. CC sys/libucs_la-math.lo
  438. CC sys/libucs_la-sys.lo
  439. CC sys/libucs_la-string.lo
  440. CC type/libucs_la-class.lo
  441. CC type/libucs_la-component.lo
  442. CC sys/libucs_la-numa.lo
  443. CC time/libucs_la-time.lo
  444. CC type/libucs_la-spinlock.lo
  445. CC sys/libucs_la-rcache.lo
  446. CC time/libucs_la-timerq.lo
  447. CC sys/libucs_la-memtype_cache.lo
  448. CC time/libucs_la-timer_wheel.lo
  449. CC debug/libucs_la-assert.lo
  450. CC type/libucs_la-status.lo
  451. CCLD libucs.la
  452. copying selected object files to avoid basename conflicts...
  453. ar: `u' modifier ignored since `D' is the default (see `U')
  454. make[2]: Entering directory '/home/kfukuda/ucx/src/ucs'
  455. /bin/mkdir -p '/home/kfukuda/ucx/install/lib'
  456. /bin/bash ../../libtool --mode=install /usr/bin/install -c libucs.la '/home/kfukuda/ucx/install/lib'
  457. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs'
  458. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/config'
  459. /usr/bin/install -c -m 644 config/global_opts.h config/parser.h config/types.h '/home/kfukuda/ucx/install/include/ucs/config'
  460. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/profile'
  461. /usr/bin/install -c -m 644 profile/profile_defs.h profile/profile_off.h profile/profile_on.h '/home/kfukuda/ucx/install/include/ucs/profile'
  462. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/type'
  463. /usr/bin/install -c -m 644 type/class.h type/component.h type/spinlock.h type/status.h type/thread_mode.h type/cpu_set.h '/home/kfukuda/ucx/install/include/ucs/type'
  464. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/async'
  465. /usr/bin/install -c -m 644 async/async_fwd.h '/home/kfukuda/ucx/install/include/ucs/async'
  466. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/sys'
  467. /usr/bin/install -c -m 644 sys/compiler_def.h sys/math.h sys/preprocessor.h sys/rcache.h sys/memtype_cache.h sys/string.h '/home/kfukuda/ucx/install/include/ucs/sys'
  468. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/stats'
  469. /usr/bin/install -c -m 644 stats/stats_fwd.h stats/libstats.h '/home/kfukuda/ucx/install/include/ucs/stats'
  470. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/algorithm'
  471. /usr/bin/install -c -m 644 algorithm/crc.h algorithm/qsort_r.h '/home/kfukuda/ucx/install/include/ucs/algorithm'
  472. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/time'
  473. /usr/bin/install -c -m 644 time/time_def.h '/home/kfukuda/ucx/install/include/ucs/time'
  474. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucs/datastruct'
  475. /usr/bin/install -c -m 644 datastruct/callbackq.h datastruct/list_types.h datastruct/list.h datastruct/mpool.h datastruct/pgtable.h datastruct/queue_types.h datastruct/strided_alloc.h '/home/kfukuda/ucx/install/include/ucs/datastruct'
  476. libtool: warning: relinking 'libucs.la'
  477. libtool: install: (cd /home/kfukuda/ucx/src/ucs; /bin/bash "/home/kfukuda/ucx/libtool" --silent --tag CC --mode=relink gcc -O3 -g -Wall -Werror -I/opt/knem-1.1.2.90mlnx2/include -ldl -lnuma -version-info 0:0:0 -lcudart -lcuda -L/usr/local/cuda/lib64/ -o libucs.la -rpath /home/kfukuda/ucx/install/lib algorithm/libucs_la-crc.lo algorithm/libucs_la-qsort_r.lo arch/aarch64/libucs_la-cpu.lo arch/ppc64/libucs_la-timebase.lo arch/x86_64/libucs_la-cpu.lo async/libucs_la-async.lo async/libucs_la-signal.lo async/libucs_la-pipe.lo async/libucs_la-thread.lo config/libucs_la-global_opts.lo config/libucs_la-ucm_opts.lo config/libucs_la-parser.lo datastruct/libucs_la-arbiter.lo datastruct/libucs_la-callbackq.lo datastruct/libucs_la-frag_list.lo datastruct/libucs_la-mpmc.lo datastruct/libucs_la-mpool.lo datastruct/libucs_la-pgtable.lo datastruct/libucs_la-ptr_array.lo datastruct/libucs_la-strided_alloc.lo debug/libucs_la-assert.lo debug/libucs_la-debug.lo debug/libucs_la-log.lo debug/libucs_la-memtrack.lo profile/libucs_la-profile.lo stats/libucs_la-stats.lo sys/libucs_la-init.lo sys/libucs_la-math.lo sys/libucs_la-numa.lo sys/libucs_la-rcache.lo sys/libucs_la-memtype_cache.lo sys/libucs_la-string.lo sys/libucs_la-sys.lo time/libucs_la-time.lo time/libucs_la-timer_wheel.lo time/libucs_la-timerq.lo type/libucs_la-class.lo type/libucs_la-component.lo type/libucs_la-spinlock.lo type/libucs_la-status.lo -lm ../../src/ucm/libucm.la -lpthread -lrt -lrt -ldl )
  478. libtool: install: /usr/bin/install -c .libs/libucs.so.0.0.0T /home/kfukuda/ucx/install/lib/libucs.so.0.0.0
  479. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucs.so.0.0.0 libucs.so.0 || { rm -f libucs.so.0 && ln -s libucs.so.0.0.0 libucs.so.0; }; })
  480. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucs.so.0.0.0 libucs.so || { rm -f libucs.so && ln -s libucs.so.0.0.0 libucs.so; }; })
  481. libtool: install: /usr/bin/install -c .libs/libucs.lai /home/kfukuda/ucx/install/lib/libucs.la
  482. libtool: install: /usr/bin/install -c .libs/libucs.a /home/kfukuda/ucx/install/lib/libucs.a
  483. libtool: install: chmod 644 /home/kfukuda/ucx/install/lib/libucs.a
  484. libtool: install: ranlib /home/kfukuda/ucx/install/lib/libucs.a
  485. libtool: finish: PATH="/home/kfukuda/bin:/home/kfukuda/.local/bin:/mnt/netapp_vol01/kfukuda/mpienv/versions/shims/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.opencv/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/Supermicro/SuperDoctor5:/sbin" ldconfig -n /home/kfukuda/ucx/install/lib
  486. ----------------------------------------------------------------------
  487. Libraries have been installed in:
  488. /home/kfukuda/ucx/install/lib
  489.  
  490. If you ever happen to want to link against installed libraries
  491. in a given directory, LIBDIR, you must either use libtool, and
  492. specify the full pathname of the library, or use the '-LLIBDIR'
  493. flag during linking and do at least one of the following:
  494. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  495. during execution
  496. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  497. during linking
  498. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  499. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  500.  
  501. See any operating system documentation about shared libraries for
  502. more information, such as the ld(1) and ld.so(8) manual pages.
  503. ----------------------------------------------------------------------
  504. make[2]: Leaving directory '/home/kfukuda/ucx/src/ucs'
  505. make[1]: Leaving directory '/home/kfukuda/ucx/src/ucs'
  506. Making install in src/uct
  507. make[1]: Entering directory '/home/kfukuda/ucx/src/uct'
  508. CC base/libuct_la-uct_md.lo
  509. CC base/libuct_la-uct_iface.lo
  510. CC base/libuct_la-uct_worker.lo
  511. CC tcp/libuct_la-tcp_ep.lo
  512. CC base/libuct_la-uct_mem.lo
  513. CC tcp/libuct_la-tcp_iface.lo
  514. CC sm/self/libuct_la-self.lo
  515. CC tcp/libuct_la-tcp_md.lo
  516. CC tcp/libuct_la-tcp_net.lo
  517. CC ib/mlx5/libuct_la-ib_mlx5_log.lo
  518. CC ib/base/libuct_la-ib_iface.lo
  519. CC ib/base/libuct_la-ib_device.lo
  520. CC ib/rc/base/libuct_la-rc_ep.lo
  521. CC ib/mlx5/libuct_la-ib_mlx5.lo
  522. CC ib/rc/verbs/libuct_la-rc_verbs_ep.lo
  523. CC ib/rc/base/libuct_la-rc_iface.lo
  524. CC ib/rc/accel/libuct_la-rc_mlx5_ep.lo
  525. CC ib/rc/verbs/libuct_la-rc_verbs_common.lo
  526. CC ib/dc/base/libuct_la-dc_ep.lo
  527. CC ib/dc/base/libuct_la-dc_iface.lo
  528. CC ib/base/libuct_la-ib_log.lo
  529. CC ib/dc/accel/libuct_la-dc_mlx5.lo
  530. CC ib/rc/accel/libuct_la-rc_mlx5_iface.lo
  531. CC ib/ud/base/libuct_la-ud_log.lo
  532. CC ib/ud/base/libuct_la-ud_iface.lo
  533. CC ib/rc/accel/libuct_la-rc_mlx5_common.lo
  534. CC ib/ud/accel/libuct_la-ud_mlx5_common.lo
  535. CC ib/mlx5/libuct_la-ib_mlx5_hw.lo
  536. CC ib/ud/base/libuct_la-ud_iface_common.lo
  537. CC ib/ud/verbs/libuct_la-ud_verbs.lo
  538. CC ib/cm/libuct_la-cm_iface.lo
  539. CC ib/base/libuct_la-ib_md.lo
  540. CC ib/ud/base/libuct_la-ud_ep.lo
  541. CC ib/rc/verbs/libuct_la-rc_verbs_iface.lo
  542. CC ib/mlx5/libuct_la-ib_mlx5_dv.lo
  543. CC ib/rdmacm/libuct_la-rdmacm_md.lo
  544. CC cuda/base/libuct_la-cuda_md.lo
  545. CC ib/rdmacm/libuct_la-rdmacm_iface.lo
  546. CC cuda/cuda_copy/libuct_la-cuda_copy_ep.lo
  547. CC cuda/cuda_ipc/libuct_la-cuda_ipc_cache.lo
  548. CC cuda/cuda_copy/libuct_la-cuda_copy_iface.lo
  549. CC sm/mm/libuct_la-mm_iface.lo
  550. CC ib/rdmacm/libuct_la-rdmacm_ep.lo
  551. CC sm/base/libuct_la-sm_iface.lo
  552. CC sm/mm/libuct_la-mm_sysv.lo
  553. CC ib/dc/verbs/libuct_la-dc_verbs.lo
  554. CC sm/mm/libuct_la-mm_posix.lo
  555. CC ib/ud/accel/libuct_la-ud_mlx5.lo
  556. CC cuda/cuda_copy/libuct_la-cuda_copy_md.lo
  557. CC sm/mm/libuct_la-mm_ep.lo
  558. CC sm/mm/libuct_la-mm_md.lo
  559. CC cuda/cuda_ipc/libuct_la-cuda_ipc_iface.lo
  560. CC sm/cma/libuct_la-cma_md.lo
  561. CC cuda/cuda_ipc/libuct_la-cuda_ipc_md.lo
  562. CC cuda/cuda_ipc/libuct_la-cuda_ipc_ep.lo
  563. CC sm/knem/libuct_la-knem_md.lo
  564. CC sm/knem/libuct_la-knem_iface.lo
  565. CC sm/knem/libuct_la-knem_ep.lo
  566. CC ib/cm/libuct_la-cm_ep.lo
  567. CC sm/cma/libuct_la-cma_ep.lo
  568. CC sm/base/libuct_la-sm_ep.lo
  569. CC sm/cma/libuct_la-cma_iface.lo
  570. CCLD libuct.la
  571. ar: `u' modifier ignored since `D' is the default (see `U')
  572. make[2]: Entering directory '/home/kfukuda/ucx/src/uct'
  573. /bin/mkdir -p '/home/kfukuda/ucx/install/include/uct'
  574. /bin/mkdir -p '/home/kfukuda/ucx/install/lib'
  575. /bin/bash ../../libtool --mode=install /usr/bin/install -c libuct.la '/home/kfukuda/ucx/install/lib'
  576. /bin/mkdir -p '/home/kfukuda/ucx/install/include/uct/api'
  577. /usr/bin/install -c -m 644 api/tl.h api/uct_def.h api/uct.h api/version.h '/home/kfukuda/ucx/install/include/uct/api'
  578. libtool: warning: relinking 'libuct.la'
  579. libtool: install: (cd /home/kfukuda/ucx/src/uct; /bin/bash "/home/kfukuda/ucx/libtool" --silent --tag CC --mode=relink gcc -O3 -g -Wall -Werror -I/opt/knem-1.1.2.90mlnx2/include -ldl -version-info 0:0:0 -libverbs -lnuma -lpthread -libcm -lrdmacm -lcudart -lcuda -L/usr/local/cuda/lib64/ -o libuct.la -rpath /home/kfukuda/ucx/install/lib base/libuct_la-uct_md.lo base/libuct_la-uct_mem.lo base/libuct_la-uct_iface.lo base/libuct_la-uct_worker.lo sm/self/libuct_la-self.lo tcp/libuct_la-tcp_ep.lo tcp/libuct_la-tcp_iface.lo tcp/libuct_la-tcp_md.lo tcp/libuct_la-tcp_net.lo ib/base/libuct_la-ib_device.lo ib/base/libuct_la-ib_iface.lo ib/base/libuct_la-ib_log.lo ib/base/libuct_la-ib_md.lo ib/mlx5/libuct_la-ib_mlx5_log.lo ib/mlx5/libuct_la-ib_mlx5.lo ib/mlx5/libuct_la-ib_mlx5_dv.lo ib/mlx5/libuct_la-ib_mlx5_hw.lo ib/rc/base/libuct_la-rc_ep.lo ib/rc/base/libuct_la-rc_iface.lo ib/rc/verbs/libuct_la-rc_verbs_ep.lo ib/rc/verbs/libuct_la-rc_verbs_iface.lo ib/rc/verbs/libuct_la-rc_verbs_common.lo ib/rc/accel/libuct_la-rc_mlx5_ep.lo ib/rc/accel/libuct_la-rc_mlx5_iface.lo ib/rc/accel/libuct_la-rc_mlx5_common.lo ib/dc/base/libuct_la-dc_iface.lo ib/dc/base/libuct_la-dc_ep.lo ib/dc/verbs/libuct_la-dc_verbs.lo ib/dc/accel/libuct_la-dc_mlx5.lo ib/ud/base/libuct_la-ud_iface_common.lo ib/ud/base/libuct_la-ud_iface.lo ib/ud/base/libuct_la-ud_ep.lo ib/ud/base/libuct_la-ud_log.lo ib/ud/verbs/libuct_la-ud_verbs.lo ib/ud/accel/libuct_la-ud_mlx5_common.lo ib/ud/accel/libuct_la-ud_mlx5.lo ib/cm/libuct_la-cm_iface.lo ib/cm/libuct_la-cm_ep.lo ib/rdmacm/libuct_la-rdmacm_md.lo ib/rdmacm/libuct_la-rdmacm_iface.lo ib/rdmacm/libuct_la-rdmacm_ep.lo cuda/base/libuct_la-cuda_md.lo cuda/cuda_copy/libuct_la-cuda_copy_md.lo cuda/cuda_copy/libuct_la-cuda_copy_iface.lo cuda/cuda_copy/libuct_la-cuda_copy_ep.lo cuda/cuda_ipc/libuct_la-cuda_ipc_md.lo cuda/cuda_ipc/libuct_la-cuda_ipc_iface.lo cuda/cuda_ipc/libuct_la-cuda_ipc_ep.lo cuda/cuda_ipc/libuct_la-cuda_ipc_cache.lo sm/base/libuct_la-sm_iface.lo sm/base/libuct_la-sm_ep.lo sm/mm/libuct_la-mm_iface.lo sm/mm/libuct_la-mm_ep.lo sm/mm/libuct_la-mm_md.lo sm/mm/libuct_la-mm_sysv.lo sm/mm/libuct_la-mm_posix.lo sm/cma/libuct_la-cma_iface.lo sm/cma/libuct_la-cma_ep.lo sm/cma/libuct_la-cma_md.lo sm/knem/libuct_la-knem_iface.lo sm/knem/libuct_la-knem_ep.lo sm/knem/libuct_la-knem_md.lo -lm ../ucs/libucs.la -lpthread -lrt -lrt -ldl )
  580. libtool: install: /usr/bin/install -c .libs/libuct.so.0.0.0T /home/kfukuda/ucx/install/lib/libuct.so.0.0.0
  581. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libuct.so.0.0.0 libuct.so.0 || { rm -f libuct.so.0 && ln -s libuct.so.0.0.0 libuct.so.0; }; })
  582. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libuct.so.0.0.0 libuct.so || { rm -f libuct.so && ln -s libuct.so.0.0.0 libuct.so; }; })
  583. libtool: install: /usr/bin/install -c .libs/libuct.lai /home/kfukuda/ucx/install/lib/libuct.la
  584. libtool: install: /usr/bin/install -c .libs/libuct.a /home/kfukuda/ucx/install/lib/libuct.a
  585. libtool: install: chmod 644 /home/kfukuda/ucx/install/lib/libuct.a
  586. libtool: install: ranlib /home/kfukuda/ucx/install/lib/libuct.a
  587. libtool: finish: PATH="/home/kfukuda/bin:/home/kfukuda/.local/bin:/mnt/netapp_vol01/kfukuda/mpienv/versions/shims/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.opencv/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/Supermicro/SuperDoctor5:/sbin" ldconfig -n /home/kfukuda/ucx/install/lib
  588. ----------------------------------------------------------------------
  589. Libraries have been installed in:
  590. /home/kfukuda/ucx/install/lib
  591.  
  592. If you ever happen to want to link against installed libraries
  593. in a given directory, LIBDIR, you must either use libtool, and
  594. specify the full pathname of the library, or use the '-LLIBDIR'
  595. flag during linking and do at least one of the following:
  596. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  597. during execution
  598. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  599. during linking
  600. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  601. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  602.  
  603. See any operating system documentation about shared libraries for
  604. more information, such as the ld(1) and ld.so(8) manual pages.
  605. ----------------------------------------------------------------------
  606. make[2]: Leaving directory '/home/kfukuda/ucx/src/uct'
  607. make[1]: Leaving directory '/home/kfukuda/ucx/src/uct'
  608. Making install in src/ucp
  609. make[1]: Entering directory '/home/kfukuda/ucx/src/ucp'
  610. CC core/libucp_la-ucp_context.lo
  611. CC core/libucp_la-ucp_ep.lo
  612. CC core/libucp_la-ucp_mm.lo
  613. CC core/libucp_la-ucp_proxy_ep.lo
  614. CC core/libucp_la-ucp_listener.lo
  615. CC core/libucp_la-ucp_rkey.lo
  616. CC core/libucp_la-ucp_version.lo
  617. CC core/libucp_la-ucp_request.lo
  618. CC core/libucp_la-ucp_worker.lo
  619. CC dt/libucp_la-dt_generic.lo
  620. CC dt/libucp_la-dt_iov.lo
  621. CC rma/libucp_la-amo_send.lo
  622. CC dt/libucp_la-dt_contig.lo
  623. CC rma/libucp_la-rma_basic.lo
  624. CC rma/libucp_la-amo_basic.lo
  625. CC dt/libucp_la-dt.lo
  626. CC tag/libucp_la-probe.lo
  627. CC tag/libucp_la-eager_snd.lo
  628. CC tag/libucp_la-rndv.lo
  629. CC rma/libucp_la-flush.lo
  630. CC tag/libucp_la-tag_match.lo
  631. CC tag/libucp_la-tag_send.lo
  632. CC tag/libucp_la-tag_recv.lo
  633. CC stream/libucp_la-stream_send.lo
  634. CC proto/libucp_la-proto_am.lo
  635. CC tag/libucp_la-eager_rcv.lo
  636. CC wireup/libucp_la-address.lo
  637. CC wireup/libucp_la-ep_match.lo
  638. CC rma/libucp_la-rma_sw.lo
  639. CC rma/libucp_la-rma_send.lo
  640. CC wireup/libucp_la-signaling_ep.lo
  641. CC wireup/libucp_la-select.lo
  642. CC tag/libucp_la-offload.lo
  643. CC wireup/libucp_la-wireup_ep.lo
  644. CC wireup/libucp_la-wireup.lo
  645. CC stream/libucp_la-stream_recv.lo
  646. CCLD libucp.la
  647. ar: `u' modifier ignored since `D' is the default (see `U')
  648. make[2]: Entering directory '/home/kfukuda/ucx/src/ucp'
  649. /bin/mkdir -p '/home/kfukuda/ucx/install/lib'
  650. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucp'
  651. /bin/bash ../../libtool --mode=install /usr/bin/install -c libucp.la '/home/kfukuda/ucx/install/lib'
  652. /bin/mkdir -p '/home/kfukuda/ucx/install/include/ucp/api'
  653. /usr/bin/install -c -m 644 api/ucp_compat.h api/ucp_def.h api/ucp_version.h api/ucp.h '/home/kfukuda/ucx/install/include/ucp/api'
  654. libtool: warning: relinking 'libucp.la'
  655. libtool: install: (cd /home/kfukuda/ucx/src/ucp; /bin/bash "/home/kfukuda/ucx/libtool" --silent --tag CC --mode=relink gcc -O3 -g -Wall -Werror -I/opt/knem-1.1.2.90mlnx2/include -ldl -version-info 0:0:0 -lcudart -lcuda -L/usr/local/cuda/lib64/ -o libucp.la -rpath /home/kfukuda/ucx/install/lib core/libucp_la-ucp_context.lo core/libucp_la-ucp_ep.lo core/libucp_la-ucp_listener.lo core/libucp_la-ucp_mm.lo core/libucp_la-ucp_proxy_ep.lo core/libucp_la-ucp_request.lo core/libucp_la-ucp_rkey.lo core/libucp_la-ucp_version.lo core/libucp_la-ucp_worker.lo dt/libucp_la-dt_contig.lo dt/libucp_la-dt_iov.lo dt/libucp_la-dt_generic.lo dt/libucp_la-dt.lo proto/libucp_la-proto_am.lo rma/libucp_la-amo_basic.lo rma/libucp_la-amo_send.lo rma/libucp_la-rma_basic.lo rma/libucp_la-rma_send.lo rma/libucp_la-rma_sw.lo rma/libucp_la-flush.lo tag/libucp_la-eager_rcv.lo tag/libucp_la-eager_snd.lo tag/libucp_la-probe.lo tag/libucp_la-rndv.lo tag/libucp_la-tag_match.lo tag/libucp_la-tag_recv.lo tag/libucp_la-tag_send.lo tag/libucp_la-offload.lo wireup/libucp_la-address.lo wireup/libucp_la-ep_match.lo wireup/libucp_la-select.lo wireup/libucp_la-signaling_ep.lo wireup/libucp_la-wireup_ep.lo wireup/libucp_la-wireup.lo stream/libucp_la-stream_send.lo stream/libucp_la-stream_recv.lo ../ucs/libucs.la ../uct/libuct.la -lpthread -lrt -lrt -ldl )
  656. libtool: install: /usr/bin/install -c .libs/libucp.so.0.0.0T /home/kfukuda/ucx/install/lib/libucp.so.0.0.0
  657. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucp.so.0.0.0 libucp.so.0 || { rm -f libucp.so.0 && ln -s libucp.so.0.0.0 libucp.so.0; }; })
  658. libtool: install: (cd /home/kfukuda/ucx/install/lib && { ln -s -f libucp.so.0.0.0 libucp.so || { rm -f libucp.so && ln -s libucp.so.0.0.0 libucp.so; }; })
  659. libtool: install: /usr/bin/install -c .libs/libucp.lai /home/kfukuda/ucx/install/lib/libucp.la
  660. libtool: install: /usr/bin/install -c .libs/libucp.a /home/kfukuda/ucx/install/lib/libucp.a
  661. libtool: install: chmod 644 /home/kfukuda/ucx/install/lib/libucp.a
  662. libtool: install: ranlib /home/kfukuda/ucx/install/lib/libucp.a
  663. libtool: finish: PATH="/home/kfukuda/bin:/home/kfukuda/.local/bin:/mnt/netapp_vol01/kfukuda/mpienv/versions/shims/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.pyenv/versions/miniconda3-4.3.11/bin:/home/kfukuda/.opencv/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/openmpi-1.10.2-cuda9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/Supermicro/SuperDoctor5:/sbin" ldconfig -n /home/kfukuda/ucx/install/lib
  664. ----------------------------------------------------------------------
  665. Libraries have been installed in:
  666. /home/kfukuda/ucx/install/lib
  667.  
  668. If you ever happen to want to link against installed libraries
  669. in a given directory, LIBDIR, you must either use libtool, and
  670. specify the full pathname of the library, or use the '-LLIBDIR'
  671. flag during linking and do at least one of the following:
  672. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  673. during execution
  674. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  675. during linking
  676. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  677. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  678.  
  679. See any operating system documentation about shared libraries for
  680. more information, such as the ld(1) and ld.so(8) manual pages.
  681. ----------------------------------------------------------------------
  682. make[2]: Leaving directory '/home/kfukuda/ucx/src/ucp'
  683. make[1]: Leaving directory '/home/kfukuda/ucx/src/ucp'
  684. Making install in src/tools/info
  685. make[1]: Entering directory '/home/kfukuda/ucx/src/tools/info'
  686. /bin/sed -nr 's:\s*#define\s+(\w+)(\s+(\w+)|\s+(".*")|\s*)$:{"\1", UCS_PP_MAKE_STRING(\3\4)},:p' <../../../config.h >build_config.h
  687. make install-am
  688. make[2]: Entering directory '/home/kfukuda/ucx/src/tools/info'
  689. CC ucx_info-build_info.o
  690. CC ucx_info-sys_info.o
  691. CC ucx_info-proto_info.o
  692. CC ucx_info-tl_info.o
  693. CC ucx_info-type_info.o
  694. CC ucx_info-ucx_info.o
  695. CCLD ucx_info
  696. /home/kfukuda/ucx/src/uct/.libs/libuct.so: undefined reference to `mlx5dv_init_obj'
  697. collect2: error: ld returned 1 exit status
  698. Makefile:527: recipe for target 'ucx_info' failed
  699. make[2]: *** [ucx_info] Error 1
  700. make[2]: Leaving directory '/home/kfukuda/ucx/src/tools/info'
  701. Makefile:748: recipe for target 'install' failed
  702. make[1]: *** [install] Error 2
  703. make[1]: Leaving directory '/home/kfukuda/ucx/src/tools/info'
  704. Makefile:687: recipe for target 'install-recursive' failed
  705. make: *** [install-recursive] Error 1
Add Comment
Please, Sign In to add comment