Guest User

Untitled

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