Guest User

Untitled

a guest
Feb 6th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 601.85 KB | None | 0 0
  1. ubuntu@ip-10-0-1-51:~/ompi$ make && make install
  2. Making all in config
  3. make[1]: Entering directory '/home/ubuntu/ompi/config'
  4. make[1]: Nothing to be done for 'all'.
  5. make[1]: Leaving directory '/home/ubuntu/ompi/config'
  6. Making all in contrib
  7. make[1]: Entering directory '/home/ubuntu/ompi/contrib'
  8. make[1]: Nothing to be done for 'all'.
  9. make[1]: Leaving directory '/home/ubuntu/ompi/contrib'
  10. Making all in opal
  11. make[1]: Entering directory '/home/ubuntu/ompi/opal'
  12. Making all in include
  13. make[2]: Entering directory '/home/ubuntu/ompi/opal/include'
  14. make all-am
  15. make[3]: Entering directory '/home/ubuntu/ompi/opal/include'
  16. make[3]: Leaving directory '/home/ubuntu/ompi/opal/include'
  17. make[2]: Leaving directory '/home/ubuntu/ompi/opal/include'
  18. Making all in datatype
  19. make[2]: Entering directory '/home/ubuntu/ompi/opal/datatype'
  20. CC libdatatype_reliable_la-opal_datatype_pack.lo
  21. CC libdatatype_reliable_la-opal_datatype_unpack.lo
  22. CCLD libdatatype_reliable.la
  23. ar: `u' modifier ignored since `D' is the default (see `U')
  24. CC opal_convertor.lo
  25. CC opal_convertor_raw.lo
  26. CC opal_copy_functions.lo
  27. CC opal_copy_functions_heterogeneous.lo
  28. CC opal_datatype_add.lo
  29. CC opal_datatype_clone.lo
  30. CC opal_datatype_copy.lo
  31. CC opal_datatype_create.lo
  32. CC opal_datatype_create_contiguous.lo
  33. CC opal_datatype_destroy.lo
  34. CC opal_datatype_dump.lo
  35. CC opal_datatype_fake_stack.lo
  36. CC opal_datatype_get_count.lo
  37. CC opal_datatype_module.lo
  38. CC opal_datatype_monotonic.lo
  39. CC opal_datatype_optimize.lo
  40. CC opal_datatype_pack.lo
  41. ^CMakefile:1890: recipe for target 'opal_datatype_pack.lo' failed
  42. make[2]: *** [opal_datatype_pack.lo] Error 1
  43. Makefile:2365: recipe for target 'all-recursive' failed
  44. make[1]: *** [all-recursive] Interrupt
  45. Makefile:1883: recipe for target 'all-recursive' failed
  46. make: *** [all-recursive] Interrupt
  47.  
  48. ubuntu@ip-10-0-1-51:~/ompi$ make -j32 && make install
  49. Making all in config
  50. make[1]: Entering directory '/home/ubuntu/ompi/config'
  51. make[1]: Nothing to be done for 'all'.
  52. make[1]: Leaving directory '/home/ubuntu/ompi/config'
  53. Making all in contrib
  54. make[1]: Entering directory '/home/ubuntu/ompi/contrib'
  55. make[1]: Nothing to be done for 'all'.
  56. make[1]: Leaving directory '/home/ubuntu/ompi/contrib'
  57. Making all in opal
  58. make[1]: Entering directory '/home/ubuntu/ompi/opal'
  59. Making all in include
  60. make[2]: Entering directory '/home/ubuntu/ompi/opal/include'
  61. make all-am
  62. make[3]: Entering directory '/home/ubuntu/ompi/opal/include'
  63. make[3]: Leaving directory '/home/ubuntu/ompi/opal/include'
  64. make[2]: Leaving directory '/home/ubuntu/ompi/opal/include'
  65. Making all in datatype
  66. make[2]: Entering directory '/home/ubuntu/ompi/opal/datatype'
  67. CC opal_datatype_pack.lo
  68. CC opal_datatype_unpack.lo
  69. CC opal_datatype_position.lo
  70. CC opal_datatype_resize.lo
  71. CCLD libdatatype.la
  72. ar: `u' modifier ignored since `D' is the default (see `U')
  73. make[2]: Leaving directory '/home/ubuntu/ompi/opal/datatype'
  74. Making all in etc
  75. make[2]: Entering directory '/home/ubuntu/ompi/opal/etc'
  76. make[2]: Nothing to be done for 'all'.
  77. make[2]: Leaving directory '/home/ubuntu/ompi/opal/etc'
  78. Making all in util
  79. make[2]: Entering directory '/home/ubuntu/ompi/opal/util'
  80. Making all in keyval
  81. make[3]: Entering directory '/home/ubuntu/ompi/opal/util/keyval'
  82. LEX keyval_lex.c
  83. CC keyval_lex.lo
  84. keyval_lex.c: In function ‘yy_get_next_buffer’:
  85. keyval_lex.c:1343:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  86. if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  87. ^
  88. CCLD libopalutilkeyval.la
  89. ar: `u' modifier ignored since `D' is the default (see `U')
  90. make[3]: Leaving directory '/home/ubuntu/ompi/opal/util/keyval'
  91. make[3]: Entering directory '/home/ubuntu/ompi/opal/util'
  92. CC alfg.lo
  93. CC arch.lo
  94. CC argv.lo
  95. CC basename.lo
  96. CC bipartite_graph.lo
  97. CC cmd_line.lo
  98. CC crc.lo
  99. CC daemon_init.lo
  100. CC ethtool.lo
  101. CC path.lo
  102. CC error.lo
  103. CC numtostr.lo
  104. CC printf.lo
  105. CC proc.lo
  106. CC qsort.lo
  107. CC fd.lo
  108. CC stacktrace.lo
  109. CC opal_pty.lo
  110. CC few.lo
  111. CC strncpy.lo
  112. CC if.lo
  113. CC string_copy.lo
  114. CC keyval_parse.lo
  115. CC malloc.lo
  116. CC net.lo
  117. CC show_help.lo
  118. CC opal_getcwd.lo
  119. LEX show_help_lex.c
  120. CC os_path.lo
  121. CC output.lo
  122. CC os_dirpath.lo
  123. CC opal_environ.lo
  124. CC sys_limits.lo
  125. CC uri.lo
  126. daemon_init.c: In function ‘opal_daemon_init’:
  127. daemon_init.c:55:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  128. chdir(working_dir); /* change working directory */
  129. ^
  130. malloc.c:58:29: warning: ‘malloc_stream’ defined but not used [-Wunused-variable]
  131. static opal_output_stream_t malloc_stream;
  132. ^
  133. CC info_subscriber.lo
  134. CC info.lo
  135. CC show_help_lex.lo
  136. path.c: In function ‘opal_find_absolute_path’:
  137. path.c:402:9: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result]
  138. realpath( abs_app_name, resolved_path );
  139. ^
  140. error.c: In function ‘opal_delay_abort’:
  141. error.c:237:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  142. write(STDERR_FILENO, msg, strlen(msg));
  143. ^
  144. error.c:245:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  145. write(STDERR_FILENO, msg, strlen(msg));
  146. ^
  147. stacktrace.c: In function ‘show_stackframe’:
  148. stacktrace.c:144:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  149. write(opal_stacktrace_output_fileno, print_buffer, ret);
  150. ^
  151. stacktrace.c:394:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  152. write(opal_stacktrace_output_fileno, print_buffer, sizeof(print_buffer)-size);
  153. ^
  154. stacktrace.c:401:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  155. write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg));
  156. ^
  157. stacktrace.c:410:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  158. write(opal_stacktrace_output_fileno, print_buffer, ret);
  159. ^
  160. stacktrace.c:412:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  161. write(opal_stacktrace_output_fileno, unable_to_print_msg, strlen(unable_to_print_msg));
  162. ^
  163. output.c: In function ‘output’:
  164. output.c:986:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  165. write(fileno(stdout), out, (int)strlen(out));
  166. ^
  167. output.c:992:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  168. write((-1 == default_stderr_fd) ?
  169. ^
  170. output.c:1014:20: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  171. write(ldi->ldi_fd, buffer, (int)strlen(buffer));
  172. ^
  173. output.c:1022:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  174. write(ldi->ldi_fd, out, (int)strlen(out));
  175. ^
  176. show_help_lex.c: In function ‘yy_get_next_buffer’:
  177. show_help_lex.c:1134:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  178. if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  179. ^
  180. CCLD libopalutil.la
  181. ar: `u' modifier ignored since `D' is the default (see `U')
  182. make[3]: Leaving directory '/home/ubuntu/ompi/opal/util'
  183. make[2]: Leaving directory '/home/ubuntu/ompi/opal/util'
  184. Making all in mca/base
  185. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/base'
  186. CC mca_base_cmd_line.lo
  187. CC mca_base_close.lo
  188. CC mca_base_pvar.lo
  189. CC mca_base_var_enum.lo
  190. CC mca_base_open.lo
  191. CC mca_base_var_group.lo
  192. CC mca_base_var.lo
  193. CC mca_base_components_close.lo
  194. CC mca_base_parse_paramfile.lo
  195. CC mca_base_components_register.lo
  196. CC mca_base_framework.lo
  197. CC mca_base_component_repository.lo
  198. CC mca_base_list.lo
  199. CC mca_base_components_open.lo
  200. CC mca_base_components_select.lo
  201. CC mca_base_component_find.lo
  202. CC mca_base_component_compare.lo
  203. CCLD libmca_base.la
  204. ar: `u' modifier ignored since `D' is the default (see `U')
  205. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/base'
  206. Making all in mca/common
  207. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common'
  208. make[2]: Nothing to be done for 'all'.
  209. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common'
  210. Making all in mca/allocator
  211. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator'
  212. CC base/allocator_base_frame.lo
  213. CCLD libmca_allocator.la
  214. ar: `u' modifier ignored since `D' is the default (see `U')
  215. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator'
  216. Making all in mca/backtrace
  217. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace'
  218. CC base/backtrace_component.lo
  219. CCLD libmca_backtrace.la
  220. ar: `u' modifier ignored since `D' is the default (see `U')
  221. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace'
  222. Making all in mca/btl
  223. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl'
  224. CC base/btl_base_frame.lo
  225. CC base/btl_base_mca.lo
  226. CC base/btl_base_error.lo
  227. CC base/btl_base_select.lo
  228. CCLD libmca_btl.la
  229. ar: `u' modifier ignored since `D' is the default (see `U')
  230. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl'
  231. Making all in mca/compress
  232. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress'
  233. CC base/compress_base_open.lo
  234. CC base/compress_base_fns.lo
  235. CC base/compress_base_close.lo
  236. CC base/compress_base_select.lo
  237. CCLD libmca_compress.la
  238. ar: `u' modifier ignored since `D' is the default (see `U')
  239. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress'
  240. Making all in mca/crs
  241. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/crs'
  242. GENERATE opal_crs.7
  243. CC base/crs_base_close.lo
  244. CC base/crs_base_fns.lo
  245. CC base/crs_base_select.lo
  246. CC base/crs_base_open.lo
  247. CCLD libmca_crs.la
  248. ar: `u' modifier ignored since `D' is the default (see `U')
  249. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs'
  250. Making all in mca/dl
  251. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/dl'
  252. CC base/dl_base_open.lo
  253. CC base/dl_base_fns.lo
  254. CC base/dl_base_select.lo
  255. CC base/dl_base_close.lo
  256. CCLD libmca_dl.la
  257. ar: `u' modifier ignored since `D' is the default (see `U')
  258. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl'
  259. Making all in mca/event
  260. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/event'
  261. CC base/event_base_frame.lo
  262. CCLD libmca_event.la
  263. ar: `u' modifier ignored since `D' is the default (see `U')
  264. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/event'
  265. Making all in mca/hwloc
  266. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc'
  267. CC base/hwloc_base_frame.lo
  268. CC base/hwloc_base_maffinity.lo
  269. CC base/hwloc_base_util.lo
  270. CC base/hwloc_base_dt.lo
  271. CCLD libmca_hwloc.la
  272. ar: `u' modifier ignored since `D' is the default (see `U')
  273. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc'
  274. Making all in mca/if
  275. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if'
  276. CC base/if_base_components.lo
  277. CCLD libmca_if.la
  278. ar: `u' modifier ignored since `D' is the default (see `U')
  279. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if'
  280. Making all in mca/installdirs
  281. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs'
  282. CC base/installdirs_base_components.lo
  283. CC base/installdirs_base_expand.lo
  284. CCLD libmca_installdirs.la
  285. ar: `u' modifier ignored since `D' is the default (see `U')
  286. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs'
  287. Making all in mca/memchecker
  288. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memchecker'
  289. CC base/memchecker_base_open.lo
  290. CC base/memchecker_base_select.lo
  291. CC base/memchecker_base_wrappers.lo
  292. CCLD libmca_memchecker.la
  293. ar: `u' modifier ignored since `D' is the default (see `U')
  294. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memchecker'
  295. Making all in mca/memcpy
  296. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memcpy'
  297. CC base/memcpy_base_open.lo
  298. CCLD libmca_memcpy.la
  299. ar: `u' modifier ignored since `D' is the default (see `U')
  300. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memcpy'
  301. Making all in mca/memory
  302. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memory'
  303. CC base/memory_base_open.lo
  304. CC base/memory_base_empty.lo
  305. CCLD libmca_memory.la
  306. ar: `u' modifier ignored since `D' is the default (see `U')
  307. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory'
  308. Making all in mca/mpool
  309. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool'
  310. CC base/mpool_base_frame.lo
  311. CC base/mpool_base_default.lo
  312. CC base/mpool_base_tree.lo
  313. CC base/mpool_base_basic.lo
  314. CC base/mpool_base_alloc.lo
  315. CC base/mpool_base_lookup.lo
  316. base/mpool_base_basic.c: In function ‘mca_mpool_basic_create’:
  317. base/mpool_base_basic.c:103:36: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
  318. basic_module->super.mpool_base = base;
  319. ^
  320. base/mpool_base_default.c: In function ‘mca_mpool_default_alloc’:
  321. base/mpool_base_default.c:37:9: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result]
  322. (void) posix_memalign (&addr, align, size);
  323. ^
  324. CCLD libmca_mpool.la
  325. ar: `u' modifier ignored since `D' is the default (see `U')
  326. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool'
  327. Making all in mca/patcher
  328. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher'
  329. CC base/patcher_base_frame.lo
  330. CC base/patcher_base_patch.lo
  331. CCLD libmca_patcher.la
  332. ar: `u' modifier ignored since `D' is the default (see `U')
  333. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher'
  334. Making all in mca/pmix
  335. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix'
  336. CC base/pmix_base_frame.lo
  337. CC base/pmix_base_hash.lo
  338. CC base/pmix_base_fns.lo
  339. CC base/pmix_base_select.lo
  340. CCLD libmca_pmix.la
  341. ar: `u' modifier ignored since `D' is the default (see `U')
  342. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix'
  343. Making all in mca/pstat
  344. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat'
  345. CC base/pstat_base_select.lo
  346. CC base/pstat_base_open.lo
  347. CCLD libmca_pstat.la
  348. ar: `u' modifier ignored since `D' is the default (see `U')
  349. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat'
  350. Making all in mca/rcache
  351. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache'
  352. CC base/rcache_base_frame.lo
  353. CC base/rcache_base_create.lo
  354. CC base/rcache_base_mem_cb.lo
  355. CC base/rcache_base_vma_tree.lo
  356. CC base/rcache_base_vma.lo
  357. base/rcache_base_mem_cb.c: In function ‘mca_rcache_base_mem_cb’:
  358. base/rcache_base_mem_cb.c:73:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  359. write(2, msg, len);
  360. ^
  361. CCLD libmca_rcache.la
  362. ar: `u' modifier ignored since `D' is the default (see `U')
  363. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache'
  364. Making all in mca/reachable
  365. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable'
  366. CC base/reachable_base_frame.lo
  367. CC base/reachable_base_select.lo
  368. CC base/reachable_base_alloc.lo
  369. CCLD libmca_reachable.la
  370. ar: `u' modifier ignored since `D' is the default (see `U')
  371. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable'
  372. Making all in mca/shmem
  373. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem'
  374. CC base/shmem_base_close.lo
  375. CC base/shmem_base_wrappers.lo
  376. CC base/shmem_base_select.lo
  377. CC base/shmem_base_open.lo
  378. CCLD libmca_shmem.la
  379. ar: `u' modifier ignored since `D' is the default (see `U')
  380. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem'
  381. Making all in mca/timer
  382. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/timer'
  383. CC base/timer_base_open.lo
  384. CCLD libmca_timer.la
  385. ar: `u' modifier ignored since `D' is the default (see `U')
  386. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer'
  387. Making all in mca/backtrace/execinfo
  388. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  389. CC backtrace_execinfo.lo
  390. CC backtrace_execinfo_component.lo
  391. backtrace_execinfo.c: In function ‘opal_backtrace_print’:
  392. backtrace_execinfo.c:56:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  393. write (fd, prefix, strlen (prefix));
  394. ^
  395. backtrace_execinfo.c:59:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  396. write (fd, buf, len);
  397. ^
  398. CCLD libmca_backtrace_execinfo.la
  399. ar: `u' modifier ignored since `D' is the default (see `U')
  400. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  401. Making all in mca/dl/dlopen
  402. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  403. CC dl_dlopen_component.lo
  404. CC dl_dlopen_module.lo
  405. CCLD libmca_dl_dlopen.la
  406. ar: `u' modifier ignored since `D' is the default (see `U')
  407. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  408. Making all in mca/event/libevent2022
  409. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  410. Making all in libevent
  411. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  412. make all-recursive
  413. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  414. Making all in .
  415. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  416. depbase=`echo event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  417. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF $depbase.Tpo -c -o event.lo event.c &&\
  418. mv -f $depbase.Tpo $depbase.Plo
  419. depbase=`echo evthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  420. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF $depbase.Tpo -c -o evthread.lo evthread.c &&\
  421. mv -f $depbase.Tpo $depbase.Plo
  422. depbase=`echo evmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  423. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF $depbase.Tpo -c -o evmap.lo evmap.c &&\
  424. mv -f $depbase.Tpo $depbase.Plo
  425. depbase=`echo log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  426. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF $depbase.Tpo -c -o log.lo log.c &&\
  427. mv -f $depbase.Tpo $depbase.Plo
  428. depbase=`echo evutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  429. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF $depbase.Tpo -c -o evutil.lo evutil.c &&\
  430. mv -f $depbase.Tpo $depbase.Plo
  431. depbase=`echo evutil_rand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  432. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF $depbase.Tpo -c -o evutil_rand.lo evutil_rand.c &&\
  433. mv -f $depbase.Tpo $depbase.Plo
  434. depbase=`echo strlcpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  435. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF $depbase.Tpo -c -o strlcpy.lo strlcpy.c &&\
  436. mv -f $depbase.Tpo $depbase.Plo
  437. depbase=`echo select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  438. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF $depbase.Tpo -c -o select.lo select.c &&\
  439. mv -f $depbase.Tpo $depbase.Plo
  440. depbase=`echo poll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  441. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF $depbase.Tpo -c -o poll.lo poll.c &&\
  442. mv -f $depbase.Tpo $depbase.Plo
  443. depbase=`echo epoll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  444. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF $depbase.Tpo -c -o epoll.lo epoll.c &&\
  445. mv -f $depbase.Tpo $depbase.Plo
  446. depbase=`echo signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  447. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF $depbase.Tpo -c -o signal.lo signal.c &&\
  448. mv -f $depbase.Tpo $depbase.Plo
  449. depbase=`echo evthread_pthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  450. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF $depbase.Tpo -c -o evthread_pthread.lo evthread_pthread.c &&\
  451. mv -f $depbase.Tpo $depbase.Plo
  452. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o
  453. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -fPIC -DPIC -o .libs/evmap.o
  454. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -fPIC -DPIC -o .libs/evutil_rand.o
  455. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -fPIC -DPIC -o .libs/evthread.o
  456. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o
  457. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
  458. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -fPIC -DPIC -o .libs/poll.o
  459. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -fPIC -DPIC -o .libs/evutil.o
  460. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -fPIC -DPIC -o .libs/epoll.o
  461. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -fPIC -DPIC -o .libs/evthread_pthread.o
  462. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o
  463. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -fPIC -DPIC -o .libs/signal.o
  464. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
  465. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -o evthread_pthread.o >/dev/null 2>&1
  466. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o >/dev/null 2>&1
  467. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -o poll.o >/dev/null 2>&1
  468. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -o select.o >/dev/null 2>&1
  469. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -o evthread.o >/dev/null 2>&1
  470. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -o evutil_rand.o >/dev/null 2>&1
  471. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
  472. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -o epoll.o >/dev/null 2>&1
  473. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -o evmap.o >/dev/null 2>&1
  474. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -o evutil.o >/dev/null 2>&1
  475. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -I/home/ubuntu/ompi -I/home/ubuntu/ompi -I/home/ubuntu/ompi/opal/include -I/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
  476. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o libevent.la event.lo evthread.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo evthread_pthread.lo
  477. libtool: link: ar cru .libs/libevent.a .libs/event.o .libs/evthread.o .libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o .libs/evthread_pthread.o
  478. ar: `u' modifier ignored since `D' is the default (see `U')
  479. libtool: link: ranlib .libs/libevent.a
  480. libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" )
  481. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  482. Making all in include
  483. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  484. make[5]: Nothing to be done for 'all'.
  485. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  486. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  487. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  488. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  489. CC libevent2022_component.lo
  490. CC libevent2022_module.lo
  491. CCLD libmca_event_libevent2022.la
  492. ar: `u' modifier ignored since `D' is the default (see `U')
  493. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  494. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  495. Making all in mca/hwloc/hwloc201
  496. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  497. Making all in hwloc
  498. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  499. Making all in include
  500. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  501. make[4]: Nothing to be done for 'all'.
  502. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  503. Making all in hwloc
  504. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  505. CC topology.lo
  506. CC traversal.lo
  507. CC bitmap.lo
  508. CC pci-common.lo
  509. CC bind.lo
  510. CC shmem.lo
  511. CC topology-linux.lo
  512. CC topology-xml.lo
  513. CC misc.lo
  514. CC topology-xml-nolibxml.lo
  515. CC distances.lo
  516. CC topology-synthetic.lo
  517. CC diff.lo
  518. CC components.lo
  519. CC topology-x86.lo
  520. CC topology-hardwired.lo
  521. CC topology-noos.lo
  522. CC base64.lo
  523. CCLD libhwloc_embedded.la
  524. ar: `u' modifier ignored since `D' is the default (see `U')
  525. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  526. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  527. make[4]: Nothing to be done for 'all-am'.
  528. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  529. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  530. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  531. CC hwloc201_component.lo
  532. CCLD libmca_hwloc_hwloc201.la
  533. ar: `u' modifier ignored since `D' is the default (see `U')
  534. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  535. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  536. Making all in mca/if/linux_ipv6
  537. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  538. CC if_linux_ipv6.lo
  539. CCLD libmca_if_linux_ipv6.la
  540. ar: `u' modifier ignored since `D' is the default (see `U')
  541. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  542. Making all in mca/if/posix_ipv4
  543. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  544. CC if_posix.lo
  545. CCLD libmca_if_posix_ipv4.la
  546. ar: `u' modifier ignored since `D' is the default (see `U')
  547. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  548. Making all in mca/installdirs/env
  549. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  550. CC opal_installdirs_env.lo
  551. CCLD libmca_installdirs_env.la
  552. ar: `u' modifier ignored since `D' is the default (see `U')
  553. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  554. Making all in mca/installdirs/config
  555. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  556. CC opal_installdirs_config.lo
  557. CCLD libmca_installdirs_config.la
  558. ar: `u' modifier ignored since `D' is the default (see `U')
  559. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  560. Making all in mca/memory/patcher
  561. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  562. CC memory_patcher_component.lo
  563. CCLD libmca_memory_patcher.la
  564. ar: `u' modifier ignored since `D' is the default (see `U')
  565. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  566. Making all in mca/timer/linux
  567. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  568. CC timer_linux_component.lo
  569. CCLD libmca_timer_linux.la
  570. ar: `u' modifier ignored since `D' is the default (see `U')
  571. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  572. Making all in .
  573. make[2]: Entering directory '/home/ubuntu/ompi/opal'
  574. CC class/opal_tree.lo
  575. CC class/opal_list.lo
  576. CC class/opal_bitmap.lo
  577. CC class/opal_object.lo
  578. CC runtime/opal_progress_threads.lo
  579. CC class/opal_graph.lo
  580. CC runtime/opal_cr.lo
  581. CC class/opal_free_list.lo
  582. CC runtime/opal_info_support.lo
  583. CC class/opal_lifo.lo
  584. CC runtime/opal_params.lo
  585. CC class/opal_fifo.lo
  586. CC runtime/opal_init.lo
  587. CC class/opal_hash_table.lo
  588. CC class/opal_pointer_array.lo
  589. CC class/opal_value_array.lo
  590. CC class/opal_rb_tree.lo
  591. CC class/opal_interval_tree.lo
  592. CC class/opal_hotel.lo
  593. CC class/opal_ring_buffer.lo
  594. CC runtime/opal_progress.lo
  595. CC runtime/opal_finalize.lo
  596. CC memoryhooks/memory.lo
  597. CC threads/condition.lo
  598. CC threads/mutex.lo
  599. CC threads/wait_sync.lo
  600. CC dss/dss_internal_functions.lo
  601. CC dss/dss_compare.lo
  602. CC dss/dss_dump.lo
  603. CC dss/dss_load_unload.lo
  604. CC dss/dss_copy.lo
  605. CC threads/thread.lo
  606. CC dss/dss_lookup.lo
  607. CC dss/dss_peek.lo
  608. CC dss/dss_pack.lo
  609. CC dss/dss_print.lo
  610. class/opal_interval_tree.c: In function ‘opal_interval_tree_delete’:
  611. class/opal_interval_tree.c:563:5: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  612. --tree->tree_size;
  613. ^
  614. class/opal_interval_tree.c: In function ‘opal_interval_tree_insert_node’:
  615. class/opal_interval_tree.c:641:5: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  616. ++tree->tree_size;
  617. ^
  618. CC dss/dss_register.lo
  619. CC dss/dss_unpack.lo
  620. CC dss/dss_open_close.lo
  621. runtime/opal_init.c:87:2: warning: #ident is a GCC extension
  622. #ident OPAL_IDENT_STRING
  623. ^
  624. CCLD libopen-pal.la
  625. make[2]: Leaving directory '/home/ubuntu/ompi/opal'
  626. Making all in mca/common/ofi
  627. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  628. CC common_ofi.lo
  629. LN_S libmca_common_ofi.la
  630. CCLD libmca_common_ofi.la
  631. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  632. Making all in mca/common/sm
  633. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/sm'
  634. CC common_sm.lo
  635. CC common_sm_mpool.lo
  636. LN_S libmca_common_sm.la
  637. CCLD libmca_common_sm.la
  638. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/sm'
  639. Making all in mca/common/verbs
  640. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  641. CC libmca_common_verbs_la-common_verbs_basics.lo
  642. CC libmca_common_verbs_la-common_verbs_devlist.lo
  643. CC libmca_common_verbs_la-common_verbs_find_max_inline.lo
  644. CC libmca_common_verbs_la-common_verbs_find_ports.lo
  645. CC libmca_common_verbs_la-common_verbs_mca.lo
  646. CC libmca_common_verbs_la-common_verbs_port.lo
  647. CC libmca_common_verbs_la-common_verbs_qp_type.lo
  648. LN_S libmca_common_verbs.la
  649. CCLD libmca_common_verbs.la
  650. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  651. Making all in mca/allocator/basic
  652. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  653. CC allocator_basic.lo
  654. CCLD mca_allocator_basic.la
  655. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  656. Making all in mca/allocator/bucket
  657. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  658. CC allocator_bucket.lo
  659. CC allocator_bucket_alloc.lo
  660. CCLD mca_allocator_bucket.la
  661. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  662. Making all in mca/btl/self
  663. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/self'
  664. CC btl_self.lo
  665. CC btl_self_component.lo
  666. CC btl_self_frag.lo
  667. CCLD mca_btl_self.la
  668. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/self'
  669. Making all in mca/btl/ofi
  670. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  671. CC btl_ofi_component.lo
  672. CC btl_ofi_endpoint.lo
  673. CC btl_ofi_atomics.lo
  674. CC btl_ofi_context.lo
  675. CC btl_ofi_module.lo
  676. CC btl_ofi_frag.lo
  677. CC btl_ofi_rdma.lo
  678. CCLD mca_btl_ofi.la
  679. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  680. Making all in mca/btl/openib
  681. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  682. CC btl_openib_component.lo
  683. CC btl_openib.lo
  684. CC btl_openib_frag.lo
  685. CC btl_openib_endpoint.lo
  686. CC btl_openib_proc.lo
  687. LEX btl_openib_lex.c
  688. CC btl_openib_mca.lo
  689. CC btl_openib_ini.lo
  690. CC btl_openib_async.lo
  691. CC btl_openib_xrc.lo
  692. CC btl_openib_ip.lo
  693. CC btl_openib_get.lo
  694. CC btl_openib_atomic.lo
  695. CC btl_openib_put.lo
  696. CC connect/btl_openib_connect_base.lo
  697. CC connect/btl_openib_connect_empty.lo
  698. CC connect/btl_openib_connect_udcm.lo
  699. CC btl_openib_lex.lo
  700. btl_openib_lex.c: In function ‘yy_get_next_buffer’:
  701. btl_openib_lex.c:1278:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  702. if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  703. ^
  704. connect/btl_openib_connect_base.c: In function ‘opal_btl_openib_connect_base_alloc_cts’:
  705. connect/btl_openib_connect_base.c:448:9: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result]
  706. posix_memalign((void**)&(fli->ptr), page_size, length);
  707. ^
  708. connect/btl_openib_connect_udcm.c: In function ‘udcm_module_allocate_buffers’:
  709. connect/btl_openib_connect_udcm.c:1056:5: warning: ignoring return value of ‘posix_memalign’, declared with attribute warn_unused_result [-Wunused-result]
  710. posix_memalign ((void **)&m->cm_buffer, (size_t)page_size,
  711. ^
  712. CCLD mca_btl_openib.la
  713. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  714. Making all in mca/btl/sm
  715. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  716. CC mca_btl_sm_la-btl_sm_component.lo
  717. CCLD mca_btl_sm.la
  718. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  719. Making all in mca/btl/tcp
  720. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  721. CC btl_tcp_component.lo
  722. CC btl_tcp.lo
  723. CC btl_tcp_proc.lo
  724. CC btl_tcp_ft.lo
  725. CC btl_tcp_frag.lo
  726. CC btl_tcp_endpoint.lo
  727. CCLD mca_btl_tcp.la
  728. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  729. Making all in mca/btl/vader
  730. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  731. CC btl_vader_component.lo
  732. CC btl_vader_module.lo
  733. CC btl_vader_frag.lo
  734. CC btl_vader_send.lo
  735. CC btl_vader_sendi.lo
  736. CC btl_vader_get.lo
  737. CC btl_vader_put.lo
  738. CC btl_vader_knem.lo
  739. CC btl_vader_sc_emu.lo
  740. CC btl_vader_atomic.lo
  741. CC btl_vader_xpmem.lo
  742. btl_vader_component.c: In function ‘mca_btl_vader_check_single_copy’:
  743. btl_vader_component.c:421:13: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  744. read (fd, &buffer, 1);
  745. ^
  746. CCLD mca_btl_vader.la
  747. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  748. Making all in mca/compress/bzip
  749. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  750. CC compress_bzip_component.lo
  751. CC compress_bzip_module.lo
  752. compress_bzip_module.c: In function ‘opal_compress_bzip_compress_nb’:
  753. compress_bzip_module.c:90:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  754. chdir(dir_fname);
  755. ^
  756. compress_bzip_module.c: In function ‘opal_compress_bzip_decompress_nb’:
  757. compress_bzip_module.c:180:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  758. chdir(dir_cname);
  759. ^
  760. CCLD mca_compress_bzip.la
  761. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  762. Making all in mca/compress/gzip
  763. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  764. CC compress_gzip_component.lo
  765. CC compress_gzip_module.lo
  766. compress_gzip_module.c: In function ‘opal_compress_gzip_compress_nb’:
  767. compress_gzip_module.c:90:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  768. chdir(dir_fname);
  769. ^
  770. compress_gzip_module.c: In function ‘opal_compress_gzip_decompress_nb’:
  771. compress_gzip_module.c:184:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  772. chdir(dir_cname);
  773. ^
  774. CCLD mca_compress_gzip.la
  775. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  776. Making all in mca/crs/none
  777. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/crs/none'
  778. CC crs_none_component.lo
  779. CC crs_none_module.lo
  780. CCLD mca_crs_none.la
  781. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs/none'
  782. Making all in mca/mpool/hugepage
  783. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  784. CC mpool_hugepage_module.lo
  785. CC mpool_hugepage_component.lo
  786. CCLD mca_mpool_hugepage.la
  787. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  788. Making all in mca/patcher/overwrite
  789. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  790. CC patcher_overwrite_module.lo
  791. CC patcher_overwrite_component.lo
  792. CCLD mca_patcher_overwrite.la
  793. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  794. Making all in mca/pmix/isolated
  795. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  796. CC pmix_isolated_component.lo
  797. CC pmix_isolated.lo
  798. CCLD mca_pmix_isolated.la
  799. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  800. Making all in mca/pmix/flux
  801. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  802. CC mca_pmix_flux_la-pmix_flux_component.lo
  803. CC mca_pmix_flux_la-pmix_flux.lo
  804. CCLD mca_pmix_flux.la
  805. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  806. Making all in mca/pmix/pmix4x
  807. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  808. Making all in pmix
  809. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  810. Making all in config
  811. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  812. make[4]: Nothing to be done for 'all'.
  813. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  814. Making all in contrib
  815. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  816. make[4]: Nothing to be done for 'all'.
  817. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  818. Making all in include
  819. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  820. make all-am
  821. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  822. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  823. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  824. Making all in src
  825. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  826. Making all in util/keyval
  827. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  828. LEX keyval_lex.c
  829. CC keyval_lex.lo
  830. CCLD libpmixutilkeyval.la
  831. ar: `u' modifier ignored since `D' is the default (see `U')
  832. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  833. Making all in mca/base
  834. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  835. CC pmix_mca_base_close.lo
  836. CC pmix_mca_base_component_compare.lo
  837. CC pmix_mca_base_components_open.lo
  838. CC pmix_mca_base_component_find.lo
  839. CC pmix_mca_base_var.lo
  840. CC pmix_mca_base_components_close.lo
  841. CC pmix_mca_base_component_repository.lo
  842. CC pmix_mca_base_open.lo
  843. CC pmix_mca_base_list.lo
  844. CC pmix_mca_base_components_select.lo
  845. CC pmix_mca_base_var_enum.lo
  846. CC pmix_mca_base_parse_paramfile.lo
  847. CC pmix_mca_base_var_group.lo
  848. CC pmix_mca_base_framework.lo
  849. CC pmix_mca_base_components_register.lo
  850. CC pmix_mca_base_cmd_line.lo
  851. CCLD libpmix_mca_base.la
  852. ar: `u' modifier ignored since `D' is the default (see `U')
  853. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  854. Making all in mca/common
  855. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  856. make[5]: Nothing to be done for 'all'.
  857. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  858. Making all in mca/bfrops
  859. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  860. CC base/bfrop_base_frame.lo
  861. CC base/bfrop_base_copy.lo
  862. CC base/bfrop_base_pack.lo
  863. CC base/bfrop_base_unpack.lo
  864. CC base/bfrop_base_print.lo
  865. CC base/bfrop_base_select.lo
  866. CC base/bfrop_base_stubs.lo
  867. CC base/bfrop_base_fns.lo
  868. CCLD libmca_bfrops.la
  869. ar: `u' modifier ignored since `D' is the default (see `U')
  870. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  871. Making all in mca/gds
  872. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  873. CC base/gds_base_frame.lo
  874. CC base/gds_base_select.lo
  875. CC base/gds_base_fns.lo
  876. CCLD libmca_gds.la
  877. ar: `u' modifier ignored since `D' is the default (see `U')
  878. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  879. Making all in mca/pdl
  880. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  881. CC base/pdl_base_open.lo
  882. CC base/pdl_base_close.lo
  883. CC base/pdl_base_fns.lo
  884. CC base/pdl_base_select.lo
  885. CCLD libmca_pdl.la
  886. ar: `u' modifier ignored since `D' is the default (see `U')
  887. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  888. Making all in mca/pif
  889. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  890. CC base/pif_base_components.lo
  891. CCLD libmca_pif.la
  892. ar: `u' modifier ignored since `D' is the default (see `U')
  893. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  894. Making all in mca/pinstalldirs
  895. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  896. CC base/pinstalldirs_base_components.lo
  897. CC base/pinstalldirs_base_expand.lo
  898. CCLD libmca_pinstalldirs.la
  899. ar: `u' modifier ignored since `D' is the default (see `U')
  900. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  901. Making all in mca/plog
  902. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  903. CC base/plog_base_frame.lo
  904. CC base/plog_base_select.lo
  905. CC base/plog_base_stubs.lo
  906. CCLD libmca_plog.la
  907. ar: `u' modifier ignored since `D' is the default (see `U')
  908. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  909. Making all in mca/pnet
  910. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  911. CC base/pnet_base_frame.lo
  912. CC base/pnet_base_select.lo
  913. CC base/pnet_base_fns.lo
  914. CCLD libmca_pnet.la
  915. ar: `u' modifier ignored since `D' is the default (see `U')
  916. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  917. Making all in mca/preg
  918. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  919. CC base/preg_base_frame.lo
  920. CC base/preg_base_select.lo
  921. CC base/preg_base_stubs.lo
  922. CCLD libmca_preg.la
  923. ar: `u' modifier ignored since `D' is the default (see `U')
  924. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  925. Making all in mca/psec
  926. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  927. CC base/psec_base_frame.lo
  928. CC base/psec_base_fns.lo
  929. CC base/psec_base_select.lo
  930. CCLD libmca_psec.la
  931. ar: `u' modifier ignored since `D' is the default (see `U')
  932. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  933. Making all in mca/psensor
  934. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  935. CC base/psensor_base_frame.lo
  936. CC base/psensor_base_select.lo
  937. CC base/psensor_base_stubs.lo
  938. CCLD libmca_psensor.la
  939. ar: `u' modifier ignored since `D' is the default (see `U')
  940. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  941. Making all in mca/pshmem
  942. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  943. CC base/pshmem_base_frame.lo
  944. CC base/pshmem_base_select.lo
  945. CCLD libmca_pshmem.la
  946. ar: `u' modifier ignored since `D' is the default (see `U')
  947. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  948. Making all in mca/ptl
  949. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  950. CC base/ptl_base_frame.lo
  951. CC base/ptl_base_select.lo
  952. CC base/ptl_base_connect.lo
  953. CC base/ptl_base_stubs.lo
  954. CC base/ptl_base_sendrecv.lo
  955. CC base/ptl_base_listener.lo
  956. CCLD libmca_ptl.la
  957. ar: `u' modifier ignored since `D' is the default (see `U')
  958. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  959. Making all in mca/pdl/pdlopen
  960. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  961. CC pdl_pdlopen_component.lo
  962. CC pdl_pdlopen_module.lo
  963. CCLD libmca_pdl_pdlopen.la
  964. ar: `u' modifier ignored since `D' is the default (see `U')
  965. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  966. Making all in mca/pif/linux_ipv6
  967. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  968. CC pif_linux_ipv6.lo
  969. CCLD libmca_pif_linux_ipv6.la
  970. ar: `u' modifier ignored since `D' is the default (see `U')
  971. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  972. Making all in mca/pif/posix_ipv4
  973. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  974. CC pif_posix.lo
  975. CCLD libmca_pif_posix_ipv4.la
  976. ar: `u' modifier ignored since `D' is the default (see `U')
  977. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  978. Making all in mca/pinstalldirs/env
  979. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  980. CC pmix_pinstalldirs_env.lo
  981. CCLD libmca_pinstalldirs_env.la
  982. ar: `u' modifier ignored since `D' is the default (see `U')
  983. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  984. Making all in mca/pinstalldirs/config
  985. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  986. CC pmix_pinstalldirs_config.lo
  987. CCLD libmca_pinstalldirs_config.la
  988. ar: `u' modifier ignored since `D' is the default (see `U')
  989. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  990. Making all in .
  991. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  992. CC threads/mutex.lo
  993. LEX util/show_help_lex.c
  994. CC event/pmix_event_registration.lo
  995. CC threads/wait_sync.lo
  996. CC threads/thread.lo
  997. CC event/pmix_event_notification.lo
  998. CC util/path.lo
  999. CC include/pmix_globals.lo
  1000. CC util/getid.lo
  1001. CC util/compress.lo
  1002. CC util/name_fns.lo
  1003. CC util/output.lo
  1004. CC util/printf.lo
  1005. CC util/timings.lo
  1006. CC util/os_path.lo
  1007. CC util/cmd_line.lo
  1008. CC util/keyval_parse.lo
  1009. CC util/pmix_environ.lo
  1010. CC util/basename.lo
  1011. CC util/argv.lo
  1012. CC util/alfg.lo
  1013. CC util/crc.lo
  1014. CC util/show_help.lo
  1015. CC util/error.lo
  1016. CC util/parse_options.lo
  1017. CC util/fd.lo
  1018. CC util/hash.lo
  1019. CC util/net.lo
  1020. CC util/pif.lo
  1021. CC runtime/pmix_finalize.lo
  1022. CC runtime/pmix_init.lo
  1023. CC runtime/pmix_params.lo
  1024. CC runtime/pmix_progress_threads.lo
  1025. CC tool/pmix_tool.lo
  1026. CC common/pmix_query.lo
  1027. CC common/pmix_strings.lo
  1028. CC common/pmix_log.lo
  1029. CC common/pmix_control.lo
  1030. CC common/pmix_data.lo
  1031. CC common/pmix_security.lo
  1032. CC common/pmix_iof.lo
  1033. CC hwloc/hwloc.lo
  1034. CC class/pmix_bitmap.lo
  1035. CC class/pmix_object.lo
  1036. CC class/pmix_list.lo
  1037. CC class/pmix_pointer_array.lo
  1038. CC class/pmix_hash_table.lo
  1039. CC class/pmix_hotel.lo
  1040. CC class/pmix_ring_buffer.lo
  1041. CC class/pmix_value_array.lo
  1042. CC util/show_help_lex.lo
  1043. CC client/pmix_client.lo
  1044. CC client/pmix_client_fence.lo
  1045. CC client/pmix_client_get.lo
  1046. CC client/pmix_client_pub.lo
  1047. CC client/pmix_client_spawn.lo
  1048. CC client/pmix_client_connect.lo
  1049. CC client/pmix_client_group.lo
  1050. CC server/pmix_server.lo
  1051. CC server/pmix_server_ops.lo
  1052. CC server/pmix_server_get.lo
  1053. hwloc/hwloc.c: In function ‘pmix_hwloc_get_topology’:
  1054. hwloc/hwloc.c:397:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1055. asprintf(&shmemfile, "%s/hwloc.sm", pmix_server_globals.tmpdir);
  1056. ^
  1057. CCLD libpmix.la
  1058. ar: `u' modifier ignored since `D' is the default (see `U')
  1059. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  1060. Making all in mca/common/dstore
  1061. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  1062. if test -z "libmca_common_dstore.la"; then \
  1063. rm -f "libmca_common_dstore.la"; \
  1064. ln -s "libmca_common_dstore_noinst.la" "libmca_common_dstore.la"; \
  1065. fi
  1066. CC dstore_segment.lo
  1067. CC dstore_base.lo
  1068. CCLD libmca_common_dstore.la
  1069. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  1070. Making all in mca/bfrops/v12
  1071. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  1072. CC bfrop_v12_component.lo
  1073. CC unpack.lo
  1074. CC pack.lo
  1075. CC print.lo
  1076. CC copy.lo
  1077. CC bfrop_v12.lo
  1078. CCLD mca_bfrops_v12.la
  1079. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  1080. Making all in mca/bfrops/v20
  1081. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  1082. CC bfrop_pmix20_component.lo
  1083. CC unpack.lo
  1084. CC print.lo
  1085. CC bfrop_pmix20.lo
  1086. CC pack.lo
  1087. CC copy.lo
  1088. CCLD mca_bfrops_v20.la
  1089. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  1090. Making all in mca/bfrops/v21
  1091. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  1092. CC bfrop_pmix21_component.lo
  1093. CC bfrop_pmix21.lo
  1094. CCLD mca_bfrops_v21.la
  1095. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  1096. Making all in mca/bfrops/v3
  1097. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  1098. CC bfrop_pmix3_component.lo
  1099. CC bfrop_pmix3.lo
  1100. CCLD mca_bfrops_v3.la
  1101. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  1102. Making all in mca/gds/ds12
  1103. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  1104. CC gds_ds12_lock.lo
  1105. CC gds_ds12_base.lo
  1106. CC gds_ds20_file.lo
  1107. CC gds_ds12_component.lo
  1108. CC gds_ds12_file.lo
  1109. CC gds_ds12_lock_pthread.lo
  1110. CCLD mca_gds_ds12.la
  1111. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  1112. Making all in mca/gds/ds21
  1113. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  1114. CC gds_ds21_base.lo
  1115. CC gds_ds21_lock.lo
  1116. CC gds_ds21_lock_pthread.lo
  1117. CC gds_ds21_component.lo
  1118. CC gds_ds21_file.lo
  1119. CCLD mca_gds_ds21.la
  1120. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  1121. Making all in mca/gds/hash
  1122. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  1123. CC gds_hash_component.lo
  1124. CC gds_hash.lo
  1125. CCLD mca_gds_hash.la
  1126. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  1127. Making all in mca/plog/default
  1128. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  1129. CC plog_default.lo
  1130. CC plog_default_component.lo
  1131. CCLD mca_plog_default.la
  1132. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  1133. Making all in mca/plog/stdfd
  1134. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  1135. CC plog_stdfd.lo
  1136. CC plog_stdfd_component.lo
  1137. CCLD mca_plog_stdfd.la
  1138. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  1139. Making all in mca/plog/syslog
  1140. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  1141. CC plog_syslog.lo
  1142. CC plog_syslog_component.lo
  1143. CCLD mca_plog_syslog.la
  1144. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  1145. Making all in mca/pnet/tcp
  1146. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  1147. CC pnet_tcp_component.lo
  1148. CC pnet_tcp.lo
  1149. CCLD mca_pnet_tcp.la
  1150. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  1151. Making all in mca/pnet/test
  1152. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  1153. CC pnet_test_component.lo
  1154. CC pnet_test.lo
  1155. CCLD mca_pnet_test.la
  1156. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  1157. Making all in mca/preg/native
  1158. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  1159. CC preg_native_component.lo
  1160. CC preg_native.lo
  1161. CCLD mca_preg_native.la
  1162. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  1163. Making all in mca/psec/native
  1164. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  1165. CC psec_native_component.lo
  1166. CC psec_native.lo
  1167. CCLD mca_psec_native.la
  1168. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  1169. Making all in mca/psec/none
  1170. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  1171. CC psec_none_component.lo
  1172. CC psec_none.lo
  1173. CCLD mca_psec_none.la
  1174. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  1175. Making all in mca/psensor/file
  1176. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  1177. CC psensor_file.lo
  1178. CC psensor_file_component.lo
  1179. CCLD mca_psensor_file.la
  1180. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  1181. Making all in mca/psensor/heartbeat
  1182. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  1183. CC psensor_heartbeat.lo
  1184. CC psensor_heartbeat_component.lo
  1185. CCLD mca_psensor_heartbeat.la
  1186. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  1187. Making all in mca/pshmem/mmap
  1188. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  1189. CC pshmem_mmap.lo
  1190. CC pshmem_mmap_component.lo
  1191. CCLD mca_pshmem_mmap.la
  1192. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  1193. Making all in mca/ptl/tcp
  1194. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  1195. CC ptl_tcp_component.lo
  1196. CC ptl_tcp.lo
  1197. ptl_tcp.c: In function ‘connect_to_peer’:
  1198. ptl_tcp.c:390:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  1199. fgets(tmp, 512, fp);
  1200. ^
  1201. CCLD mca_ptl_tcp.la
  1202. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  1203. Making all in mca/ptl/usock
  1204. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  1205. CC ptl_usock_component.lo
  1206. CC ptl_usock.lo
  1207. CCLD mca_ptl_usock.la
  1208. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  1209. Making all in tools/pevent
  1210. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  1211. make[5]: Nothing to be done for 'all'.
  1212. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  1213. Making all in tools/pmix_info
  1214. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  1215. make[5]: Nothing to be done for 'all'.
  1216. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  1217. Making all in tools/plookup
  1218. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  1219. make[5]: Nothing to be done for 'all'.
  1220. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  1221. Making all in tools/pps
  1222. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  1223. make[5]: Nothing to be done for 'all'.
  1224. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  1225. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  1226. Making all in etc
  1227. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  1228. make[4]: Nothing to be done for 'all'.
  1229. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  1230. Making all in bindings
  1231. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  1232. Making all in python
  1233. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  1234. make[5]: Nothing to be done for 'all'.
  1235. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  1236. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  1237. make[5]: Nothing to be done for 'all-am'.
  1238. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  1239. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  1240. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  1241. make[4]: Nothing to be done for 'all-am'.
  1242. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  1243. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  1244. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  1245. CC mca_pmix_pmix4x_la-pmix4x_component.lo
  1246. CC mca_pmix_pmix4x_la-pmix4x.lo
  1247. CC mca_pmix_pmix4x_la-pmix4x_client.lo
  1248. CC mca_pmix_pmix4x_la-pmix4x_local.lo
  1249. CC mca_pmix_pmix4x_la-pmix4x_server_north.lo
  1250. CC mca_pmix_pmix4x_la-pmix4x_server_south.lo
  1251. pmix4x_local.c: In function ‘opal_pmix_pmix4x_check_evars’:
  1252. pmix4x_local.c:140:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1253. asprintf(&tmp, " %s: %s\n %s: %s",
  1254. ^
  1255. pmix4x_local.c:144:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1256. asprintf(&tmp2, "%s\n\n %s: %s\n %s: %s", tmp,
  1257. ^
  1258. pmix4x_client.c: In function ‘pmix4x_client_init’:
  1259. pmix4x_client.c:80:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1260. asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg);
  1261. ^
  1262. pmix4x_server_south.c: In function ‘pmix4x_server_init’:
  1263. pmix4x_server_south.c:112:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1264. asprintf(&dbgvalue, "PMIX_DEBUG=%d", dbg);
  1265. ^
  1266. pmix4x_component.c: In function ‘external_register’:
  1267. pmix4x_component.c:99:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  1268. asprintf(&pmix_library_version,
  1269. ^
  1270. CCLD mca_pmix_pmix4x.la
  1271. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  1272. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  1273. Making all in mca/pstat/linux
  1274. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  1275. CC pstat_linux_component.lo
  1276. CC pstat_linux_module.lo
  1277. CCLD mca_pstat_linux.la
  1278. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  1279. Making all in mca/rcache/grdma
  1280. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  1281. CC rcache_grdma_module.lo
  1282. CC rcache_grdma_component.lo
  1283. CCLD mca_rcache_grdma.la
  1284. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  1285. Making all in mca/reachable/weighted
  1286. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  1287. CC reachable_weighted_component.lo
  1288. CC reachable_weighted.lo
  1289. CCLD mca_reachable_weighted.la
  1290. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  1291. Making all in mca/shmem/mmap
  1292. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  1293. CC shmem_mmap_component.lo
  1294. CC shmem_mmap_module.lo
  1295. CCLD mca_shmem_mmap.la
  1296. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  1297. Making all in mca/shmem/posix
  1298. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  1299. CC shmem_posix_common_utils.lo
  1300. CC shmem_posix_module.lo
  1301. CC shmem_posix_component.lo
  1302. CCLD mca_shmem_posix.la
  1303. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  1304. Making all in mca/shmem/sysv
  1305. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  1306. CC shmem_sysv_component.lo
  1307. CC shmem_sysv_module.lo
  1308. CCLD mca_shmem_sysv.la
  1309. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  1310. Making all in tools/wrappers
  1311. make[2]: Entering directory '/home/ubuntu/ompi/opal/tools/wrappers'
  1312. CC opal_wrapper.o
  1313. GENERATE opal_wrapper.1
  1314. CCLD opal_wrapper
  1315. make[2]: Leaving directory '/home/ubuntu/ompi/opal/tools/wrappers'
  1316. make[1]: Leaving directory '/home/ubuntu/ompi/opal'
  1317. Making all in orte
  1318. make[1]: Entering directory '/home/ubuntu/ompi/orte'
  1319. Making all in include
  1320. make[2]: Entering directory '/home/ubuntu/ompi/orte/include'
  1321. make[2]: Nothing to be done for 'all'.
  1322. make[2]: Leaving directory '/home/ubuntu/ompi/orte/include'
  1323. Making all in mca/common
  1324. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/common'
  1325. make[2]: Nothing to be done for 'all'.
  1326. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/common'
  1327. Making all in mca/errmgr
  1328. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr'
  1329. CC base/errmgr_base_select.lo
  1330. CC base/errmgr_base_fns.lo
  1331. CC base/errmgr_base_frame.lo
  1332. CCLD libmca_errmgr.la
  1333. ar: `u' modifier ignored since `D' is the default (see `U')
  1334. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr'
  1335. Making all in mca/ess
  1336. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess'
  1337. CC base/ess_base_frame.lo
  1338. CC base/ess_base_select.lo
  1339. CC base/ess_base_std_tool.lo
  1340. CC base/ess_base_std_prolog.lo
  1341. CC base/ess_base_get.lo
  1342. CC base/ess_base_std_orted.lo
  1343. CC base/ess_base_fns.lo
  1344. CCLD libmca_ess.la
  1345. ar: `u' modifier ignored since `D' is the default (see `U')
  1346. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess'
  1347. Making all in mca/filem
  1348. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/filem'
  1349. GENERATE orte_filem.7
  1350. CC base/filem_base_fns.lo
  1351. CC base/filem_base_select.lo
  1352. CC base/filem_base_receive.lo
  1353. CC base/filem_base_frame.lo
  1354. CCLD libmca_filem.la
  1355. ar: `u' modifier ignored since `D' is the default (see `U')
  1356. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem'
  1357. Making all in mca/grpcomm
  1358. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  1359. CC base/grpcomm_base_select.lo
  1360. CC base/grpcomm_base_stubs.lo
  1361. CC base/grpcomm_base_frame.lo
  1362. CCLD libmca_grpcomm.la
  1363. ar: `u' modifier ignored since `D' is the default (see `U')
  1364. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  1365. Making all in mca/iof
  1366. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof'
  1367. CC base/iof_base_frame.lo
  1368. CC base/iof_base_setup.lo
  1369. CC base/iof_base_output.lo
  1370. CC base/iof_base_select.lo
  1371. CCLD libmca_iof.la
  1372. ar: `u' modifier ignored since `D' is the default (see `U')
  1373. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof'
  1374. Making all in mca/odls
  1375. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls'
  1376. CC base/odls_base_frame.lo
  1377. CC base/odls_base_select.lo
  1378. CC base/odls_base_default_fns.lo
  1379. CCLD libmca_odls.la
  1380. ar: `u' modifier ignored since `D' is the default (see `U')
  1381. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls'
  1382. Making all in mca/oob
  1383. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/oob'
  1384. CC base/oob_base_stubs.lo
  1385. CC base/oob_base_select.lo
  1386. CC base/oob_base_frame.lo
  1387. CCLD libmca_oob.la
  1388. ar: `u' modifier ignored since `D' is the default (see `U')
  1389. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob'
  1390. Making all in mca/plm
  1391. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm'
  1392. CC base/plm_base_frame.lo
  1393. CC base/plm_base_jobid.lo
  1394. CC base/plm_base_launch_support.lo
  1395. CC base/plm_base_receive.lo
  1396. CC base/plm_base_select.lo
  1397. CC base/plm_base_orted_cmds.lo
  1398. CCLD libmca_plm.la
  1399. ar: `u' modifier ignored since `D' is the default (see `U')
  1400. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm'
  1401. Making all in mca/ras
  1402. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras'
  1403. CC base/ras_base_frame.lo
  1404. CC base/ras_base_node.lo
  1405. CC base/ras_base_allocate.lo
  1406. CC base/ras_base_select.lo
  1407. CCLD libmca_ras.la
  1408. ar: `u' modifier ignored since `D' is the default (see `U')
  1409. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras'
  1410. Making all in mca/regx
  1411. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx'
  1412. CC base/regx_base_default_fns.lo
  1413. CC base/regx_base_select.lo
  1414. CC base/regx_base_frame.lo
  1415. CCLD libmca_regx.la
  1416. ar: `u' modifier ignored since `D' is the default (see `U')
  1417. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx'
  1418. Making all in mca/rmaps
  1419. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps'
  1420. CC base/rmaps_base_frame.lo
  1421. CC base/rmaps_base_select.lo
  1422. CC base/rmaps_base_map_job.lo
  1423. CC base/rmaps_base_support_fns.lo
  1424. CC base/rmaps_base_ranking.lo
  1425. CC base/rmaps_base_print_fns.lo
  1426. CC base/rmaps_base_assign_locations.lo
  1427. CC base/rmaps_base_binding.lo
  1428. CCLD libmca_rmaps.la
  1429. ar: `u' modifier ignored since `D' is the default (see `U')
  1430. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps'
  1431. Making all in mca/rml
  1432. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml'
  1433. CC base/rml_base_frame.lo
  1434. CC base/rml_base_contact.lo
  1435. CC base/rml_base_msg_handlers.lo
  1436. CC base/rml_base_stubs.lo
  1437. CCLD libmca_rml.la
  1438. ar: `u' modifier ignored since `D' is the default (see `U')
  1439. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml'
  1440. Making all in mca/routed
  1441. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed'
  1442. CC base/routed_base_frame.lo
  1443. CC base/routed_base_fns.lo
  1444. CCLD libmca_routed.la
  1445. ar: `u' modifier ignored since `D' is the default (see `U')
  1446. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed'
  1447. Making all in mca/rtc
  1448. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc'
  1449. CC base/rtc_base_frame.lo
  1450. CC base/rtc_base_select.lo
  1451. CC base/rtc_base_stubs.lo
  1452. CCLD libmca_rtc.la
  1453. ar: `u' modifier ignored since `D' is the default (see `U')
  1454. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc'
  1455. Making all in mca/schizo
  1456. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo'
  1457. CC base/schizo_base_frame.lo
  1458. CC base/schizo_base_stubs.lo
  1459. CC base/schizo_base_select.lo
  1460. CCLD libmca_schizo.la
  1461. ar: `u' modifier ignored since `D' is the default (see `U')
  1462. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo'
  1463. Making all in mca/snapc
  1464. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/snapc'
  1465. GENERATE orte_snapc.7
  1466. CC base/snapc_base_select.lo
  1467. CC base/snapc_base_fns.lo
  1468. CC base/snapc_base_frame.lo
  1469. CCLD libmca_snapc.la
  1470. ar: `u' modifier ignored since `D' is the default (see `U')
  1471. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/snapc'
  1472. Making all in mca/sstore
  1473. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/sstore'
  1474. GENERATE orte_sstore.7
  1475. CC base/sstore_base_fns.lo
  1476. CC base/sstore_base_select.lo
  1477. CC base/sstore_base_frame.lo
  1478. CCLD libmca_sstore.la
  1479. ar: `u' modifier ignored since `D' is the default (see `U')
  1480. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/sstore'
  1481. Making all in mca/state
  1482. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state'
  1483. CC base/state_base_frame.lo
  1484. CC base/state_base_select.lo
  1485. CC base/state_base_fns.lo
  1486. CCLD libmca_state.la
  1487. ar: `u' modifier ignored since `D' is the default (see `U')
  1488. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state'
  1489. Making all in etc
  1490. make[2]: Entering directory '/home/ubuntu/ompi/orte/etc'
  1491. make[2]: Nothing to be done for 'all'.
  1492. make[2]: Leaving directory '/home/ubuntu/ompi/orte/etc'
  1493. Making all in .
  1494. make[2]: Entering directory '/home/ubuntu/ompi/orte'
  1495. LEX util/hostfile/hostfile_lex.c
  1496. CC util/context_fns.lo
  1497. CC util/parse_options.lo
  1498. CC util/pre_condition_transports.lo
  1499. CC util/session_dir.lo
  1500. CC util/hnp_contact.lo
  1501. CC util/listener.lo
  1502. CC util/compress.lo
  1503. CC util/attr.lo
  1504. CC util/proc_info.lo
  1505. CC util/error_strings.lo
  1506. CC util/name_fns.lo
  1507. CC util/show_help.lo
  1508. CC orted/orted_main.lo
  1509. CC orted/orted_comm.lo
  1510. CC orted/pmix/pmix_server_fence.lo
  1511. CC orted/pmix/pmix_server_register_fns.lo
  1512. CC orted/liborted_mpir_la-orted_submit.lo
  1513. GENERATE util/hostfile/orte_hosts.7
  1514. CC runtime/data_type_support/orte_dt_compare_fns.lo
  1515. CC orted/pmix/pmix_server_pub.lo
  1516. CC orted/pmix/pmix_server_dyn.lo
  1517. CC runtime/data_type_support/orte_dt_copy_fns.lo
  1518. CC orted/pmix/pmix_server_gen.lo
  1519. CC orted/pmix/pmix_server.lo
  1520. CC runtime/data_type_support/orte_dt_print_fns.lo
  1521. CC util/hostfile/hostfile.lo
  1522. CC runtime/data_type_support/orte_dt_packing_fns.lo
  1523. CC runtime/orte_wait.lo
  1524. CC runtime/orte_mca_params.lo
  1525. CC runtime/data_type_support/orte_dt_unpacking_fns.lo
  1526. CC runtime/orte_cr.lo
  1527. CC runtime/orte_data_server.lo
  1528. CC runtime/orte_info_support.lo
  1529. CC util/hostfile/hostfile_lex.lo
  1530. util/listener.c: In function ‘orte_stop_listening’:
  1531. util/listener.c:222:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1532. write(stop_thread[1], &i, sizeof(int));
  1533. ^
  1534. CC util/dash_host/dash_host.lo
  1535. CC util/comm/comm.lo
  1536. CC runtime/orte_finalize.lo
  1537. CC runtime/orte_init.lo
  1538. CC runtime/orte_locks.lo
  1539. CC runtime/orte_globals.lo
  1540. CC runtime/orte_quit.lo
  1541. orted/orted_submit.c: In function ‘orte_submit_job’:
  1542. orted/orted_submit.c:835:13: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  1543. getcwd(cwd, sizeof(cwd));
  1544. ^
  1545. orted/orted_submit.c: In function ‘process’:
  1546. orted/orted_submit.c:2804:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  1547. getcwd(cwd, OPAL_PATH_MAX);
  1548. ^
  1549. util/hostfile/hostfile_lex.c: In function ‘yy_get_next_buffer’:
  1550. util/hostfile/hostfile_lex.c:1588:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1551. if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1552. ^
  1553. runtime/orte_init.c:130:2: warning: #ident is a GCC extension
  1554. #ident ORTE_IDENT_STRING
  1555. ^
  1556. CCLD liborted_mpir.la
  1557. ar: `u' modifier ignored since `D' is the default (see `U')
  1558. CCLD libopen-rte.la
  1559. make[2]: Leaving directory '/home/ubuntu/ompi/orte'
  1560. Making all in mca/errmgr/default_app
  1561. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  1562. CC errmgr_default_app.lo
  1563. CC errmgr_default_app_component.lo
  1564. CCLD mca_errmgr_default_app.la
  1565. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  1566. Making all in mca/errmgr/default_hnp
  1567. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  1568. CC errmgr_default_hnp_component.lo
  1569. CC errmgr_default_hnp.lo
  1570. CCLD mca_errmgr_default_hnp.la
  1571. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  1572. Making all in mca/errmgr/default_orted
  1573. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  1574. CC errmgr_default_orted_component.lo
  1575. CC errmgr_default_orted.lo
  1576. CCLD mca_errmgr_default_orted.la
  1577. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  1578. Making all in mca/errmgr/default_tool
  1579. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  1580. CC errmgr_default_tool_component.lo
  1581. CC errmgr_default_tool.lo
  1582. CCLD mca_errmgr_default_tool.la
  1583. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  1584. Making all in mca/ess/env
  1585. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/env'
  1586. CC ess_env_component.lo
  1587. CC ess_env_module.lo
  1588. CCLD mca_ess_env.la
  1589. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/env'
  1590. Making all in mca/ess/hnp
  1591. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  1592. CC ess_hnp_component.lo
  1593. CC ess_hnp_module.lo
  1594. ess_hnp_module.c: In function ‘rte_init’:
  1595. ess_hnp_module.c:171:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
  1596. pipe(term_pipe);
  1597. ^
  1598. ess_hnp_module.c: In function ‘abort_signal_callback’:
  1599. ess_hnp_module.c:988:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1600. write(1, (void*)msg, strlen(msg));
  1601. ^
  1602. ess_hnp_module.c:993:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1603. write(term_pipe[1], &foo, 1);
  1604. ^
  1605. CCLD mca_ess_hnp.la
  1606. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  1607. Making all in mca/ess/pmi
  1608. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  1609. CC ess_pmi_component.lo
  1610. CC ess_pmi_module.lo
  1611. CCLD mca_ess_pmi.la
  1612. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  1613. Making all in mca/ess/singleton
  1614. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  1615. CC ess_singleton_component.lo
  1616. CC ess_singleton_module.lo
  1617. CCLD mca_ess_singleton.la
  1618. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  1619. Making all in mca/ess/tool
  1620. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  1621. CC ess_tool_component.lo
  1622. CC ess_tool_module.lo
  1623. CCLD mca_ess_tool.la
  1624. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  1625. Making all in mca/ess/slurm
  1626. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  1627. CC ess_slurm_component.lo
  1628. CC ess_slurm_module.lo
  1629. CCLD mca_ess_slurm.la
  1630. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  1631. Making all in mca/filem/raw
  1632. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  1633. CC filem_raw_component.lo
  1634. CC filem_raw_module.lo
  1635. CCLD mca_filem_raw.la
  1636. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  1637. Making all in mca/grpcomm/direct
  1638. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  1639. CC grpcomm_direct.lo
  1640. CC grpcomm_direct_component.lo
  1641. CCLD mca_grpcomm_direct.la
  1642. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  1643. Making all in mca/iof/hnp
  1644. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  1645. CC iof_hnp.lo
  1646. CC iof_hnp_component.lo
  1647. CC iof_hnp_read.lo
  1648. CC iof_hnp_receive.lo
  1649. CC iof_hnp_send.lo
  1650. CCLD mca_iof_hnp.la
  1651. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  1652. Making all in mca/iof/orted
  1653. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  1654. CC iof_orted.lo
  1655. CC iof_orted_component.lo
  1656. CC iof_orted_receive.lo
  1657. CC iof_orted_read.lo
  1658. CCLD mca_iof_orted.la
  1659. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  1660. Making all in mca/iof/tool
  1661. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  1662. CC iof_tool.lo
  1663. CC iof_tool_component.lo
  1664. CC iof_tool_receive.lo
  1665. CCLD mca_iof_tool.la
  1666. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  1667. Making all in mca/odls/default
  1668. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/default'
  1669. CC odls_default_component.lo
  1670. CC odls_default_module.lo
  1671. odls_default_module.c: In function ‘do_child’:
  1672. odls_default_module.c:457:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  1673. getcwd(dir, sizeof(dir));
  1674. ^
  1675. CCLD mca_odls_default.la
  1676. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/default'
  1677. Making all in mca/odls/pspawn
  1678. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  1679. CC odls_pspawn_component.lo
  1680. CC odls_pspawn.lo
  1681. CCLD mca_odls_pspawn.la
  1682. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  1683. Making all in mca/oob/tcp
  1684. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  1685. CC oob_tcp_component.lo
  1686. CC oob_tcp.lo
  1687. CC oob_tcp_listener.lo
  1688. CC oob_tcp_connection.lo
  1689. CC oob_tcp_sendrecv.lo
  1690. CC oob_tcp_common.lo
  1691. oob_tcp_component.c: In function ‘component_shutdown’:
  1692. oob_tcp_component.c:729:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1693. write(mca_oob_tcp_component.stop_thread[1], &i, sizeof(int));
  1694. ^
  1695. CCLD mca_oob_tcp.la
  1696. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  1697. Making all in mca/plm/isolated
  1698. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  1699. CC plm_isolated_component.lo
  1700. CC plm_isolated.lo
  1701. CCLD mca_plm_isolated.la
  1702. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  1703. Making all in mca/plm/rsh
  1704. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  1705. CC plm_rsh_component.lo
  1706. CC plm_rsh_module.lo
  1707. plm_rsh_component.c: In function ‘orte_plm_rsh_search’:
  1708. plm_rsh_component.c:367:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
  1709. getcwd(cwd, OPAL_PATH_MAX);
  1710. ^
  1711. CCLD mca_plm_rsh.la
  1712. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  1713. Making all in mca/plm/slurm
  1714. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  1715. CC plm_slurm_module.lo
  1716. CC plm_slurm_component.lo
  1717. CCLD mca_plm_slurm.la
  1718. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  1719. Making all in mca/ras/simulator
  1720. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  1721. CC ras_sim_component.lo
  1722. CC ras_sim_module.lo
  1723. CCLD mca_ras_simulator.la
  1724. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  1725. Making all in mca/ras/slurm
  1726. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  1727. CC ras_slurm_component.lo
  1728. CC ras_slurm_module.lo
  1729. CCLD mca_ras_slurm.la
  1730. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  1731. Making all in mca/regx/fwd
  1732. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  1733. CC regx_fwd_component.lo
  1734. CC regx_fwd.lo
  1735. CCLD mca_regx_fwd.la
  1736. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  1737. Making all in mca/regx/reverse
  1738. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  1739. CC regx_reverse_component.lo
  1740. CC regx_reverse.lo
  1741. CCLD mca_regx_reverse.la
  1742. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  1743. Making all in mca/rmaps/mindist
  1744. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  1745. CC rmaps_mindist_module.lo
  1746. CC rmaps_mindist_component.lo
  1747. CCLD mca_rmaps_mindist.la
  1748. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  1749. Making all in mca/rmaps/ppr
  1750. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  1751. CC rmaps_ppr.lo
  1752. CC rmaps_ppr_component.lo
  1753. CCLD mca_rmaps_ppr.la
  1754. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  1755. Making all in mca/rmaps/rank_file
  1756. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  1757. CC rmaps_rank_file.lo
  1758. LEX rmaps_rank_file_lex.c
  1759. CC rmaps_rank_file_component.lo
  1760. CC rmaps_rank_file_lex.lo
  1761. rmaps_rank_file_lex.c: In function ‘yy_get_next_buffer’:
  1762. rmaps_rank_file_lex.c:1359:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1763. if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1764. ^
  1765. CCLD mca_rmaps_rank_file.la
  1766. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  1767. Making all in mca/rmaps/resilient
  1768. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  1769. CC rmaps_resilient.lo
  1770. CC rmaps_resilient_component.lo
  1771. CCLD mca_rmaps_resilient.la
  1772. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  1773. Making all in mca/rmaps/round_robin
  1774. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  1775. CC rmaps_rr_component.lo
  1776. CC rmaps_rr.lo
  1777. CC rmaps_rr_mappers.lo
  1778. CC rmaps_rr_assign.lo
  1779. CCLD mca_rmaps_round_robin.la
  1780. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  1781. Making all in mca/rmaps/seq
  1782. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  1783. CC rmaps_seq.lo
  1784. CC rmaps_seq_component.lo
  1785. CCLD mca_rmaps_seq.la
  1786. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  1787. Making all in mca/rml/oob
  1788. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  1789. CC rml_oob_component.lo
  1790. CC rml_oob_send.lo
  1791. CCLD mca_rml_oob.la
  1792. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  1793. Making all in mca/rml/ofi
  1794. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  1795. CC rml_ofi_component.lo
  1796. CC rml_ofi_send.lo
  1797. CCLD mca_rml_ofi.la
  1798. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  1799. Making all in mca/routed/binomial
  1800. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  1801. CC routed_binomial.lo
  1802. CC routed_binomial_component.lo
  1803. CCLD mca_routed_binomial.la
  1804. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  1805. Making all in mca/routed/debruijn
  1806. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  1807. CC routed_debruijn.lo
  1808. CC routed_debruijn_component.lo
  1809. CCLD mca_routed_debruijn.la
  1810. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  1811. Making all in mca/routed/direct
  1812. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  1813. CC routed_direct.lo
  1814. CC routed_direct_component.lo
  1815. CCLD mca_routed_direct.la
  1816. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  1817. Making all in mca/routed/radix
  1818. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  1819. CC routed_radix.lo
  1820. CC routed_radix_component.lo
  1821. CCLD mca_routed_radix.la
  1822. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  1823. Making all in mca/rtc/hwloc
  1824. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  1825. CC rtc_hwloc.lo
  1826. CC rtc_hwloc_component.lo
  1827. CCLD mca_rtc_hwloc.la
  1828. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  1829. Making all in mca/schizo/flux
  1830. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  1831. CC schizo_flux_component.lo
  1832. CC schizo_flux.lo
  1833. CCLD mca_schizo_flux.la
  1834. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  1835. Making all in mca/schizo/ompi
  1836. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  1837. CC schizo_ompi_component.lo
  1838. CC schizo_ompi.lo
  1839. CCLD mca_schizo_ompi.la
  1840. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  1841. Making all in mca/schizo/orte
  1842. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  1843. CC schizo_orte_component.lo
  1844. CC schizo_orte.lo
  1845. CCLD mca_schizo_orte.la
  1846. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  1847. Making all in mca/schizo/slurm
  1848. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  1849. CC schizo_slurm_component.lo
  1850. CC schizo_slurm.lo
  1851. CCLD mca_schizo_slurm.la
  1852. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  1853. Making all in mca/state/app
  1854. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/app'
  1855. CC state_app_component.lo
  1856. CC state_app.lo
  1857. CCLD mca_state_app.la
  1858. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/app'
  1859. Making all in mca/state/hnp
  1860. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  1861. CC state_hnp_component.lo
  1862. CC state_hnp.lo
  1863. CCLD mca_state_hnp.la
  1864. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  1865. Making all in mca/state/novm
  1866. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/novm'
  1867. CC state_novm_component.lo
  1868. CC state_novm.lo
  1869. CCLD mca_state_novm.la
  1870. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/novm'
  1871. Making all in mca/state/orted
  1872. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/orted'
  1873. CC state_orted_component.lo
  1874. CC state_orted.lo
  1875. CCLD mca_state_orted.la
  1876. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/orted'
  1877. Making all in mca/state/tool
  1878. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/tool'
  1879. CC state_tool_component.lo
  1880. CC state_tool.lo
  1881. CCLD mca_state_tool.la
  1882. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/tool'
  1883. Making all in tools/orte-clean
  1884. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  1885. CC orte-clean.o
  1886. GENERATE orte-clean.1
  1887. orte-clean.c: In function ‘main’:
  1888. orte-clean.c:188:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
  1889. system(legacy);
  1890. ^
  1891. CCLD orte-clean
  1892. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  1893. Making all in tools/orted
  1894. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orted'
  1895. CC orted.o
  1896. GENERATE orted.1
  1897. CCLD orted
  1898. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orted'
  1899. Making all in tools/orterun
  1900. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orterun'
  1901. CC main.o
  1902. CC orterun.o
  1903. GENERATE orterun.1
  1904. CCLD orterun
  1905. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orterun'
  1906. Making all in tools/wrappers
  1907. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/wrappers'
  1908. make[2]: Nothing to be done for 'all'.
  1909. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/wrappers'
  1910. Making all in tools/orte-info
  1911. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-info'
  1912. CC orte-info.o
  1913. CC output.o
  1914. GENERATE orte-info.1
  1915. CC version.o
  1916. CC components.o
  1917. CC param.o
  1918. CCLD orte-info
  1919. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-info'
  1920. Making all in tools/orte-server
  1921. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-server'
  1922. CC orte-server.o
  1923. GENERATE orte-server.1
  1924. CCLD orte-server
  1925. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-server'
  1926. make[1]: Leaving directory '/home/ubuntu/ompi/orte'
  1927. Making all in ompi
  1928. make[1]: Entering directory '/home/ubuntu/ompi/ompi'
  1929. Making all in include
  1930. make[2]: Entering directory '/home/ubuntu/ompi/ompi/include'
  1931. make all-am
  1932. make[3]: Entering directory '/home/ubuntu/ompi/ompi/include'
  1933. GENERATE mpif-sizeof.h
  1934. GENERATE mpif-c-constants-decl.h
  1935. LN_S mpi_portable_platform.h
  1936. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/include'
  1937. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/include'
  1938. Making all in datatype
  1939. make[2]: Entering directory '/home/ubuntu/ompi/ompi/datatype'
  1940. CC ompi_datatype_create.lo
  1941. CC ompi_datatype_args.lo
  1942. CC ompi_datatype_create_subarray.lo
  1943. CC ompi_datatype_sndrcv.lo
  1944. CC ompi_datatype_create_contiguous.lo
  1945. CC ompi_datatype_create_darray.lo
  1946. CC ompi_datatype_external.lo
  1947. CC ompi_datatype_external32.lo
  1948. CC ompi_datatype_create_indexed.lo
  1949. CC ompi_datatype_match_size.lo
  1950. CC ompi_datatype_module.lo
  1951. CC ompi_datatype_create_vector.lo
  1952. CC ompi_datatype_get_elements.lo
  1953. CC ompi_datatype_create_struct.lo
  1954. CCLD libdatatype.la
  1955. ar: `u' modifier ignored since `D' is the default (see `U')
  1956. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/datatype'
  1957. Making all in debuggers
  1958. make[2]: Entering directory '/home/ubuntu/ompi/ompi/debuggers'
  1959. CC libdebuggers_la-ompi_debuggers.lo
  1960. CC ompi_debugger_canary.lo
  1961. CC libompi_dbg_msgq_la-ompi_common_dll.lo
  1962. CC libompi_dbg_msgq_la-ompi_msgq_dll.lo
  1963. CCLD libompi_debugger_canary.la
  1964. CCLD libompi_dbg_msgq.la
  1965. ar: `u' modifier ignored since `D' is the default (see `U')
  1966. CCLD libdebuggers.la
  1967. ar: `u' modifier ignored since `D' is the default (see `U')
  1968. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/debuggers'
  1969. Making all in etc
  1970. make[2]: Entering directory '/home/ubuntu/ompi/ompi/etc'
  1971. make[2]: Nothing to be done for 'all'.
  1972. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/etc'
  1973. Making all in mpi/c
  1974. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c'
  1975. Making all in profile
  1976. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  1977. LN_S padd_error_class.c
  1978. LN_S pabort.c
  1979. LN_S padd_error_string.c
  1980. LN_S pallgatherv.c
  1981. LN_S piallgather.c
  1982. LN_S padd_error_code.c
  1983. LN_S piallreduce.c
  1984. LN_S pallreduce.c
  1985. LN_S pallgather.c
  1986. LN_S pcartdim_get.c
  1987. LN_S palltoall.c
  1988. LN_S pialltoall.c
  1989. LN_S pcart_create.c
  1990. LN_S pbuffer_detach.c
  1991. LN_S pialltoallv.c
  1992. LN_S piallgatherv.c
  1993. LN_S pcancel.c
  1994. LN_S pbuffer_attach.c
  1995. LN_S palltoallw.c
  1996. LN_S pattr_delete.c
  1997. LN_S pbcast.c
  1998. LN_S pcart_coords.c
  1999. LN_S palloc_mem.c
  2000. LN_S pialltoallw.c
  2001. LN_S pibcast.c
  2002. LN_S pbsend_init.c
  2003. LN_S palltoallv.c
  2004. LN_S pattr_get.c
  2005. LN_S pbarrier.c
  2006. LN_S pbsend.c
  2007. LN_S pibarrier.c
  2008. LN_S pattr_put.c
  2009. LN_S pcart_get.c
  2010. LN_S pcart_map.c
  2011. LN_S pcart_rank.c
  2012. LN_S pcomm_idup.c
  2013. LN_S pcomm_connect.c
  2014. LN_S pcomm_f2c.c
  2015. LN_S pcart_sub.c
  2016. LN_S pcomm_create_keyval.c
  2017. LN_S pcomm_delete_attr.c
  2018. LN_S pcomm_create_errhandler.c
  2019. LN_S pcomm_accept.c
  2020. LN_S pcomm_call_errhandler.c
  2021. LN_S pcart_shift.c
  2022. LN_S pcomm_compare.c
  2023. LN_S pcomm_disconnect.c
  2024. LN_S pcomm_c2f.c
  2025. LN_S pcomm_create.c
  2026. LN_S pcomm_free_keyval.c
  2027. LN_S pclose_port.c
  2028. LN_S pcomm_create_group.c
  2029. LN_S pcomm_get_attr.c
  2030. LN_S pcomm_dup_with_info.c
  2031. LN_S pcomm_free.c
  2032. LN_S pcomm_get_errhandler.c
  2033. LN_S pcomm_dup.c
  2034. LN_S pcomm_get_info.c
  2035. LN_S pcomm_group.c
  2036. LN_S pcomm_get_name.c
  2037. LN_S pcomm_join.c
  2038. LN_S pcomm_rank.c
  2039. LN_S pcomm_set_info.c
  2040. LN_S pcomm_set_attr.c
  2041. LN_S pcomm_remote_group.c
  2042. LN_S pcomm_remote_size.c
  2043. LN_S pcomm_get_parent.c
  2044. LN_S pdist_graph_neighbors.c
  2045. LN_S pcomm_set_errhandler.c
  2046. LN_S pdist_graph_create_adjacent.c
  2047. LN_S pdist_graph_create.c
  2048. LN_S pdist_graph_neighbors_count.c
  2049. LN_S pcomm_spawn.c
  2050. LN_S pcomm_spawn_multiple.c
  2051. LN_S pcomm_split_type.c
  2052. LN_S pcomm_split.c
  2053. LN_S pcomm_size.c
  2054. LN_S pcomm_set_name.c
  2055. LN_S pcomm_test_inter.c
  2056. LN_S pdims_create.c
  2057. LN_S perrhandler_free.c
  2058. LN_S perrhandler_c2f.c
  2059. LN_S perrhandler_f2c.c
  2060. LN_S pcompare_and_swap.c
  2061. LN_S perror_class.c
  2062. LN_S pexscan.c
  2063. LN_S perror_string.c
  2064. LN_S pfetch_and_op.c
  2065. LN_S pfile_c2f.c
  2066. LN_S pfile_close.c
  2067. LN_S piexscan.c
  2068. LN_S pfile_call_errhandler.c
  2069. LN_S pfile_delete.c
  2070. LN_S pfile_create_errhandler.c
  2071. LN_S pfile_f2c.c
  2072. LN_S pfile_get_atomicity.c
  2073. LN_S pfile_get_amode.c
  2074. LN_S pfile_get_byte_offset.c
  2075. LN_S pfile_get_info.c
  2076. LN_S pfile_get_errhandler.c
  2077. LN_S pfile_get_group.c
  2078. LN_S pfile_get_position.c
  2079. LN_S pfile_get_position_shared.c
  2080. LN_S pfile_get_size.c
  2081. LN_S pfile_get_type_extent.c
  2082. LN_S pfile_iread_at.c
  2083. LN_S pfile_iread_at_all.c
  2084. LN_S pfile_get_view.c
  2085. LN_S pfile_iread.c
  2086. LN_S pfile_iread_all.c
  2087. LN_S pfile_iwrite.c
  2088. LN_S pfile_iwrite_shared.c
  2089. LN_S pfile_open.c
  2090. LN_S pfile_preallocate.c
  2091. LN_S pfile_iread_shared.c
  2092. LN_S pfile_iwrite_at_all.c
  2093. LN_S pfile_iwrite_at.c
  2094. LN_S pfile_read_all.c
  2095. LN_S pfile_iwrite_all.c
  2096. LN_S pfile_read_all_end.c
  2097. LN_S pfile_read_at.c
  2098. LN_S pfile_read_all_begin.c
  2099. LN_S pfile_read_at_all_begin.c
  2100. LN_S pfile_read.c
  2101. LN_S pfile_read_at_all.c
  2102. LN_S pfile_read_at_all_end.c
  2103. LN_S pfile_read_ordered_begin.c
  2104. LN_S pfile_read_ordered.c
  2105. LN_S pfile_seek_shared.c
  2106. LN_S pfile_read_shared.c
  2107. LN_S pfile_read_ordered_end.c
  2108. LN_S pfile_seek.c
  2109. LN_S pfile_set_info.c
  2110. LN_S pfile_set_errhandler.c
  2111. LN_S pfile_set_view.c
  2112. LN_S pfile_sync.c
  2113. LN_S pfile_set_size.c
  2114. LN_S pfile_set_atomicity.c
  2115. LN_S pfile_write_all_end.c
  2116. LN_S pfile_write_all_begin.c
  2117. LN_S pfile_write_at_all_begin.c
  2118. LN_S pfile_write_at_all.c
  2119. LN_S pfile_write_all.c
  2120. LN_S pfile_write_ordered_begin.c
  2121. LN_S pfile_write.c
  2122. LN_S pfile_write_at_all_end.c
  2123. LN_S pfile_write_ordered.c
  2124. LN_S pfile_write_at.c
  2125. LN_S pfile_write_shared.c
  2126. LN_S pget_count.c
  2127. LN_S pgatherv.c
  2128. LN_S pigatherv.c
  2129. LN_S pget_accumulate.c
  2130. LN_S pget_address.c
  2131. LN_S pgather.c
  2132. LN_S pfinalized.c
  2133. LN_S pget_processor_name.c
  2134. LN_S pget_library_version.c
  2135. LN_S pfree_mem.c
  2136. LN_S pfinalize.c
  2137. LN_S pigather.c
  2138. LN_S pget_elements_x.c
  2139. LN_S pget_elements.c
  2140. LN_S pgraph_create.c
  2141. LN_S pfile_write_ordered_end.c
  2142. LN_S pget_version.c
  2143. LN_S pgraph_neighbors_count.c
  2144. LN_S pgraph_get.c
  2145. LN_S pgraphdims_get.c
  2146. LN_S pgrequest_complete.c
  2147. LN_S pgraph_neighbors.c
  2148. LN_S pgraph_map.c
  2149. LN_S pgroup_c2f.c
  2150. LN_S pgroup_difference.c
  2151. LN_S pgroup_compare.c
  2152. LN_S pgrequest_start.c
  2153. LN_S pgroup_f2c.c
  2154. LN_S pgroup_excl.c
  2155. LN_S pgroup_incl.c
  2156. LN_S pgroup_range_excl.c
  2157. LN_S pgroup_intersection.c
  2158. LN_S pgroup_range_incl.c
  2159. LN_S pgroup_free.c
  2160. LN_S pgroup_size.c
  2161. LN_S pgroup_rank.c
  2162. LN_S pinfo_create.c
  2163. LN_S pinfo_delete.c
  2164. LN_S pinfo_f2c.c
  2165. LN_S pgroup_translate_ranks.c
  2166. LN_S pgroup_union.c
  2167. LN_S pibsend.c
  2168. LN_S pinfo_free.c
  2169. LN_S pimprobe.c
  2170. LN_S pinfo_dup.c
  2171. LN_S pinfo_c2f.c
  2172. LN_S pimrecv.c
  2173. LN_S pinfo_get.c
  2174. LN_S pinfo_get_nthkey.c
  2175. LN_S pinfo_set.c
  2176. LN_S pinfo_get_nkeys.c
  2177. LN_S pinit.c
  2178. LN_S pintercomm_create.c
  2179. LN_S pinit_thread.c
  2180. LN_S pintercomm_merge.c
  2181. LN_S pinfo_get_valuelen.c
  2182. LN_S pinitialized.c
  2183. LN_S pirecv.c
  2184. LN_S pirsend.c
  2185. LN_S pis_thread_main.c
  2186. LN_S piprobe.c
  2187. LN_S pisend.c
  2188. LN_S pissend.c
  2189. LN_S plookup_name.c
  2190. LN_S pmessage_f2c.c
  2191. LN_S pmessage_c2f.c
  2192. LN_S pmprobe.c
  2193. LN_S pneighbor_allgather.c
  2194. LN_S pneighbor_alltoall.c
  2195. LN_S pineighbor_allgather.c
  2196. LN_S pneighbor_alltoallv.c
  2197. LN_S pmrecv.c
  2198. LN_S pneighbor_alltoallw.c
  2199. LN_S pineighbor_alltoallv.c
  2200. LN_S pneighbor_allgatherv.c
  2201. LN_S pineighbor_allgatherv.c
  2202. LN_S pineighbor_alltoall.c
  2203. LN_S pkeyval_free.c
  2204. LN_S pkeyval_create.c
  2205. LN_S pineighbor_alltoallw.c
  2206. LN_S pop_c2f.c
  2207. LN_S pop_f2c.c
  2208. LN_S pop_commutative.c
  2209. LN_S pop_free.c
  2210. LN_S popen_port.c
  2211. LN_S pop_create.c
  2212. LN_S ppack_external.c
  2213. LN_S ppack_external_size.c
  2214. LN_S ppack.c
  2215. LN_S ppack_size.c
  2216. LN_S ppcontrol.c
  2217. LN_S pprobe.c
  2218. LN_S ppublish_name.c
  2219. LN_S praccumulate.c
  2220. LN_S pquery_thread.c
  2221. LN_S precv_init.c
  2222. LN_S preduce.c
  2223. LN_S preduce_scatter_block.c
  2224. LN_S pregister_datarep.c
  2225. LN_S precv.c
  2226. LN_S pireduce_scatter_block.c
  2227. LN_S pireduce_scatter.c
  2228. LN_S preduce_local.c
  2229. LN_S pireduce.c
  2230. LN_S preduce_scatter.c
  2231. LN_S prequest_c2f.c
  2232. LN_S prequest_f2c.c
  2233. LN_S prequest_free.c
  2234. LN_S pscan.c
  2235. LN_S prequest_get_status.c
  2236. LN_S prput.c
  2237. LN_S prget.c
  2238. LN_S prget_accumulate.c
  2239. LN_S prsend_init.c
  2240. LN_S prsend.c
  2241. LN_S pscatter.c
  2242. LN_S pscatterv.c
  2243. LN_S piscatter.c
  2244. LN_S piscatterv.c
  2245. LN_S psend.c
  2246. LN_S psend_init.c
  2247. LN_S piscan.c
  2248. LN_S psendrecv_replace.c
  2249. LN_S psendrecv.c
  2250. LN_S pssend.c
  2251. LN_S pstart.c
  2252. LN_S pssend_init.c
  2253. LN_S pstartall.c
  2254. LN_S pstatus_c2f.c
  2255. LN_S pstatus_set_elements.c
  2256. LN_S pstatus_f2c.c
  2257. LN_S pstatus_set_cancelled.c
  2258. LN_S pstatus_set_elements_x.c
  2259. LN_S ptest_cancelled.c
  2260. LN_S ptest.c
  2261. LN_S ptestall.c
  2262. LN_S ptestany.c
  2263. LN_S ptopo_test.c
  2264. LN_S ptestsome.c
  2265. LN_S ptype_contiguous.c
  2266. LN_S ptype_create_darray.c
  2267. LN_S ptype_c2f.c
  2268. LN_S ptype_create_f90_complex.c
  2269. LN_S ptype_commit.c
  2270. LN_S ptype_create_hindexed.c
  2271. LN_S ptype_create_f90_real.c
  2272. LN_S ptype_create_f90_integer.c
  2273. LN_S ptype_delete_attr.c
  2274. LN_S ptype_create_struct.c
  2275. LN_S ptype_dup.c
  2276. LN_S ptype_create_indexed_block.c
  2277. LN_S ptype_create_subarray.c
  2278. LN_S ptype_create_hindexed_block.c
  2279. LN_S ptype_create_hvector.c
  2280. LN_S ptype_f2c.c
  2281. LN_S ptype_create_resized.c
  2282. LN_S ptype_free.c
  2283. LN_S ptype_get_attr.c
  2284. LN_S ptype_free_keyval.c
  2285. LN_S ptype_create_keyval.c
  2286. LN_S ptype_get_envelope.c
  2287. LN_S ptype_get_contents.c
  2288. LN_S ptype_size.c
  2289. LN_S ptype_match_size.c
  2290. LN_S ptype_get_true_extent_x.c
  2291. LN_S ptype_get_extent_x.c
  2292. LN_S ptype_indexed.c
  2293. LN_S ptype_get_true_extent.c
  2294. LN_S ptype_get_name.c
  2295. LN_S ptype_get_extent.c
  2296. LN_S punpack.c
  2297. LN_S ptype_set_attr.c
  2298. LN_S ptype_size_x.c
  2299. LN_S ptype_set_name.c
  2300. LN_S punpack_external.c
  2301. LN_S punpublish_name.c
  2302. LN_S ptype_vector.c
  2303. LN_S pwtick.c
  2304. LN_S pwaitsome.c
  2305. LN_S pwaitall.c
  2306. LN_S pwait.c
  2307. LN_S pwin_allocate_shared.c
  2308. LN_S pwin_attach.c
  2309. LN_S pwaitany.c
  2310. LN_S paccumulate.c
  2311. LN_S pget.c
  2312. LN_S pwin_allocate.c
  2313. LN_S pwin_call_errhandler.c
  2314. LN_S pwin_c2f.c
  2315. LN_S pput.c
  2316. LN_S pwin_create_errhandler.c
  2317. LN_S pwin_complete.c
  2318. LN_S pwin_create.c
  2319. LN_S pwin_detach.c
  2320. LN_S pwin_create_keyval.c
  2321. LN_S pwtime.c
  2322. LN_S pwin_delete_attr.c
  2323. LN_S pwin_create_dynamic.c
  2324. LN_S pwin_f2c.c
  2325. LN_S pwin_fence.c
  2326. LN_S pwin_get_errhandler.c
  2327. LN_S pwin_flush.c
  2328. LN_S pwin_flush_all.c
  2329. LN_S pwin_get_group.c
  2330. LN_S pwin_flush_local.c
  2331. LN_S pwin_flush_local_all.c
  2332. LN_S pwin_free_keyval.c
  2333. LN_S pwin_get_attr.c
  2334. LN_S pwin_get_info.c
  2335. LN_S pwin_free.c
  2336. LN_S pwin_lock.c
  2337. LN_S pwin_get_name.c
  2338. CC pabort.lo
  2339. LN_S pwin_set_errhandler.c
  2340. LN_S pwin_start.c
  2341. LN_S pwin_lock_all.c
  2342. LN_S pwin_set_attr.c
  2343. LN_S pwin_set_info.c
  2344. LN_S pwin_set_name.c
  2345. LN_S pwin_post.c
  2346. LN_S pwin_sync.c
  2347. LN_S pwin_unlock.c
  2348. CC padd_error_class.lo
  2349. CC padd_error_code.lo
  2350. LN_S pwin_shared_query.c
  2351. LN_S pwin_test.c
  2352. LN_S pwin_unlock_all.c
  2353. LN_S pwin_wait.c
  2354. CC padd_error_string.lo
  2355. CC pallgatherv.lo
  2356. CC piallgatherv.lo
  2357. CC pallgather.lo
  2358. CC piallgather.lo
  2359. CC palloc_mem.lo
  2360. CC piallreduce.lo
  2361. CC palltoall.lo
  2362. CC pallreduce.lo
  2363. CC pialltoall.lo
  2364. CC palltoallv.lo
  2365. CC palltoallw.lo
  2366. CC pialltoallw.lo
  2367. CC pialltoallv.lo
  2368. CC pattr_get.lo
  2369. CC pattr_delete.lo
  2370. CC pattr_put.lo
  2371. CC pibarrier.lo
  2372. CC pbcast.lo
  2373. CC pibcast.lo
  2374. CC pbsend.lo
  2375. CC pbuffer_attach.lo
  2376. CC pbsend_init.lo
  2377. CC pbuffer_detach.lo
  2378. CC pbarrier.lo
  2379. CC pcartdim_get.lo
  2380. CC pcart_create.lo
  2381. CC pcart_coords.lo
  2382. CC pcancel.lo
  2383. CC pcart_get.lo
  2384. CC pcart_map.lo
  2385. CC pcart_rank.lo
  2386. CC pcart_shift.lo
  2387. CC pcart_sub.lo
  2388. CC pcomm_accept.lo
  2389. CC pcomm_c2f.lo
  2390. CC pclose_port.lo
  2391. CC pcomm_call_errhandler.lo
  2392. CC pcomm_compare.lo
  2393. CC pcomm_connect.lo
  2394. CC pcomm_create.lo
  2395. CC pcomm_create_errhandler.lo
  2396. CC pcomm_create_group.lo
  2397. CC pcomm_delete_attr.lo
  2398. CC pcomm_create_keyval.lo
  2399. CC pcomm_disconnect.lo
  2400. CC pcomm_dup.lo
  2401. CC pcomm_dup_with_info.lo
  2402. CC pcomm_idup.lo
  2403. CC pcomm_free.lo
  2404. CC pcomm_get_attr.lo
  2405. CC pcomm_f2c.lo
  2406. CC pcomm_free_keyval.lo
  2407. CC pcomm_get_errhandler.lo
  2408. CC pcomm_get_info.lo
  2409. CC pcomm_get_name.lo
  2410. CC pcomm_get_parent.lo
  2411. CC pcomm_group.lo
  2412. CC pcomm_join.lo
  2413. CC pcomm_rank.lo
  2414. CC pcomm_remote_group.lo
  2415. CC pcomm_remote_size.lo
  2416. CC pcomm_set_attr.lo
  2417. CC pcomm_set_info.lo
  2418. CC pdist_graph_create_adjacent.lo
  2419. CC pdist_graph_neighbors.lo
  2420. CC pdist_graph_neighbors_count.lo
  2421. CC pdist_graph_create.lo
  2422. CC pcomm_set_errhandler.lo
  2423. CC pcomm_set_name.lo
  2424. CC pcomm_size.lo
  2425. CC pcomm_spawn.lo
  2426. CC pcomm_spawn_multiple.lo
  2427. CC pcomm_split.lo
  2428. CC pcomm_split_type.lo
  2429. CC pcompare_and_swap.lo
  2430. CC pcomm_test_inter.lo
  2431. CC pdims_create.lo
  2432. CC perrhandler_c2f.lo
  2433. CC perrhandler_f2c.lo
  2434. CC perror_class.lo
  2435. CC perror_string.lo
  2436. CC perrhandler_free.lo
  2437. CC pexscan.lo
  2438. CC pfetch_and_op.lo
  2439. CC piexscan.lo
  2440. CC pfile_call_errhandler.lo
  2441. CC pfile_c2f.lo
  2442. CC pfile_close.lo
  2443. CC pfile_create_errhandler.lo
  2444. CC pfile_delete.lo
  2445. CC pfile_f2c.lo
  2446. CC pfile_get_amode.lo
  2447. CC pfile_get_atomicity.lo
  2448. CC pfile_get_byte_offset.lo
  2449. CC pfile_get_errhandler.lo
  2450. CC pfile_get_group.lo
  2451. CC pfile_get_info.lo
  2452. CC pfile_get_position.lo
  2453. CC pfile_get_size.lo
  2454. CC pfile_get_position_shared.lo
  2455. CC pfile_get_type_extent.lo
  2456. CC pfile_get_view.lo
  2457. CC pfile_iread_at.lo
  2458. CC pfile_iread.lo
  2459. CC pfile_iread_at_all.lo
  2460. CC pfile_iread_shared.lo
  2461. CC pfile_iread_all.lo
  2462. CC pfile_iwrite.lo
  2463. CC pfile_iwrite_at.lo
  2464. CC pfile_iwrite_at_all.lo
  2465. CC pfile_iwrite_all.lo
  2466. CC pfile_iwrite_shared.lo
  2467. CC pfile_open.lo
  2468. CC pfile_preallocate.lo
  2469. CC pfile_read_all_begin.lo
  2470. CC pfile_read_all.lo
  2471. CC pfile_read_all_end.lo
  2472. CC pfile_read_at_all_begin.lo
  2473. CC pfile_read_at_all.lo
  2474. CC pfile_read_at_all_end.lo
  2475. CC pfile_read_at.lo
  2476. CC pfile_read.lo
  2477. CC pfile_read_ordered_begin.lo
  2478. CC pfile_read_ordered.lo
  2479. CC pfile_read_ordered_end.lo
  2480. CC pfile_read_shared.lo
  2481. CC pfile_seek.lo
  2482. CC pfile_seek_shared.lo
  2483. CC pfile_set_atomicity.lo
  2484. CC pfile_set_errhandler.lo
  2485. CC pfile_set_info.lo
  2486. CC pfile_set_view.lo
  2487. CC pfile_set_size.lo
  2488. CC pfile_sync.lo
  2489. CC pfile_write_all_begin.lo
  2490. CC pfile_write_all.lo
  2491. CC pfile_write_all_end.lo
  2492. CC pfile_write_at_all_begin.lo
  2493. CC pfile_write_at_all.lo
  2494. CC pfile_write_at_all_end.lo
  2495. CC pfile_write_at.lo
  2496. CC pfile_write.lo
  2497. CC pfile_write_ordered_begin.lo
  2498. CC pfile_write_ordered.lo
  2499. CC pfile_write_ordered_end.lo
  2500. CC pfile_write_shared.lo
  2501. CC pfinalize.lo
  2502. CC pfinalized.lo
  2503. CC pfree_mem.lo
  2504. CC pgather.lo
  2505. CC pigather.lo
  2506. CC pgatherv.lo
  2507. CC pigatherv.lo
  2508. CC pget_address.lo
  2509. CC pget_count.lo
  2510. CC pget_elements.lo
  2511. CC pget_elements_x.lo
  2512. CC pget_accumulate.lo
  2513. CC pget_library_version.lo
  2514. CC pget_processor_name.lo
  2515. CC pget_version.lo
  2516. CC pgraph_create.lo
  2517. CC pgraph_get.lo
  2518. CC pgraph_map.lo
  2519. CC pgraph_neighbors_count.lo
  2520. CC pgraph_neighbors.lo
  2521. CC pgrequest_complete.lo
  2522. CC pgraphdims_get.lo
  2523. CC pgrequest_start.lo
  2524. CC pgroup_c2f.lo
  2525. CC pgroup_compare.lo
  2526. CC pgroup_difference.lo
  2527. CC pgroup_excl.lo
  2528. CC pgroup_f2c.lo
  2529. CC pgroup_free.lo
  2530. CC pgroup_incl.lo
  2531. CC pgroup_intersection.lo
  2532. CC pgroup_range_excl.lo
  2533. CC pgroup_range_incl.lo
  2534. CC pgroup_rank.lo
  2535. CC pgroup_size.lo
  2536. CC pgroup_translate_ranks.lo
  2537. CC pgroup_union.lo
  2538. CC pibsend.lo
  2539. CC pimprobe.lo
  2540. CC pimrecv.lo
  2541. CC pinfo_c2f.lo
  2542. CC pinfo_create.lo
  2543. CC pinfo_delete.lo
  2544. CC pinfo_dup.lo
  2545. CC pinfo_f2c.lo
  2546. CC pinfo_free.lo
  2547. CC pinfo_get.lo
  2548. CC pinfo_get_nkeys.lo
  2549. CC pinfo_get_nthkey.lo
  2550. CC pinfo_get_valuelen.lo
  2551. CC pinfo_set.lo
  2552. CC pinit.lo
  2553. CC pinitialized.lo
  2554. CC pinit_thread.lo
  2555. CC pintercomm_create.lo
  2556. CC pintercomm_merge.lo
  2557. CC piprobe.lo
  2558. CC pirecv.lo
  2559. CC pirsend.lo
  2560. CC pis_thread_main.lo
  2561. CC pisend.lo
  2562. CC pissend.lo
  2563. CC plookup_name.lo
  2564. CC pmessage_f2c.lo
  2565. CC pmessage_c2f.lo
  2566. CC pmprobe.lo
  2567. CC pmrecv.lo
  2568. CC pneighbor_allgather.lo
  2569. CC pineighbor_allgather.lo
  2570. CC pneighbor_allgatherv.lo
  2571. CC pineighbor_allgatherv.lo
  2572. CC pneighbor_alltoall.lo
  2573. CC pineighbor_alltoall.lo
  2574. CC pneighbor_alltoallv.lo
  2575. CC pineighbor_alltoallv.lo
  2576. CC pneighbor_alltoallw.lo
  2577. CC pineighbor_alltoallw.lo
  2578. CC pkeyval_create.lo
  2579. CC pkeyval_free.lo
  2580. CC pop_c2f.lo
  2581. CC pop_create.lo
  2582. CC pop_commutative.lo
  2583. CC pop_f2c.lo
  2584. CC pop_free.lo
  2585. CC popen_port.lo
  2586. CC ppack_external.lo
  2587. CC ppack_external_size.lo
  2588. CC ppack.lo
  2589. CC ppack_size.lo
  2590. CC ppcontrol.lo
  2591. CC pprobe.lo
  2592. CC ppublish_name.lo
  2593. CC pquery_thread.lo
  2594. CC praccumulate.lo
  2595. CC precv_init.lo
  2596. CC precv.lo
  2597. CC preduce.lo
  2598. CC pregister_datarep.lo
  2599. CC pireduce.lo
  2600. CC preduce_local.lo
  2601. CC preduce_scatter.lo
  2602. CC pireduce_scatter.lo
  2603. CC preduce_scatter_block.lo
  2604. CC pireduce_scatter_block.lo
  2605. CC prequest_c2f.lo
  2606. CC prequest_f2c.lo
  2607. CC prequest_free.lo
  2608. CC prequest_get_status.lo
  2609. CC prget.lo
  2610. CC prget_accumulate.lo
  2611. CC prput.lo
  2612. CC prsend_init.lo
  2613. CC prsend.lo
  2614. CC pscan.lo
  2615. CC piscan.lo
  2616. CC pscatter.lo
  2617. CC piscatter.lo
  2618. CC pscatterv.lo
  2619. CC piscatterv.lo
  2620. CC psend.lo
  2621. CC psend_init.lo
  2622. CC psendrecv.lo
  2623. CC psendrecv_replace.lo
  2624. CC pssend_init.lo
  2625. CC pssend.lo
  2626. CC pstart.lo
  2627. CC pstartall.lo
  2628. CC pstatus_c2f.lo
  2629. CC pstatus_f2c.lo
  2630. CC pstatus_set_cancelled.lo
  2631. CC pstatus_set_elements.lo
  2632. CC pstatus_set_elements_x.lo
  2633. CC ptestall.lo
  2634. CC ptestany.lo
  2635. CC ptest.lo
  2636. CC ptest_cancelled.lo
  2637. CC ptestsome.lo
  2638. CC ptopo_test.lo
  2639. CC ptype_c2f.lo
  2640. CC ptype_commit.lo
  2641. CC ptype_contiguous.lo
  2642. CC ptype_create_darray.lo
  2643. CC ptype_create_f90_complex.lo
  2644. CC ptype_create_f90_integer.lo
  2645. CC ptype_create_f90_real.lo
  2646. CC ptype_create_hindexed.lo
  2647. CC ptype_create_hvector.lo
  2648. CC ptype_create_indexed_block.lo
  2649. CC ptype_create_hindexed_block.lo
  2650. CC ptype_create_keyval.lo
  2651. CC ptype_create_resized.lo
  2652. CC ptype_create_struct.lo
  2653. CC ptype_create_subarray.lo
  2654. CC ptype_delete_attr.lo
  2655. CC ptype_dup.lo
  2656. CC ptype_f2c.lo
  2657. CC ptype_free.lo
  2658. CC ptype_get_attr.lo
  2659. CC ptype_free_keyval.lo
  2660. CC ptype_get_contents.lo
  2661. CC ptype_get_envelope.lo
  2662. CC ptype_get_extent.lo
  2663. CC ptype_get_extent_x.lo
  2664. CC ptype_get_name.lo
  2665. CC ptype_get_true_extent.lo
  2666. CC ptype_get_true_extent_x.lo
  2667. CC ptype_indexed.lo
  2668. CC ptype_match_size.lo
  2669. CC ptype_set_attr.lo
  2670. CC ptype_set_name.lo
  2671. CC ptype_size.lo
  2672. CC ptype_size_x.lo
  2673. CC ptype_vector.lo
  2674. CC punpack_external.lo
  2675. CC punpack.lo
  2676. CC punpublish_name.lo
  2677. CC pwait.lo
  2678. CC pwaitany.lo
  2679. CC pwaitall.lo
  2680. CC pwaitsome.lo
  2681. CC pwtime.lo
  2682. CC pwtick.lo
  2683. CC paccumulate.lo
  2684. CC pget.lo
  2685. CC pput.lo
  2686. CC pwin_allocate.lo
  2687. CC pwin_allocate_shared.lo
  2688. CC pwin_attach.lo
  2689. CC pwin_c2f.lo
  2690. CC pwin_call_errhandler.lo
  2691. CC pwin_complete.lo
  2692. CC pwin_create_errhandler.lo
  2693. CC pwin_create_keyval.lo
  2694. CC pwin_create.lo
  2695. CC pwin_create_dynamic.lo
  2696. CC pwin_delete_attr.lo
  2697. CC pwin_detach.lo
  2698. CC pwin_f2c.lo
  2699. CC pwin_fence.lo
  2700. CC pwin_flush.lo
  2701. CC pwin_flush_all.lo
  2702. CC pwin_flush_local.lo
  2703. CC pwin_flush_local_all.lo
  2704. CC pwin_free_keyval.lo
  2705. CC pwin_free.lo
  2706. CC pwin_get_attr.lo
  2707. CC pwin_get_errhandler.lo
  2708. CC pwin_get_group.lo
  2709. CC pwin_get_info.lo
  2710. CC pwin_get_name.lo
  2711. CC pwin_lock.lo
  2712. CC pwin_lock_all.lo
  2713. CC pwin_post.lo
  2714. CC pwin_set_attr.lo
  2715. CC pwin_set_errhandler.lo
  2716. CC pwin_set_info.lo
  2717. CC pwin_set_name.lo
  2718. CC pwin_shared_query.lo
  2719. CC pwin_start.lo
  2720. CC pwin_sync.lo
  2721. CC pwin_test.lo
  2722. CC pwin_unlock.lo
  2723. CC pwin_wait.lo
  2724. CC pwin_unlock_all.lo
  2725. CCLD libmpi_c_pmpi.la
  2726. ar: `u' modifier ignored since `D' is the default (see `U')
  2727. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  2728. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c'
  2729. CC attr_fn.lo
  2730. CCLD libmpi_c.la
  2731. ar: `u' modifier ignored since `D' is the default (see `U')
  2732. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c'
  2733. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c'
  2734. Making all in mpi/tool
  2735. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool'
  2736. Making all in profile
  2737. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  2738. LN_S pcategory_changed.c
  2739. LN_S pcategory_get_categories.c
  2740. LN_S pcategory_get_num.c
  2741. LN_S pcategory_get_pvars.c
  2742. LN_S pcategory_get_info.c
  2743. LN_S pcategory_get_cvars.c
  2744. LN_S pcategory_get_index.c
  2745. LN_S ppvar_start.c
  2746. LN_S ppvar_stop.c
  2747. LN_S ppvar_write.c
  2748. LN_S ppvar_session_free.c
  2749. LN_S ppvar_get_info.c
  2750. LN_S pcvar_get_info.c
  2751. LN_S ppvar_get_index.c
  2752. LN_S pcvar_read.c
  2753. LN_S ppvar_handle_alloc.c
  2754. LN_S pcvar_handle_free.c
  2755. LN_S ppvar_read.c
  2756. LN_S pcvar_get_num.c
  2757. LN_S ppvar_session_create.c
  2758. LN_S ppvar_get_num.c
  2759. LN_S ppvar_handle_free.c
  2760. LN_S pinit_thread.c
  2761. LN_S ppvar_reset.c
  2762. LN_S penum_get_info.c
  2763. LN_S penum_get_item.c
  2764. LN_S pcvar_handle_alloc.c
  2765. LN_S pfinalize.c
  2766. LN_S ppvar_readreset.c
  2767. LN_S pcvar_write.c
  2768. CC pcategory_changed.lo
  2769. LN_S pcvar_get_index.c
  2770. CC pcategory_get_num.lo
  2771. CC pcategory_get_pvars.lo
  2772. CC pcategory_get_categories.lo
  2773. CC ppvar_session_free.lo
  2774. CC ppvar_write.lo
  2775. CC ppvar_start.lo
  2776. CC pcvar_read.lo
  2777. CC ppvar_get_index.lo
  2778. CC pcvar_get_info.lo
  2779. CC ppvar_get_num.lo
  2780. CC ppvar_stop.lo
  2781. CC pcategory_get_cvars.lo
  2782. CC ppvar_get_info.lo
  2783. CC pcategory_get_info.lo
  2784. CC ppvar_session_create.lo
  2785. CC ppvar_readreset.lo
  2786. CC ppvar_read.lo
  2787. CC pcvar_get_num.lo
  2788. CC pcategory_get_index.lo
  2789. CC pcvar_write.lo
  2790. CC penum_get_info.lo
  2791. CC ppvar_reset.lo
  2792. CC penum_get_item.lo
  2793. CC pinit_thread.lo
  2794. CC ppvar_handle_free.lo
  2795. CC ppvar_handle_alloc.lo
  2796. CC pcvar_get_index.lo
  2797. CC pcvar_handle_alloc.lo
  2798. CC pfinalize.lo
  2799. CC pcvar_handle_free.lo
  2800. CCLD libmpi_pmpit.la
  2801. ar: `u' modifier ignored since `D' is the default (see `U')
  2802. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  2803. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool'
  2804. CC mpit_common.lo
  2805. CCLD libmpi_mpit_common.la
  2806. ar: `u' modifier ignored since `D' is the default (see `U')
  2807. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool'
  2808. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool'
  2809. Making all in mpiext/affinity/c
  2810. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  2811. CC mpiext_affinity_str.lo
  2812. GENERATE OMPI_Affinity_str.3
  2813. CCLD libmpiext_affinity_c.la
  2814. ar: `u' modifier ignored since `D' is the default (see `U')
  2815. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  2816. Making all in mpiext/cuda/c
  2817. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  2818. make all-am
  2819. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  2820. CC mpiext_cuda.lo
  2821. GENERATE MPIX_Query_cuda_support.3
  2822. CCLD libmpiext_cuda_c.la
  2823. ar: `u' modifier ignored since `D' is the default (see `U')
  2824. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  2825. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  2826. Making all in mpiext/pcollreq/c
  2827. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  2828. Making all in profile
  2829. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  2830. LN_S pallgather_init.c
  2831. LN_S palltoall_init.c
  2832. LN_S palltoallv_init.c
  2833. LN_S pgatherv_init.c
  2834. LN_S palltoallw_init.c
  2835. LN_S pbarrier_init.c
  2836. LN_S preduce_scatter_init.c
  2837. LN_S pallreduce_init.c
  2838. LN_S pscan_init.c
  2839. LN_S preduce_scatter_block_init.c
  2840. LN_S pgather_init.c
  2841. LN_S preduce_init.c
  2842. LN_S pneighbor_alltoall_init.c
  2843. LN_S pexscan_init.c
  2844. LN_S pbcast_init.c
  2845. LN_S pneighbor_alltoallv_init.c
  2846. LN_S pmpiext_pcollreq_c.h
  2847. LN_S pneighbor_alltoallw_init.c
  2848. LN_S pscatterv_init.c
  2849. LN_S pscatter_init.c
  2850. LN_S pneighbor_allgather_init.c
  2851. LN_S pneighbor_allgatherv_init.c
  2852. LN_S pallgatherv_init.c
  2853. CC palltoall_init.lo
  2854. CC pallgather_init.lo
  2855. CC palltoallv_init.lo
  2856. CC pgatherv_init.lo
  2857. CC pbarrier_init.lo
  2858. CC preduce_scatter_init.lo
  2859. CC palltoallw_init.lo
  2860. CC preduce_init.lo
  2861. CC pscan_init.lo
  2862. CC pgather_init.lo
  2863. CC pallgatherv_init.lo
  2864. CC preduce_scatter_block_init.lo
  2865. CC pneighbor_alltoall_init.lo
  2866. CC pscatter_init.lo
  2867. CC pneighbor_alltoallw_init.lo
  2868. CC pallreduce_init.lo
  2869. CC pneighbor_allgatherv_init.lo
  2870. CC pexscan_init.lo
  2871. CC pneighbor_alltoallv_init.lo
  2872. CC pbcast_init.lo
  2873. CC pscatterv_init.lo
  2874. CC pneighbor_allgather_init.lo
  2875. CCLD libpmpiext_pcollreq_c.la
  2876. ar: `u' modifier ignored since `D' is the default (see `U')
  2877. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  2878. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  2879. GENERATE MPIX_Allgather_init.3
  2880. CC mpiext_pcollreq_c.lo
  2881. GENERATE MPIX_Neighbor_alltoallw_init.3
  2882. GENERATE MPIX_Alltoallw_init.3
  2883. GENERATE MPIX_Barrier_init.3
  2884. GENERATE MPIX_Exscan_init.3
  2885. GENERATE MPIX_Scatter_init.3
  2886. GENERATE MPIX_Neighbor_allgather_init.3
  2887. GENERATE MPIX_Scatterv_init.3
  2888. GENERATE MPIX_Bcast_init.3
  2889. GENERATE MPIX_Reduce_init.3
  2890. GENERATE MPIX_Alltoallv_init.3
  2891. GENERATE MPIX_Alltoall_init.3
  2892. GENERATE MPIX_Gather_init.3
  2893. GENERATE MPIX_Allreduce_init.3
  2894. GENERATE MPIX_Gatherv_init.3
  2895. GENERATE MPIX_Reduce_scatter_block_init.3
  2896. GENERATE MPIX_Scan_init.3
  2897. GENERATE MPIX_Reduce_scatter_init.3
  2898. GENERATE MPIX_Allgatherv_init.3
  2899. GENERATE MPIX_Neighbor_alltoall_init.3
  2900. GENERATE MPIX_Neighbor_alltoallv_init.3
  2901. GENERATE MPIX_Neighbor_allgatherv_init.3
  2902. CCLD libmpiext_pcollreq_c.la
  2903. ar: `u' modifier ignored since `D' is the default (see `U')
  2904. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  2905. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  2906. Making all in mpi/fortran/base/
  2907. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  2908. make[2]: Nothing to be done for 'all'.
  2909. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  2910. Making all in mca/common
  2911. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common'
  2912. make[2]: Nothing to be done for 'all'.
  2913. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common'
  2914. Making all in mca/bml
  2915. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml'
  2916. CC base/bml_base_endpoint.lo
  2917. CC base/bml_base_btl.lo
  2918. CC base/bml_base_frame.lo
  2919. CC base/bml_base_ft.lo
  2920. CC base/bml_base_init.lo
  2921. CCLD libmca_bml.la
  2922. ar: `u' modifier ignored since `D' is the default (see `U')
  2923. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml'
  2924. Making all in mca/coll
  2925. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll'
  2926. CC base/coll_base_comm_unselect.lo
  2927. CC base/coll_base_comm_select.lo
  2928. CC base/coll_base_allgatherv.lo
  2929. CC base/coll_base_util.lo
  2930. CC base/coll_base_allreduce.lo
  2931. CC base/coll_base_scatter.lo
  2932. CC base/coll_base_alltoallv.lo
  2933. CC base/coll_base_exscan.lo
  2934. CC base/coll_base_topo.lo
  2935. CC base/coll_base_reduce.lo
  2936. CC base/coll_base_barrier.lo
  2937. CC base/coll_base_allgather.lo
  2938. CC base/coll_base_scan.lo
  2939. CC base/coll_base_reduce_scatter.lo
  2940. CC base/coll_base_bcast.lo
  2941. CC base/coll_base_frame.lo
  2942. CC base/coll_base_find_available.lo
  2943. CC base/coll_base_gather.lo
  2944. CC base/coll_base_alltoall.lo
  2945. CC base/coll_base_reduce_scatter_block.lo
  2946. CCLD libmca_coll.la
  2947. ar: `u' modifier ignored since `D' is the default (see `U')
  2948. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll'
  2949. Making all in mca/crcp
  2950. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/crcp'
  2951. GENERATE ompi_crcp.7
  2952. CC base/crcp_base_fns.lo
  2953. CC base/crcp_base_frame.lo
  2954. CC base/crcp_base_select.lo
  2955. CCLD libmca_crcp.la
  2956. ar: `u' modifier ignored since `D' is the default (see `U')
  2957. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/crcp'
  2958. Making all in mca/fbtl
  2959. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  2960. CC base/fbtl_base_file_select.lo
  2961. CC base/fbtl_base_find_available.lo
  2962. CC base/fbtl_base_frame.lo
  2963. CC base/fbtl_base_file_unselect.lo
  2964. CCLD libmca_fbtl.la
  2965. ar: `u' modifier ignored since `D' is the default (see `U')
  2966. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  2967. Making all in mca/fcoll
  2968. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  2969. CC base/fcoll_base_frame.lo
  2970. CC base/fcoll_base_sort.lo
  2971. CC base/fcoll_base_find_available.lo
  2972. CC base/fcoll_base_file_unselect.lo
  2973. CC base/fcoll_base_file_select.lo
  2974. CC base/fcoll_base_coll_array.lo
  2975. CCLD libmca_fcoll.la
  2976. ar: `u' modifier ignored since `D' is the default (see `U')
  2977. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  2978. Making all in mca/fs
  2979. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs'
  2980. CC base/fs_base_frame.lo
  2981. CC base/fs_base_file_select.lo
  2982. CC base/fs_base_file_unselect.lo
  2983. CC base/fs_base_get_parent_dir.lo
  2984. CC base/fs_base_file_close.lo
  2985. CC base/fs_base_file_sync.lo
  2986. CC base/fs_base_file_delete.lo
  2987. CC base/fs_base_file_set_size.lo
  2988. CC base/fs_base_file_get_size.lo
  2989. CC base/fs_base_find_available.lo
  2990. CCLD libmca_fs.la
  2991. ar: `u' modifier ignored since `D' is the default (see `U')
  2992. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs'
  2993. Making all in mca/hook
  2994. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/hook'
  2995. CC base/hook_base.lo
  2996. CCLD libmca_hook.la
  2997. ar: `u' modifier ignored since `D' is the default (see `U')
  2998. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/hook'
  2999. Making all in mca/io
  3000. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io'
  3001. CC base/io_base_frame.lo
  3002. CC base/io_base_request.lo
  3003. CC base/io_base_register_datarep.lo
  3004. CC base/io_base_find_available.lo
  3005. CC base/io_base_file_select.lo
  3006. CC base/io_base_delete.lo
  3007. CCLD libmca_io.la
  3008. ar: `u' modifier ignored since `D' is the default (see `U')
  3009. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io'
  3010. Making all in mca/mtl
  3011. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl'
  3012. CC base/mtl_base_frame.lo
  3013. CCLD libmca_mtl.la
  3014. ar: `u' modifier ignored since `D' is the default (see `U')
  3015. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl'
  3016. Making all in mca/op
  3017. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/op'
  3018. CC base/op_base_frame.lo
  3019. CC base/op_base_find_available.lo
  3020. CC base/op_base_functions.lo
  3021. CC base/op_base_op_select.lo
  3022. CCLD libmca_op.la
  3023. ar: `u' modifier ignored since `D' is the default (see `U')
  3024. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/op'
  3025. Making all in mca/osc
  3026. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc'
  3027. CC base/osc_base_init.lo
  3028. CC base/osc_base_obj_convert.lo
  3029. CC base/osc_base_frame.lo
  3030. CCLD libmca_osc.la
  3031. ar: `u' modifier ignored since `D' is the default (see `U')
  3032. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc'
  3033. Making all in mca/pml
  3034. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml'
  3035. CC base/pml_base_bsend.lo
  3036. CC base/pml_base_request.lo
  3037. CC base/pml_base_select.lo
  3038. CC base/pml_base_ft.lo
  3039. CC base/pml_base_sendreq.lo
  3040. CC base/pml_base_recvreq.lo
  3041. CC base/pml_base_frame.lo
  3042. CCLD libmca_pml.la
  3043. ar: `u' modifier ignored since `D' is the default (see `U')
  3044. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml'
  3045. Making all in mca/rte
  3046. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte'
  3047. CC base/rte_base_frame.lo
  3048. CCLD libmca_rte.la
  3049. ar: `u' modifier ignored since `D' is the default (see `U')
  3050. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte'
  3051. Making all in mca/sharedfp
  3052. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  3053. CC base/sharedfp_base_file_select.lo
  3054. CC base/sharedfp_base_frame.lo
  3055. CC base/sharedfp_base_find_available.lo
  3056. CC base/sharedfp_base_file_unselect.lo
  3057. CCLD libmca_sharedfp.la
  3058. ar: `u' modifier ignored since `D' is the default (see `U')
  3059. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  3060. Making all in mca/topo
  3061. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo'
  3062. CC base/topo_base_cart_coords.lo
  3063. CC base/topo_base_cart_get.lo
  3064. CC base/topo_base_cart_shift.lo
  3065. CC base/topo_base_dist_graph_create_adjacent.lo
  3066. CC base/topo_base_cart_rank.lo
  3067. CC base/topo_base_comm_select.lo
  3068. CC base/topo_base_dist_graph_create.lo
  3069. CC base/topo_base_dist_graph_neighbors.lo
  3070. CC base/topo_base_graph_map.lo
  3071. CC base/topo_base_frame.lo
  3072. CC base/topo_base_graph_neighbors.lo
  3073. CC base/topo_base_cart_map.lo
  3074. CC base/topo_base_graph_neighbors_count.lo
  3075. CC base/topo_base_graph_create.lo
  3076. CC base/topo_base_graphdims_get.lo
  3077. CC base/topo_base_cartdim_get.lo
  3078. CC base/topo_base_dist_graph_neighbors_count.lo
  3079. CC base/topo_base_find_available.lo
  3080. CC base/topo_base_graph_get.lo
  3081. CC base/topo_base_lazy_init.lo
  3082. CC base/topo_base_cart_sub.lo
  3083. CC base/topo_base_cart_create.lo
  3084. CCLD libmca_topo.la
  3085. ar: `u' modifier ignored since `D' is the default (see `U')
  3086. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo'
  3087. Making all in mca/vprotocol
  3088. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  3089. CC base/vprotocol_base.lo
  3090. CC base/vprotocol_base_request.lo
  3091. CC base/vprotocol_base_select.lo
  3092. CC base/vprotocol_base_parasite.lo
  3093. CCLD libmca_vprotocol.la
  3094. ar: `u' modifier ignored since `D' is the default (see `U')
  3095. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  3096. Making all in mca/pml/v
  3097. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  3098. CC pml_v_component.lo
  3099. CC pml_v_output.lo
  3100. CCLD libmca_pml_v.la
  3101. ar: `u' modifier ignored since `D' is the default (see `U')
  3102. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  3103. Making all in mca/rte/orte
  3104. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  3105. cp -f ../../../../orte/tools/orterun/orterun.1 mpirun.1
  3106. cp -f ../../../../orte/tools/orterun/orterun.1 mpiexec.1
  3107. cp -f ../../../../orte/tools/orte-clean/orte-clean.1 ompi-clean.1
  3108. cp -f ../../../../orte/tools/orte-server/orte-server.1 ompi-server.1
  3109. CC rte_orte_module.lo
  3110. CC rte_orte_component.lo
  3111. CCLD libmca_rte_orte.la
  3112. ar: `u' modifier ignored since `D' is the default (see `U')
  3113. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  3114. Making all in .
  3115. make[2]: Entering directory '/home/ubuntu/ompi/ompi'
  3116. /bin/mkdir -p `dirname ../ompi/mpi/man/man3/.dir-stamp`
  3117. touch "../ompi/mpi/man/man3/.dir-stamp"
  3118. CC attribute/attribute.lo
  3119. CC class/ompi_seq_tracker.lo
  3120. CC errhandler/errhandler.lo
  3121. CC attribute/attribute_predefined.lo
  3122. CC communicator/comm_request.lo
  3123. CC communicator/comm_init.lo
  3124. CC communicator/comm_cid.lo
  3125. CC dpm/dpm.lo
  3126. CC group/group_init.lo
  3127. CC communicator/comm.lo
  3128. CC errhandler/errhandler_invoke.lo
  3129. CC group/group_plist.lo
  3130. CC group/group_set_rank.lo
  3131. CC group/group_sporadic.lo
  3132. CC group/group_bitmap.lo
  3133. CC group/group.lo
  3134. CC file/file.lo
  3135. CC group/group_strided.lo
  3136. CC info/info.lo
  3137. CC errhandler/errcode-internal.lo
  3138. CC errhandler/errcode.lo
  3139. CC request/grequest.lo
  3140. CC request/request.lo
  3141. CC errhandler/errhandler_predefined.lo
  3142. CC request/req_test.lo
  3143. CC request/req_wait.lo
  3144. CC runtime/ompi_mpi_abort.lo
  3145. CC message/message.lo
  3146. CC proc/proc.lo
  3147. CC op/op.lo
  3148. CC interlib/interlib.lo
  3149. CC runtime/ompi_mpi_dynamics.lo
  3150. CC runtime/ompi_mpi_init.lo
  3151. CC runtime/ompi_mpi_finalize.lo
  3152. CC runtime/ompi_mpi_params.lo
  3153. CC runtime/ompi_mpi_preconnect.lo
  3154. CC runtime/ompi_cr.lo
  3155. CC runtime/ompi_info_support.lo
  3156. CC runtime/ompi_spc.lo
  3157. CC win/win.lo
  3158. CC mpiext/mpiext.lo
  3159. CC patterns/net/netpatterns_base.lo
  3160. CC patterns/net/netpatterns_multinomial_tree.lo
  3161. CC patterns/net/netpatterns_nary_tree.lo
  3162. CC patterns/net/netpatterns_knomial_tree.lo
  3163. CC patterns/comm/allreduce.lo
  3164. CC patterns/comm/allgather.lo
  3165. CC patterns/comm/bcast.lo
  3166. GENERATE mpi/man/man3/MPI.3
  3167. GENERATE mpi/man/man3/MPI_Abort.3
  3168. GENERATE mpi/man/man3/MPI_Accumulate.3
  3169. GENERATE mpi/man/man3/MPI_Add_error_class.3
  3170. GENERATE mpi/man/man3/MPI_Add_error_string.3
  3171. GENERATE mpi/man/man3/MPI_Add_error_code.3
  3172. GENERATE mpi/man/man3/MPI_Address.3
  3173. GENERATE mpi/man/man3/MPI_Aint_add.3
  3174. GENERATE mpi/man/man3/MPI_Aint_diff.3
  3175. GENERATE mpi/man/man3/MPI_Allgather.3
  3176. GENERATE mpi/man/man3/MPI_Iallgather.3
  3177. GENERATE mpi/man/man3/MPI_Allgatherv.3
  3178. GENERATE mpi/man/man3/MPI_Iallgatherv.3
  3179. GENERATE mpi/man/man3/MPI_Alloc_mem.3
  3180. GENERATE mpi/man/man3/MPI_Allreduce.3
  3181. GENERATE mpi/man/man3/MPI_Alltoall.3
  3182. GENERATE mpi/man/man3/MPI_Iallreduce.3
  3183. GENERATE mpi/man/man3/MPI_Ialltoall.3
  3184. GENERATE mpi/man/man3/MPI_Ialltoallv.3
  3185. GENERATE mpi/man/man3/MPI_Alltoallv.3
  3186. GENERATE mpi/man/man3/MPI_Ialltoallw.3
  3187. GENERATE mpi/man/man3/MPI_Alltoallw.3
  3188. GENERATE mpi/man/man3/MPI_Attr_delete.3
  3189. GENERATE mpi/man/man3/MPI_Attr_get.3
  3190. GENERATE mpi/man/man3/MPI_Attr_put.3
  3191. GENERATE mpi/man/man3/MPI_Barrier.3
  3192. GENERATE mpi/man/man3/MPI_Ibarrier.3
  3193. GENERATE mpi/man/man3/MPI_Bcast.3
  3194. GENERATE mpi/man/man3/MPI_Ibcast.3
  3195. GENERATE mpi/man/man3/MPI_Bsend.3
  3196. GENERATE mpi/man/man3/MPI_Bsend_init.3
  3197. GENERATE mpi/man/man3/MPI_Buffer_attach.3
  3198. GENERATE mpi/man/man3/MPI_Buffer_detach.3
  3199. GENERATE mpi/man/man3/MPI_Cart_coords.3
  3200. GENERATE mpi/man/man3/MPI_Cancel.3
  3201. GENERATE mpi/man/man3/MPI_Cart_create.3
  3202. GENERATE mpi/man/man3/MPI_Cartdim_get.3
  3203. GENERATE mpi/man/man3/MPI_Cart_get.3
  3204. GENERATE mpi/man/man3/MPI_Cart_map.3
  3205. GENERATE mpi/man/man3/MPI_Cart_rank.3
  3206. GENERATE mpi/man/man3/MPI_Cart_shift.3
  3207. GENERATE mpi/man/man3/MPI_Cart_sub.3
  3208. GENERATE mpi/man/man3/MPI_Close_port.3
  3209. GENERATE mpi/man/man3/MPI_Comm_c2f.3
  3210. GENERATE mpi/man/man3/MPI_Comm_accept.3
  3211. GENERATE mpi/man/man3/MPI_Comm_compare.3
  3212. GENERATE mpi/man/man3/MPI_Comm_call_errhandler.3
  3213. GENERATE mpi/man/man3/MPI_Comm_connect.3
  3214. GENERATE mpi/man/man3/MPI_Comm_create_group.3
  3215. GENERATE mpi/man/man3/MPI_Comm_create.3
  3216. GENERATE mpi/man/man3/MPI_Comm_create_errhandler.3
  3217. GENERATE mpi/man/man3/MPI_Comm_create_keyval.3
  3218. GENERATE mpi/man/man3/MPI_Comm_delete_attr.3
  3219. GENERATE mpi/man/man3/MPI_Comm_disconnect.3
  3220. GENERATE mpi/man/man3/MPI_Comm_dup.3
  3221. GENERATE mpi/man/man3/MPI_Comm_dup_with_info.3
  3222. GENERATE mpi/man/man3/MPI_Comm_idup.3
  3223. GENERATE mpi/man/man3/MPI_Comm_f2c.3
  3224. GENERATE mpi/man/man3/MPI_Comm_free.3
  3225. GENERATE mpi/man/man3/MPI_Comm_free_keyval.3
  3226. GENERATE mpi/man/man3/MPI_Comm_get_attr.3
  3227. GENERATE mpi/man/man3/MPI_Comm_get_errhandler.3
  3228. runtime/ompi_mpi_init.c:125:2: warning: #ident is a GCC extension
  3229. #ident OMPI_IDENT_STRING
  3230. ^
  3231. GENERATE mpi/man/man3/MPI_Comm_get_info.3
  3232. GENERATE mpi/man/man3/MPI_Comm_get_name.3
  3233. GENERATE mpi/man/man3/MPI_Comm_group.3
  3234. GENERATE mpi/man/man3/MPI_Comm_get_parent.3
  3235. GENERATE mpi/man/man3/MPI_Comm_join.3
  3236. GENERATE mpi/man/man3/MPI_Comm_rank.3
  3237. GENERATE mpi/man/man3/MPI_Comm_remote_group.3
  3238. GENERATE mpi/man/man3/MPI_Comm_remote_size.3
  3239. GENERATE mpi/man/man3/MPI_Comm_set_errhandler.3
  3240. GENERATE mpi/man/man3/MPI_Comm_set_attr.3
  3241. GENERATE mpi/man/man3/MPI_Comm_set_info.3
  3242. GENERATE mpi/man/man3/MPI_Comm_set_name.3
  3243. GENERATE mpi/man/man3/MPI_Comm_size.3
  3244. GENERATE mpi/man/man3/MPI_Comm_spawn.3
  3245. GENERATE mpi/man/man3/MPI_Comm_spawn_multiple.3
  3246. GENERATE mpi/man/man3/MPI_Comm_split.3
  3247. GENERATE mpi/man/man3/MPI_Comm_split_type.3
  3248. GENERATE mpi/man/man3/MPI_Comm_test_inter.3
  3249. GENERATE mpi/man/man3/MPI_Compare_and_swap.3
  3250. GENERATE mpi/man/man3/MPI_Dist_graph_create.3
  3251. GENERATE mpi/man/man3/MPI_Dims_create.3
  3252. GENERATE mpi/man/man3/MPI_Dist_graph_create_adjacent.3
  3253. GENERATE mpi/man/man3/MPI_Dist_graph_neighbors.3
  3254. GENERATE mpi/man/man3/MPI_Dist_graph_neighbors_count.3
  3255. GENERATE mpi/man/man3/MPI_Errhandler_create.3
  3256. GENERATE mpi/man/man3/MPI_Errhandler_free.3
  3257. GENERATE mpi/man/man3/MPI_Errhandler_get.3
  3258. GENERATE mpi/man/man3/MPI_Errhandler_set.3
  3259. GENERATE mpi/man/man3/MPI_Error_class.3
  3260. GENERATE mpi/man/man3/MPI_Error_string.3
  3261. GENERATE mpi/man/man3/MPI_Exscan.3
  3262. GENERATE mpi/man/man3/MPI_Iexscan.3
  3263. GENERATE mpi/man/man3/MPI_Fetch_and_op.3
  3264. GENERATE mpi/man/man3/MPI_File_c2f.3
  3265. GENERATE mpi/man/man3/MPI_File_call_errhandler.3
  3266. GENERATE mpi/man/man3/MPI_File_close.3
  3267. GENERATE mpi/man/man3/MPI_File_create_errhandler.3
  3268. GENERATE mpi/man/man3/MPI_File_delete.3
  3269. GENERATE mpi/man/man3/MPI_File_f2c.3
  3270. GENERATE mpi/man/man3/MPI_File_get_amode.3
  3271. GENERATE mpi/man/man3/MPI_File_get_atomicity.3
  3272. GENERATE mpi/man/man3/MPI_File_get_byte_offset.3
  3273. GENERATE mpi/man/man3/MPI_File_get_errhandler.3
  3274. GENERATE mpi/man/man3/MPI_File_get_group.3
  3275. GENERATE mpi/man/man3/MPI_File_get_info.3
  3276. GENERATE mpi/man/man3/MPI_File_get_position.3
  3277. GENERATE mpi/man/man3/MPI_File_get_size.3
  3278. GENERATE mpi/man/man3/MPI_File_get_position_shared.3
  3279. GENERATE mpi/man/man3/MPI_File_get_type_extent.3
  3280. GENERATE mpi/man/man3/MPI_File_get_view.3
  3281. GENERATE mpi/man/man3/MPI_File_iread.3
  3282. GENERATE mpi/man/man3/MPI_File_iread_at.3
  3283. GENERATE mpi/man/man3/MPI_File_iread_all.3
  3284. GENERATE mpi/man/man3/MPI_File_iread_at_all.3
  3285. GENERATE mpi/man/man3/MPI_File_iread_shared.3
  3286. GENERATE mpi/man/man3/MPI_File_iwrite.3
  3287. GENERATE mpi/man/man3/MPI_File_iwrite_at.3
  3288. GENERATE mpi/man/man3/MPI_File_iwrite_all.3
  3289. GENERATE mpi/man/man3/MPI_File_iwrite_shared.3
  3290. GENERATE mpi/man/man3/MPI_File_iwrite_at_all.3
  3291. GENERATE mpi/man/man3/MPI_File_open.3
  3292. GENERATE mpi/man/man3/MPI_File_preallocate.3
  3293. GENERATE mpi/man/man3/MPI_File_read.3
  3294. GENERATE mpi/man/man3/MPI_File_read_all.3
  3295. GENERATE mpi/man/man3/MPI_File_read_all_end.3
  3296. GENERATE mpi/man/man3/MPI_File_read_all_begin.3
  3297. GENERATE mpi/man/man3/MPI_File_read_at.3
  3298. GENERATE mpi/man/man3/MPI_File_read_at_all.3
  3299. GENERATE mpi/man/man3/MPI_File_read_at_all_begin.3
  3300. GENERATE mpi/man/man3/MPI_File_read_at_all_end.3
  3301. GENERATE mpi/man/man3/MPI_File_read_ordered.3
  3302. GENERATE mpi/man/man3/MPI_File_read_ordered_begin.3
  3303. GENERATE mpi/man/man3/MPI_File_read_ordered_end.3
  3304. GENERATE mpi/man/man3/MPI_File_read_shared.3
  3305. GENERATE mpi/man/man3/MPI_File_seek.3
  3306. GENERATE mpi/man/man3/MPI_File_seek_shared.3
  3307. GENERATE mpi/man/man3/MPI_File_set_errhandler.3
  3308. GENERATE mpi/man/man3/MPI_File_set_atomicity.3
  3309. GENERATE mpi/man/man3/MPI_File_set_info.3
  3310. GENERATE mpi/man/man3/MPI_File_set_size.3
  3311. GENERATE mpi/man/man3/MPI_File_set_view.3
  3312. GENERATE mpi/man/man3/MPI_File_sync.3
  3313. GENERATE mpi/man/man3/MPI_File_write.3
  3314. GENERATE mpi/man/man3/MPI_File_write_all_end.3
  3315. GENERATE mpi/man/man3/MPI_File_write_all.3
  3316. GENERATE mpi/man/man3/MPI_File_write_all_begin.3
  3317. GENERATE mpi/man/man3/MPI_File_write_at.3
  3318. GENERATE mpi/man/man3/MPI_File_write_at_all.3
  3319. GENERATE mpi/man/man3/MPI_File_write_at_all_begin.3
  3320. GENERATE mpi/man/man3/MPI_File_write_at_all_end.3
  3321. GENERATE mpi/man/man3/MPI_File_write_ordered_begin.3
  3322. GENERATE mpi/man/man3/MPI_File_write_ordered.3
  3323. GENERATE mpi/man/man3/MPI_File_write_ordered_end.3
  3324. GENERATE mpi/man/man3/MPI_File_write_shared.3
  3325. GENERATE mpi/man/man3/MPI_Finalize.3
  3326. GENERATE mpi/man/man3/MPI_Finalized.3
  3327. GENERATE mpi/man/man3/MPI_Free_mem.3
  3328. GENERATE mpi/man/man3/MPI_Gatherv.3
  3329. GENERATE mpi/man/man3/MPI_Gather.3
  3330. GENERATE mpi/man/man3/MPI_Igather.3
  3331. GENERATE mpi/man/man3/MPI_Igatherv.3
  3332. GENERATE mpi/man/man3/MPI_Get.3
  3333. GENERATE mpi/man/man3/MPI_Get_accumulate.3
  3334. GENERATE mpi/man/man3/MPI_Get_address.3
  3335. GENERATE mpi/man/man3/MPI_Get_count.3
  3336. GENERATE mpi/man/man3/MPI_Get_elements_x.3
  3337. GENERATE mpi/man/man3/MPI_Get_elements.3
  3338. GENERATE mpi/man/man3/MPI_Get_library_version.3
  3339. GENERATE mpi/man/man3/MPI_Get_processor_name.3
  3340. GENERATE mpi/man/man3/MPI_Get_version.3
  3341. GENERATE mpi/man/man3/MPI_Graph_create.3
  3342. GENERATE mpi/man/man3/MPI_Graph_map.3
  3343. GENERATE mpi/man/man3/MPI_Graphdims_get.3
  3344. GENERATE mpi/man/man3/MPI_Graph_get.3
  3345. GENERATE mpi/man/man3/MPI_Graph_neighbors.3
  3346. GENERATE mpi/man/man3/MPI_Graph_neighbors_count.3
  3347. GENERATE mpi/man/man3/MPI_Grequest_complete.3
  3348. GENERATE mpi/man/man3/MPI_Grequest_start.3
  3349. GENERATE mpi/man/man3/MPI_Group_c2f.3
  3350. GENERATE mpi/man/man3/MPI_Group_compare.3
  3351. GENERATE mpi/man/man3/MPI_Group_difference.3
  3352. GENERATE mpi/man/man3/MPI_Group_excl.3
  3353. GENERATE mpi/man/man3/MPI_Group_free.3
  3354. GENERATE mpi/man/man3/MPI_Group_incl.3
  3355. GENERATE mpi/man/man3/MPI_Group_f2c.3
  3356. GENERATE mpi/man/man3/MPI_Group_range_excl.3
  3357. GENERATE mpi/man/man3/MPI_Group_intersection.3
  3358. GENERATE mpi/man/man3/MPI_Group_range_incl.3
  3359. GENERATE mpi/man/man3/MPI_Group_rank.3
  3360. GENERATE mpi/man/man3/MPI_Group_size.3
  3361. GENERATE mpi/man/man3/MPI_Group_translate_ranks.3
  3362. GENERATE mpi/man/man3/MPI_Group_union.3
  3363. GENERATE mpi/man/man3/MPI_Ibsend.3
  3364. GENERATE mpi/man/man3/MPI_Improbe.3
  3365. GENERATE mpi/man/man3/MPI_Imrecv.3
  3366. GENERATE mpi/man/man3/MPI_Info_c2f.3
  3367. GENERATE mpi/man/man3/MPI_Info_create.3
  3368. GENERATE mpi/man/man3/MPI_Info_dup.3
  3369. GENERATE mpi/man/man3/MPI_Info_delete.3
  3370. GENERATE mpi/man/man3/MPI_Info_env.3
  3371. GENERATE mpi/man/man3/MPI_Info_f2c.3
  3372. GENERATE mpi/man/man3/MPI_Info_free.3
  3373. GENERATE mpi/man/man3/MPI_Info_get.3
  3374. GENERATE mpi/man/man3/MPI_Info_get_nkeys.3
  3375. GENERATE mpi/man/man3/MPI_Info_get_nthkey.3
  3376. GENERATE mpi/man/man3/MPI_Info_get_valuelen.3
  3377. GENERATE mpi/man/man3/MPI_Info_set.3
  3378. GENERATE mpi/man/man3/MPI_Init.3
  3379. GENERATE mpi/man/man3/MPI_Initialized.3
  3380. GENERATE mpi/man/man3/MPI_Init_thread.3
  3381. GENERATE mpi/man/man3/MPI_Intercomm_create.3
  3382. GENERATE mpi/man/man3/MPI_Intercomm_merge.3
  3383. GENERATE mpi/man/man3/MPI_Iprobe.3
  3384. GENERATE mpi/man/man3/MPI_Irecv.3
  3385. GENERATE mpi/man/man3/MPI_Irsend.3
  3386. GENERATE mpi/man/man3/MPI_Issend.3
  3387. GENERATE mpi/man/man3/MPI_Isend.3
  3388. GENERATE mpi/man/man3/MPI_Is_thread_main.3
  3389. GENERATE mpi/man/man3/MPI_Keyval_create.3
  3390. GENERATE mpi/man/man3/MPI_Keyval_free.3
  3391. GENERATE mpi/man/man3/MPI_Lookup_name.3
  3392. GENERATE mpi/man/man3/MPI_Message_c2f.3
  3393. GENERATE mpi/man/man3/MPI_Message_f2c.3
  3394. GENERATE mpi/man/man3/MPI_Mprobe.3
  3395. GENERATE mpi/man/man3/MPI_Mrecv.3
  3396. GENERATE mpi/man/man3/MPI_Neighbor_allgather.3
  3397. GENERATE mpi/man/man3/MPI_Ineighbor_allgather.3
  3398. GENERATE mpi/man/man3/MPI_Neighbor_allgatherv.3
  3399. GENERATE mpi/man/man3/MPI_Ineighbor_allgatherv.3
  3400. GENERATE mpi/man/man3/MPI_Neighbor_alltoall.3
  3401. GENERATE mpi/man/man3/MPI_Ineighbor_alltoall.3
  3402. GENERATE mpi/man/man3/MPI_Neighbor_alltoallv.3
  3403. GENERATE mpi/man/man3/MPI_Ineighbor_alltoallw.3
  3404. GENERATE mpi/man/man3/MPI_Ineighbor_alltoallv.3
  3405. GENERATE mpi/man/man3/MPI_Neighbor_alltoallw.3
  3406. GENERATE mpi/man/man3/MPI_Op_commutative.3
  3407. GENERATE mpi/man/man3/MPI_Op_c2f.3
  3408. GENERATE mpi/man/man3/MPI_Op_create.3
  3409. GENERATE mpi/man/man3/MPI_Open_port.3
  3410. GENERATE mpi/man/man3/MPI_Op_f2c.3
  3411. GENERATE mpi/man/man3/MPI_Op_free.3
  3412. GENERATE mpi/man/man3/MPI_Pack.3
  3413. GENERATE mpi/man/man3/MPI_Pack_external.3
  3414. GENERATE mpi/man/man3/MPI_Pack_external_size.3
  3415. GENERATE mpi/man/man3/MPI_Pcontrol.3
  3416. GENERATE mpi/man/man3/MPI_Pack_size.3
  3417. GENERATE mpi/man/man3/MPI_Probe.3
  3418. GENERATE mpi/man/man3/MPI_Publish_name.3
  3419. GENERATE mpi/man/man3/MPI_Query_thread.3
  3420. GENERATE mpi/man/man3/MPI_Put.3
  3421. GENERATE mpi/man/man3/MPI_Raccumulate.3
  3422. GENERATE mpi/man/man3/MPI_Recv.3
  3423. GENERATE mpi/man/man3/MPI_Recv_init.3
  3424. GENERATE mpi/man/man3/MPI_Reduce.3
  3425. GENERATE mpi/man/man3/MPI_Ireduce.3
  3426. GENERATE mpi/man/man3/MPI_Reduce_local.3
  3427. GENERATE mpi/man/man3/MPI_Reduce_scatter_block.3
  3428. GENERATE mpi/man/man3/MPI_Reduce_scatter.3
  3429. GENERATE mpi/man/man3/MPI_Ireduce_scatter.3
  3430. GENERATE mpi/man/man3/MPI_Ireduce_scatter_block.3
  3431. GENERATE mpi/man/man3/MPI_Register_datarep.3
  3432. GENERATE mpi/man/man3/MPI_Request_c2f.3
  3433. GENERATE mpi/man/man3/MPI_Request_f2c.3
  3434. GENERATE mpi/man/man3/MPI_Request_free.3
  3435. GENERATE mpi/man/man3/MPI_Rget.3
  3436. GENERATE mpi/man/man3/MPI_Request_get_status.3
  3437. GENERATE mpi/man/man3/MPI_Rput.3
  3438. GENERATE mpi/man/man3/MPI_Rget_accumulate.3
  3439. GENERATE mpi/man/man3/MPI_Rsend.3
  3440. GENERATE mpi/man/man3/MPI_Rsend_init.3
  3441. GENERATE mpi/man/man3/MPI_Scan.3
  3442. GENERATE mpi/man/man3/MPI_Iscan.3
  3443. GENERATE mpi/man/man3/MPI_Scatter.3
  3444. GENERATE mpi/man/man3/MPI_Iscatter.3
  3445. GENERATE mpi/man/man3/MPI_Iscatterv.3
  3446. GENERATE mpi/man/man3/MPI_Scatterv.3
  3447. GENERATE mpi/man/man3/MPI_Send.3
  3448. GENERATE mpi/man/man3/MPI_Send_init.3
  3449. GENERATE mpi/man/man3/MPI_Sendrecv.3
  3450. GENERATE mpi/man/man3/MPI_Sendrecv_replace.3
  3451. GENERATE mpi/man/man3/MPI_Sizeof.3
  3452. GENERATE mpi/man/man3/MPI_Ssend.3
  3453. GENERATE mpi/man/man3/MPI_Ssend_init.3
  3454. GENERATE mpi/man/man3/MPI_Start.3
  3455. GENERATE mpi/man/man3/MPI_Startall.3
  3456. GENERATE mpi/man/man3/MPI_Status_c2f.3
  3457. GENERATE mpi/man/man3/MPI_Status_f2c.3
  3458. GENERATE mpi/man/man3/MPI_Status_set_cancelled.3
  3459. GENERATE mpi/man/man3/MPI_T_category_changed.3
  3460. GENERATE mpi/man/man3/MPI_Status_set_elements.3
  3461. GENERATE mpi/man/man3/MPI_Status_set_elements_x.3
  3462. GENERATE mpi/man/man3/MPI_T_category_get_categories.3
  3463. GENERATE mpi/man/man3/MPI_T_category_get_cvars.3
  3464. GENERATE mpi/man/man3/MPI_T_category_get_num.3
  3465. GENERATE mpi/man/man3/MPI_T_category_get_info.3
  3466. GENERATE mpi/man/man3/MPI_T_cvar_get_info.3
  3467. GENERATE mpi/man/man3/MPI_T_category_get_pvars.3
  3468. GENERATE mpi/man/man3/MPI_T_cvar_handle_alloc.3
  3469. GENERATE mpi/man/man3/MPI_T_cvar_get_num.3
  3470. GENERATE mpi/man/man3/MPI_T_cvar_handle_free.3
  3471. GENERATE mpi/man/man3/MPI_T_cvar_read.3
  3472. GENERATE mpi/man/man3/MPI_T_cvar_write.3
  3473. GENERATE mpi/man/man3/MPI_T_enum_get_info.3
  3474. GENERATE mpi/man/man3/MPI_T_finalize.3
  3475. GENERATE mpi/man/man3/MPI_T_enum_get_item.3
  3476. GENERATE mpi/man/man3/MPI_T_init_thread.3
  3477. GENERATE mpi/man/man3/MPI_T_pvar_get_info.3
  3478. GENERATE mpi/man/man3/MPI_T_pvar_get_num.3
  3479. GENERATE mpi/man/man3/MPI_T_pvar_handle_free.3
  3480. GENERATE mpi/man/man3/MPI_T_pvar_handle_alloc.3
  3481. GENERATE mpi/man/man3/MPI_T_pvar_read.3
  3482. GENERATE mpi/man/man3/MPI_T_pvar_readreset.3
  3483. GENERATE mpi/man/man3/MPI_T_pvar_reset.3
  3484. GENERATE mpi/man/man3/MPI_T_pvar_session_create.3
  3485. GENERATE mpi/man/man3/MPI_T_pvar_session_free.3
  3486. GENERATE mpi/man/man3/MPI_T_pvar_start.3
  3487. GENERATE mpi/man/man3/MPI_T_pvar_stop.3
  3488. GENERATE mpi/man/man3/MPI_Test.3
  3489. GENERATE mpi/man/man3/MPI_T_pvar_write.3
  3490. GENERATE mpi/man/man3/MPI_Testall.3
  3491. GENERATE mpi/man/man3/MPI_Testany.3
  3492. GENERATE mpi/man/man3/MPI_Test_cancelled.3
  3493. GENERATE mpi/man/man3/MPI_Testsome.3
  3494. GENERATE mpi/man/man3/MPI_Type_c2f.3
  3495. GENERATE mpi/man/man3/MPI_Topo_test.3
  3496. GENERATE mpi/man/man3/MPI_Type_commit.3
  3497. GENERATE mpi/man/man3/MPI_Type_contiguous.3
  3498. GENERATE mpi/man/man3/MPI_Type_create_f90_complex.3
  3499. GENERATE mpi/man/man3/MPI_Type_create_darray.3
  3500. GENERATE mpi/man/man3/MPI_Type_create_hindexed.3
  3501. GENERATE mpi/man/man3/MPI_Type_create_hindexed_block.3
  3502. GENERATE mpi/man/man3/MPI_Type_create_f90_integer.3
  3503. GENERATE mpi/man/man3/MPI_Type_create_f90_real.3
  3504. GENERATE mpi/man/man3/MPI_Type_create_hvector.3
  3505. GENERATE mpi/man/man3/MPI_Type_create_resized.3
  3506. GENERATE mpi/man/man3/MPI_Type_create_indexed_block.3
  3507. GENERATE mpi/man/man3/MPI_Type_create_keyval.3
  3508. GENERATE mpi/man/man3/MPI_Type_create_struct.3
  3509. GENERATE mpi/man/man3/MPI_Type_create_subarray.3
  3510. GENERATE mpi/man/man3/MPI_Type_delete_attr.3
  3511. GENERATE mpi/man/man3/MPI_Type_dup.3
  3512. GENERATE mpi/man/man3/MPI_Type_extent.3
  3513. GENERATE mpi/man/man3/MPI_Type_f2c.3
  3514. GENERATE mpi/man/man3/MPI_Type_free_keyval.3
  3515. GENERATE mpi/man/man3/MPI_Type_free.3
  3516. GENERATE mpi/man/man3/MPI_Type_get_attr.3
  3517. GENERATE mpi/man/man3/MPI_Type_get_contents.3
  3518. GENERATE mpi/man/man3/MPI_Type_get_envelope.3
  3519. GENERATE mpi/man/man3/MPI_Type_get_extent.3
  3520. GENERATE mpi/man/man3/MPI_Type_get_extent_x.3
  3521. GENERATE mpi/man/man3/MPI_Type_get_name.3
  3522. GENERATE mpi/man/man3/MPI_Type_get_true_extent.3
  3523. GENERATE mpi/man/man3/MPI_Type_get_true_extent_x.3
  3524. GENERATE mpi/man/man3/MPI_Type_hindexed.3
  3525. GENERATE mpi/man/man3/MPI_Type_hvector.3
  3526. GENERATE mpi/man/man3/MPI_Type_lb.3
  3527. GENERATE mpi/man/man3/MPI_Type_indexed.3
  3528. GENERATE mpi/man/man3/MPI_Type_match_size.3
  3529. GENERATE mpi/man/man3/MPI_Type_set_attr.3
  3530. GENERATE mpi/man/man3/MPI_Type_set_name.3
  3531. GENERATE mpi/man/man3/MPI_Type_size.3
  3532. GENERATE mpi/man/man3/MPI_Type_struct.3
  3533. GENERATE mpi/man/man3/MPI_Type_size_x.3
  3534. GENERATE mpi/man/man3/MPI_Unpack.3
  3535. GENERATE mpi/man/man3/MPI_Type_ub.3
  3536. GENERATE mpi/man/man3/MPI_Type_vector.3
  3537. GENERATE mpi/man/man3/MPI_Unpack_external.3
  3538. GENERATE mpi/man/man3/MPI_Unpublish_name.3
  3539. GENERATE mpi/man/man3/MPI_Wait.3
  3540. GENERATE mpi/man/man3/MPI_Waitall.3
  3541. GENERATE mpi/man/man3/MPI_Waitany.3
  3542. GENERATE mpi/man/man3/MPI_Win_allocate.3
  3543. GENERATE mpi/man/man3/MPI_Waitsome.3
  3544. GENERATE mpi/man/man3/MPI_Win_allocate_shared.3
  3545. GENERATE mpi/man/man3/MPI_Win_complete.3
  3546. GENERATE mpi/man/man3/MPI_Win_c2f.3
  3547. GENERATE mpi/man/man3/MPI_Win_call_errhandler.3
  3548. GENERATE mpi/man/man3/MPI_Win_attach.3
  3549. GENERATE mpi/man/man3/MPI_Win_create.3
  3550. GENERATE mpi/man/man3/MPI_Win_create_dynamic.3
  3551. GENERATE mpi/man/man3/MPI_Win_create_errhandler.3
  3552. GENERATE mpi/man/man3/MPI_Win_create_keyval.3
  3553. GENERATE mpi/man/man3/MPI_Win_delete_attr.3
  3554. GENERATE mpi/man/man3/MPI_Win_f2c.3
  3555. GENERATE mpi/man/man3/MPI_Win_detach.3
  3556. GENERATE mpi/man/man3/MPI_Win_fence.3
  3557. GENERATE mpi/man/man3/MPI_Win_flush_local.3
  3558. GENERATE mpi/man/man3/MPI_Win_flush.3
  3559. GENERATE mpi/man/man3/MPI_Win_flush_local_all.3
  3560. GENERATE mpi/man/man3/MPI_Win_flush_all.3
  3561. GENERATE mpi/man/man3/MPI_Win_get_errhandler.3
  3562. GENERATE mpi/man/man3/MPI_Win_free.3
  3563. GENERATE mpi/man/man3/MPI_Win_free_keyval.3
  3564. GENERATE mpi/man/man3/MPI_Win_get_attr.3
  3565. GENERATE mpi/man/man3/MPI_Win_get_group.3
  3566. GENERATE mpi/man/man3/MPI_Win_get_name.3
  3567. GENERATE mpi/man/man3/MPI_Win_get_info.3
  3568. GENERATE mpi/man/man3/MPI_Win_lock.3
  3569. GENERATE mpi/man/man3/MPI_Win_lock_all.3
  3570. GENERATE mpi/man/man3/MPI_Win_post.3
  3571. GENERATE mpi/man/man3/MPI_Win_set_attr.3
  3572. GENERATE mpi/man/man3/MPI_Win_set_errhandler.3
  3573. GENERATE mpi/man/man3/MPI_Win_set_info.3
  3574. GENERATE mpi/man/man3/MPI_Win_set_name.3
  3575. GENERATE mpi/man/man3/MPI_Win_start.3
  3576. GENERATE mpi/man/man3/MPI_Win_shared_query.3
  3577. GENERATE mpi/man/man3/MPI_Win_sync.3
  3578. GENERATE mpi/man/man3/MPI_Win_test.3
  3579. GENERATE mpi/man/man3/MPI_Win_unlock.3
  3580. GENERATE mpi/man/man3/MPI_Win_unlock_all.3
  3581. GENERATE mpi/man/man3/MPI_Win_wait.3
  3582. GENERATE mpi/man/man3/OpenMPI.3
  3583. GENERATE mpi/man/man3/MPI_Wtick.3
  3584. GENERATE mpi/man/man3/MPI_Wtime.3
  3585. CCLD libmpi.la
  3586. make[2]: Leaving directory '/home/ubuntu/ompi/ompi'
  3587. Making all in mpi/cxx
  3588. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  3589. make[2]: Nothing to be done for 'all'.
  3590. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  3591. Making all in mpiext/pcollreq/mpif-h
  3592. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  3593. Making all in profile
  3594. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  3595. make[3]: Nothing to be done for 'all'.
  3596. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  3597. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  3598. make[3]: Nothing to be done for 'all-am'.
  3599. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  3600. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  3601. Making all in mpi/fortran/mpif-h
  3602. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  3603. Making all in profile
  3604. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  3605. make[3]: Nothing to be done for 'all'.
  3606. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  3607. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  3608. make[3]: Nothing to be done for 'all-am'.
  3609. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  3610. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  3611. Making all in mpi/fortran/mpiext-use-mpi
  3612. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  3613. make[2]: Nothing to be done for 'all'.
  3614. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  3615. Making all in mpi/fortran/use-mpi-f08/mod
  3616. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  3617. make[2]: Nothing to be done for 'all'.
  3618. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  3619. Making all in mpi/fortran/use-mpi-f08/bindings
  3620. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  3621. make[2]: Nothing to be done for 'all'.
  3622. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  3623. Making all in mpiext/pcollreq/use-mpi-f08
  3624. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  3625. make[2]: Nothing to be done for 'all'.
  3626. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  3627. Making all in mpi/fortran/use-mpi-f08
  3628. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  3629. make[2]: Nothing to be done for 'all'.
  3630. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  3631. Making all in mpi/fortran/mpiext-use-mpi-f08
  3632. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  3633. make[2]: Nothing to be done for 'all'.
  3634. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  3635. Making all in mca/common/monitoring
  3636. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  3637. CC libmca_common_monitoring_la-common_monitoring_coll.lo
  3638. CC libmca_common_monitoring_la-common_monitoring.lo
  3639. CC monitoring_prof.lo
  3640. LN_S libmca_common_monitoring.la
  3641. CCLD ompi_monitoring_prof.la
  3642. CCLD libmca_common_monitoring.la
  3643. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  3644. Making all in mca/common/ompio
  3645. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  3646. CC libmca_common_ompio_la-common_ompio_aggregators.lo
  3647. CC libmca_common_ompio_la-common_ompio_print_queue.lo
  3648. CC libmca_common_ompio_la-common_ompio_file_read.lo
  3649. CC libmca_common_ompio_la-common_ompio_file_view.lo
  3650. CC libmca_common_ompio_la-common_ompio_request.lo
  3651. CC libmca_common_ompio_la-common_ompio_file_write.lo
  3652. CC libmca_common_ompio_la-common_ompio_file_open.lo
  3653. LN_S libmca_common_ompio.la
  3654. CCLD libmca_common_ompio.la
  3655. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  3656. Making all in mca/bml/r2
  3657. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  3658. CC bml_r2.lo
  3659. CC bml_r2_ft.lo
  3660. CC bml_r2_component.lo
  3661. CCLD mca_bml_r2.la
  3662. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  3663. Making all in mca/coll/basic
  3664. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  3665. CC coll_basic_allgatherv.lo
  3666. CC coll_basic_allgather.lo
  3667. CC coll_basic_allreduce.lo
  3668. CC coll_basic_gatherv.lo
  3669. CC coll_basic_component.lo
  3670. CC coll_basic_alltoall.lo
  3671. CC coll_basic_module.lo
  3672. CC coll_basic_alltoallv.lo
  3673. CC coll_basic_alltoallw.lo
  3674. CC coll_basic_neighbor_allgatherv.lo
  3675. CC coll_basic_neighbor_alltoallv.lo
  3676. CC coll_basic_reduce.lo
  3677. CC coll_basic_barrier.lo
  3678. CC coll_basic_neighbor_alltoall.lo
  3679. CC coll_basic_neighbor_alltoallw.lo
  3680. CC coll_basic_bcast.lo
  3681. CC coll_basic_neighbor_allgather.lo
  3682. CC coll_basic_reduce_scatter.lo
  3683. CC coll_basic_scatter.lo
  3684. CC coll_basic_gather.lo
  3685. CC coll_basic_exscan.lo
  3686. CC coll_basic_scan.lo
  3687. CC coll_basic_reduce_scatter_block.lo
  3688. CC coll_basic_scatterv.lo
  3689. CCLD mca_coll_basic.la
  3690. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  3691. Making all in mca/coll/inter
  3692. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  3693. CC coll_inter.lo
  3694. CC coll_inter_allreduce.lo
  3695. CC coll_inter_scatter.lo
  3696. CC coll_inter_allgatherv.lo
  3697. CC coll_inter_reduce.lo
  3698. CC coll_inter_gatherv.lo
  3699. CC coll_inter_scatterv.lo
  3700. CC coll_inter_allgather.lo
  3701. CC coll_inter_gather.lo
  3702. CC coll_inter_bcast.lo
  3703. CC coll_inter_component.lo
  3704. CCLD mca_coll_inter.la
  3705. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  3706. Making all in mca/coll/libnbc
  3707. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  3708. CC coll_libnbc_component.lo
  3709. CC nbc_ialltoallw.lo
  3710. CC nbc_ibarrier.lo
  3711. CC nbc_iallgather.lo
  3712. CC nbc_iallgatherv.lo
  3713. CC nbc_iallreduce.lo
  3714. CC nbc_ialltoallv.lo
  3715. CC nbc.lo
  3716. CC nbc_ireduce_scatter_block.lo
  3717. CC nbc_ireduce_scatter.lo
  3718. CC nbc_ireduce.lo
  3719. CC nbc_ialltoall.lo
  3720. CC nbc_ineighbor_allgather.lo
  3721. CC nbc_ibcast.lo
  3722. CC nbc_igather.lo
  3723. CC nbc_iexscan.lo
  3724. CC nbc_ineighbor_alltoallv.lo
  3725. CC nbc_igatherv.lo
  3726. CC nbc_ineighbor_alltoall.lo
  3727. CC nbc_ineighbor_alltoallw.lo
  3728. CC nbc_ineighbor_allgatherv.lo
  3729. CC nbc_iscan.lo
  3730. CC nbc_iscatterv.lo
  3731. CC nbc_iscatter.lo
  3732. CC nbc_neighbor_helpers.lo
  3733. CC libdict/hb_tree.lo
  3734. CC libdict/dict.lo
  3735. CCLD mca_coll_libnbc.la
  3736. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  3737. Making all in mca/coll/self
  3738. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  3739. CC coll_self_allgather.lo
  3740. CC coll_self_allgatherv.lo
  3741. CC coll_self_allreduce.lo
  3742. CC coll_self_gather.lo
  3743. CC coll_self_barrier.lo
  3744. CC coll_self_reduce_scatter.lo
  3745. CC coll_self_scan.lo
  3746. CC coll_self_alltoallw.lo
  3747. CC coll_self_bcast.lo
  3748. CC coll_self_scatter.lo
  3749. CC coll_self_component.lo
  3750. CC coll_self_reduce.lo
  3751. CC coll_self_gatherv.lo
  3752. CC coll_self_module.lo
  3753. CC coll_self_exscan.lo
  3754. CC coll_self_alltoall.lo
  3755. CC coll_self_scatterv.lo
  3756. CC coll_self_alltoallv.lo
  3757. CCLD mca_coll_self.la
  3758. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  3759. Making all in mca/coll/sm
  3760. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  3761. CC coll_sm_allreduce.lo
  3762. CC coll_sm_barrier.lo
  3763. CC coll_sm_bcast.lo
  3764. CC coll_sm_component.lo
  3765. CC coll_sm_module.lo
  3766. CC coll_sm_reduce.lo
  3767. CCLD mca_coll_sm.la
  3768. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  3769. Making all in mca/coll/sync
  3770. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  3771. CC coll_sync_component.lo
  3772. CC coll_sync_module.lo
  3773. CC coll_sync_gatherv.lo
  3774. CC coll_sync_reduce.lo
  3775. CC coll_sync_reduce_scatter.lo
  3776. CC coll_sync_gather.lo
  3777. CC coll_sync_scatter.lo
  3778. CC coll_sync_scatterv.lo
  3779. CC coll_sync_scan.lo
  3780. CC coll_sync_bcast.lo
  3781. CC coll_sync_exscan.lo
  3782. CCLD mca_coll_sync.la
  3783. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  3784. Making all in mca/coll/tuned
  3785. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  3786. CC coll_tuned_decision_fixed.lo
  3787. CC coll_tuned_dynamic_file.lo
  3788. CC coll_tuned_decision_dynamic.lo
  3789. CC coll_tuned_dynamic_rules.lo
  3790. CC coll_tuned_component.lo
  3791. CC coll_tuned_module.lo
  3792. CC coll_tuned_allgather_decision.lo
  3793. CC coll_tuned_allgatherv_decision.lo
  3794. CC coll_tuned_alltoall_decision.lo
  3795. CC coll_tuned_gather_decision.lo
  3796. CC coll_tuned_bcast_decision.lo
  3797. CC coll_tuned_alltoallv_decision.lo
  3798. CC coll_tuned_barrier_decision.lo
  3799. CC coll_tuned_allreduce_decision.lo
  3800. CC coll_tuned_reduce_decision.lo
  3801. CC coll_tuned_reduce_scatter_decision.lo
  3802. CC coll_tuned_scatter_decision.lo
  3803. CC coll_tuned_reduce_scatter_block_decision.lo
  3804. CC coll_tuned_exscan_decision.lo
  3805. CC coll_tuned_scan_decision.lo
  3806. CCLD mca_coll_tuned.la
  3807. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  3808. Making all in mca/coll/monitoring
  3809. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  3810. CC coll_monitoring_allgather.lo
  3811. CC coll_monitoring_allgatherv.lo
  3812. CC coll_monitoring_allreduce.lo
  3813. CC coll_monitoring_alltoall.lo
  3814. CC coll_monitoring_alltoallv.lo
  3815. CC coll_monitoring_alltoallw.lo
  3816. CC coll_monitoring_neighbor_alltoall.lo
  3817. CC coll_monitoring_barrier.lo
  3818. CC coll_monitoring_neighbor_allgatherv.lo
  3819. CC coll_monitoring_bcast.lo
  3820. CC coll_monitoring_neighbor_alltoallv.lo
  3821. CC coll_monitoring_exscan.lo
  3822. CC coll_monitoring_reduce_scatter_block.lo
  3823. CC coll_monitoring_component.lo
  3824. CC coll_monitoring_reduce.lo
  3825. CC coll_monitoring_reduce_scatter.lo
  3826. CC coll_monitoring_gather.lo
  3827. CC coll_monitoring_gatherv.lo
  3828. CC coll_monitoring_scan.lo
  3829. CC coll_monitoring_neighbor_allgather.lo
  3830. CC coll_monitoring_scatter.lo
  3831. CC coll_monitoring_neighbor_alltoallw.lo
  3832. CC coll_monitoring_scatterv.lo
  3833. CCLD mca_coll_monitoring.la
  3834. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  3835. Making all in mca/fbtl/posix
  3836. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  3837. CC fbtl_posix_component.lo
  3838. CC fbtl_posix.lo
  3839. CC fbtl_posix_pwritev.lo
  3840. CC fbtl_posix_ipwritev.lo
  3841. CC fbtl_posix_lock.lo
  3842. CC fbtl_posix_ipreadv.lo
  3843. CC fbtl_posix_preadv.lo
  3844. CCLD mca_fbtl_posix.la
  3845. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  3846. Making all in mca/fcoll/dynamic
  3847. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  3848. CC fcoll_dynamic_component.lo
  3849. CC fcoll_dynamic_module.lo
  3850. CC fcoll_dynamic_file_write_all.lo
  3851. CC fcoll_dynamic_file_read_all.lo
  3852. CCLD mca_fcoll_dynamic.la
  3853. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  3854. Making all in mca/fcoll/dynamic_gen2
  3855. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  3856. CC fcoll_dynamic_gen2_module.lo
  3857. CC fcoll_dynamic_gen2_component.lo
  3858. CC fcoll_dynamic_gen2_file_write_all.lo
  3859. CC fcoll_dynamic_gen2_file_read_all.lo
  3860. CCLD mca_fcoll_dynamic_gen2.la
  3861. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  3862. Making all in mca/fcoll/individual
  3863. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  3864. CC fcoll_individual_module.lo
  3865. CC fcoll_individual_component.lo
  3866. CC fcoll_individual_file_write_all.lo
  3867. CC fcoll_individual_file_read_all.lo
  3868. CCLD mca_fcoll_individual.la
  3869. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  3870. Making all in mca/fcoll/two_phase
  3871. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  3872. CC fcoll_two_phase_module.lo
  3873. CC fcoll_two_phase_component.lo
  3874. CC fcoll_two_phase_file_read_all.lo
  3875. CC fcoll_two_phase_file_write_all.lo
  3876. CC fcoll_two_phase_support_fns.lo
  3877. CCLD mca_fcoll_two_phase.la
  3878. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  3879. Making all in mca/fcoll/vulcan
  3880. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  3881. CC fcoll_vulcan_module.lo
  3882. CC fcoll_vulcan_component.lo
  3883. CC fcoll_vulcan_file_write_all.lo
  3884. CC fcoll_vulcan_file_read_all.lo
  3885. CCLD mca_fcoll_vulcan.la
  3886. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  3887. Making all in mca/fs/ufs
  3888. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  3889. CC fs_ufs_component.lo
  3890. CC fs_ufs_file_open.lo
  3891. CC fs_ufs.lo
  3892. CCLD mca_fs_ufs.la
  3893. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  3894. Making all in mca/io/ompio
  3895. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  3896. CC io_ompio.lo
  3897. CC io_ompio_component.lo
  3898. CC io_ompio_file_write.lo
  3899. CC io_ompio_file_open.lo
  3900. CC io_ompio_module.lo
  3901. CC io_ompio_file_set_view.lo
  3902. CC io_ompio_file_read.lo
  3903. CCLD mca_io_ompio.la
  3904. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  3905. Making all in mca/io/romio321
  3906. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  3907. Making all in romio
  3908. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  3909. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  3910. CC mpi-io/iwrite_sh.lo
  3911. CC mpi-io/iread.lo
  3912. CC mpi-io/get_posn.lo
  3913. CC mpi-io/close.lo
  3914. CC mpi-io/get_view.lo
  3915. CC mpi-io/delete.lo
  3916. CC mpi-io/prealloc.lo
  3917. CC mpi-io/get_group.lo
  3918. CC mpi-io/iread_atall.lo
  3919. CC mpi-io/get_info.lo
  3920. CC mpi-io/iread_sh.lo
  3921. CC mpi-io/iwrite.lo
  3922. CC mpi-io/read_allb.lo
  3923. CC mpi-io/get_bytoff.lo
  3924. CC mpi-io/get_atom.lo
  3925. CC mpi-io/read_alle.lo
  3926. CC mpi-io/get_posn_sh.lo
  3927. CC mpi-io/get_amode.lo
  3928. CC mpi-io/get_extent.lo
  3929. CC mpi-io/iread_all.lo
  3930. CC mpi-io/fsync.lo
  3931. CC mpi-io/iwrite_atall.lo
  3932. CC mpi-io/open.lo
  3933. CC mpi-io/iread_at.lo
  3934. CC mpi-io/iwrite_at.lo
  3935. CC mpi-io/rd_atalle.lo
  3936. CC mpi-io/read_all.lo
  3937. CC mpi-io/iwrite_all.lo
  3938. CC mpi-io/get_size.lo
  3939. CC mpi-io/rd_atallb.lo
  3940. CC mpi-io/read.lo
  3941. CC mpi-io/read_at.lo
  3942. CC mpi-io/read_atall.lo
  3943. CC mpi-io/read_ord.lo
  3944. CC mpi-io/read_ordb.lo
  3945. CC mpi-io/read_orde.lo
  3946. CC mpi-io/read_sh.lo
  3947. CC mpi-io/seek.lo
  3948. CC mpi-io/register_datarep.lo
  3949. CC mpi-io/set_atom.lo
  3950. CC mpi-io/set_info.lo
  3951. CC mpi-io/seek_sh.lo
  3952. CC mpi-io/set_view.lo
  3953. CC mpi-io/set_size.lo
  3954. CC mpi-io/write_all.lo
  3955. CC mpi-io/wr_atalle.lo
  3956. CC mpi-io/wr_atallb.lo
  3957. CC mpi-io/write.lo
  3958. CC mpi-io/write_allb.lo
  3959. CC mpi-io/write_alle.lo
  3960. CC mpi-io/write_at.lo
  3961. CC mpi-io/write_atall.lo
  3962. CC mpi-io/write_ord.lo
  3963. CC mpi-io/write_ordb.lo
  3964. CC mpi-io/write_orde.lo
  3965. CC mpi-io/glue/openmpi/mpio_file.lo
  3966. CC mpi-io/write_sh.lo
  3967. CC mpi-io/glue/openmpi/mpio_err.lo
  3968. CC mpi-io/mpich_fileutil.lo
  3969. CC mpi-io/mpir-mpioinit.lo
  3970. CC mpi-io/mpiu_greq.lo
  3971. CC mpi-io/mpiu_external32.lo
  3972. CC adio/ad_nfs/ad_nfs_read.lo
  3973. CC adio/ad_nfs/ad_nfs_open.lo
  3974. CC adio/ad_nfs/ad_nfs_write.lo
  3975. CC adio/ad_nfs/ad_nfs_done.lo
  3976. CC adio/ad_nfs/ad_nfs_fcntl.lo
  3977. CC adio/ad_nfs/ad_nfs_iread.lo
  3978. CC adio/ad_nfs/ad_nfs_iwrite.lo
  3979. CC adio/ad_nfs/ad_nfs_wait.lo
  3980. CC adio/ad_nfs/ad_nfs_setsh.lo
  3981. CC adio/ad_nfs/ad_nfs_getsh.lo
  3982. CC adio/ad_nfs/ad_nfs.lo
  3983. CC adio/ad_nfs/ad_nfs_features.lo
  3984. CC adio/ad_nfs/ad_nfs_resize.lo
  3985. CC adio/ad_testfs/ad_testfs_close.lo
  3986. CC adio/ad_testfs/ad_testfs_read.lo
  3987. CC adio/ad_testfs/ad_testfs_rdcoll.lo
  3988. CC adio/ad_testfs/ad_testfs_wrcoll.lo
  3989. CC adio/ad_testfs/ad_testfs_open.lo
  3990. CC adio/ad_testfs/ad_testfs_write.lo
  3991. CC adio/ad_testfs/ad_testfs_done.lo
  3992. CC adio/ad_testfs/ad_testfs_fcntl.lo
  3993. CC adio/ad_testfs/ad_testfs_iread.lo
  3994. CC adio/ad_testfs/ad_testfs_iwrite.lo
  3995. CC adio/ad_testfs/ad_testfs_wait.lo
  3996. CC adio/ad_testfs/ad_testfs_flush.lo
  3997. CC adio/ad_testfs/ad_testfs_seek.lo
  3998. CC adio/ad_testfs/ad_testfs_resize.lo
  3999. CC adio/ad_testfs/ad_testfs_hints.lo
  4000. CC adio/ad_testfs/ad_testfs_delete.lo
  4001. CC adio/ad_testfs/ad_testfs.lo
  4002. CC adio/ad_ufs/ad_ufs.lo
  4003. CC adio/ad_ufs/ad_ufs_open.lo
  4004. CC adio/common/ad_aggregate.lo
  4005. CC adio/common/ad_aggregate_new.lo
  4006. CC adio/common/ad_close.lo
  4007. CC adio/common/ad_coll_build_req_new.lo
  4008. CC adio/common/ad_coll_exch_new.lo
  4009. CC adio/common/ad_darray.lo
  4010. CC adio/common/ad_delete.lo
  4011. CC adio/common/ad_done.lo
  4012. CC adio/common/ad_done_fake.lo
  4013. CC adio/common/ad_end.lo
  4014. CC adio/common/ad_fcntl.lo
  4015. CC adio/common/ad_features.lo
  4016. CC adio/common/ad_fstype.lo
  4017. CC adio/common/ad_flush.lo
  4018. CC adio/common/ad_get_sh_fp.lo
  4019. CC adio/common/ad_hints.lo
  4020. CC adio/common/ad_init.lo
  4021. CC adio/common/ad_iopen.lo
  4022. CC adio/common/ad_iread_coll.lo
  4023. CC adio/common/ad_iread.lo
  4024. CC adio/common/ad_io_coll.lo
  4025. CC adio/common/ad_iread_fake.lo
  4026. CC adio/common/ad_iwrite.lo
  4027. CC adio/common/ad_iwrite_coll.lo
  4028. CC adio/common/ad_iwrite_fake.lo
  4029. CC adio/common/ad_open.lo
  4030. CC adio/common/ad_opencoll.lo
  4031. CC adio/common/ad_opencoll_failsafe.lo
  4032. CC adio/common/ad_opencoll_scalable.lo
  4033. CC adio/common/ad_prealloc.lo
  4034. CC adio/common/ad_read.lo
  4035. CC adio/common/ad_read_coll.lo
  4036. CC adio/common/ad_read_str.lo
  4037. CC adio/common/ad_read_str_naive.lo
  4038. CC adio/common/ad_resize.lo
  4039. CC adio/common/ad_seek.lo
  4040. CC adio/common/ad_set_view.lo
  4041. CC adio/common/ad_set_sh_fp.lo
  4042. CC adio/common/ad_subarray.lo
  4043. CC adio/common/ad_wait.lo
  4044. CC adio/common/ad_wait_fake.lo
  4045. CC adio/common/ad_write.lo
  4046. CC adio/common/ad_write_coll.lo
  4047. CC adio/common/ad_write_nolock.lo
  4048. CC adio/common/ad_write_str.lo
  4049. CC adio/common/ad_write_str_naive.lo
  4050. CC adio/common/adi_close.lo
  4051. CC adio/common/byte_offset.lo
  4052. CC adio/common/cb_config_list.lo
  4053. CC adio/common/eof_offset.lo
  4054. CC adio/common/error.lo
  4055. CC adio/common/flatten.lo
  4056. CC adio/common/get_fp_posn.lo
  4057. CC adio/common/greq_fns.lo
  4058. CC adio/common/heap-sort.lo
  4059. CC adio/common/iscontig.lo
  4060. CC adio/common/lock.lo
  4061. CC adio/common/malloc.lo
  4062. CC adio/common/shfp_fname.lo
  4063. CC adio/common/status_setb.lo
  4064. CC adio/common/strfns.lo
  4065. CC adio/common/system_hints.lo
  4066. CC adio/common/hint_fns.lo
  4067. CC adio/common/ad_threaded_io.lo
  4068. CC adio/common/p2p_aggregation.lo
  4069. CC adio/common/onesided_aggregation.lo
  4070. CC adio/common/utils.lo
  4071. adio/common/onesided_aggregation.c: In function ‘ADIOI_OneSidedReadAggregation’:
  4072. adio/common/onesided_aggregation.c:159:66: warning: ‘derivedTypePackedSourceBuffer’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  4073. memcpy(&(sourceDataBuffer[physicalSourceBufferOffset]),&(packedDataBufer[targetSendDataIndex]),amountDataToLoad);
  4074. ^
  4075. adio/common/onesided_aggregation.c:1969:13: note: ‘derivedTypePackedSourceBuffer’ was declared here
  4076. char *derivedTypePackedSourceBuffer;
  4077. ^
  4078. CCLD libromio_dist.la
  4079. ar: `u' modifier ignored since `D' is the default (see `U')
  4080. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  4081. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  4082. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  4083. CC src/io_romio321_component.lo
  4084. CC src/io_romio321_file_open.lo
  4085. CC src/io_romio321_file_read.lo
  4086. CC src/io_romio321_file_write.lo
  4087. CC src/io_romio321_module.lo
  4088. CCLD mca_io_romio321.la
  4089. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  4090. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  4091. Making all in mca/mtl/ofi
  4092. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  4093. /usr/bin/perl generate-opt-funcs.pl mtl_ofi_send_opt.c
  4094. /usr/bin/perl generate-opt-funcs.pl mtl_ofi_isend_opt.c
  4095. /usr/bin/perl generate-opt-funcs.pl mtl_ofi_irecv_opt.c
  4096. /usr/bin/perl generate-opt-funcs.pl mtl_ofi_iprobe_opt.c
  4097. CC mtl_ofi_component.lo
  4098. CC mtl_ofi.lo
  4099. /usr/bin/perl generate-opt-funcs.pl mtl_ofi_improbe_opt.c
  4100. CC mtl_ofi_endpoint.lo
  4101. CC mtl_ofi_iprobe_opt.lo
  4102. CC mtl_ofi_send_opt.lo
  4103. CC mtl_ofi_improbe_opt.lo
  4104. CC mtl_ofi_irecv_opt.lo
  4105. CC mtl_ofi_isend_opt.lo
  4106. CCLD mca_mtl_ofi.la
  4107. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  4108. Making all in mca/osc/sm
  4109. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  4110. CC osc_sm_comm.lo
  4111. CC osc_sm_component.lo
  4112. CC osc_sm_passive_target.lo
  4113. CC osc_sm_active_target.lo
  4114. CCLD mca_osc_sm.la
  4115. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  4116. Making all in mca/osc/monitoring
  4117. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  4118. CC osc_monitoring_component.lo
  4119. CCLD mca_osc_monitoring.la
  4120. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  4121. Making all in mca/osc/pt2pt
  4122. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  4123. CC osc_pt2pt_comm.lo
  4124. CC osc_pt2pt_module.lo
  4125. CC osc_pt2pt_active_target.lo
  4126. CC osc_pt2pt_component.lo
  4127. CC osc_pt2pt_passive_target.lo
  4128. CC osc_pt2pt_data_move.lo
  4129. CC osc_pt2pt_sync.lo
  4130. CC osc_pt2pt_frag.lo
  4131. CC osc_pt2pt_request.lo
  4132. osc_pt2pt_comm.c: In function ‘ompi_osc_pt2pt_data_isend’:
  4133. osc_pt2pt_comm.c:80:9: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  4134. ++request->outstanding_requests;
  4135. ^
  4136. osc_pt2pt_passive_target.c: In function ‘ompi_osc_pt2pt_unlock_remote’:
  4137. osc_pt2pt_passive_target.c:186:13: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  4138. --module->epoch_outgoing_frag_count[target];
  4139. ^
  4140. osc_pt2pt_passive_target.c: In function ‘ompi_osc_pt2pt_flush_remote’:
  4141. osc_pt2pt_passive_target.c:229:13: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  4142. --module->epoch_outgoing_frag_count[target];
  4143. ^
  4144. CCLD mca_osc_pt2pt.la
  4145. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  4146. Making all in mca/osc/rdma
  4147. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  4148. CC osc_rdma_module.lo
  4149. CC osc_rdma_comm.lo
  4150. CC osc_rdma_active_target.lo
  4151. CC osc_rdma_passive_target.lo
  4152. CC osc_rdma_component.lo
  4153. CC osc_rdma_peer.lo
  4154. CC osc_rdma_dynamic.lo
  4155. CC osc_rdma_frag.lo
  4156. CC osc_rdma_sync.lo
  4157. CC osc_rdma_request.lo
  4158. CC osc_rdma_accumulate.lo
  4159. CCLD mca_osc_rdma.la
  4160. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  4161. Making all in mca/pml/cm
  4162. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  4163. CC pml_cm.lo
  4164. CC pml_cm_cancel.lo
  4165. CC pml_cm_request.lo
  4166. CC pml_cm_sendreq.lo
  4167. CC pml_cm_start.lo
  4168. CC pml_cm_component.lo
  4169. CC pml_cm_recvreq.lo
  4170. CCLD mca_pml_cm.la
  4171. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  4172. Making all in mca/pml/monitoring
  4173. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  4174. CC pml_monitoring_comm.lo
  4175. CC pml_monitoring_component.lo
  4176. CC pml_monitoring_isend.lo
  4177. CC pml_monitoring_iprobe.lo
  4178. CC pml_monitoring_start.lo
  4179. CC pml_monitoring_irecv.lo
  4180. CCLD mca_pml_monitoring.la
  4181. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  4182. Making all in mca/pml/ob1
  4183. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  4184. CC pml_ob1_comm.lo
  4185. CC pml_ob1.lo
  4186. CC pml_ob1_recvfrag.lo
  4187. CC pml_ob1_isend.lo
  4188. CC pml_ob1_progress.lo
  4189. CC pml_ob1_sendreq.lo
  4190. CC pml_ob1_rdmafrag.lo
  4191. CC pml_ob1_start.lo
  4192. CC pml_ob1_recvreq.lo
  4193. CC pml_ob1_rdma.lo
  4194. CC pml_ob1_irecv.lo
  4195. CC pml_ob1_iprobe.lo
  4196. CC pml_ob1_component.lo
  4197. CCLD mca_pml_ob1.la
  4198. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  4199. Making all in mca/sharedfp/individual
  4200. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  4201. CC sharedfp_individual.lo
  4202. CC sharedfp_individual_component.lo
  4203. CC sharedfp_individual_seek.lo
  4204. CC sharedfp_individual_get_position.lo
  4205. CC sharedfp_individual_collaborate_data.lo
  4206. CC sharedfp_individual_write.lo
  4207. CC sharedfp_individual_iwrite.lo
  4208. CC sharedfp_individual_read.lo
  4209. CC sharedfp_individual_insert_metadata.lo
  4210. CC sharedfp_individual_file_open.lo
  4211. CC sharedfp_individual_gettime.lo
  4212. CCLD mca_sharedfp_individual.la
  4213. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  4214. Making all in mca/sharedfp/lockedfile
  4215. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  4216. CC sharedfp_lockedfile_component.lo
  4217. CC sharedfp_lockedfile.lo
  4218. CC sharedfp_lockedfile_write.lo
  4219. CC sharedfp_lockedfile_iwrite.lo
  4220. CC sharedfp_lockedfile_request_position.lo
  4221. CC sharedfp_lockedfile_iread.lo
  4222. CC sharedfp_lockedfile_file_open.lo
  4223. CC sharedfp_lockedfile_read.lo
  4224. CC sharedfp_lockedfile_seek.lo
  4225. CC sharedfp_lockedfile_get_position.lo
  4226. sharedfp_lockedfile_file_open.c: In function ‘mca_sharedfp_lockedfile_file_open’:
  4227. sharedfp_lockedfile_file_open.c:132:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  4228. write ( handle, &position, sizeof(OMPI_MPI_OFFSET_TYPE) );
  4229. ^
  4230. sharedfp_lockedfile_seek.c: In function ‘mca_sharedfp_lockedfile_seek’:
  4231. sharedfp_lockedfile_seek.c:122:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  4232. write ( fd_lockedfilehandle, &offset, sizeof(OMPI_MPI_OFFSET_TYPE));
  4233. ^
  4234. sharedfp_lockedfile_request_position.c: In function ‘mca_sharedfp_lockedfile_request_position’:
  4235. sharedfp_lockedfile_request_position.c:79:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  4236. read ( fd, &buf, sizeof(OMPI_MPI_OFFSET_TYPE));
  4237. ^
  4238. sharedfp_lockedfile_request_position.c:95:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  4239. write ( fd, &position, sizeof(OMPI_MPI_OFFSET_TYPE));
  4240. ^
  4241. CCLD mca_sharedfp_lockedfile.la
  4242. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  4243. Making all in mca/sharedfp/sm
  4244. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  4245. CC sharedfp_sm.lo
  4246. CC sharedfp_sm_file_open.lo
  4247. CC sharedfp_sm_component.lo
  4248. CC sharedfp_sm_write.lo
  4249. CC sharedfp_sm_seek.lo
  4250. CC sharedfp_sm_iwrite.lo
  4251. CC sharedfp_sm_read.lo
  4252. CC sharedfp_sm_request_position.lo
  4253. CC sharedfp_sm_get_position.lo
  4254. CC sharedfp_sm_iread.lo
  4255. sharedfp_sm_file_open.c: In function ‘mca_sharedfp_sm_file_open’:
  4256. sharedfp_sm_file_open.c:148:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  4257. write ( sm_fd, &sm_offset, sizeof(struct mca_sharedfp_sm_offset));
  4258. ^
  4259. CCLD mca_sharedfp_sm.la
  4260. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  4261. Making all in mca/topo/basic
  4262. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  4263. CC topo_basic_component.lo
  4264. CCLD mca_topo_basic.la
  4265. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  4266. Making all in mca/topo/treematch
  4267. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  4268. CC topo_treematch_module.lo
  4269. CC topo_treematch_component.lo
  4270. CC topo_treematch_dist_graph_create.lo
  4271. CC treematch/tm_timings.lo
  4272. CC treematch/tm_verbose.lo
  4273. CC treematch/tm_malloc.lo
  4274. CC treematch/tm_topology.lo
  4275. CC treematch/tm_kpartitioning.lo
  4276. CC treematch/tm_solution.lo
  4277. CC treematch/k-partitioning.lo
  4278. CC treematch/tm_mapping.lo
  4279. CC treematch/tm_tree.lo
  4280. CC treematch/tm_bucket.lo
  4281. CC treematch/PriorityQueue.lo
  4282. CC treematch/tm_thread_pool.lo
  4283. CC treematch/fibo.lo
  4284. CC treematch/tm_mt.lo
  4285. CC treematch/IntConstantInitializedVector.lo
  4286. treematch/tm_topology.c: In function ‘tgt_to_tm’:
  4287. treematch/tm_topology.c:71:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  4288. fgets(line,1024,pf);
  4289. ^
  4290. treematch/tm_topology.c: In function ‘tm_topology_add_binding_constraints’:
  4291. treematch/tm_topology.c:537:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  4292. fgets(line, LINE_SIZE, pf);
  4293. ^
  4294. treematch/tm_topology.c:548:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  4295. fgets(line, LINE_SIZE, pf);
  4296. ^
  4297. treematch/tm_tree.c: In function ‘group_nodes’:
  4298. treematch/tm_tree.c:1772:21: warning: variable ‘list_size’ set but not used [-Wunused-but-set-variable]
  4299. unsigned long int list_size;
  4300. ^
  4301. treematch/tm_mapping.c:253:17: warning: ‘init_mat_long’ defined but not used [-Wunused-function]
  4302. static long int init_mat_long(char *filename,int N, double **mat, double *sum_row){
  4303. ^
  4304. CCLD mca_topo_treematch.la
  4305. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  4306. Making all in mca/vprotocol/pessimist
  4307. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  4308. CC vprotocol_pessimist_component.lo
  4309. CC vprotocol_pessimist.lo
  4310. CC vprotocol_pessimist_request.lo
  4311. CC vprotocol_pessimist_send.lo
  4312. CC vprotocol_pessimist_proc.lo
  4313. CC vprotocol_pessimist_recv.lo
  4314. CC vprotocol_pessimist_event.lo
  4315. CC vprotocol_pessimist_eventlog.lo
  4316. CC vprotocol_pessimist_sender_based.lo
  4317. CC vprotocol_pessimist_probe.lo
  4318. CC vprotocol_pessimist_comm.lo
  4319. CC vprotocol_pessimist_wait.lo
  4320. CC vprotocol_pessimist_progress.lo
  4321. CC vprotocol_pessimist_start.lo
  4322. CCLD mca_vprotocol_pessimist.la
  4323. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  4324. Making all in contrib/libompitrace
  4325. make[2]: Entering directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  4326. CC abort.lo
  4327. CC accumulate.lo
  4328. CC add_error_code.lo
  4329. CC add_error_string.lo
  4330. CC add_error_class.lo
  4331. CC recv.lo
  4332. CC reduce.lo
  4333. CC allreduce.lo
  4334. CC isend.lo
  4335. CC request_free.lo
  4336. CC barrier.lo
  4337. CC init.lo
  4338. CC bcast.lo
  4339. CC send.lo
  4340. CC alloc_mem.lo
  4341. CC finalize.lo
  4342. CC allgatherv.lo
  4343. CC allgather.lo
  4344. CC sendrecv.lo
  4345. CC get_address.lo
  4346. CCLD libompitrace.la
  4347. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  4348. Making all in tools/ompi_info
  4349. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  4350. CC ompi_info.o
  4351. CC param.o
  4352. GENERATE ompi_info.1
  4353. CCLD ompi_info
  4354. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  4355. Making all in tools/wrappers
  4356. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  4357. (cd ../../../opal/tools/wrappers && make generic_wrapper.1)
  4358. rm -f mpif77.1
  4359. sed -e 's/#PROJECT#/Open MPI/g' \
  4360. -e 's/#PROJECT_SHORT#/OMPI/g' \
  4361. -e 's/#LANGUAGE#/Fortran/g' \
  4362. -e 's/#PACKAGE_NAME#/Open MPI/g' \
  4363. -e 's/#PACKAGE_VERSION#/gitclone/g' \
  4364. -e 's/#OMPI_DATE#/Unreleased developer copy/g' \
  4365. < ../../../ompi/tools/wrappers/mpif77.1in > mpif77.1
  4366. LN_S mpif90.1
  4367. make[3]: Entering directory '/home/ubuntu/ompi/opal/tools/wrappers'
  4368. GENERATE generic_wrapper.1
  4369. make[3]: Leaving directory '/home/ubuntu/ompi/opal/tools/wrappers'
  4370. rm -f mpicc.1
  4371. rm -f mpic++.1
  4372. rm -f mpicxx.1
  4373. rm -f mpifort.1
  4374. sed -e 's/#COMMAND#/mpicc/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicc.1
  4375. sed -e 's/#COMMAND#/mpicxx/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpicxx.1
  4376. sed -e 's/#COMMAND#/mpifort/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/Fortran/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpifort.1
  4377. sed -e 's/#COMMAND#/mpic++/g' -e 's/#PROJECT#/Open MPI/g' -e 's/#PROJECT_SHORT#/OMPI/g' -e 's/#LANGUAGE#/C++/g' < ../../../opal/tools/wrappers/generic_wrapper.1 > mpic++.1
  4378. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  4379. Making all in tools/mpisync
  4380. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  4381. make[2]: Nothing to be done for 'all'.
  4382. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  4383. make[1]: Leaving directory '/home/ubuntu/ompi/ompi'
  4384. Making all in test
  4385. make[1]: Entering directory '/home/ubuntu/ompi/test'
  4386. Making all in support
  4387. make[2]: Entering directory '/home/ubuntu/ompi/test/support'
  4388. make[2]: Nothing to be done for 'all'.
  4389. make[2]: Leaving directory '/home/ubuntu/ompi/test/support'
  4390. Making all in asm
  4391. make[2]: Entering directory '/home/ubuntu/ompi/test/asm'
  4392. make[2]: Nothing to be done for 'all'.
  4393. make[2]: Leaving directory '/home/ubuntu/ompi/test/asm'
  4394. Making all in class
  4395. make[2]: Entering directory '/home/ubuntu/ompi/test/class'
  4396. make[2]: Nothing to be done for 'all'.
  4397. make[2]: Leaving directory '/home/ubuntu/ompi/test/class'
  4398. Making all in threads
  4399. make[2]: Entering directory '/home/ubuntu/ompi/test/threads'
  4400. make[2]: Nothing to be done for 'all'.
  4401. make[2]: Leaving directory '/home/ubuntu/ompi/test/threads'
  4402. Making all in datatype
  4403. make[2]: Entering directory '/home/ubuntu/ompi/test/datatype'
  4404. make[2]: Nothing to be done for 'all'.
  4405. make[2]: Leaving directory '/home/ubuntu/ompi/test/datatype'
  4406. Making all in util
  4407. make[2]: Entering directory '/home/ubuntu/ompi/test/util'
  4408. make[2]: Nothing to be done for 'all'.
  4409. make[2]: Leaving directory '/home/ubuntu/ompi/test/util'
  4410. Making all in dss
  4411. make[2]: Entering directory '/home/ubuntu/ompi/test/dss'
  4412. make[2]: Nothing to be done for 'all'.
  4413. make[2]: Leaving directory '/home/ubuntu/ompi/test/dss'
  4414. Making all in mpool
  4415. make[2]: Entering directory '/home/ubuntu/ompi/test/mpool'
  4416. make[2]: Nothing to be done for 'all'.
  4417. make[2]: Leaving directory '/home/ubuntu/ompi/test/mpool'
  4418. Making all in monitoring
  4419. make[2]: Entering directory '/home/ubuntu/ompi/test/monitoring'
  4420. CC monitoring_test.o
  4421. CC test_pvar_access.o
  4422. CC example_reduce_count.o
  4423. CC check_monitoring.o
  4424. CC test_overhead.o
  4425. CCLD example_reduce_count
  4426. CCLD monitoring_test
  4427. CCLD test_overhead
  4428. CCLD test_pvar_access
  4429. CCLD check_monitoring
  4430. make[2]: Leaving directory '/home/ubuntu/ompi/test/monitoring'
  4431. Making all in spc
  4432. make[2]: Entering directory '/home/ubuntu/ompi/test/spc'
  4433. CC spc_test.o
  4434. CCLD spc_test
  4435. make[2]: Leaving directory '/home/ubuntu/ompi/test/spc'
  4436. make[2]: Entering directory '/home/ubuntu/ompi/test'
  4437. make[2]: Nothing to be done for 'all-am'.
  4438. make[2]: Leaving directory '/home/ubuntu/ompi/test'
  4439. make[1]: Leaving directory '/home/ubuntu/ompi/test'
  4440. make[1]: Entering directory '/home/ubuntu/ompi'
  4441. make[1]: Nothing to be done for 'all-am'.
  4442. make[1]: Leaving directory '/home/ubuntu/ompi'
  4443. Making install in config
  4444. make[1]: Entering directory '/home/ubuntu/ompi/config'
  4445. make[2]: Entering directory '/home/ubuntu/ompi/config'
  4446. make[2]: Nothing to be done for 'install-exec-am'.
  4447. make[2]: Nothing to be done for 'install-data-am'.
  4448. make[2]: Leaving directory '/home/ubuntu/ompi/config'
  4449. make[1]: Leaving directory '/home/ubuntu/ompi/config'
  4450. Making install in contrib
  4451. make[1]: Entering directory '/home/ubuntu/ompi/contrib'
  4452. make[2]: Entering directory '/home/ubuntu/ompi/contrib'
  4453. make[2]: Nothing to be done for 'install-exec-am'.
  4454. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi/amca-param-sets'
  4455. /usr/bin/install -c -m 644 amca-param-sets/example.conf '/home/ubuntu/ompi/install/share/openmpi/amca-param-sets'
  4456. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4457. /usr/bin/install -c -m 644 openmpi-valgrind.supp '/home/ubuntu/ompi/install/share/openmpi'
  4458. make[2]: Leaving directory '/home/ubuntu/ompi/contrib'
  4459. make[1]: Leaving directory '/home/ubuntu/ompi/contrib'
  4460. Making install in opal
  4461. make[1]: Entering directory '/home/ubuntu/ompi/opal'
  4462. Making install in include
  4463. make[2]: Entering directory '/home/ubuntu/ompi/opal/include'
  4464. make[3]: Entering directory '/home/ubuntu/ompi/opal/include'
  4465. make[3]: Nothing to be done for 'install-exec-am'.
  4466. make[3]: Leaving directory '/home/ubuntu/ompi/opal/include'
  4467. make[2]: Leaving directory '/home/ubuntu/ompi/opal/include'
  4468. Making install in datatype
  4469. make[2]: Entering directory '/home/ubuntu/ompi/opal/datatype'
  4470. make[3]: Entering directory '/home/ubuntu/ompi/opal/datatype'
  4471. make[3]: Nothing to be done for 'install-exec-am'.
  4472. make[3]: Leaving directory '/home/ubuntu/ompi/opal/datatype'
  4473. make[2]: Leaving directory '/home/ubuntu/ompi/opal/datatype'
  4474. Making install in etc
  4475. make[2]: Entering directory '/home/ubuntu/ompi/opal/etc'
  4476. make[3]: Entering directory '/home/ubuntu/ompi/opal/etc'
  4477. make[3]: Nothing to be done for 'install-exec-am'.
  4478. /bin/mkdir -p /home/ubuntu/ompi/install/etc
  4479. /usr/bin/install -c -m 644 openmpi-mca-params.conf /home/ubuntu/ompi/install/etc/openmpi-mca-params.conf
  4480. make[3]: Leaving directory '/home/ubuntu/ompi/opal/etc'
  4481. make[2]: Leaving directory '/home/ubuntu/ompi/opal/etc'
  4482. Making install in util
  4483. make[2]: Entering directory '/home/ubuntu/ompi/opal/util'
  4484. Making install in keyval
  4485. make[3]: Entering directory '/home/ubuntu/ompi/opal/util/keyval'
  4486. make[4]: Entering directory '/home/ubuntu/ompi/opal/util/keyval'
  4487. make[4]: Nothing to be done for 'install-exec-am'.
  4488. make[4]: Nothing to be done for 'install-data-am'.
  4489. make[4]: Leaving directory '/home/ubuntu/ompi/opal/util/keyval'
  4490. make[3]: Leaving directory '/home/ubuntu/ompi/opal/util/keyval'
  4491. make[3]: Entering directory '/home/ubuntu/ompi/opal/util'
  4492. make[4]: Entering directory '/home/ubuntu/ompi/opal/util'
  4493. make[4]: Nothing to be done for 'install-exec-am'.
  4494. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4495. /usr/bin/install -c -m 644 help-opal-util.txt '/home/ubuntu/ompi/install/share/openmpi'
  4496. make[4]: Leaving directory '/home/ubuntu/ompi/opal/util'
  4497. make[3]: Leaving directory '/home/ubuntu/ompi/opal/util'
  4498. make[2]: Leaving directory '/home/ubuntu/ompi/opal/util'
  4499. Making install in mca/base
  4500. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/base'
  4501. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/base'
  4502. make[3]: Nothing to be done for 'install-exec-am'.
  4503. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4504. /usr/bin/install -c -m 644 help-mca-base.txt help-mca-var.txt '/home/ubuntu/ompi/install/share/openmpi'
  4505. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/base'
  4506. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/base'
  4507. Making install in mca/common
  4508. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common'
  4509. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/common'
  4510. make[3]: Nothing to be done for 'install-exec-am'.
  4511. make[3]: Nothing to be done for 'install-data-am'.
  4512. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/common'
  4513. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common'
  4514. Making install in mca/allocator
  4515. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator'
  4516. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator'
  4517. make[3]: Nothing to be done for 'install-exec-am'.
  4518. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator'
  4519. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator'
  4520. Making install in mca/backtrace
  4521. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace'
  4522. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace'
  4523. make[3]: Nothing to be done for 'install-exec-am'.
  4524. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace'
  4525. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace'
  4526. Making install in mca/btl
  4527. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl'
  4528. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl'
  4529. make[3]: Nothing to be done for 'install-exec-am'.
  4530. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4531. /usr/bin/install -c -m 644 base/help-mpi-btl-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  4532. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl'
  4533. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl'
  4534. Making install in mca/compress
  4535. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress'
  4536. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/compress'
  4537. make[3]: Nothing to be done for 'install-exec-am'.
  4538. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress'
  4539. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress'
  4540. Making install in mca/crs
  4541. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/crs'
  4542. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/crs'
  4543. make[3]: Nothing to be done for 'install-exec-am'.
  4544. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  4545. /usr/bin/install -c -m 644 opal_crs.7 '/home/ubuntu/ompi/install/share/man/man7'
  4546. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs'
  4547. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs'
  4548. Making install in mca/dl
  4549. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/dl'
  4550. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/dl'
  4551. make[3]: Nothing to be done for 'install-exec-am'.
  4552. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl'
  4553. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl'
  4554. Making install in mca/event
  4555. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/event'
  4556. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/event'
  4557. make[3]: Nothing to be done for 'install-exec-am'.
  4558. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/event'
  4559. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/event'
  4560. Making install in mca/hwloc
  4561. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc'
  4562. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc'
  4563. make[3]: Nothing to be done for 'install-exec-am'.
  4564. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4565. /usr/bin/install -c -m 644 base/help-opal-hwloc-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  4566. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc'
  4567. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc'
  4568. Making install in mca/if
  4569. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if'
  4570. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/if'
  4571. make[3]: Nothing to be done for 'install-exec-am'.
  4572. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/if'
  4573. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if'
  4574. Making install in mca/installdirs
  4575. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs'
  4576. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs'
  4577. make[3]: Nothing to be done for 'install-exec-am'.
  4578. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs'
  4579. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs'
  4580. Making install in mca/memchecker
  4581. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memchecker'
  4582. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/memchecker'
  4583. make[3]: Nothing to be done for 'install-exec-am'.
  4584. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/memchecker'
  4585. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memchecker'
  4586. Making install in mca/memcpy
  4587. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memcpy'
  4588. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/memcpy'
  4589. make[3]: Nothing to be done for 'install-exec-am'.
  4590. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/memcpy'
  4591. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memcpy'
  4592. Making install in mca/memory
  4593. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memory'
  4594. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/memory'
  4595. make[3]: Nothing to be done for 'install-exec-am'.
  4596. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory'
  4597. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory'
  4598. Making install in mca/mpool
  4599. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool'
  4600. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool'
  4601. make[3]: Nothing to be done for 'install-exec-am'.
  4602. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4603. /usr/bin/install -c -m 644 base/help-mpool-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  4604. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool'
  4605. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool'
  4606. Making install in mca/patcher
  4607. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher'
  4608. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher'
  4609. make[3]: Nothing to be done for 'install-exec-am'.
  4610. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher'
  4611. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher'
  4612. Making install in mca/pmix
  4613. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix'
  4614. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix'
  4615. make[3]: Nothing to be done for 'install-exec-am'.
  4616. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4617. /usr/bin/install -c -m 644 base/help-pmix-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  4618. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix'
  4619. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix'
  4620. Making install in mca/pstat
  4621. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat'
  4622. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat'
  4623. make[3]: Nothing to be done for 'install-exec-am'.
  4624. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat'
  4625. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat'
  4626. Making install in mca/rcache
  4627. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache'
  4628. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache'
  4629. make[3]: Nothing to be done for 'install-exec-am'.
  4630. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4631. /usr/bin/install -c -m 644 base/help-rcache-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  4632. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache'
  4633. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache'
  4634. Making install in mca/reachable
  4635. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable'
  4636. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable'
  4637. make[3]: Nothing to be done for 'install-exec-am'.
  4638. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable'
  4639. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable'
  4640. Making install in mca/shmem
  4641. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem'
  4642. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem'
  4643. make[3]: Nothing to be done for 'install-exec-am'.
  4644. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem'
  4645. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem'
  4646. Making install in mca/timer
  4647. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/timer'
  4648. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/timer'
  4649. make[3]: Nothing to be done for 'install-exec-am'.
  4650. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer'
  4651. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer'
  4652. Making install in mca/backtrace/execinfo
  4653. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  4654. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  4655. make[3]: Nothing to be done for 'install-exec-am'.
  4656. make[3]: Nothing to be done for 'install-data-am'.
  4657. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  4658. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/backtrace/execinfo'
  4659. Making install in mca/dl/dlopen
  4660. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  4661. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  4662. make[3]: Nothing to be done for 'install-exec-am'.
  4663. make[3]: Nothing to be done for 'install-data-am'.
  4664. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  4665. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/dl/dlopen'
  4666. Making install in mca/event/libevent2022
  4667. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4668. Making install in libevent
  4669. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4670. Making install in .
  4671. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4672. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4673. make[5]: Nothing to be done for 'install-exec-am'.
  4674. make[5]: Nothing to be done for 'install-data-am'.
  4675. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4676. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4677. Making install in include
  4678. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  4679. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  4680. make[5]: Nothing to be done for 'install-exec-am'.
  4681. make[5]: Nothing to be done for 'install-data-am'.
  4682. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  4683. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent/include'
  4684. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022/libevent'
  4685. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4686. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4687. make[4]: Nothing to be done for 'install-exec-am'.
  4688. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4689. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4690. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/event/libevent2022'
  4691. Making install in mca/hwloc/hwloc201
  4692. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4693. Making install in hwloc
  4694. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4695. Making install in include
  4696. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  4697. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  4698. make[5]: Nothing to be done for 'install-exec-am'.
  4699. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  4700. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/include'
  4701. Making install in hwloc
  4702. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4703. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4704. make install-exec-hook
  4705. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4706. make[6]: Nothing to be done for 'install-exec-hook'.
  4707. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4708. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4709. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc/hwloc'
  4710. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4711. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4712. make[5]: Nothing to be done for 'install-exec-am'.
  4713. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4714. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4715. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201/hwloc'
  4716. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4717. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4718. make[4]: Nothing to be done for 'install-exec-am'.
  4719. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4720. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4721. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/hwloc/hwloc201'
  4722. Making install in mca/if/linux_ipv6
  4723. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  4724. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  4725. make[3]: Nothing to be done for 'install-exec-am'.
  4726. make[3]: Nothing to be done for 'install-data-am'.
  4727. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  4728. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/linux_ipv6'
  4729. Making install in mca/if/posix_ipv4
  4730. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  4731. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  4732. make[3]: Nothing to be done for 'install-exec-am'.
  4733. make[3]: Nothing to be done for 'install-data-am'.
  4734. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  4735. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/if/posix_ipv4'
  4736. Making install in mca/installdirs/env
  4737. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  4738. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  4739. make[3]: Nothing to be done for 'install-exec-am'.
  4740. make[3]: Nothing to be done for 'install-data-am'.
  4741. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  4742. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/env'
  4743. Making install in mca/installdirs/config
  4744. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  4745. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  4746. make[3]: Nothing to be done for 'install-exec-am'.
  4747. make[3]: Nothing to be done for 'install-data-am'.
  4748. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  4749. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/installdirs/config'
  4750. Making install in mca/memory/patcher
  4751. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  4752. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  4753. make[3]: Nothing to be done for 'install-exec-am'.
  4754. make[3]: Nothing to be done for 'install-data-am'.
  4755. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  4756. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/memory/patcher'
  4757. Making install in mca/timer/linux
  4758. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  4759. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  4760. make[3]: Nothing to be done for 'install-exec-am'.
  4761. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4762. /usr/bin/install -c -m 644 help-opal-timer-linux.txt '/home/ubuntu/ompi/install/share/openmpi'
  4763. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  4764. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/timer/linux'
  4765. Making install in .
  4766. make[2]: Entering directory '/home/ubuntu/ompi/opal'
  4767. make[3]: Entering directory '/home/ubuntu/ompi/opal'
  4768. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  4769. /bin/bash ../libtool --mode=install /usr/bin/install -c libopen-pal.la '/home/ubuntu/ompi/install/lib'
  4770. libtool: install: /usr/bin/install -c .libs/libopen-pal.so.0.0.0 /home/ubuntu/ompi/install/lib/libopen-pal.so.0.0.0
  4771. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libopen-pal.so.0.0.0 libopen-pal.so.0 || { rm -f libopen-pal.so.0 && ln -s libopen-pal.so.0.0.0 libopen-pal.so.0; }; })
  4772. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libopen-pal.so.0.0.0 libopen-pal.so || { rm -f libopen-pal.so && ln -s libopen-pal.so.0.0.0 libopen-pal.so; }; })
  4773. libtool: install: /usr/bin/install -c .libs/libopen-pal.lai /home/ubuntu/ompi/install/lib/libopen-pal.la
  4774. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  4775. ----------------------------------------------------------------------
  4776. Libraries have been installed in:
  4777. /home/ubuntu/ompi/install/lib
  4778.  
  4779. If you ever happen to want to link against installed libraries
  4780. in a given directory, LIBDIR, you must either use libtool, and
  4781. specify the full pathname of the library, or use the '-LLIBDIR'
  4782. flag during linking and do at least one of the following:
  4783. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4784. during execution
  4785. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4786. during linking
  4787. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4788. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4789.  
  4790. See any operating system documentation about shared libraries for
  4791. more information, such as the ld(1) and ld.so(8) manual pages.
  4792. ----------------------------------------------------------------------
  4793. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4794. /usr/bin/install -c -m 644 runtime/help-opal-runtime.txt runtime/help-opal_info.txt '/home/ubuntu/ompi/install/share/openmpi'
  4795. make[3]: Leaving directory '/home/ubuntu/ompi/opal'
  4796. make[2]: Leaving directory '/home/ubuntu/ompi/opal'
  4797. Making install in mca/common/ofi
  4798. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  4799. LN_S libmca_common_ofi.la
  4800. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  4801. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  4802. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_ofi.la '/home/ubuntu/ompi/install/lib'
  4803. libtool: install: /usr/bin/install -c .libs/libmca_common_ofi.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_ofi.so.0.0.0
  4804. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_ofi.so.0.0.0 libmca_common_ofi.so.0 || { rm -f libmca_common_ofi.so.0 && ln -s libmca_common_ofi.so.0.0.0 libmca_common_ofi.so.0; }; })
  4805. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_ofi.so.0.0.0 libmca_common_ofi.so || { rm -f libmca_common_ofi.so && ln -s libmca_common_ofi.so.0.0.0 libmca_common_ofi.so; }; })
  4806. libtool: install: /usr/bin/install -c .libs/libmca_common_ofi.lai /home/ubuntu/ompi/install/lib/libmca_common_ofi.la
  4807. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  4808. ----------------------------------------------------------------------
  4809. Libraries have been installed in:
  4810. /home/ubuntu/ompi/install/lib
  4811.  
  4812. If you ever happen to want to link against installed libraries
  4813. in a given directory, LIBDIR, you must either use libtool, and
  4814. specify the full pathname of the library, or use the '-LLIBDIR'
  4815. flag during linking and do at least one of the following:
  4816. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4817. during execution
  4818. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4819. during linking
  4820. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4821. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4822.  
  4823. See any operating system documentation about shared libraries for
  4824. more information, such as the ld(1) and ld.so(8) manual pages.
  4825. ----------------------------------------------------------------------
  4826. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  4827. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/ofi'
  4828. Making install in mca/common/sm
  4829. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/sm'
  4830. LN_S libmca_common_sm.la
  4831. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/common/sm'
  4832. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  4833. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_sm.la '/home/ubuntu/ompi/install/lib'
  4834. libtool: install: /usr/bin/install -c .libs/libmca_common_sm.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_sm.so.0.0.0
  4835. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_sm.so.0.0.0 libmca_common_sm.so.0 || { rm -f libmca_common_sm.so.0 && ln -s libmca_common_sm.so.0.0.0 libmca_common_sm.so.0; }; })
  4836. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_sm.so.0.0.0 libmca_common_sm.so || { rm -f libmca_common_sm.so && ln -s libmca_common_sm.so.0.0.0 libmca_common_sm.so; }; })
  4837. libtool: install: /usr/bin/install -c .libs/libmca_common_sm.lai /home/ubuntu/ompi/install/lib/libmca_common_sm.la
  4838. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  4839. ----------------------------------------------------------------------
  4840. Libraries have been installed in:
  4841. /home/ubuntu/ompi/install/lib
  4842.  
  4843. If you ever happen to want to link against installed libraries
  4844. in a given directory, LIBDIR, you must either use libtool, and
  4845. specify the full pathname of the library, or use the '-LLIBDIR'
  4846. flag during linking and do at least one of the following:
  4847. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4848. during execution
  4849. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4850. during linking
  4851. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4852. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4853.  
  4854. See any operating system documentation about shared libraries for
  4855. more information, such as the ld(1) and ld.so(8) manual pages.
  4856. ----------------------------------------------------------------------
  4857. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4858. /usr/bin/install -c -m 644 help-mpi-common-sm.txt '/home/ubuntu/ompi/install/share/openmpi'
  4859. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/sm'
  4860. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/sm'
  4861. Making install in mca/common/verbs
  4862. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  4863. LN_S libmca_common_verbs.la
  4864. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  4865. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  4866. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_verbs.la '/home/ubuntu/ompi/install/lib'
  4867. libtool: install: /usr/bin/install -c .libs/libmca_common_verbs.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_verbs.so.0.0.0
  4868. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_verbs.so.0.0.0 libmca_common_verbs.so.0 || { rm -f libmca_common_verbs.so.0 && ln -s libmca_common_verbs.so.0.0.0 libmca_common_verbs.so.0; }; })
  4869. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_verbs.so.0.0.0 libmca_common_verbs.so || { rm -f libmca_common_verbs.so && ln -s libmca_common_verbs.so.0.0.0 libmca_common_verbs.so; }; })
  4870. libtool: install: /usr/bin/install -c .libs/libmca_common_verbs.lai /home/ubuntu/ompi/install/lib/libmca_common_verbs.la
  4871. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  4872. ----------------------------------------------------------------------
  4873. Libraries have been installed in:
  4874. /home/ubuntu/ompi/install/lib
  4875.  
  4876. If you ever happen to want to link against installed libraries
  4877. in a given directory, LIBDIR, you must either use libtool, and
  4878. specify the full pathname of the library, or use the '-LLIBDIR'
  4879. flag during linking and do at least one of the following:
  4880. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4881. during execution
  4882. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4883. during linking
  4884. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4885. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4886.  
  4887. See any operating system documentation about shared libraries for
  4888. more information, such as the ld(1) and ld.so(8) manual pages.
  4889. ----------------------------------------------------------------------
  4890. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  4891. /usr/bin/install -c -m 644 help-opal-common-verbs.txt '/home/ubuntu/ompi/install/share/openmpi'
  4892. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  4893. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/common/verbs'
  4894. Making install in mca/allocator/basic
  4895. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  4896. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  4897. make[3]: Nothing to be done for 'install-exec-am'.
  4898. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  4899. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_allocator_basic.la '/home/ubuntu/ompi/install/lib/openmpi'
  4900. libtool: warning: relinking 'mca_allocator_basic.la'
  4901. libtool: install: (cd /home/ubuntu/ompi/opal/mca/allocator/basic; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_allocator_basic.la -rpath /home/ubuntu/ompi/install/lib/openmpi allocator_basic.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  4902. libtool: install: /usr/bin/install -c .libs/mca_allocator_basic.soT /home/ubuntu/ompi/install/lib/openmpi/mca_allocator_basic.so
  4903. libtool: install: /usr/bin/install -c .libs/mca_allocator_basic.lai /home/ubuntu/ompi/install/lib/openmpi/mca_allocator_basic.la
  4904. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  4905. ----------------------------------------------------------------------
  4906. Libraries have been installed in:
  4907. /home/ubuntu/ompi/install/lib/openmpi
  4908.  
  4909. If you ever happen to want to link against installed libraries
  4910. in a given directory, LIBDIR, you must either use libtool, and
  4911. specify the full pathname of the library, or use the '-LLIBDIR'
  4912. flag during linking and do at least one of the following:
  4913. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4914. during execution
  4915. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4916. during linking
  4917. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4918. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4919.  
  4920. See any operating system documentation about shared libraries for
  4921. more information, such as the ld(1) and ld.so(8) manual pages.
  4922. ----------------------------------------------------------------------
  4923. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  4924. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/basic'
  4925. Making install in mca/allocator/bucket
  4926. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  4927. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  4928. make[3]: Nothing to be done for 'install-exec-am'.
  4929. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  4930. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_allocator_bucket.la '/home/ubuntu/ompi/install/lib/openmpi'
  4931. libtool: warning: relinking 'mca_allocator_bucket.la'
  4932. libtool: install: (cd /home/ubuntu/ompi/opal/mca/allocator/bucket; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_allocator_bucket.la -rpath /home/ubuntu/ompi/install/lib/openmpi allocator_bucket.lo allocator_bucket_alloc.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  4933. libtool: install: /usr/bin/install -c .libs/mca_allocator_bucket.soT /home/ubuntu/ompi/install/lib/openmpi/mca_allocator_bucket.so
  4934. libtool: install: /usr/bin/install -c .libs/mca_allocator_bucket.lai /home/ubuntu/ompi/install/lib/openmpi/mca_allocator_bucket.la
  4935. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  4936. ----------------------------------------------------------------------
  4937. Libraries have been installed in:
  4938. /home/ubuntu/ompi/install/lib/openmpi
  4939.  
  4940. If you ever happen to want to link against installed libraries
  4941. in a given directory, LIBDIR, you must either use libtool, and
  4942. specify the full pathname of the library, or use the '-LLIBDIR'
  4943. flag during linking and do at least one of the following:
  4944. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4945. during execution
  4946. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4947. during linking
  4948. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4949. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4950.  
  4951. See any operating system documentation about shared libraries for
  4952. more information, such as the ld(1) and ld.so(8) manual pages.
  4953. ----------------------------------------------------------------------
  4954. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  4955. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/allocator/bucket'
  4956. Making install in mca/btl/self
  4957. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/self'
  4958. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/self'
  4959. make[3]: Nothing to be done for 'install-exec-am'.
  4960. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  4961. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_self.la '/home/ubuntu/ompi/install/lib/openmpi'
  4962. libtool: warning: relinking 'mca_btl_self.la'
  4963. libtool: install: (cd /home/ubuntu/ompi/opal/mca/btl/self; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_btl_self.la -rpath /home/ubuntu/ompi/install/lib/openmpi btl_self.lo btl_self_component.lo btl_self_frag.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  4964. libtool: install: /usr/bin/install -c .libs/mca_btl_self.soT /home/ubuntu/ompi/install/lib/openmpi/mca_btl_self.so
  4965. libtool: install: /usr/bin/install -c .libs/mca_btl_self.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_self.la
  4966. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  4967. ----------------------------------------------------------------------
  4968. Libraries have been installed in:
  4969. /home/ubuntu/ompi/install/lib/openmpi
  4970.  
  4971. If you ever happen to want to link against installed libraries
  4972. in a given directory, LIBDIR, you must either use libtool, and
  4973. specify the full pathname of the library, or use the '-LLIBDIR'
  4974. flag during linking and do at least one of the following:
  4975. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4976. during execution
  4977. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4978. during linking
  4979. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4980. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4981.  
  4982. See any operating system documentation about shared libraries for
  4983. more information, such as the ld(1) and ld.so(8) manual pages.
  4984. ----------------------------------------------------------------------
  4985. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/self'
  4986. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/self'
  4987. Making install in mca/btl/ofi
  4988. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  4989. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  4990. make[3]: Nothing to be done for 'install-exec-am'.
  4991. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  4992. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_ofi.la '/home/ubuntu/ompi/install/lib/openmpi'
  4993. libtool: warning: relinking 'mca_btl_ofi.la'
  4994. libtool: install: (cd /home/ubuntu/ompi/opal/mca/btl/ofi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_btl_ofi.la -rpath /home/ubuntu/ompi/install/lib/openmpi btl_ofi_component.lo btl_ofi_endpoint.lo btl_ofi_module.lo btl_ofi_rdma.lo btl_ofi_atomics.lo btl_ofi_frag.lo btl_ofi_context.lo ../../../../opal/libopen-pal.la /home/ubuntu/ompi/opal/mca/common/ofi/libmca_common_ofi.la -lrt -lm -lutil )
  4995. libtool: install: /usr/bin/install -c .libs/mca_btl_ofi.soT /home/ubuntu/ompi/install/lib/openmpi/mca_btl_ofi.so
  4996. libtool: install: /usr/bin/install -c .libs/mca_btl_ofi.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_ofi.la
  4997. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  4998. ----------------------------------------------------------------------
  4999. Libraries have been installed in:
  5000. /home/ubuntu/ompi/install/lib/openmpi
  5001.  
  5002. If you ever happen to want to link against installed libraries
  5003. in a given directory, LIBDIR, you must either use libtool, and
  5004. specify the full pathname of the library, or use the '-LLIBDIR'
  5005. flag during linking and do at least one of the following:
  5006. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5007. during execution
  5008. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5009. during linking
  5010. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5011. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5012.  
  5013. See any operating system documentation about shared libraries for
  5014. more information, such as the ld(1) and ld.so(8) manual pages.
  5015. ----------------------------------------------------------------------
  5016. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  5017. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/ofi'
  5018. Making install in mca/btl/openib
  5019. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  5020. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  5021. make[3]: Nothing to be done for 'install-exec-am'.
  5022. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi/amca-param-sets'
  5023. /usr/bin/install -c -m 644 btl-openib-benchmark '/home/ubuntu/ompi/install/share/openmpi/amca-param-sets'
  5024. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  5025. /usr/bin/install -c -m 644 help-mpi-btl-openib.txt connect/help-mpi-btl-openib-cpc-base.txt mca-btl-openib-device-params.ini '/home/ubuntu/ompi/install/share/openmpi'
  5026. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5027. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_openib.la '/home/ubuntu/ompi/install/lib/openmpi'
  5028. libtool: warning: relinking 'mca_btl_openib.la'
  5029. libtool: install: (cd /home/ubuntu/ompi/opal/mca/btl/openib; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_btl_openib.la -rpath /home/ubuntu/ompi/install/lib/openmpi btl_openib.lo btl_openib_component.lo btl_openib_endpoint.lo btl_openib_frag.lo btl_openib_proc.lo btl_openib_lex.lo btl_openib_mca.lo btl_openib_ini.lo btl_openib_async.lo btl_openib_xrc.lo btl_openib_ip.lo btl_openib_put.lo btl_openib_get.lo btl_openib_atomic.lo connect/btl_openib_connect_base.lo connect/btl_openib_connect_empty.lo connect/btl_openib_connect_udcm.lo ../../../../opal/libopen-pal.la -libverbs /home/ubuntu/ompi/opal/mca/common/verbs/libmca_common_verbs.la -lrt -lm -lutil )
  5030. libtool: install: /usr/bin/install -c .libs/mca_btl_openib.soT /home/ubuntu/ompi/install/lib/openmpi/mca_btl_openib.so
  5031. libtool: install: /usr/bin/install -c .libs/mca_btl_openib.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_openib.la
  5032. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5033. ----------------------------------------------------------------------
  5034. Libraries have been installed in:
  5035. /home/ubuntu/ompi/install/lib/openmpi
  5036.  
  5037. If you ever happen to want to link against installed libraries
  5038. in a given directory, LIBDIR, you must either use libtool, and
  5039. specify the full pathname of the library, or use the '-LLIBDIR'
  5040. flag during linking and do at least one of the following:
  5041. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5042. during execution
  5043. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5044. during linking
  5045. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5046. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5047.  
  5048. See any operating system documentation about shared libraries for
  5049. more information, such as the ld(1) and ld.so(8) manual pages.
  5050. ----------------------------------------------------------------------
  5051. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  5052. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/openib'
  5053. Making install in mca/btl/sm
  5054. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  5055. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  5056. make[3]: Nothing to be done for 'install-exec-am'.
  5057. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  5058. /usr/bin/install -c -m 644 help-mpi-btl-sm.txt '/home/ubuntu/ompi/install/share/openmpi'
  5059. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5060. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_sm.la '/home/ubuntu/ompi/install/lib/openmpi'
  5061. libtool: warning: relinking 'mca_btl_sm.la'
  5062. libtool: install: (cd /home/ubuntu/ompi/opal/mca/btl/sm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_btl_sm.la -rpath /home/ubuntu/ompi/install/lib/openmpi mca_btl_sm_la-btl_sm_component.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5063. libtool: install: /usr/bin/install -c .libs/mca_btl_sm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_btl_sm.so
  5064. libtool: install: /usr/bin/install -c .libs/mca_btl_sm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_sm.la
  5065. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5066. ----------------------------------------------------------------------
  5067. Libraries have been installed in:
  5068. /home/ubuntu/ompi/install/lib/openmpi
  5069.  
  5070. If you ever happen to want to link against installed libraries
  5071. in a given directory, LIBDIR, you must either use libtool, and
  5072. specify the full pathname of the library, or use the '-LLIBDIR'
  5073. flag during linking and do at least one of the following:
  5074. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5075. during execution
  5076. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5077. during linking
  5078. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5079. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5080.  
  5081. See any operating system documentation about shared libraries for
  5082. more information, such as the ld(1) and ld.so(8) manual pages.
  5083. ----------------------------------------------------------------------
  5084. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  5085. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/sm'
  5086. Making install in mca/btl/tcp
  5087. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  5088. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  5089. make[3]: Nothing to be done for 'install-exec-am'.
  5090. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  5091. /usr/bin/install -c -m 644 help-mpi-btl-tcp.txt '/home/ubuntu/ompi/install/share/openmpi'
  5092. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5093. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_tcp.la '/home/ubuntu/ompi/install/lib/openmpi'
  5094. libtool: install: /usr/bin/install -c .libs/mca_btl_tcp.so /home/ubuntu/ompi/install/lib/openmpi/mca_btl_tcp.so
  5095. libtool: install: /usr/bin/install -c .libs/mca_btl_tcp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_tcp.la
  5096. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5097. ----------------------------------------------------------------------
  5098. Libraries have been installed in:
  5099. /home/ubuntu/ompi/install/lib/openmpi
  5100.  
  5101. If you ever happen to want to link against installed libraries
  5102. in a given directory, LIBDIR, you must either use libtool, and
  5103. specify the full pathname of the library, or use the '-LLIBDIR'
  5104. flag during linking and do at least one of the following:
  5105. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5106. during execution
  5107. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5108. during linking
  5109. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5110. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5111.  
  5112. See any operating system documentation about shared libraries for
  5113. more information, such as the ld(1) and ld.so(8) manual pages.
  5114. ----------------------------------------------------------------------
  5115. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  5116. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/tcp'
  5117. Making install in mca/btl/vader
  5118. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  5119. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  5120. make[3]: Nothing to be done for 'install-exec-am'.
  5121. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  5122. /usr/bin/install -c -m 644 help-btl-vader.txt '/home/ubuntu/ompi/install/share/openmpi'
  5123. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5124. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_btl_vader.la '/home/ubuntu/ompi/install/lib/openmpi'
  5125. libtool: warning: relinking 'mca_btl_vader.la'
  5126. libtool: install: (cd /home/ubuntu/ompi/opal/mca/btl/vader; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_btl_vader.la -rpath /home/ubuntu/ompi/install/lib/openmpi btl_vader_module.lo btl_vader_component.lo btl_vader_frag.lo btl_vader_send.lo btl_vader_sendi.lo btl_vader_get.lo btl_vader_put.lo btl_vader_xpmem.lo btl_vader_knem.lo btl_vader_sc_emu.lo btl_vader_atomic.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5127. libtool: install: /usr/bin/install -c .libs/mca_btl_vader.soT /home/ubuntu/ompi/install/lib/openmpi/mca_btl_vader.so
  5128. libtool: install: /usr/bin/install -c .libs/mca_btl_vader.lai /home/ubuntu/ompi/install/lib/openmpi/mca_btl_vader.la
  5129. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5130. ----------------------------------------------------------------------
  5131. Libraries have been installed in:
  5132. /home/ubuntu/ompi/install/lib/openmpi
  5133.  
  5134. If you ever happen to want to link against installed libraries
  5135. in a given directory, LIBDIR, you must either use libtool, and
  5136. specify the full pathname of the library, or use the '-LLIBDIR'
  5137. flag during linking and do at least one of the following:
  5138. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5139. during execution
  5140. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5141. during linking
  5142. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5143. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5144.  
  5145. See any operating system documentation about shared libraries for
  5146. more information, such as the ld(1) and ld.so(8) manual pages.
  5147. ----------------------------------------------------------------------
  5148. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  5149. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/btl/vader'
  5150. Making install in mca/compress/bzip
  5151. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  5152. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  5153. make[3]: Nothing to be done for 'install-exec-am'.
  5154. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5155. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_compress_bzip.la '/home/ubuntu/ompi/install/lib/openmpi'
  5156. libtool: warning: relinking 'mca_compress_bzip.la'
  5157. libtool: install: (cd /home/ubuntu/ompi/opal/mca/compress/bzip; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_compress_bzip.la -rpath /home/ubuntu/ompi/install/lib/openmpi compress_bzip_component.lo compress_bzip_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5158. libtool: install: /usr/bin/install -c .libs/mca_compress_bzip.soT /home/ubuntu/ompi/install/lib/openmpi/mca_compress_bzip.so
  5159. libtool: install: /usr/bin/install -c .libs/mca_compress_bzip.lai /home/ubuntu/ompi/install/lib/openmpi/mca_compress_bzip.la
  5160. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5161. ----------------------------------------------------------------------
  5162. Libraries have been installed in:
  5163. /home/ubuntu/ompi/install/lib/openmpi
  5164.  
  5165. If you ever happen to want to link against installed libraries
  5166. in a given directory, LIBDIR, you must either use libtool, and
  5167. specify the full pathname of the library, or use the '-LLIBDIR'
  5168. flag during linking and do at least one of the following:
  5169. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5170. during execution
  5171. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5172. during linking
  5173. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5174. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5175.  
  5176. See any operating system documentation about shared libraries for
  5177. more information, such as the ld(1) and ld.so(8) manual pages.
  5178. ----------------------------------------------------------------------
  5179. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  5180. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/bzip'
  5181. Making install in mca/compress/gzip
  5182. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  5183. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  5184. make[3]: Nothing to be done for 'install-exec-am'.
  5185. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5186. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_compress_gzip.la '/home/ubuntu/ompi/install/lib/openmpi'
  5187. libtool: warning: relinking 'mca_compress_gzip.la'
  5188. libtool: install: (cd /home/ubuntu/ompi/opal/mca/compress/gzip; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_compress_gzip.la -rpath /home/ubuntu/ompi/install/lib/openmpi compress_gzip_component.lo compress_gzip_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5189. libtool: install: /usr/bin/install -c .libs/mca_compress_gzip.soT /home/ubuntu/ompi/install/lib/openmpi/mca_compress_gzip.so
  5190. libtool: install: /usr/bin/install -c .libs/mca_compress_gzip.lai /home/ubuntu/ompi/install/lib/openmpi/mca_compress_gzip.la
  5191. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5192. ----------------------------------------------------------------------
  5193. Libraries have been installed in:
  5194. /home/ubuntu/ompi/install/lib/openmpi
  5195.  
  5196. If you ever happen to want to link against installed libraries
  5197. in a given directory, LIBDIR, you must either use libtool, and
  5198. specify the full pathname of the library, or use the '-LLIBDIR'
  5199. flag during linking and do at least one of the following:
  5200. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5201. during execution
  5202. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5203. during linking
  5204. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5205. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5206.  
  5207. See any operating system documentation about shared libraries for
  5208. more information, such as the ld(1) and ld.so(8) manual pages.
  5209. ----------------------------------------------------------------------
  5210. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  5211. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/compress/gzip'
  5212. Making install in mca/crs/none
  5213. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/crs/none'
  5214. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/crs/none'
  5215. make[3]: Nothing to be done for 'install-exec-am'.
  5216. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  5217. /usr/bin/install -c -m 644 help-opal-crs-none.txt '/home/ubuntu/ompi/install/share/openmpi'
  5218. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5219. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_crs_none.la '/home/ubuntu/ompi/install/lib/openmpi'
  5220. libtool: warning: relinking 'mca_crs_none.la'
  5221. libtool: install: (cd /home/ubuntu/ompi/opal/mca/crs/none; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_crs_none.la -rpath /home/ubuntu/ompi/install/lib/openmpi crs_none_component.lo crs_none_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5222. libtool: install: /usr/bin/install -c .libs/mca_crs_none.soT /home/ubuntu/ompi/install/lib/openmpi/mca_crs_none.so
  5223. libtool: install: /usr/bin/install -c .libs/mca_crs_none.lai /home/ubuntu/ompi/install/lib/openmpi/mca_crs_none.la
  5224. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5225. ----------------------------------------------------------------------
  5226. Libraries have been installed in:
  5227. /home/ubuntu/ompi/install/lib/openmpi
  5228.  
  5229. If you ever happen to want to link against installed libraries
  5230. in a given directory, LIBDIR, you must either use libtool, and
  5231. specify the full pathname of the library, or use the '-LLIBDIR'
  5232. flag during linking and do at least one of the following:
  5233. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5234. during execution
  5235. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5236. during linking
  5237. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5238. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5239.  
  5240. See any operating system documentation about shared libraries for
  5241. more information, such as the ld(1) and ld.so(8) manual pages.
  5242. ----------------------------------------------------------------------
  5243. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs/none'
  5244. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/crs/none'
  5245. Making install in mca/mpool/hugepage
  5246. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  5247. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  5248. make[3]: Nothing to be done for 'install-exec-am'.
  5249. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5250. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_mpool_hugepage.la '/home/ubuntu/ompi/install/lib/openmpi'
  5251. libtool: warning: relinking 'mca_mpool_hugepage.la'
  5252. libtool: install: (cd /home/ubuntu/ompi/opal/mca/mpool/hugepage; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_mpool_hugepage.la -rpath /home/ubuntu/ompi/install/lib/openmpi mpool_hugepage_module.lo mpool_hugepage_component.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5253. libtool: install: /usr/bin/install -c .libs/mca_mpool_hugepage.soT /home/ubuntu/ompi/install/lib/openmpi/mca_mpool_hugepage.so
  5254. libtool: install: /usr/bin/install -c .libs/mca_mpool_hugepage.lai /home/ubuntu/ompi/install/lib/openmpi/mca_mpool_hugepage.la
  5255. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5256. ----------------------------------------------------------------------
  5257. Libraries have been installed in:
  5258. /home/ubuntu/ompi/install/lib/openmpi
  5259.  
  5260. If you ever happen to want to link against installed libraries
  5261. in a given directory, LIBDIR, you must either use libtool, and
  5262. specify the full pathname of the library, or use the '-LLIBDIR'
  5263. flag during linking and do at least one of the following:
  5264. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5265. during execution
  5266. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5267. during linking
  5268. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5269. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5270.  
  5271. See any operating system documentation about shared libraries for
  5272. more information, such as the ld(1) and ld.so(8) manual pages.
  5273. ----------------------------------------------------------------------
  5274. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  5275. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/mpool/hugepage'
  5276. Making install in mca/patcher/overwrite
  5277. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  5278. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  5279. make[3]: Nothing to be done for 'install-exec-am'.
  5280. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5281. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_patcher_overwrite.la '/home/ubuntu/ompi/install/lib/openmpi'
  5282. libtool: warning: relinking 'mca_patcher_overwrite.la'
  5283. libtool: install: (cd /home/ubuntu/ompi/opal/mca/patcher/overwrite; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_patcher_overwrite.la -rpath /home/ubuntu/ompi/install/lib/openmpi patcher_overwrite_module.lo patcher_overwrite_component.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5284. libtool: install: /usr/bin/install -c .libs/mca_patcher_overwrite.soT /home/ubuntu/ompi/install/lib/openmpi/mca_patcher_overwrite.so
  5285. libtool: install: /usr/bin/install -c .libs/mca_patcher_overwrite.lai /home/ubuntu/ompi/install/lib/openmpi/mca_patcher_overwrite.la
  5286. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5287. ----------------------------------------------------------------------
  5288. Libraries have been installed in:
  5289. /home/ubuntu/ompi/install/lib/openmpi
  5290.  
  5291. If you ever happen to want to link against installed libraries
  5292. in a given directory, LIBDIR, you must either use libtool, and
  5293. specify the full pathname of the library, or use the '-LLIBDIR'
  5294. flag during linking and do at least one of the following:
  5295. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5296. during execution
  5297. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5298. during linking
  5299. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5300. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5301.  
  5302. See any operating system documentation about shared libraries for
  5303. more information, such as the ld(1) and ld.so(8) manual pages.
  5304. ----------------------------------------------------------------------
  5305. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  5306. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/patcher/overwrite'
  5307. Making install in mca/pmix/isolated
  5308. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  5309. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  5310. make[3]: Nothing to be done for 'install-exec-am'.
  5311. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5312. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pmix_isolated.la '/home/ubuntu/ompi/install/lib/openmpi'
  5313. libtool: warning: relinking 'mca_pmix_isolated.la'
  5314. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pmix/isolated; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pmix_isolated.la -rpath /home/ubuntu/ompi/install/lib/openmpi pmix_isolated_component.lo pmix_isolated.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5315. libtool: install: /usr/bin/install -c .libs/mca_pmix_isolated.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_isolated.so
  5316. libtool: install: /usr/bin/install -c .libs/mca_pmix_isolated.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_isolated.la
  5317. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5318. ----------------------------------------------------------------------
  5319. Libraries have been installed in:
  5320. /home/ubuntu/ompi/install/lib/openmpi
  5321.  
  5322. If you ever happen to want to link against installed libraries
  5323. in a given directory, LIBDIR, you must either use libtool, and
  5324. specify the full pathname of the library, or use the '-LLIBDIR'
  5325. flag during linking and do at least one of the following:
  5326. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5327. during execution
  5328. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5329. during linking
  5330. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5331. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5332.  
  5333. See any operating system documentation about shared libraries for
  5334. more information, such as the ld(1) and ld.so(8) manual pages.
  5335. ----------------------------------------------------------------------
  5336. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  5337. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/isolated'
  5338. Making install in mca/pmix/flux
  5339. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  5340. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  5341. make[3]: Nothing to be done for 'install-exec-am'.
  5342. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  5343. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pmix_flux.la '/home/ubuntu/ompi/install/lib/openmpi'
  5344. libtool: warning: relinking 'mca_pmix_flux.la'
  5345. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pmix/flux; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pmix_flux.la -rpath /home/ubuntu/ompi/install/lib/openmpi mca_pmix_flux_la-pmix_flux_component.lo mca_pmix_flux_la-pmix_flux.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  5346. libtool: install: /usr/bin/install -c .libs/mca_pmix_flux.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_flux.so
  5347. libtool: install: /usr/bin/install -c .libs/mca_pmix_flux.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_flux.la
  5348. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  5349. ----------------------------------------------------------------------
  5350. Libraries have been installed in:
  5351. /home/ubuntu/ompi/install/lib/openmpi
  5352.  
  5353. If you ever happen to want to link against installed libraries
  5354. in a given directory, LIBDIR, you must either use libtool, and
  5355. specify the full pathname of the library, or use the '-LLIBDIR'
  5356. flag during linking and do at least one of the following:
  5357. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5358. during execution
  5359. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5360. during linking
  5361. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5362. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5363.  
  5364. See any operating system documentation about shared libraries for
  5365. more information, such as the ld(1) and ld.so(8) manual pages.
  5366. ----------------------------------------------------------------------
  5367. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  5368. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/flux'
  5369. Making install in mca/pmix/pmix4x
  5370. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  5371. Making install in pmix
  5372. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  5373. Making install in config
  5374. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  5375. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  5376. make[5]: Nothing to be done for 'install-exec-am'.
  5377. make[5]: Nothing to be done for 'install-data-am'.
  5378. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  5379. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/config'
  5380. Making install in contrib
  5381. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  5382. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  5383. make[5]: Nothing to be done for 'install-exec-am'.
  5384. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  5385. /usr/bin/install -c -m 644 pmix-valgrind.supp '/home/ubuntu/ompi/install/share/pmix'
  5386. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  5387. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/contrib'
  5388. Making install in include
  5389. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  5390. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  5391. make[5]: Nothing to be done for 'install-exec-am'.
  5392. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  5393. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/include'
  5394. Making install in src
  5395. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  5396. Making install in util/keyval
  5397. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  5398. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  5399. make[6]: Nothing to be done for 'install-exec-am'.
  5400. make[6]: Nothing to be done for 'install-data-am'.
  5401. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  5402. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/util/keyval'
  5403. Making install in mca/base
  5404. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  5405. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  5406. make[6]: Nothing to be done for 'install-exec-am'.
  5407. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  5408. /usr/bin/install -c -m 644 help-pmix-mca-base.txt help-pmix-mca-var.txt '/home/ubuntu/ompi/install/share/pmix'
  5409. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  5410. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/base'
  5411. Making install in mca/common
  5412. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  5413. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  5414. make[6]: Nothing to be done for 'install-exec-am'.
  5415. make[6]: Nothing to be done for 'install-data-am'.
  5416. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  5417. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common'
  5418. Making install in mca/bfrops
  5419. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  5420. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  5421. make[6]: Nothing to be done for 'install-exec-am'.
  5422. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  5423. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops'
  5424. Making install in mca/gds
  5425. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  5426. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  5427. make[6]: Nothing to be done for 'install-exec-am'.
  5428. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  5429. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds'
  5430. Making install in mca/pdl
  5431. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  5432. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  5433. make[6]: Nothing to be done for 'install-exec-am'.
  5434. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  5435. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl'
  5436. Making install in mca/pif
  5437. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  5438. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  5439. make[6]: Nothing to be done for 'install-exec-am'.
  5440. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  5441. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif'
  5442. Making install in mca/pinstalldirs
  5443. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  5444. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  5445. make[6]: Nothing to be done for 'install-exec-am'.
  5446. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  5447. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs'
  5448. Making install in mca/plog
  5449. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  5450. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  5451. make[6]: Nothing to be done for 'install-exec-am'.
  5452. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  5453. /usr/bin/install -c -m 644 base/help-pmix-plog.txt '/home/ubuntu/ompi/install/share/pmix'
  5454. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  5455. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog'
  5456. Making install in mca/pnet
  5457. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  5458. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  5459. make[6]: Nothing to be done for 'install-exec-am'.
  5460. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  5461. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet'
  5462. Making install in mca/preg
  5463. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  5464. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  5465. make[6]: Nothing to be done for 'install-exec-am'.
  5466. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  5467. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg'
  5468. Making install in mca/psec
  5469. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  5470. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  5471. make[6]: Nothing to be done for 'install-exec-am'.
  5472. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  5473. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec'
  5474. Making install in mca/psensor
  5475. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  5476. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  5477. make[6]: Nothing to be done for 'install-exec-am'.
  5478. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  5479. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor'
  5480. Making install in mca/pshmem
  5481. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  5482. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  5483. make[6]: Nothing to be done for 'install-exec-am'.
  5484. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  5485. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem'
  5486. Making install in mca/ptl
  5487. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  5488. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  5489. make[6]: Nothing to be done for 'install-exec-am'.
  5490. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  5491. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl'
  5492. Making install in mca/pdl/pdlopen
  5493. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  5494. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  5495. make[6]: Nothing to be done for 'install-exec-am'.
  5496. make[6]: Nothing to be done for 'install-data-am'.
  5497. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  5498. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen'
  5499. Making install in mca/pif/linux_ipv6
  5500. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  5501. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  5502. make[6]: Nothing to be done for 'install-exec-am'.
  5503. make[6]: Nothing to be done for 'install-data-am'.
  5504. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  5505. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6'
  5506. Making install in mca/pif/posix_ipv4
  5507. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  5508. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  5509. make[6]: Nothing to be done for 'install-exec-am'.
  5510. make[6]: Nothing to be done for 'install-data-am'.
  5511. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  5512. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4'
  5513. Making install in mca/pinstalldirs/env
  5514. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  5515. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  5516. make[6]: Nothing to be done for 'install-exec-am'.
  5517. make[6]: Nothing to be done for 'install-data-am'.
  5518. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  5519. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/env'
  5520. Making install in mca/pinstalldirs/config
  5521. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  5522. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  5523. make[6]: Nothing to be done for 'install-exec-am'.
  5524. make[6]: Nothing to be done for 'install-data-am'.
  5525. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  5526. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config'
  5527. Making install in .
  5528. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  5529. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  5530. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  5531. /usr/bin/install -c -m 644 server/help-pmix-server.txt runtime/help-pmix-runtime.txt '/home/ubuntu/ompi/install/share/pmix'
  5532. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  5533. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  5534. Making install in mca/common/dstore
  5535. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  5536. if test -z "libmca_common_dstore.la"; then \
  5537. rm -f "libmca_common_dstore.la"; \
  5538. ln -s "libmca_common_dstore_noinst.la" "libmca_common_dstore.la"; \
  5539. fi
  5540. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  5541. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  5542. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_dstore.la '/home/ubuntu/ompi/install/lib'
  5543. libtool: install: /usr/bin/install -c .libs/libmca_common_dstore.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_dstore.so.0.0.0
  5544. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_dstore.so.0.0.0 libmca_common_dstore.so.0 || { rm -f libmca_common_dstore.so.0 && ln -s libmca_common_dstore.so.0.0.0 libmca_common_dstore.so.0; }; })
  5545. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_dstore.so.0.0.0 libmca_common_dstore.so || { rm -f libmca_common_dstore.so && ln -s libmca_common_dstore.so.0.0.0 libmca_common_dstore.so; }; })
  5546. libtool: install: /usr/bin/install -c .libs/libmca_common_dstore.lai /home/ubuntu/ompi/install/lib/libmca_common_dstore.la
  5547. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  5548. ----------------------------------------------------------------------
  5549. Libraries have been installed in:
  5550. /home/ubuntu/ompi/install/lib
  5551.  
  5552. If you ever happen to want to link against installed libraries
  5553. in a given directory, LIBDIR, you must either use libtool, and
  5554. specify the full pathname of the library, or use the '-LLIBDIR'
  5555. flag during linking and do at least one of the following:
  5556. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5557. during execution
  5558. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5559. during linking
  5560. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5561. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5562.  
  5563. See any operating system documentation about shared libraries for
  5564. more information, such as the ld(1) and ld.so(8) manual pages.
  5565. ----------------------------------------------------------------------
  5566. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  5567. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore'
  5568. Making install in mca/bfrops/v12
  5569. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  5570. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  5571. make[6]: Nothing to be done for 'install-exec-am'.
  5572. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5573. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_bfrops_v12.la '/home/ubuntu/ompi/install/lib/pmix'
  5574. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v12.so /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v12.so
  5575. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v12.lai /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v12.la
  5576. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5577. ----------------------------------------------------------------------
  5578. Libraries have been installed in:
  5579. /home/ubuntu/ompi/install/lib/pmix
  5580.  
  5581. If you ever happen to want to link against installed libraries
  5582. in a given directory, LIBDIR, you must either use libtool, and
  5583. specify the full pathname of the library, or use the '-LLIBDIR'
  5584. flag during linking and do at least one of the following:
  5585. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5586. during execution
  5587. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5588. during linking
  5589. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5590. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5591.  
  5592. See any operating system documentation about shared libraries for
  5593. more information, such as the ld(1) and ld.so(8) manual pages.
  5594. ----------------------------------------------------------------------
  5595. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  5596. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12'
  5597. Making install in mca/bfrops/v20
  5598. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  5599. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  5600. make[6]: Nothing to be done for 'install-exec-am'.
  5601. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5602. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_bfrops_v20.la '/home/ubuntu/ompi/install/lib/pmix'
  5603. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v20.so /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v20.so
  5604. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v20.lai /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v20.la
  5605. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5606. ----------------------------------------------------------------------
  5607. Libraries have been installed in:
  5608. /home/ubuntu/ompi/install/lib/pmix
  5609.  
  5610. If you ever happen to want to link against installed libraries
  5611. in a given directory, LIBDIR, you must either use libtool, and
  5612. specify the full pathname of the library, or use the '-LLIBDIR'
  5613. flag during linking and do at least one of the following:
  5614. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5615. during execution
  5616. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5617. during linking
  5618. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5619. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5620.  
  5621. See any operating system documentation about shared libraries for
  5622. more information, such as the ld(1) and ld.so(8) manual pages.
  5623. ----------------------------------------------------------------------
  5624. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  5625. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20'
  5626. Making install in mca/bfrops/v21
  5627. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  5628. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  5629. make[6]: Nothing to be done for 'install-exec-am'.
  5630. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5631. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_bfrops_v21.la '/home/ubuntu/ompi/install/lib/pmix'
  5632. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v21.so /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v21.so
  5633. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v21.lai /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v21.la
  5634. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5635. ----------------------------------------------------------------------
  5636. Libraries have been installed in:
  5637. /home/ubuntu/ompi/install/lib/pmix
  5638.  
  5639. If you ever happen to want to link against installed libraries
  5640. in a given directory, LIBDIR, you must either use libtool, and
  5641. specify the full pathname of the library, or use the '-LLIBDIR'
  5642. flag during linking and do at least one of the following:
  5643. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5644. during execution
  5645. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5646. during linking
  5647. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5648. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5649.  
  5650. See any operating system documentation about shared libraries for
  5651. more information, such as the ld(1) and ld.so(8) manual pages.
  5652. ----------------------------------------------------------------------
  5653. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  5654. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v21'
  5655. Making install in mca/bfrops/v3
  5656. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  5657. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  5658. make[6]: Nothing to be done for 'install-exec-am'.
  5659. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5660. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_bfrops_v3.la '/home/ubuntu/ompi/install/lib/pmix'
  5661. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v3.so /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v3.so
  5662. libtool: install: /usr/bin/install -c .libs/mca_bfrops_v3.lai /home/ubuntu/ompi/install/lib/pmix/mca_bfrops_v3.la
  5663. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5664. ----------------------------------------------------------------------
  5665. Libraries have been installed in:
  5666. /home/ubuntu/ompi/install/lib/pmix
  5667.  
  5668. If you ever happen to want to link against installed libraries
  5669. in a given directory, LIBDIR, you must either use libtool, and
  5670. specify the full pathname of the library, or use the '-LLIBDIR'
  5671. flag during linking and do at least one of the following:
  5672. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5673. during execution
  5674. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5675. during linking
  5676. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5677. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5678.  
  5679. See any operating system documentation about shared libraries for
  5680. more information, such as the ld(1) and ld.so(8) manual pages.
  5681. ----------------------------------------------------------------------
  5682. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  5683. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v3'
  5684. Making install in mca/gds/ds12
  5685. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  5686. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  5687. make[6]: Nothing to be done for 'install-exec-am'.
  5688. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5689. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_gds_ds12.la '/home/ubuntu/ompi/install/lib/pmix'
  5690. libtool: warning: relinking 'mca_gds_ds12.la'
  5691. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12; /bin/bash "/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/libtool" --silent --tag CC --mode=relink gcc -DNDEBUG -O3 -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version /home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/libmca_common_dstore.la -o mca_gds_ds12.la -rpath /home/ubuntu/ompi/install/lib/pmix gds_ds12_base.lo gds_ds12_lock.lo gds_ds12_component.lo gds_ds12_file.lo gds_ds20_file.lo gds_ds12_lock_pthread.lo -lm -ldl )
  5692. libtool: install: /usr/bin/install -c .libs/mca_gds_ds12.soT /home/ubuntu/ompi/install/lib/pmix/mca_gds_ds12.so
  5693. libtool: install: /usr/bin/install -c .libs/mca_gds_ds12.lai /home/ubuntu/ompi/install/lib/pmix/mca_gds_ds12.la
  5694. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5695. ----------------------------------------------------------------------
  5696. Libraries have been installed in:
  5697. /home/ubuntu/ompi/install/lib/pmix
  5698.  
  5699. If you ever happen to want to link against installed libraries
  5700. in a given directory, LIBDIR, you must either use libtool, and
  5701. specify the full pathname of the library, or use the '-LLIBDIR'
  5702. flag during linking and do at least one of the following:
  5703. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5704. during execution
  5705. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5706. during linking
  5707. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5708. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5709.  
  5710. See any operating system documentation about shared libraries for
  5711. more information, such as the ld(1) and ld.so(8) manual pages.
  5712. ----------------------------------------------------------------------
  5713. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  5714. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12'
  5715. Making install in mca/gds/ds21
  5716. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  5717. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  5718. make[6]: Nothing to be done for 'install-exec-am'.
  5719. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5720. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_gds_ds21.la '/home/ubuntu/ompi/install/lib/pmix'
  5721. libtool: warning: relinking 'mca_gds_ds21.la'
  5722. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21; /bin/bash "/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/libtool" --silent --tag CC --mode=relink gcc -DNDEBUG -O3 -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version /home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/libmca_common_dstore.la -o mca_gds_ds21.la -rpath /home/ubuntu/ompi/install/lib/pmix gds_ds21_base.lo gds_ds21_lock.lo gds_ds21_lock_pthread.lo gds_ds21_component.lo gds_ds21_file.lo -lm -ldl )
  5723. libtool: install: /usr/bin/install -c .libs/mca_gds_ds21.soT /home/ubuntu/ompi/install/lib/pmix/mca_gds_ds21.so
  5724. libtool: install: /usr/bin/install -c .libs/mca_gds_ds21.lai /home/ubuntu/ompi/install/lib/pmix/mca_gds_ds21.la
  5725. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5726. ----------------------------------------------------------------------
  5727. Libraries have been installed in:
  5728. /home/ubuntu/ompi/install/lib/pmix
  5729.  
  5730. If you ever happen to want to link against installed libraries
  5731. in a given directory, LIBDIR, you must either use libtool, and
  5732. specify the full pathname of the library, or use the '-LLIBDIR'
  5733. flag during linking and do at least one of the following:
  5734. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5735. during execution
  5736. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5737. during linking
  5738. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5739. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5740.  
  5741. See any operating system documentation about shared libraries for
  5742. more information, such as the ld(1) and ld.so(8) manual pages.
  5743. ----------------------------------------------------------------------
  5744. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  5745. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21'
  5746. Making install in mca/gds/hash
  5747. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  5748. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  5749. make[6]: Nothing to be done for 'install-exec-am'.
  5750. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5751. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_gds_hash.la '/home/ubuntu/ompi/install/lib/pmix'
  5752. libtool: install: /usr/bin/install -c .libs/mca_gds_hash.so /home/ubuntu/ompi/install/lib/pmix/mca_gds_hash.so
  5753. libtool: install: /usr/bin/install -c .libs/mca_gds_hash.lai /home/ubuntu/ompi/install/lib/pmix/mca_gds_hash.la
  5754. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5755. ----------------------------------------------------------------------
  5756. Libraries have been installed in:
  5757. /home/ubuntu/ompi/install/lib/pmix
  5758.  
  5759. If you ever happen to want to link against installed libraries
  5760. in a given directory, LIBDIR, you must either use libtool, and
  5761. specify the full pathname of the library, or use the '-LLIBDIR'
  5762. flag during linking and do at least one of the following:
  5763. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5764. during execution
  5765. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5766. during linking
  5767. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5768. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5769.  
  5770. See any operating system documentation about shared libraries for
  5771. more information, such as the ld(1) and ld.so(8) manual pages.
  5772. ----------------------------------------------------------------------
  5773. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  5774. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash'
  5775. Making install in mca/plog/default
  5776. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  5777. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  5778. make[6]: Nothing to be done for 'install-exec-am'.
  5779. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5780. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plog_default.la '/home/ubuntu/ompi/install/lib/pmix'
  5781. libtool: install: /usr/bin/install -c .libs/mca_plog_default.so /home/ubuntu/ompi/install/lib/pmix/mca_plog_default.so
  5782. libtool: install: /usr/bin/install -c .libs/mca_plog_default.lai /home/ubuntu/ompi/install/lib/pmix/mca_plog_default.la
  5783. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5784. ----------------------------------------------------------------------
  5785. Libraries have been installed in:
  5786. /home/ubuntu/ompi/install/lib/pmix
  5787.  
  5788. If you ever happen to want to link against installed libraries
  5789. in a given directory, LIBDIR, you must either use libtool, and
  5790. specify the full pathname of the library, or use the '-LLIBDIR'
  5791. flag during linking and do at least one of the following:
  5792. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5793. during execution
  5794. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5795. during linking
  5796. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5797. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5798.  
  5799. See any operating system documentation about shared libraries for
  5800. more information, such as the ld(1) and ld.so(8) manual pages.
  5801. ----------------------------------------------------------------------
  5802. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  5803. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/default'
  5804. Making install in mca/plog/stdfd
  5805. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  5806. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  5807. make[6]: Nothing to be done for 'install-exec-am'.
  5808. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5809. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plog_stdfd.la '/home/ubuntu/ompi/install/lib/pmix'
  5810. libtool: install: /usr/bin/install -c .libs/mca_plog_stdfd.so /home/ubuntu/ompi/install/lib/pmix/mca_plog_stdfd.so
  5811. libtool: install: /usr/bin/install -c .libs/mca_plog_stdfd.lai /home/ubuntu/ompi/install/lib/pmix/mca_plog_stdfd.la
  5812. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5813. ----------------------------------------------------------------------
  5814. Libraries have been installed in:
  5815. /home/ubuntu/ompi/install/lib/pmix
  5816.  
  5817. If you ever happen to want to link against installed libraries
  5818. in a given directory, LIBDIR, you must either use libtool, and
  5819. specify the full pathname of the library, or use the '-LLIBDIR'
  5820. flag during linking and do at least one of the following:
  5821. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5822. during execution
  5823. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5824. during linking
  5825. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5826. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5827.  
  5828. See any operating system documentation about shared libraries for
  5829. more information, such as the ld(1) and ld.so(8) manual pages.
  5830. ----------------------------------------------------------------------
  5831. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  5832. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd'
  5833. Making install in mca/plog/syslog
  5834. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  5835. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  5836. make[6]: Nothing to be done for 'install-exec-am'.
  5837. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5838. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plog_syslog.la '/home/ubuntu/ompi/install/lib/pmix'
  5839. libtool: install: /usr/bin/install -c .libs/mca_plog_syslog.so /home/ubuntu/ompi/install/lib/pmix/mca_plog_syslog.so
  5840. libtool: install: /usr/bin/install -c .libs/mca_plog_syslog.lai /home/ubuntu/ompi/install/lib/pmix/mca_plog_syslog.la
  5841. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5842. ----------------------------------------------------------------------
  5843. Libraries have been installed in:
  5844. /home/ubuntu/ompi/install/lib/pmix
  5845.  
  5846. If you ever happen to want to link against installed libraries
  5847. in a given directory, LIBDIR, you must either use libtool, and
  5848. specify the full pathname of the library, or use the '-LLIBDIR'
  5849. flag during linking and do at least one of the following:
  5850. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5851. during execution
  5852. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5853. during linking
  5854. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5855. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5856.  
  5857. See any operating system documentation about shared libraries for
  5858. more information, such as the ld(1) and ld.so(8) manual pages.
  5859. ----------------------------------------------------------------------
  5860. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  5861. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog'
  5862. Making install in mca/pnet/tcp
  5863. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  5864. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  5865. make[6]: Nothing to be done for 'install-exec-am'.
  5866. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5867. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pnet_tcp.la '/home/ubuntu/ompi/install/lib/pmix'
  5868. libtool: install: /usr/bin/install -c .libs/mca_pnet_tcp.so /home/ubuntu/ompi/install/lib/pmix/mca_pnet_tcp.so
  5869. libtool: install: /usr/bin/install -c .libs/mca_pnet_tcp.lai /home/ubuntu/ompi/install/lib/pmix/mca_pnet_tcp.la
  5870. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5871. ----------------------------------------------------------------------
  5872. Libraries have been installed in:
  5873. /home/ubuntu/ompi/install/lib/pmix
  5874.  
  5875. If you ever happen to want to link against installed libraries
  5876. in a given directory, LIBDIR, you must either use libtool, and
  5877. specify the full pathname of the library, or use the '-LLIBDIR'
  5878. flag during linking and do at least one of the following:
  5879. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5880. during execution
  5881. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5882. during linking
  5883. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5884. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5885.  
  5886. See any operating system documentation about shared libraries for
  5887. more information, such as the ld(1) and ld.so(8) manual pages.
  5888. ----------------------------------------------------------------------
  5889. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  5890. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp'
  5891. Making install in mca/pnet/test
  5892. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  5893. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  5894. make[6]: Nothing to be done for 'install-exec-am'.
  5895. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5896. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pnet_test.la '/home/ubuntu/ompi/install/lib/pmix'
  5897. libtool: install: /usr/bin/install -c .libs/mca_pnet_test.so /home/ubuntu/ompi/install/lib/pmix/mca_pnet_test.so
  5898. libtool: install: /usr/bin/install -c .libs/mca_pnet_test.lai /home/ubuntu/ompi/install/lib/pmix/mca_pnet_test.la
  5899. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5900. ----------------------------------------------------------------------
  5901. Libraries have been installed in:
  5902. /home/ubuntu/ompi/install/lib/pmix
  5903.  
  5904. If you ever happen to want to link against installed libraries
  5905. in a given directory, LIBDIR, you must either use libtool, and
  5906. specify the full pathname of the library, or use the '-LLIBDIR'
  5907. flag during linking and do at least one of the following:
  5908. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5909. during execution
  5910. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5911. during linking
  5912. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5913. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5914.  
  5915. See any operating system documentation about shared libraries for
  5916. more information, such as the ld(1) and ld.so(8) manual pages.
  5917. ----------------------------------------------------------------------
  5918. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  5919. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test'
  5920. Making install in mca/preg/native
  5921. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  5922. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  5923. make[6]: Nothing to be done for 'install-exec-am'.
  5924. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5925. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_preg_native.la '/home/ubuntu/ompi/install/lib/pmix'
  5926. libtool: install: /usr/bin/install -c .libs/mca_preg_native.so /home/ubuntu/ompi/install/lib/pmix/mca_preg_native.so
  5927. libtool: install: /usr/bin/install -c .libs/mca_preg_native.lai /home/ubuntu/ompi/install/lib/pmix/mca_preg_native.la
  5928. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5929. ----------------------------------------------------------------------
  5930. Libraries have been installed in:
  5931. /home/ubuntu/ompi/install/lib/pmix
  5932.  
  5933. If you ever happen to want to link against installed libraries
  5934. in a given directory, LIBDIR, you must either use libtool, and
  5935. specify the full pathname of the library, or use the '-LLIBDIR'
  5936. flag during linking and do at least one of the following:
  5937. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5938. during execution
  5939. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5940. during linking
  5941. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5942. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5943.  
  5944. See any operating system documentation about shared libraries for
  5945. more information, such as the ld(1) and ld.so(8) manual pages.
  5946. ----------------------------------------------------------------------
  5947. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  5948. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/preg/native'
  5949. Making install in mca/psec/native
  5950. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  5951. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  5952. make[6]: Nothing to be done for 'install-exec-am'.
  5953. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5954. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_psec_native.la '/home/ubuntu/ompi/install/lib/pmix'
  5955. libtool: install: /usr/bin/install -c .libs/mca_psec_native.so /home/ubuntu/ompi/install/lib/pmix/mca_psec_native.so
  5956. libtool: install: /usr/bin/install -c .libs/mca_psec_native.lai /home/ubuntu/ompi/install/lib/pmix/mca_psec_native.la
  5957. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5958. ----------------------------------------------------------------------
  5959. Libraries have been installed in:
  5960. /home/ubuntu/ompi/install/lib/pmix
  5961.  
  5962. If you ever happen to want to link against installed libraries
  5963. in a given directory, LIBDIR, you must either use libtool, and
  5964. specify the full pathname of the library, or use the '-LLIBDIR'
  5965. flag during linking and do at least one of the following:
  5966. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5967. during execution
  5968. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5969. during linking
  5970. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  5971. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  5972.  
  5973. See any operating system documentation about shared libraries for
  5974. more information, such as the ld(1) and ld.so(8) manual pages.
  5975. ----------------------------------------------------------------------
  5976. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  5977. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/native'
  5978. Making install in mca/psec/none
  5979. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  5980. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  5981. make[6]: Nothing to be done for 'install-exec-am'.
  5982. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  5983. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_psec_none.la '/home/ubuntu/ompi/install/lib/pmix'
  5984. libtool: install: /usr/bin/install -c .libs/mca_psec_none.so /home/ubuntu/ompi/install/lib/pmix/mca_psec_none.so
  5985. libtool: install: /usr/bin/install -c .libs/mca_psec_none.lai /home/ubuntu/ompi/install/lib/pmix/mca_psec_none.la
  5986. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  5987. ----------------------------------------------------------------------
  5988. Libraries have been installed in:
  5989. /home/ubuntu/ompi/install/lib/pmix
  5990.  
  5991. If you ever happen to want to link against installed libraries
  5992. in a given directory, LIBDIR, you must either use libtool, and
  5993. specify the full pathname of the library, or use the '-LLIBDIR'
  5994. flag during linking and do at least one of the following:
  5995. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  5996. during execution
  5997. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  5998. during linking
  5999. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6000. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6001.  
  6002. See any operating system documentation about shared libraries for
  6003. more information, such as the ld(1) and ld.so(8) manual pages.
  6004. ----------------------------------------------------------------------
  6005. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  6006. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psec/none'
  6007. Making install in mca/psensor/file
  6008. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  6009. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  6010. make[6]: Nothing to be done for 'install-exec-am'.
  6011. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  6012. /usr/bin/install -c -m 644 help-pmix-psensor-file.txt '/home/ubuntu/ompi/install/share/pmix'
  6013. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  6014. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_psensor_file.la '/home/ubuntu/ompi/install/lib/pmix'
  6015. libtool: install: /usr/bin/install -c .libs/mca_psensor_file.so /home/ubuntu/ompi/install/lib/pmix/mca_psensor_file.so
  6016. libtool: install: /usr/bin/install -c .libs/mca_psensor_file.lai /home/ubuntu/ompi/install/lib/pmix/mca_psensor_file.la
  6017. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  6018. ----------------------------------------------------------------------
  6019. Libraries have been installed in:
  6020. /home/ubuntu/ompi/install/lib/pmix
  6021.  
  6022. If you ever happen to want to link against installed libraries
  6023. in a given directory, LIBDIR, you must either use libtool, and
  6024. specify the full pathname of the library, or use the '-LLIBDIR'
  6025. flag during linking and do at least one of the following:
  6026. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6027. during execution
  6028. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6029. during linking
  6030. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6031. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6032.  
  6033. See any operating system documentation about shared libraries for
  6034. more information, such as the ld(1) and ld.so(8) manual pages.
  6035. ----------------------------------------------------------------------
  6036. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  6037. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file'
  6038. Making install in mca/psensor/heartbeat
  6039. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  6040. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  6041. make[6]: Nothing to be done for 'install-exec-am'.
  6042. /bin/mkdir -p '/home/ubuntu/ompi/install/share/pmix'
  6043. /usr/bin/install -c -m 644 help-pmix-psensor-heartbeat.txt '/home/ubuntu/ompi/install/share/pmix'
  6044. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  6045. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_psensor_heartbeat.la '/home/ubuntu/ompi/install/lib/pmix'
  6046. libtool: install: /usr/bin/install -c .libs/mca_psensor_heartbeat.so /home/ubuntu/ompi/install/lib/pmix/mca_psensor_heartbeat.so
  6047. libtool: install: /usr/bin/install -c .libs/mca_psensor_heartbeat.lai /home/ubuntu/ompi/install/lib/pmix/mca_psensor_heartbeat.la
  6048. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  6049. ----------------------------------------------------------------------
  6050. Libraries have been installed in:
  6051. /home/ubuntu/ompi/install/lib/pmix
  6052.  
  6053. If you ever happen to want to link against installed libraries
  6054. in a given directory, LIBDIR, you must either use libtool, and
  6055. specify the full pathname of the library, or use the '-LLIBDIR'
  6056. flag during linking and do at least one of the following:
  6057. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6058. during execution
  6059. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6060. during linking
  6061. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6062. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6063.  
  6064. See any operating system documentation about shared libraries for
  6065. more information, such as the ld(1) and ld.so(8) manual pages.
  6066. ----------------------------------------------------------------------
  6067. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  6068. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat'
  6069. Making install in mca/pshmem/mmap
  6070. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  6071. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  6072. make[6]: Nothing to be done for 'install-exec-am'.
  6073. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  6074. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pshmem_mmap.la '/home/ubuntu/ompi/install/lib/pmix'
  6075. libtool: install: /usr/bin/install -c .libs/mca_pshmem_mmap.so /home/ubuntu/ompi/install/lib/pmix/mca_pshmem_mmap.so
  6076. libtool: install: /usr/bin/install -c .libs/mca_pshmem_mmap.lai /home/ubuntu/ompi/install/lib/pmix/mca_pshmem_mmap.la
  6077. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  6078. ----------------------------------------------------------------------
  6079. Libraries have been installed in:
  6080. /home/ubuntu/ompi/install/lib/pmix
  6081.  
  6082. If you ever happen to want to link against installed libraries
  6083. in a given directory, LIBDIR, you must either use libtool, and
  6084. specify the full pathname of the library, or use the '-LLIBDIR'
  6085. flag during linking and do at least one of the following:
  6086. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6087. during execution
  6088. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6089. during linking
  6090. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6091. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6092.  
  6093. See any operating system documentation about shared libraries for
  6094. more information, such as the ld(1) and ld.so(8) manual pages.
  6095. ----------------------------------------------------------------------
  6096. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  6097. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/pshmem/mmap'
  6098. Making install in mca/ptl/tcp
  6099. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  6100. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  6101. make[6]: Nothing to be done for 'install-exec-am'.
  6102. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  6103. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ptl_tcp.la '/home/ubuntu/ompi/install/lib/pmix'
  6104. libtool: install: /usr/bin/install -c .libs/mca_ptl_tcp.so /home/ubuntu/ompi/install/lib/pmix/mca_ptl_tcp.so
  6105. libtool: install: /usr/bin/install -c .libs/mca_ptl_tcp.lai /home/ubuntu/ompi/install/lib/pmix/mca_ptl_tcp.la
  6106. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  6107. ----------------------------------------------------------------------
  6108. Libraries have been installed in:
  6109. /home/ubuntu/ompi/install/lib/pmix
  6110.  
  6111. If you ever happen to want to link against installed libraries
  6112. in a given directory, LIBDIR, you must either use libtool, and
  6113. specify the full pathname of the library, or use the '-LLIBDIR'
  6114. flag during linking and do at least one of the following:
  6115. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6116. during execution
  6117. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6118. during linking
  6119. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6120. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6121.  
  6122. See any operating system documentation about shared libraries for
  6123. more information, such as the ld(1) and ld.so(8) manual pages.
  6124. ----------------------------------------------------------------------
  6125. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  6126. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp'
  6127. Making install in mca/ptl/usock
  6128. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  6129. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  6130. make[6]: Nothing to be done for 'install-exec-am'.
  6131. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pmix'
  6132. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ptl_usock.la '/home/ubuntu/ompi/install/lib/pmix'
  6133. libtool: install: /usr/bin/install -c .libs/mca_ptl_usock.so /home/ubuntu/ompi/install/lib/pmix/mca_ptl_usock.so
  6134. libtool: install: /usr/bin/install -c .libs/mca_ptl_usock.lai /home/ubuntu/ompi/install/lib/pmix/mca_ptl_usock.la
  6135. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/pmix
  6136. ----------------------------------------------------------------------
  6137. Libraries have been installed in:
  6138. /home/ubuntu/ompi/install/lib/pmix
  6139.  
  6140. If you ever happen to want to link against installed libraries
  6141. in a given directory, LIBDIR, you must either use libtool, and
  6142. specify the full pathname of the library, or use the '-LLIBDIR'
  6143. flag during linking and do at least one of the following:
  6144. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6145. during execution
  6146. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6147. during linking
  6148. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6149. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6150.  
  6151. See any operating system documentation about shared libraries for
  6152. more information, such as the ld(1) and ld.so(8) manual pages.
  6153. ----------------------------------------------------------------------
  6154. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  6155. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock'
  6156. Making install in tools/pevent
  6157. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  6158. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  6159. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  6160. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pevent'
  6161. Making install in tools/pmix_info
  6162. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  6163. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  6164. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  6165. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info'
  6166. Making install in tools/plookup
  6167. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  6168. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  6169. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  6170. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/plookup'
  6171. Making install in tools/pps
  6172. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  6173. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  6174. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  6175. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/tools/pps'
  6176. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src'
  6177. Making install in etc
  6178. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  6179. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  6180. make[5]: Nothing to be done for 'install-exec-am'.
  6181. /bin/mkdir -p /home/ubuntu/ompi/install/etc
  6182. /usr/bin/install -c -m 644 pmix-mca-params.conf /home/ubuntu/ompi/install/etc/pmix-mca-params.conf
  6183. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  6184. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/etc'
  6185. Making install in bindings
  6186. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6187. Making install in python
  6188. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  6189. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  6190. make[6]: Nothing to be done for 'install-exec-am'.
  6191. make[6]: Nothing to be done for 'install-data-am'.
  6192. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  6193. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings/python'
  6194. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6195. make[6]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6196. make[6]: Nothing to be done for 'install-exec-am'.
  6197. make[6]: Nothing to be done for 'install-data-am'.
  6198. make[6]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6199. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6200. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/bindings'
  6201. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  6202. make[5]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  6203. make[5]: Nothing to be done for 'install-exec-am'.
  6204. make[5]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  6205. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  6206. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix'
  6207. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  6208. make[4]: Entering directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  6209. make[4]: Nothing to be done for 'install-exec-am'.
  6210. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6211. /usr/bin/install -c -m 644 help-pmix-pmix4x.txt '/home/ubuntu/ompi/install/share/openmpi'
  6212. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6213. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pmix_pmix4x.la '/home/ubuntu/ompi/install/lib/openmpi'
  6214. libtool: warning: relinking 'mca_pmix_pmix4x.la'
  6215. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pmix/pmix4x; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pmix_pmix4x.la -rpath /home/ubuntu/ompi/install/lib/openmpi mca_pmix_pmix4x_la-pmix4x_component.lo mca_pmix_pmix4x_la-pmix4x.lo mca_pmix_pmix4x_la-pmix4x_client.lo mca_pmix_pmix4x_la-pmix4x_local.lo mca_pmix_pmix4x_la-pmix4x_server_south.lo mca_pmix_pmix4x_la-pmix4x_server_north.lo ../../../../opal/libopen-pal.la /home/ubuntu/ompi/opal/mca/pmix/pmix4x/pmix/src/libpmix.la -lrt -lm -lutil )
  6216. libtool: install: /usr/bin/install -c .libs/mca_pmix_pmix4x.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_pmix4x.so
  6217. libtool: install: /usr/bin/install -c .libs/mca_pmix_pmix4x.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pmix_pmix4x.la
  6218. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6219. ----------------------------------------------------------------------
  6220. Libraries have been installed in:
  6221. /home/ubuntu/ompi/install/lib/openmpi
  6222.  
  6223. If you ever happen to want to link against installed libraries
  6224. in a given directory, LIBDIR, you must either use libtool, and
  6225. specify the full pathname of the library, or use the '-LLIBDIR'
  6226. flag during linking and do at least one of the following:
  6227. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6228. during execution
  6229. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6230. during linking
  6231. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6232. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6233.  
  6234. See any operating system documentation about shared libraries for
  6235. more information, such as the ld(1) and ld.so(8) manual pages.
  6236. ----------------------------------------------------------------------
  6237. make[4]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  6238. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  6239. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pmix/pmix4x'
  6240. Making install in mca/pstat/linux
  6241. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  6242. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  6243. make[3]: Nothing to be done for 'install-exec-am'.
  6244. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6245. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pstat_linux.la '/home/ubuntu/ompi/install/lib/openmpi'
  6246. libtool: warning: relinking 'mca_pstat_linux.la'
  6247. libtool: install: (cd /home/ubuntu/ompi/opal/mca/pstat/linux; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pstat_linux.la -rpath /home/ubuntu/ompi/install/lib/openmpi pstat_linux_component.lo pstat_linux_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6248. libtool: install: /usr/bin/install -c .libs/mca_pstat_linux.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pstat_linux.so
  6249. libtool: install: /usr/bin/install -c .libs/mca_pstat_linux.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pstat_linux.la
  6250. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6251. ----------------------------------------------------------------------
  6252. Libraries have been installed in:
  6253. /home/ubuntu/ompi/install/lib/openmpi
  6254.  
  6255. If you ever happen to want to link against installed libraries
  6256. in a given directory, LIBDIR, you must either use libtool, and
  6257. specify the full pathname of the library, or use the '-LLIBDIR'
  6258. flag during linking and do at least one of the following:
  6259. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6260. during execution
  6261. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6262. during linking
  6263. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6264. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6265.  
  6266. See any operating system documentation about shared libraries for
  6267. more information, such as the ld(1) and ld.so(8) manual pages.
  6268. ----------------------------------------------------------------------
  6269. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  6270. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/pstat/linux'
  6271. Making install in mca/rcache/grdma
  6272. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  6273. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  6274. make[3]: Nothing to be done for 'install-exec-am'.
  6275. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6276. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rcache_grdma.la '/home/ubuntu/ompi/install/lib/openmpi'
  6277. libtool: warning: relinking 'mca_rcache_grdma.la'
  6278. libtool: install: (cd /home/ubuntu/ompi/opal/mca/rcache/grdma; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rcache_grdma.la -rpath /home/ubuntu/ompi/install/lib/openmpi rcache_grdma_module.lo rcache_grdma_component.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6279. libtool: install: /usr/bin/install -c .libs/mca_rcache_grdma.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rcache_grdma.so
  6280. libtool: install: /usr/bin/install -c .libs/mca_rcache_grdma.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rcache_grdma.la
  6281. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6282. ----------------------------------------------------------------------
  6283. Libraries have been installed in:
  6284. /home/ubuntu/ompi/install/lib/openmpi
  6285.  
  6286. If you ever happen to want to link against installed libraries
  6287. in a given directory, LIBDIR, you must either use libtool, and
  6288. specify the full pathname of the library, or use the '-LLIBDIR'
  6289. flag during linking and do at least one of the following:
  6290. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6291. during execution
  6292. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6293. during linking
  6294. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6295. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6296.  
  6297. See any operating system documentation about shared libraries for
  6298. more information, such as the ld(1) and ld.so(8) manual pages.
  6299. ----------------------------------------------------------------------
  6300. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  6301. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/rcache/grdma'
  6302. Making install in mca/reachable/weighted
  6303. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  6304. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  6305. make[3]: Nothing to be done for 'install-exec-am'.
  6306. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6307. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_reachable_weighted.la '/home/ubuntu/ompi/install/lib/openmpi'
  6308. libtool: warning: relinking 'mca_reachable_weighted.la'
  6309. libtool: install: (cd /home/ubuntu/ompi/opal/mca/reachable/weighted; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_reachable_weighted.la -rpath /home/ubuntu/ompi/install/lib/openmpi reachable_weighted_component.lo reachable_weighted.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6310. libtool: install: /usr/bin/install -c .libs/mca_reachable_weighted.soT /home/ubuntu/ompi/install/lib/openmpi/mca_reachable_weighted.so
  6311. libtool: install: /usr/bin/install -c .libs/mca_reachable_weighted.lai /home/ubuntu/ompi/install/lib/openmpi/mca_reachable_weighted.la
  6312. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6313. ----------------------------------------------------------------------
  6314. Libraries have been installed in:
  6315. /home/ubuntu/ompi/install/lib/openmpi
  6316.  
  6317. If you ever happen to want to link against installed libraries
  6318. in a given directory, LIBDIR, you must either use libtool, and
  6319. specify the full pathname of the library, or use the '-LLIBDIR'
  6320. flag during linking and do at least one of the following:
  6321. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6322. during execution
  6323. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6324. during linking
  6325. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6326. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6327.  
  6328. See any operating system documentation about shared libraries for
  6329. more information, such as the ld(1) and ld.so(8) manual pages.
  6330. ----------------------------------------------------------------------
  6331. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  6332. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/reachable/weighted'
  6333. Making install in mca/shmem/mmap
  6334. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  6335. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  6336. make[3]: Nothing to be done for 'install-exec-am'.
  6337. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6338. /usr/bin/install -c -m 644 help-opal-shmem-mmap.txt '/home/ubuntu/ompi/install/share/openmpi'
  6339. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6340. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_shmem_mmap.la '/home/ubuntu/ompi/install/lib/openmpi'
  6341. libtool: warning: relinking 'mca_shmem_mmap.la'
  6342. libtool: install: (cd /home/ubuntu/ompi/opal/mca/shmem/mmap; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_shmem_mmap.la -rpath /home/ubuntu/ompi/install/lib/openmpi shmem_mmap_component.lo shmem_mmap_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6343. libtool: install: /usr/bin/install -c .libs/mca_shmem_mmap.soT /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_mmap.so
  6344. libtool: install: /usr/bin/install -c .libs/mca_shmem_mmap.lai /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_mmap.la
  6345. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6346. ----------------------------------------------------------------------
  6347. Libraries have been installed in:
  6348. /home/ubuntu/ompi/install/lib/openmpi
  6349.  
  6350. If you ever happen to want to link against installed libraries
  6351. in a given directory, LIBDIR, you must either use libtool, and
  6352. specify the full pathname of the library, or use the '-LLIBDIR'
  6353. flag during linking and do at least one of the following:
  6354. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6355. during execution
  6356. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6357. during linking
  6358. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6359. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6360.  
  6361. See any operating system documentation about shared libraries for
  6362. more information, such as the ld(1) and ld.so(8) manual pages.
  6363. ----------------------------------------------------------------------
  6364. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  6365. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/mmap'
  6366. Making install in mca/shmem/posix
  6367. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  6368. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  6369. make[3]: Nothing to be done for 'install-exec-am'.
  6370. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6371. /usr/bin/install -c -m 644 help-opal-shmem-posix.txt '/home/ubuntu/ompi/install/share/openmpi'
  6372. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6373. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_shmem_posix.la '/home/ubuntu/ompi/install/lib/openmpi'
  6374. libtool: warning: relinking 'mca_shmem_posix.la'
  6375. libtool: install: (cd /home/ubuntu/ompi/opal/mca/shmem/posix; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_shmem_posix.la -rpath /home/ubuntu/ompi/install/lib/openmpi shmem_posix_common_utils.lo shmem_posix_component.lo shmem_posix_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6376. libtool: install: /usr/bin/install -c .libs/mca_shmem_posix.soT /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_posix.so
  6377. libtool: install: /usr/bin/install -c .libs/mca_shmem_posix.lai /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_posix.la
  6378. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6379. ----------------------------------------------------------------------
  6380. Libraries have been installed in:
  6381. /home/ubuntu/ompi/install/lib/openmpi
  6382.  
  6383. If you ever happen to want to link against installed libraries
  6384. in a given directory, LIBDIR, you must either use libtool, and
  6385. specify the full pathname of the library, or use the '-LLIBDIR'
  6386. flag during linking and do at least one of the following:
  6387. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6388. during execution
  6389. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6390. during linking
  6391. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6392. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6393.  
  6394. See any operating system documentation about shared libraries for
  6395. more information, such as the ld(1) and ld.so(8) manual pages.
  6396. ----------------------------------------------------------------------
  6397. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  6398. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/posix'
  6399. Making install in mca/shmem/sysv
  6400. make[2]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  6401. make[3]: Entering directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  6402. make[3]: Nothing to be done for 'install-exec-am'.
  6403. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6404. /usr/bin/install -c -m 644 help-opal-shmem-sysv.txt '/home/ubuntu/ompi/install/share/openmpi'
  6405. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6406. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_shmem_sysv.la '/home/ubuntu/ompi/install/lib/openmpi'
  6407. libtool: warning: relinking 'mca_shmem_sysv.la'
  6408. libtool: install: (cd /home/ubuntu/ompi/opal/mca/shmem/sysv; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_shmem_sysv.la -rpath /home/ubuntu/ompi/install/lib/openmpi shmem_sysv_component.lo shmem_sysv_module.lo ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  6409. libtool: install: /usr/bin/install -c .libs/mca_shmem_sysv.soT /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_sysv.so
  6410. libtool: install: /usr/bin/install -c .libs/mca_shmem_sysv.lai /home/ubuntu/ompi/install/lib/openmpi/mca_shmem_sysv.la
  6411. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6412. ----------------------------------------------------------------------
  6413. Libraries have been installed in:
  6414. /home/ubuntu/ompi/install/lib/openmpi
  6415.  
  6416. If you ever happen to want to link against installed libraries
  6417. in a given directory, LIBDIR, you must either use libtool, and
  6418. specify the full pathname of the library, or use the '-LLIBDIR'
  6419. flag during linking and do at least one of the following:
  6420. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6421. during execution
  6422. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6423. during linking
  6424. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6425. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6426.  
  6427. See any operating system documentation about shared libraries for
  6428. more information, such as the ld(1) and ld.so(8) manual pages.
  6429. ----------------------------------------------------------------------
  6430. make[3]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  6431. make[2]: Leaving directory '/home/ubuntu/ompi/opal/mca/shmem/sysv'
  6432. Making install in tools/wrappers
  6433. make[2]: Entering directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6434. make[3]: Entering directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6435. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  6436. /bin/bash ../../../libtool --mode=install /usr/bin/install -c opal_wrapper '/home/ubuntu/ompi/install/bin'
  6437. libtool: install: /usr/bin/install -c .libs/opal_wrapper /home/ubuntu/ompi/install/bin/opal_wrapper
  6438. make install-exec-hook
  6439. make[4]: Entering directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6440. make[4]: Nothing to be done for 'install-exec-hook'.
  6441. make[4]: Leaving directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6442. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6443. /usr/bin/install -c -m 644 help-opal-wrapper.txt '/home/ubuntu/ompi/install/share/openmpi'
  6444. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  6445. /usr/bin/install -c -m 644 opal_wrapper.1 '/home/ubuntu/ompi/install/share/man/man1'
  6446. make[3]: Leaving directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6447. make[2]: Leaving directory '/home/ubuntu/ompi/opal/tools/wrappers'
  6448. make[1]: Leaving directory '/home/ubuntu/ompi/opal'
  6449. Making install in orte
  6450. make[1]: Entering directory '/home/ubuntu/ompi/orte'
  6451. Making install in include
  6452. make[2]: Entering directory '/home/ubuntu/ompi/orte/include'
  6453. make[3]: Entering directory '/home/ubuntu/ompi/orte/include'
  6454. make[3]: Nothing to be done for 'install-exec-am'.
  6455. make[3]: Leaving directory '/home/ubuntu/ompi/orte/include'
  6456. make[2]: Leaving directory '/home/ubuntu/ompi/orte/include'
  6457. Making install in mca/common
  6458. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/common'
  6459. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/common'
  6460. make[3]: Nothing to be done for 'install-exec-am'.
  6461. make[3]: Nothing to be done for 'install-data-am'.
  6462. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/common'
  6463. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/common'
  6464. Making install in mca/errmgr
  6465. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr'
  6466. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr'
  6467. make[3]: Nothing to be done for 'install-exec-am'.
  6468. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6469. /usr/bin/install -c -m 644 base/help-errmgr-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6470. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr'
  6471. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr'
  6472. Making install in mca/ess
  6473. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess'
  6474. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess'
  6475. make[3]: Nothing to be done for 'install-exec-am'.
  6476. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6477. /usr/bin/install -c -m 644 base/help-ess-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6478. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess'
  6479. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess'
  6480. Making install in mca/filem
  6481. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/filem'
  6482. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/filem'
  6483. make[3]: Nothing to be done for 'install-exec-am'.
  6484. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  6485. /usr/bin/install -c -m 644 orte_filem.7 '/home/ubuntu/ompi/install/share/man/man7'
  6486. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem'
  6487. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem'
  6488. Making install in mca/grpcomm
  6489. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  6490. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  6491. make[3]: Nothing to be done for 'install-exec-am'.
  6492. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  6493. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm'
  6494. Making install in mca/iof
  6495. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof'
  6496. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/iof'
  6497. make[3]: Nothing to be done for 'install-exec-am'.
  6498. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof'
  6499. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof'
  6500. Making install in mca/odls
  6501. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls'
  6502. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/odls'
  6503. make[3]: Nothing to be done for 'install-exec-am'.
  6504. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6505. /usr/bin/install -c -m 644 base/help-orte-odls-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6506. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls'
  6507. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls'
  6508. Making install in mca/oob
  6509. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/oob'
  6510. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/oob'
  6511. make[3]: Nothing to be done for 'install-exec-am'.
  6512. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6513. /usr/bin/install -c -m 644 base/help-oob-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6514. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob'
  6515. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob'
  6516. Making install in mca/plm
  6517. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm'
  6518. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/plm'
  6519. make[3]: Nothing to be done for 'install-exec-am'.
  6520. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6521. /usr/bin/install -c -m 644 base/help-plm-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6522. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm'
  6523. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm'
  6524. Making install in mca/ras
  6525. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras'
  6526. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ras'
  6527. make[3]: Nothing to be done for 'install-exec-am'.
  6528. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6529. /usr/bin/install -c -m 644 base/help-ras-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6530. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras'
  6531. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras'
  6532. Making install in mca/regx
  6533. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx'
  6534. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/regx'
  6535. make[3]: Nothing to be done for 'install-exec-am'.
  6536. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx'
  6537. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx'
  6538. Making install in mca/rmaps
  6539. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps'
  6540. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps'
  6541. make[3]: Nothing to be done for 'install-exec-am'.
  6542. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6543. /usr/bin/install -c -m 644 base/help-orte-rmaps-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6544. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps'
  6545. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps'
  6546. Making install in mca/rml
  6547. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml'
  6548. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rml'
  6549. make[3]: Nothing to be done for 'install-exec-am'.
  6550. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml'
  6551. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml'
  6552. Making install in mca/routed
  6553. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed'
  6554. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/routed'
  6555. make[3]: Nothing to be done for 'install-exec-am'.
  6556. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed'
  6557. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed'
  6558. Making install in mca/rtc
  6559. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc'
  6560. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc'
  6561. make[3]: Nothing to be done for 'install-exec-am'.
  6562. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6563. /usr/bin/install -c -m 644 base/help-orte-rtc-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6564. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc'
  6565. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc'
  6566. Making install in mca/schizo
  6567. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo'
  6568. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo'
  6569. make[3]: Nothing to be done for 'install-exec-am'.
  6570. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo'
  6571. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo'
  6572. Making install in mca/snapc
  6573. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/snapc'
  6574. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/snapc'
  6575. make[3]: Nothing to be done for 'install-exec-am'.
  6576. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6577. /usr/bin/install -c -m 644 base/help-orte-snapc-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6578. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  6579. /usr/bin/install -c -m 644 orte_snapc.7 '/home/ubuntu/ompi/install/share/man/man7'
  6580. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/snapc'
  6581. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/snapc'
  6582. Making install in mca/sstore
  6583. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/sstore'
  6584. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/sstore'
  6585. make[3]: Nothing to be done for 'install-exec-am'.
  6586. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  6587. /usr/bin/install -c -m 644 orte_sstore.7 '/home/ubuntu/ompi/install/share/man/man7'
  6588. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/sstore'
  6589. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/sstore'
  6590. Making install in mca/state
  6591. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state'
  6592. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state'
  6593. make[3]: Nothing to be done for 'install-exec-am'.
  6594. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6595. /usr/bin/install -c -m 644 base/help-state-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  6596. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state'
  6597. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state'
  6598. Making install in etc
  6599. make[2]: Entering directory '/home/ubuntu/ompi/orte/etc'
  6600. make[3]: Entering directory '/home/ubuntu/ompi/orte/etc'
  6601. make[3]: Nothing to be done for 'install-exec-am'.
  6602. /bin/mkdir -p /home/ubuntu/ompi/install/etc
  6603. /usr/bin/install -c -m 644 openmpi-default-hostfile /home/ubuntu/ompi/install/etc/openmpi-default-hostfile
  6604. make[3]: Leaving directory '/home/ubuntu/ompi/orte/etc'
  6605. make[2]: Leaving directory '/home/ubuntu/ompi/orte/etc'
  6606. Making install in .
  6607. make[2]: Entering directory '/home/ubuntu/ompi/orte'
  6608. make[3]: Entering directory '/home/ubuntu/ompi/orte'
  6609. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  6610. /bin/bash ../libtool --mode=install /usr/bin/install -c libopen-rte.la '/home/ubuntu/ompi/install/lib'
  6611. libtool: warning: relinking 'libopen-rte.la'
  6612. libtool: install: (cd /home/ubuntu/ompi/orte; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -version-info 0:0:0 -o libopen-rte.la -rpath /home/ubuntu/ompi/install/lib runtime/orte_finalize.lo runtime/orte_init.lo runtime/orte_locks.lo runtime/orte_globals.lo runtime/orte_quit.lo runtime/data_type_support/orte_dt_compare_fns.lo runtime/data_type_support/orte_dt_copy_fns.lo runtime/data_type_support/orte_dt_print_fns.lo runtime/data_type_support/orte_dt_packing_fns.lo runtime/data_type_support/orte_dt_unpacking_fns.lo runtime/orte_mca_params.lo runtime/orte_wait.lo runtime/orte_cr.lo runtime/orte_data_server.lo runtime/orte_info_support.lo util/error_strings.lo util/name_fns.lo util/proc_info.lo util/session_dir.lo util/show_help.lo util/context_fns.lo util/parse_options.lo util/pre_condition_transports.lo util/hnp_contact.lo util/hostfile/hostfile_lex.lo util/hostfile/hostfile.lo util/dash_host/dash_host.lo util/comm/comm.lo util/attr.lo util/listener.lo util/compress.lo orted/orted_main.lo orted/orted_comm.lo orted/pmix/pmix_server.lo orted/pmix/pmix_server_fence.lo orted/pmix/pmix_server_register_fns.lo orted/pmix/pmix_server_dyn.lo orted/pmix/pmix_server_pub.lo orted/pmix/pmix_server_gen.lo mca/errmgr/libmca_errmgr.la mca/ess/libmca_ess.la mca/filem/libmca_filem.la mca/grpcomm/libmca_grpcomm.la mca/iof/libmca_iof.la mca/odls/libmca_odls.la mca/oob/libmca_oob.la mca/plm/libmca_plm.la mca/ras/libmca_ras.la mca/regx/libmca_regx.la mca/rmaps/libmca_rmaps.la mca/rml/libmca_rml.la mca/routed/libmca_routed.la mca/rtc/libmca_rtc.la mca/schizo/libmca_schizo.la mca/snapc/libmca_snapc.la mca/sstore/libmca_sstore.la mca/state/libmca_state.la /home/ubuntu/ompi/opal/libopen-pal.la liborted_mpir.la -lrt -lm -lutil )
  6613. libtool: install: /usr/bin/install -c .libs/libopen-rte.so.0.0.0T /home/ubuntu/ompi/install/lib/libopen-rte.so.0.0.0
  6614. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libopen-rte.so.0.0.0 libopen-rte.so.0 || { rm -f libopen-rte.so.0 && ln -s libopen-rte.so.0.0.0 libopen-rte.so.0; }; })
  6615. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libopen-rte.so.0.0.0 libopen-rte.so || { rm -f libopen-rte.so && ln -s libopen-rte.so.0.0.0 libopen-rte.so; }; })
  6616. libtool: install: /usr/bin/install -c .libs/libopen-rte.lai /home/ubuntu/ompi/install/lib/libopen-rte.la
  6617. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  6618. ----------------------------------------------------------------------
  6619. Libraries have been installed in:
  6620. /home/ubuntu/ompi/install/lib
  6621.  
  6622. If you ever happen to want to link against installed libraries
  6623. in a given directory, LIBDIR, you must either use libtool, and
  6624. specify the full pathname of the library, or use the '-LLIBDIR'
  6625. flag during linking and do at least one of the following:
  6626. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6627. during execution
  6628. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6629. during linking
  6630. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6631. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6632.  
  6633. See any operating system documentation about shared libraries for
  6634. more information, such as the ld(1) and ld.so(8) manual pages.
  6635. ----------------------------------------------------------------------
  6636. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6637. /usr/bin/install -c -m 644 runtime/help-orte-runtime.txt util/hostfile/help-hostfile.txt util/dash_host/help-dash-host.txt util/help-regex.txt orted/help-orted.txt '/home/ubuntu/ompi/install/share/openmpi'
  6638. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  6639. /usr/bin/install -c -m 644 util/hostfile/orte_hosts.7 '/home/ubuntu/ompi/install/share/man/man7'
  6640. make[3]: Leaving directory '/home/ubuntu/ompi/orte'
  6641. make[2]: Leaving directory '/home/ubuntu/ompi/orte'
  6642. Making install in mca/errmgr/default_app
  6643. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  6644. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  6645. make[3]: Nothing to be done for 'install-exec-am'.
  6646. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6647. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_errmgr_default_app.la '/home/ubuntu/ompi/install/lib/openmpi'
  6648. libtool: warning: relinking 'mca_errmgr_default_app.la'
  6649. libtool: install: (cd /home/ubuntu/ompi/orte/mca/errmgr/default_app; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_errmgr_default_app.la -rpath /home/ubuntu/ompi/install/lib/openmpi errmgr_default_app_component.lo errmgr_default_app.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6650. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_app.soT /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_app.so
  6651. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_app.lai /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_app.la
  6652. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6653. ----------------------------------------------------------------------
  6654. Libraries have been installed in:
  6655. /home/ubuntu/ompi/install/lib/openmpi
  6656.  
  6657. If you ever happen to want to link against installed libraries
  6658. in a given directory, LIBDIR, you must either use libtool, and
  6659. specify the full pathname of the library, or use the '-LLIBDIR'
  6660. flag during linking and do at least one of the following:
  6661. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6662. during execution
  6663. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6664. during linking
  6665. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6666. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6667.  
  6668. See any operating system documentation about shared libraries for
  6669. more information, such as the ld(1) and ld.so(8) manual pages.
  6670. ----------------------------------------------------------------------
  6671. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  6672. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_app'
  6673. Making install in mca/errmgr/default_hnp
  6674. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  6675. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  6676. make[3]: Nothing to be done for 'install-exec-am'.
  6677. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6678. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_errmgr_default_hnp.la '/home/ubuntu/ompi/install/lib/openmpi'
  6679. libtool: warning: relinking 'mca_errmgr_default_hnp.la'
  6680. libtool: install: (cd /home/ubuntu/ompi/orte/mca/errmgr/default_hnp; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_errmgr_default_hnp.la -rpath /home/ubuntu/ompi/install/lib/openmpi errmgr_default_hnp_component.lo errmgr_default_hnp.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6681. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_hnp.soT /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_hnp.so
  6682. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_hnp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_hnp.la
  6683. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6684. ----------------------------------------------------------------------
  6685. Libraries have been installed in:
  6686. /home/ubuntu/ompi/install/lib/openmpi
  6687.  
  6688. If you ever happen to want to link against installed libraries
  6689. in a given directory, LIBDIR, you must either use libtool, and
  6690. specify the full pathname of the library, or use the '-LLIBDIR'
  6691. flag during linking and do at least one of the following:
  6692. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6693. during execution
  6694. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6695. during linking
  6696. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6697. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6698.  
  6699. See any operating system documentation about shared libraries for
  6700. more information, such as the ld(1) and ld.so(8) manual pages.
  6701. ----------------------------------------------------------------------
  6702. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  6703. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_hnp'
  6704. Making install in mca/errmgr/default_orted
  6705. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  6706. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  6707. make[3]: Nothing to be done for 'install-exec-am'.
  6708. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6709. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_errmgr_default_orted.la '/home/ubuntu/ompi/install/lib/openmpi'
  6710. libtool: warning: relinking 'mca_errmgr_default_orted.la'
  6711. libtool: install: (cd /home/ubuntu/ompi/orte/mca/errmgr/default_orted; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_errmgr_default_orted.la -rpath /home/ubuntu/ompi/install/lib/openmpi errmgr_default_orted_component.lo errmgr_default_orted.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6712. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_orted.soT /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_orted.so
  6713. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_orted.lai /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_orted.la
  6714. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6715. ----------------------------------------------------------------------
  6716. Libraries have been installed in:
  6717. /home/ubuntu/ompi/install/lib/openmpi
  6718.  
  6719. If you ever happen to want to link against installed libraries
  6720. in a given directory, LIBDIR, you must either use libtool, and
  6721. specify the full pathname of the library, or use the '-LLIBDIR'
  6722. flag during linking and do at least one of the following:
  6723. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6724. during execution
  6725. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6726. during linking
  6727. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6728. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6729.  
  6730. See any operating system documentation about shared libraries for
  6731. more information, such as the ld(1) and ld.so(8) manual pages.
  6732. ----------------------------------------------------------------------
  6733. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  6734. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_orted'
  6735. Making install in mca/errmgr/default_tool
  6736. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  6737. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  6738. make[3]: Nothing to be done for 'install-exec-am'.
  6739. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6740. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_errmgr_default_tool.la '/home/ubuntu/ompi/install/lib/openmpi'
  6741. libtool: warning: relinking 'mca_errmgr_default_tool.la'
  6742. libtool: install: (cd /home/ubuntu/ompi/orte/mca/errmgr/default_tool; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_errmgr_default_tool.la -rpath /home/ubuntu/ompi/install/lib/openmpi errmgr_default_tool_component.lo errmgr_default_tool.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6743. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_tool.soT /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_tool.so
  6744. libtool: install: /usr/bin/install -c .libs/mca_errmgr_default_tool.lai /home/ubuntu/ompi/install/lib/openmpi/mca_errmgr_default_tool.la
  6745. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6746. ----------------------------------------------------------------------
  6747. Libraries have been installed in:
  6748. /home/ubuntu/ompi/install/lib/openmpi
  6749.  
  6750. If you ever happen to want to link against installed libraries
  6751. in a given directory, LIBDIR, you must either use libtool, and
  6752. specify the full pathname of the library, or use the '-LLIBDIR'
  6753. flag during linking and do at least one of the following:
  6754. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6755. during execution
  6756. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6757. during linking
  6758. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6759. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6760.  
  6761. See any operating system documentation about shared libraries for
  6762. more information, such as the ld(1) and ld.so(8) manual pages.
  6763. ----------------------------------------------------------------------
  6764. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  6765. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/errmgr/default_tool'
  6766. Making install in mca/ess/env
  6767. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/env'
  6768. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/env'
  6769. make[3]: Nothing to be done for 'install-exec-am'.
  6770. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6771. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_env.la '/home/ubuntu/ompi/install/lib/openmpi'
  6772. libtool: warning: relinking 'mca_ess_env.la'
  6773. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/env; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_env.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_env_component.lo ess_env_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6774. libtool: install: /usr/bin/install -c .libs/mca_ess_env.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_env.so
  6775. libtool: install: /usr/bin/install -c .libs/mca_ess_env.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_env.la
  6776. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6777. ----------------------------------------------------------------------
  6778. Libraries have been installed in:
  6779. /home/ubuntu/ompi/install/lib/openmpi
  6780.  
  6781. If you ever happen to want to link against installed libraries
  6782. in a given directory, LIBDIR, you must either use libtool, and
  6783. specify the full pathname of the library, or use the '-LLIBDIR'
  6784. flag during linking and do at least one of the following:
  6785. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6786. during execution
  6787. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6788. during linking
  6789. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6790. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6791.  
  6792. See any operating system documentation about shared libraries for
  6793. more information, such as the ld(1) and ld.so(8) manual pages.
  6794. ----------------------------------------------------------------------
  6795. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/env'
  6796. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/env'
  6797. Making install in mca/ess/hnp
  6798. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  6799. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  6800. make[3]: Nothing to be done for 'install-exec-am'.
  6801. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6802. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_hnp.la '/home/ubuntu/ompi/install/lib/openmpi'
  6803. libtool: warning: relinking 'mca_ess_hnp.la'
  6804. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/hnp; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_hnp.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_hnp_component.lo ess_hnp_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6805. libtool: install: /usr/bin/install -c .libs/mca_ess_hnp.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_hnp.so
  6806. libtool: install: /usr/bin/install -c .libs/mca_ess_hnp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_hnp.la
  6807. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6808. ----------------------------------------------------------------------
  6809. Libraries have been installed in:
  6810. /home/ubuntu/ompi/install/lib/openmpi
  6811.  
  6812. If you ever happen to want to link against installed libraries
  6813. in a given directory, LIBDIR, you must either use libtool, and
  6814. specify the full pathname of the library, or use the '-LLIBDIR'
  6815. flag during linking and do at least one of the following:
  6816. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6817. during execution
  6818. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6819. during linking
  6820. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6821. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6822.  
  6823. See any operating system documentation about shared libraries for
  6824. more information, such as the ld(1) and ld.so(8) manual pages.
  6825. ----------------------------------------------------------------------
  6826. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  6827. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/hnp'
  6828. Making install in mca/ess/pmi
  6829. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  6830. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  6831. make[3]: Nothing to be done for 'install-exec-am'.
  6832. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6833. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_pmi.la '/home/ubuntu/ompi/install/lib/openmpi'
  6834. libtool: warning: relinking 'mca_ess_pmi.la'
  6835. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/pmi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_pmi.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_pmi_component.lo ess_pmi_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6836. libtool: install: /usr/bin/install -c .libs/mca_ess_pmi.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_pmi.so
  6837. libtool: install: /usr/bin/install -c .libs/mca_ess_pmi.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_pmi.la
  6838. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6839. ----------------------------------------------------------------------
  6840. Libraries have been installed in:
  6841. /home/ubuntu/ompi/install/lib/openmpi
  6842.  
  6843. If you ever happen to want to link against installed libraries
  6844. in a given directory, LIBDIR, you must either use libtool, and
  6845. specify the full pathname of the library, or use the '-LLIBDIR'
  6846. flag during linking and do at least one of the following:
  6847. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6848. during execution
  6849. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6850. during linking
  6851. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6852. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6853.  
  6854. See any operating system documentation about shared libraries for
  6855. more information, such as the ld(1) and ld.so(8) manual pages.
  6856. ----------------------------------------------------------------------
  6857. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  6858. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/pmi'
  6859. Making install in mca/ess/singleton
  6860. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  6861. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  6862. make[3]: Nothing to be done for 'install-exec-am'.
  6863. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6864. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_singleton.la '/home/ubuntu/ompi/install/lib/openmpi'
  6865. libtool: warning: relinking 'mca_ess_singleton.la'
  6866. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/singleton; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_singleton.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_singleton_component.lo ess_singleton_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6867. libtool: install: /usr/bin/install -c .libs/mca_ess_singleton.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_singleton.so
  6868. libtool: install: /usr/bin/install -c .libs/mca_ess_singleton.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_singleton.la
  6869. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6870. ----------------------------------------------------------------------
  6871. Libraries have been installed in:
  6872. /home/ubuntu/ompi/install/lib/openmpi
  6873.  
  6874. If you ever happen to want to link against installed libraries
  6875. in a given directory, LIBDIR, you must either use libtool, and
  6876. specify the full pathname of the library, or use the '-LLIBDIR'
  6877. flag during linking and do at least one of the following:
  6878. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6879. during execution
  6880. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6881. during linking
  6882. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6883. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6884.  
  6885. See any operating system documentation about shared libraries for
  6886. more information, such as the ld(1) and ld.so(8) manual pages.
  6887. ----------------------------------------------------------------------
  6888. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  6889. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/singleton'
  6890. Making install in mca/ess/tool
  6891. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  6892. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  6893. make[3]: Nothing to be done for 'install-exec-am'.
  6894. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6895. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_tool.la '/home/ubuntu/ompi/install/lib/openmpi'
  6896. libtool: warning: relinking 'mca_ess_tool.la'
  6897. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/tool; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_tool.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_tool_component.lo ess_tool_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6898. libtool: install: /usr/bin/install -c .libs/mca_ess_tool.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_tool.so
  6899. libtool: install: /usr/bin/install -c .libs/mca_ess_tool.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_tool.la
  6900. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6901. ----------------------------------------------------------------------
  6902. Libraries have been installed in:
  6903. /home/ubuntu/ompi/install/lib/openmpi
  6904.  
  6905. If you ever happen to want to link against installed libraries
  6906. in a given directory, LIBDIR, you must either use libtool, and
  6907. specify the full pathname of the library, or use the '-LLIBDIR'
  6908. flag during linking and do at least one of the following:
  6909. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6910. during execution
  6911. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6912. during linking
  6913. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6914. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6915.  
  6916. See any operating system documentation about shared libraries for
  6917. more information, such as the ld(1) and ld.so(8) manual pages.
  6918. ----------------------------------------------------------------------
  6919. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  6920. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/tool'
  6921. Making install in mca/ess/slurm
  6922. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  6923. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  6924. make[3]: Nothing to be done for 'install-exec-am'.
  6925. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6926. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ess_slurm.la '/home/ubuntu/ompi/install/lib/openmpi'
  6927. libtool: warning: relinking 'mca_ess_slurm.la'
  6928. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ess/slurm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ess_slurm.la -rpath /home/ubuntu/ompi/install/lib/openmpi ess_slurm_component.lo ess_slurm_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6929. libtool: install: /usr/bin/install -c .libs/mca_ess_slurm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ess_slurm.so
  6930. libtool: install: /usr/bin/install -c .libs/mca_ess_slurm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ess_slurm.la
  6931. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6932. ----------------------------------------------------------------------
  6933. Libraries have been installed in:
  6934. /home/ubuntu/ompi/install/lib/openmpi
  6935.  
  6936. If you ever happen to want to link against installed libraries
  6937. in a given directory, LIBDIR, you must either use libtool, and
  6938. specify the full pathname of the library, or use the '-LLIBDIR'
  6939. flag during linking and do at least one of the following:
  6940. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6941. during execution
  6942. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6943. during linking
  6944. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6945. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6946.  
  6947. See any operating system documentation about shared libraries for
  6948. more information, such as the ld(1) and ld.so(8) manual pages.
  6949. ----------------------------------------------------------------------
  6950. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  6951. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ess/slurm'
  6952. Making install in mca/filem/raw
  6953. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  6954. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  6955. make[3]: Nothing to be done for 'install-exec-am'.
  6956. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  6957. /usr/bin/install -c -m 644 help-orte-filem-raw.txt '/home/ubuntu/ompi/install/share/openmpi'
  6958. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6959. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_filem_raw.la '/home/ubuntu/ompi/install/lib/openmpi'
  6960. libtool: warning: relinking 'mca_filem_raw.la'
  6961. libtool: install: (cd /home/ubuntu/ompi/orte/mca/filem/raw; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_filem_raw.la -rpath /home/ubuntu/ompi/install/lib/openmpi filem_raw_component.lo filem_raw_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6962. libtool: install: /usr/bin/install -c .libs/mca_filem_raw.soT /home/ubuntu/ompi/install/lib/openmpi/mca_filem_raw.so
  6963. libtool: install: /usr/bin/install -c .libs/mca_filem_raw.lai /home/ubuntu/ompi/install/lib/openmpi/mca_filem_raw.la
  6964. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6965. ----------------------------------------------------------------------
  6966. Libraries have been installed in:
  6967. /home/ubuntu/ompi/install/lib/openmpi
  6968.  
  6969. If you ever happen to want to link against installed libraries
  6970. in a given directory, LIBDIR, you must either use libtool, and
  6971. specify the full pathname of the library, or use the '-LLIBDIR'
  6972. flag during linking and do at least one of the following:
  6973. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6974. during execution
  6975. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6976. during linking
  6977. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6978. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6979.  
  6980. See any operating system documentation about shared libraries for
  6981. more information, such as the ld(1) and ld.so(8) manual pages.
  6982. ----------------------------------------------------------------------
  6983. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  6984. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/filem/raw'
  6985. Making install in mca/grpcomm/direct
  6986. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  6987. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  6988. make[3]: Nothing to be done for 'install-exec-am'.
  6989. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  6990. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_grpcomm_direct.la '/home/ubuntu/ompi/install/lib/openmpi'
  6991. libtool: warning: relinking 'mca_grpcomm_direct.la'
  6992. libtool: install: (cd /home/ubuntu/ompi/orte/mca/grpcomm/direct; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_grpcomm_direct.la -rpath /home/ubuntu/ompi/install/lib/openmpi grpcomm_direct.lo grpcomm_direct_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  6993. libtool: install: /usr/bin/install -c .libs/mca_grpcomm_direct.soT /home/ubuntu/ompi/install/lib/openmpi/mca_grpcomm_direct.so
  6994. libtool: install: /usr/bin/install -c .libs/mca_grpcomm_direct.lai /home/ubuntu/ompi/install/lib/openmpi/mca_grpcomm_direct.la
  6995. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  6996. ----------------------------------------------------------------------
  6997. Libraries have been installed in:
  6998. /home/ubuntu/ompi/install/lib/openmpi
  6999.  
  7000. If you ever happen to want to link against installed libraries
  7001. in a given directory, LIBDIR, you must either use libtool, and
  7002. specify the full pathname of the library, or use the '-LLIBDIR'
  7003. flag during linking and do at least one of the following:
  7004. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7005. during execution
  7006. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7007. during linking
  7008. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7009. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7010.  
  7011. See any operating system documentation about shared libraries for
  7012. more information, such as the ld(1) and ld.so(8) manual pages.
  7013. ----------------------------------------------------------------------
  7014. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  7015. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/grpcomm/direct'
  7016. Making install in mca/iof/hnp
  7017. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  7018. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  7019. make[3]: Nothing to be done for 'install-exec-am'.
  7020. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7021. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_iof_hnp.la '/home/ubuntu/ompi/install/lib/openmpi'
  7022. libtool: warning: relinking 'mca_iof_hnp.la'
  7023. libtool: install: (cd /home/ubuntu/ompi/orte/mca/iof/hnp; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_iof_hnp.la -rpath /home/ubuntu/ompi/install/lib/openmpi iof_hnp.lo iof_hnp_component.lo iof_hnp_read.lo iof_hnp_send.lo iof_hnp_receive.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7024. libtool: install: /usr/bin/install -c .libs/mca_iof_hnp.soT /home/ubuntu/ompi/install/lib/openmpi/mca_iof_hnp.so
  7025. libtool: install: /usr/bin/install -c .libs/mca_iof_hnp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_iof_hnp.la
  7026. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7027. ----------------------------------------------------------------------
  7028. Libraries have been installed in:
  7029. /home/ubuntu/ompi/install/lib/openmpi
  7030.  
  7031. If you ever happen to want to link against installed libraries
  7032. in a given directory, LIBDIR, you must either use libtool, and
  7033. specify the full pathname of the library, or use the '-LLIBDIR'
  7034. flag during linking and do at least one of the following:
  7035. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7036. during execution
  7037. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7038. during linking
  7039. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7040. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7041.  
  7042. See any operating system documentation about shared libraries for
  7043. more information, such as the ld(1) and ld.so(8) manual pages.
  7044. ----------------------------------------------------------------------
  7045. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  7046. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/hnp'
  7047. Making install in mca/iof/orted
  7048. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  7049. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  7050. make[3]: Nothing to be done for 'install-exec-am'.
  7051. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7052. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_iof_orted.la '/home/ubuntu/ompi/install/lib/openmpi'
  7053. libtool: warning: relinking 'mca_iof_orted.la'
  7054. libtool: install: (cd /home/ubuntu/ompi/orte/mca/iof/orted; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_iof_orted.la -rpath /home/ubuntu/ompi/install/lib/openmpi iof_orted.lo iof_orted_component.lo iof_orted_read.lo iof_orted_receive.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7055. libtool: install: /usr/bin/install -c .libs/mca_iof_orted.soT /home/ubuntu/ompi/install/lib/openmpi/mca_iof_orted.so
  7056. libtool: install: /usr/bin/install -c .libs/mca_iof_orted.lai /home/ubuntu/ompi/install/lib/openmpi/mca_iof_orted.la
  7057. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7058. ----------------------------------------------------------------------
  7059. Libraries have been installed in:
  7060. /home/ubuntu/ompi/install/lib/openmpi
  7061.  
  7062. If you ever happen to want to link against installed libraries
  7063. in a given directory, LIBDIR, you must either use libtool, and
  7064. specify the full pathname of the library, or use the '-LLIBDIR'
  7065. flag during linking and do at least one of the following:
  7066. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7067. during execution
  7068. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7069. during linking
  7070. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7071. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7072.  
  7073. See any operating system documentation about shared libraries for
  7074. more information, such as the ld(1) and ld.so(8) manual pages.
  7075. ----------------------------------------------------------------------
  7076. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  7077. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/orted'
  7078. Making install in mca/iof/tool
  7079. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  7080. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  7081. make[3]: Nothing to be done for 'install-exec-am'.
  7082. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7083. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_iof_tool.la '/home/ubuntu/ompi/install/lib/openmpi'
  7084. libtool: warning: relinking 'mca_iof_tool.la'
  7085. libtool: install: (cd /home/ubuntu/ompi/orte/mca/iof/tool; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_iof_tool.la -rpath /home/ubuntu/ompi/install/lib/openmpi iof_tool.lo iof_tool_component.lo iof_tool_receive.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7086. libtool: install: /usr/bin/install -c .libs/mca_iof_tool.soT /home/ubuntu/ompi/install/lib/openmpi/mca_iof_tool.so
  7087. libtool: install: /usr/bin/install -c .libs/mca_iof_tool.lai /home/ubuntu/ompi/install/lib/openmpi/mca_iof_tool.la
  7088. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7089. ----------------------------------------------------------------------
  7090. Libraries have been installed in:
  7091. /home/ubuntu/ompi/install/lib/openmpi
  7092.  
  7093. If you ever happen to want to link against installed libraries
  7094. in a given directory, LIBDIR, you must either use libtool, and
  7095. specify the full pathname of the library, or use the '-LLIBDIR'
  7096. flag during linking and do at least one of the following:
  7097. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7098. during execution
  7099. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7100. during linking
  7101. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7102. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7103.  
  7104. See any operating system documentation about shared libraries for
  7105. more information, such as the ld(1) and ld.so(8) manual pages.
  7106. ----------------------------------------------------------------------
  7107. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  7108. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/iof/tool'
  7109. Making install in mca/odls/default
  7110. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/default'
  7111. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/default'
  7112. make[3]: Nothing to be done for 'install-exec-am'.
  7113. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7114. /usr/bin/install -c -m 644 help-orte-odls-default.txt '/home/ubuntu/ompi/install/share/openmpi'
  7115. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7116. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_odls_default.la '/home/ubuntu/ompi/install/lib/openmpi'
  7117. libtool: warning: relinking 'mca_odls_default.la'
  7118. libtool: install: (cd /home/ubuntu/ompi/orte/mca/odls/default; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_odls_default.la -rpath /home/ubuntu/ompi/install/lib/openmpi odls_default_component.lo odls_default_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7119. libtool: install: /usr/bin/install -c .libs/mca_odls_default.soT /home/ubuntu/ompi/install/lib/openmpi/mca_odls_default.so
  7120. libtool: install: /usr/bin/install -c .libs/mca_odls_default.lai /home/ubuntu/ompi/install/lib/openmpi/mca_odls_default.la
  7121. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7122. ----------------------------------------------------------------------
  7123. Libraries have been installed in:
  7124. /home/ubuntu/ompi/install/lib/openmpi
  7125.  
  7126. If you ever happen to want to link against installed libraries
  7127. in a given directory, LIBDIR, you must either use libtool, and
  7128. specify the full pathname of the library, or use the '-LLIBDIR'
  7129. flag during linking and do at least one of the following:
  7130. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7131. during execution
  7132. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7133. during linking
  7134. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7135. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7136.  
  7137. See any operating system documentation about shared libraries for
  7138. more information, such as the ld(1) and ld.so(8) manual pages.
  7139. ----------------------------------------------------------------------
  7140. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/default'
  7141. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/default'
  7142. Making install in mca/odls/pspawn
  7143. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  7144. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  7145. make[3]: Nothing to be done for 'install-exec-am'.
  7146. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7147. /usr/bin/install -c -m 644 help-orte-odls-pspawn.txt '/home/ubuntu/ompi/install/share/openmpi'
  7148. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7149. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_odls_pspawn.la '/home/ubuntu/ompi/install/lib/openmpi'
  7150. libtool: warning: relinking 'mca_odls_pspawn.la'
  7151. libtool: install: (cd /home/ubuntu/ompi/orte/mca/odls/pspawn; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_odls_pspawn.la -rpath /home/ubuntu/ompi/install/lib/openmpi odls_pspawn_component.lo odls_pspawn.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7152. libtool: install: /usr/bin/install -c .libs/mca_odls_pspawn.soT /home/ubuntu/ompi/install/lib/openmpi/mca_odls_pspawn.so
  7153. libtool: install: /usr/bin/install -c .libs/mca_odls_pspawn.lai /home/ubuntu/ompi/install/lib/openmpi/mca_odls_pspawn.la
  7154. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7155. ----------------------------------------------------------------------
  7156. Libraries have been installed in:
  7157. /home/ubuntu/ompi/install/lib/openmpi
  7158.  
  7159. If you ever happen to want to link against installed libraries
  7160. in a given directory, LIBDIR, you must either use libtool, and
  7161. specify the full pathname of the library, or use the '-LLIBDIR'
  7162. flag during linking and do at least one of the following:
  7163. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7164. during execution
  7165. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7166. during linking
  7167. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7168. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7169.  
  7170. See any operating system documentation about shared libraries for
  7171. more information, such as the ld(1) and ld.so(8) manual pages.
  7172. ----------------------------------------------------------------------
  7173. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  7174. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/odls/pspawn'
  7175. Making install in mca/oob/tcp
  7176. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  7177. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  7178. make[3]: Nothing to be done for 'install-exec-am'.
  7179. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7180. /usr/bin/install -c -m 644 help-oob-tcp.txt '/home/ubuntu/ompi/install/share/openmpi'
  7181. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7182. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_oob_tcp.la '/home/ubuntu/ompi/install/lib/openmpi'
  7183. libtool: warning: relinking 'mca_oob_tcp.la'
  7184. libtool: install: (cd /home/ubuntu/ompi/orte/mca/oob/tcp; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_oob_tcp.la -rpath /home/ubuntu/ompi/install/lib/openmpi oob_tcp_component.lo oob_tcp.lo oob_tcp_listener.lo oob_tcp_common.lo oob_tcp_connection.lo oob_tcp_sendrecv.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7185. libtool: install: /usr/bin/install -c .libs/mca_oob_tcp.soT /home/ubuntu/ompi/install/lib/openmpi/mca_oob_tcp.so
  7186. libtool: install: /usr/bin/install -c .libs/mca_oob_tcp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_oob_tcp.la
  7187. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7188. ----------------------------------------------------------------------
  7189. Libraries have been installed in:
  7190. /home/ubuntu/ompi/install/lib/openmpi
  7191.  
  7192. If you ever happen to want to link against installed libraries
  7193. in a given directory, LIBDIR, you must either use libtool, and
  7194. specify the full pathname of the library, or use the '-LLIBDIR'
  7195. flag during linking and do at least one of the following:
  7196. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7197. during execution
  7198. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7199. during linking
  7200. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7201. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7202.  
  7203. See any operating system documentation about shared libraries for
  7204. more information, such as the ld(1) and ld.so(8) manual pages.
  7205. ----------------------------------------------------------------------
  7206. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  7207. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/oob/tcp'
  7208. Making install in mca/plm/isolated
  7209. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  7210. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  7211. make[3]: Nothing to be done for 'install-exec-am'.
  7212. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7213. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plm_isolated.la '/home/ubuntu/ompi/install/lib/openmpi'
  7214. libtool: warning: relinking 'mca_plm_isolated.la'
  7215. libtool: install: (cd /home/ubuntu/ompi/orte/mca/plm/isolated; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_plm_isolated.la -rpath /home/ubuntu/ompi/install/lib/openmpi plm_isolated_component.lo plm_isolated.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7216. libtool: install: /usr/bin/install -c .libs/mca_plm_isolated.soT /home/ubuntu/ompi/install/lib/openmpi/mca_plm_isolated.so
  7217. libtool: install: /usr/bin/install -c .libs/mca_plm_isolated.lai /home/ubuntu/ompi/install/lib/openmpi/mca_plm_isolated.la
  7218. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7219. ----------------------------------------------------------------------
  7220. Libraries have been installed in:
  7221. /home/ubuntu/ompi/install/lib/openmpi
  7222.  
  7223. If you ever happen to want to link against installed libraries
  7224. in a given directory, LIBDIR, you must either use libtool, and
  7225. specify the full pathname of the library, or use the '-LLIBDIR'
  7226. flag during linking and do at least one of the following:
  7227. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7228. during execution
  7229. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7230. during linking
  7231. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7232. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7233.  
  7234. See any operating system documentation about shared libraries for
  7235. more information, such as the ld(1) and ld.so(8) manual pages.
  7236. ----------------------------------------------------------------------
  7237. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  7238. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/isolated'
  7239. Making install in mca/plm/rsh
  7240. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  7241. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  7242. make[3]: Nothing to be done for 'install-exec-am'.
  7243. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7244. /usr/bin/install -c -m 644 help-plm-rsh.txt '/home/ubuntu/ompi/install/share/openmpi'
  7245. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7246. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plm_rsh.la '/home/ubuntu/ompi/install/lib/openmpi'
  7247. libtool: warning: relinking 'mca_plm_rsh.la'
  7248. libtool: install: (cd /home/ubuntu/ompi/orte/mca/plm/rsh; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_plm_rsh.la -rpath /home/ubuntu/ompi/install/lib/openmpi plm_rsh_component.lo plm_rsh_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7249. libtool: install: /usr/bin/install -c .libs/mca_plm_rsh.soT /home/ubuntu/ompi/install/lib/openmpi/mca_plm_rsh.so
  7250. libtool: install: /usr/bin/install -c .libs/mca_plm_rsh.lai /home/ubuntu/ompi/install/lib/openmpi/mca_plm_rsh.la
  7251. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7252. ----------------------------------------------------------------------
  7253. Libraries have been installed in:
  7254. /home/ubuntu/ompi/install/lib/openmpi
  7255.  
  7256. If you ever happen to want to link against installed libraries
  7257. in a given directory, LIBDIR, you must either use libtool, and
  7258. specify the full pathname of the library, or use the '-LLIBDIR'
  7259. flag during linking and do at least one of the following:
  7260. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7261. during execution
  7262. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7263. during linking
  7264. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7265. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7266.  
  7267. See any operating system documentation about shared libraries for
  7268. more information, such as the ld(1) and ld.so(8) manual pages.
  7269. ----------------------------------------------------------------------
  7270. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  7271. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/rsh'
  7272. Making install in mca/plm/slurm
  7273. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  7274. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  7275. make[3]: Nothing to be done for 'install-exec-am'.
  7276. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7277. /usr/bin/install -c -m 644 help-plm-slurm.txt '/home/ubuntu/ompi/install/share/openmpi'
  7278. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7279. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_plm_slurm.la '/home/ubuntu/ompi/install/lib/openmpi'
  7280. libtool: warning: relinking 'mca_plm_slurm.la'
  7281. libtool: install: (cd /home/ubuntu/ompi/orte/mca/plm/slurm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_plm_slurm.la -rpath /home/ubuntu/ompi/install/lib/openmpi plm_slurm_component.lo plm_slurm_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7282. libtool: install: /usr/bin/install -c .libs/mca_plm_slurm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_plm_slurm.so
  7283. libtool: install: /usr/bin/install -c .libs/mca_plm_slurm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_plm_slurm.la
  7284. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7285. ----------------------------------------------------------------------
  7286. Libraries have been installed in:
  7287. /home/ubuntu/ompi/install/lib/openmpi
  7288.  
  7289. If you ever happen to want to link against installed libraries
  7290. in a given directory, LIBDIR, you must either use libtool, and
  7291. specify the full pathname of the library, or use the '-LLIBDIR'
  7292. flag during linking and do at least one of the following:
  7293. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7294. during execution
  7295. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7296. during linking
  7297. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7298. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7299.  
  7300. See any operating system documentation about shared libraries for
  7301. more information, such as the ld(1) and ld.so(8) manual pages.
  7302. ----------------------------------------------------------------------
  7303. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  7304. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/plm/slurm'
  7305. Making install in mca/ras/simulator
  7306. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  7307. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  7308. make[3]: Nothing to be done for 'install-exec-am'.
  7309. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7310. /usr/bin/install -c -m 644 help-ras-simulator.txt '/home/ubuntu/ompi/install/share/openmpi'
  7311. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7312. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ras_simulator.la '/home/ubuntu/ompi/install/lib/openmpi'
  7313. libtool: warning: relinking 'mca_ras_simulator.la'
  7314. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ras/simulator; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ras_simulator.la -rpath /home/ubuntu/ompi/install/lib/openmpi ras_sim_component.lo ras_sim_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7315. libtool: install: /usr/bin/install -c .libs/mca_ras_simulator.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ras_simulator.so
  7316. libtool: install: /usr/bin/install -c .libs/mca_ras_simulator.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ras_simulator.la
  7317. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7318. ----------------------------------------------------------------------
  7319. Libraries have been installed in:
  7320. /home/ubuntu/ompi/install/lib/openmpi
  7321.  
  7322. If you ever happen to want to link against installed libraries
  7323. in a given directory, LIBDIR, you must either use libtool, and
  7324. specify the full pathname of the library, or use the '-LLIBDIR'
  7325. flag during linking and do at least one of the following:
  7326. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7327. during execution
  7328. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7329. during linking
  7330. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7331. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7332.  
  7333. See any operating system documentation about shared libraries for
  7334. more information, such as the ld(1) and ld.so(8) manual pages.
  7335. ----------------------------------------------------------------------
  7336. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  7337. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/simulator'
  7338. Making install in mca/ras/slurm
  7339. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  7340. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  7341. make[3]: Nothing to be done for 'install-exec-am'.
  7342. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7343. /usr/bin/install -c -m 644 help-ras-slurm.txt '/home/ubuntu/ompi/install/share/openmpi'
  7344. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7345. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_ras_slurm.la '/home/ubuntu/ompi/install/lib/openmpi'
  7346. libtool: warning: relinking 'mca_ras_slurm.la'
  7347. libtool: install: (cd /home/ubuntu/ompi/orte/mca/ras/slurm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_ras_slurm.la -rpath /home/ubuntu/ompi/install/lib/openmpi ras_slurm_component.lo ras_slurm_module.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7348. libtool: install: /usr/bin/install -c .libs/mca_ras_slurm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_ras_slurm.so
  7349. libtool: install: /usr/bin/install -c .libs/mca_ras_slurm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_ras_slurm.la
  7350. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7351. ----------------------------------------------------------------------
  7352. Libraries have been installed in:
  7353. /home/ubuntu/ompi/install/lib/openmpi
  7354.  
  7355. If you ever happen to want to link against installed libraries
  7356. in a given directory, LIBDIR, you must either use libtool, and
  7357. specify the full pathname of the library, or use the '-LLIBDIR'
  7358. flag during linking and do at least one of the following:
  7359. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7360. during execution
  7361. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7362. during linking
  7363. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7364. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7365.  
  7366. See any operating system documentation about shared libraries for
  7367. more information, such as the ld(1) and ld.so(8) manual pages.
  7368. ----------------------------------------------------------------------
  7369. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  7370. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/ras/slurm'
  7371. Making install in mca/regx/fwd
  7372. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  7373. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  7374. make[3]: Nothing to be done for 'install-exec-am'.
  7375. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7376. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_regx_fwd.la '/home/ubuntu/ompi/install/lib/openmpi'
  7377. libtool: warning: relinking 'mca_regx_fwd.la'
  7378. libtool: install: (cd /home/ubuntu/ompi/orte/mca/regx/fwd; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_regx_fwd.la -rpath /home/ubuntu/ompi/install/lib/openmpi regx_fwd_component.lo regx_fwd.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7379. libtool: install: /usr/bin/install -c .libs/mca_regx_fwd.soT /home/ubuntu/ompi/install/lib/openmpi/mca_regx_fwd.so
  7380. libtool: install: /usr/bin/install -c .libs/mca_regx_fwd.lai /home/ubuntu/ompi/install/lib/openmpi/mca_regx_fwd.la
  7381. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7382. ----------------------------------------------------------------------
  7383. Libraries have been installed in:
  7384. /home/ubuntu/ompi/install/lib/openmpi
  7385.  
  7386. If you ever happen to want to link against installed libraries
  7387. in a given directory, LIBDIR, you must either use libtool, and
  7388. specify the full pathname of the library, or use the '-LLIBDIR'
  7389. flag during linking and do at least one of the following:
  7390. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7391. during execution
  7392. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7393. during linking
  7394. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7395. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7396.  
  7397. See any operating system documentation about shared libraries for
  7398. more information, such as the ld(1) and ld.so(8) manual pages.
  7399. ----------------------------------------------------------------------
  7400. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  7401. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/fwd'
  7402. Making install in mca/regx/reverse
  7403. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  7404. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  7405. make[3]: Nothing to be done for 'install-exec-am'.
  7406. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7407. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_regx_reverse.la '/home/ubuntu/ompi/install/lib/openmpi'
  7408. libtool: warning: relinking 'mca_regx_reverse.la'
  7409. libtool: install: (cd /home/ubuntu/ompi/orte/mca/regx/reverse; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_regx_reverse.la -rpath /home/ubuntu/ompi/install/lib/openmpi regx_reverse_component.lo regx_reverse.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7410. libtool: install: /usr/bin/install -c .libs/mca_regx_reverse.soT /home/ubuntu/ompi/install/lib/openmpi/mca_regx_reverse.so
  7411. libtool: install: /usr/bin/install -c .libs/mca_regx_reverse.lai /home/ubuntu/ompi/install/lib/openmpi/mca_regx_reverse.la
  7412. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7413. ----------------------------------------------------------------------
  7414. Libraries have been installed in:
  7415. /home/ubuntu/ompi/install/lib/openmpi
  7416.  
  7417. If you ever happen to want to link against installed libraries
  7418. in a given directory, LIBDIR, you must either use libtool, and
  7419. specify the full pathname of the library, or use the '-LLIBDIR'
  7420. flag during linking and do at least one of the following:
  7421. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7422. during execution
  7423. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7424. during linking
  7425. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7426. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7427.  
  7428. See any operating system documentation about shared libraries for
  7429. more information, such as the ld(1) and ld.so(8) manual pages.
  7430. ----------------------------------------------------------------------
  7431. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  7432. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/regx/reverse'
  7433. Making install in mca/rmaps/mindist
  7434. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  7435. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  7436. make[3]: Nothing to be done for 'install-exec-am'.
  7437. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7438. /usr/bin/install -c -m 644 help-orte-rmaps-md.txt '/home/ubuntu/ompi/install/share/openmpi'
  7439. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7440. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_mindist.la '/home/ubuntu/ompi/install/lib/openmpi'
  7441. libtool: warning: relinking 'mca_rmaps_mindist.la'
  7442. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/mindist; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_mindist.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_mindist_module.lo rmaps_mindist_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7443. libtool: install: /usr/bin/install -c .libs/mca_rmaps_mindist.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_mindist.so
  7444. libtool: install: /usr/bin/install -c .libs/mca_rmaps_mindist.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_mindist.la
  7445. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7446. ----------------------------------------------------------------------
  7447. Libraries have been installed in:
  7448. /home/ubuntu/ompi/install/lib/openmpi
  7449.  
  7450. If you ever happen to want to link against installed libraries
  7451. in a given directory, LIBDIR, you must either use libtool, and
  7452. specify the full pathname of the library, or use the '-LLIBDIR'
  7453. flag during linking and do at least one of the following:
  7454. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7455. during execution
  7456. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7457. during linking
  7458. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7459. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7460.  
  7461. See any operating system documentation about shared libraries for
  7462. more information, such as the ld(1) and ld.so(8) manual pages.
  7463. ----------------------------------------------------------------------
  7464. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  7465. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/mindist'
  7466. Making install in mca/rmaps/ppr
  7467. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  7468. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  7469. make[3]: Nothing to be done for 'install-exec-am'.
  7470. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7471. /usr/bin/install -c -m 644 help-orte-rmaps-ppr.txt '/home/ubuntu/ompi/install/share/openmpi'
  7472. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7473. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_ppr.la '/home/ubuntu/ompi/install/lib/openmpi'
  7474. libtool: warning: relinking 'mca_rmaps_ppr.la'
  7475. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/ppr; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_ppr.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_ppr.lo rmaps_ppr_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7476. libtool: install: /usr/bin/install -c .libs/mca_rmaps_ppr.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_ppr.so
  7477. libtool: install: /usr/bin/install -c .libs/mca_rmaps_ppr.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_ppr.la
  7478. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7479. ----------------------------------------------------------------------
  7480. Libraries have been installed in:
  7481. /home/ubuntu/ompi/install/lib/openmpi
  7482.  
  7483. If you ever happen to want to link against installed libraries
  7484. in a given directory, LIBDIR, you must either use libtool, and
  7485. specify the full pathname of the library, or use the '-LLIBDIR'
  7486. flag during linking and do at least one of the following:
  7487. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7488. during execution
  7489. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7490. during linking
  7491. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7492. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7493.  
  7494. See any operating system documentation about shared libraries for
  7495. more information, such as the ld(1) and ld.so(8) manual pages.
  7496. ----------------------------------------------------------------------
  7497. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  7498. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/ppr'
  7499. Making install in mca/rmaps/rank_file
  7500. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  7501. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  7502. make[3]: Nothing to be done for 'install-exec-am'.
  7503. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7504. /usr/bin/install -c -m 644 help-rmaps_rank_file.txt '/home/ubuntu/ompi/install/share/openmpi'
  7505. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7506. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_rank_file.la '/home/ubuntu/ompi/install/lib/openmpi'
  7507. libtool: warning: relinking 'mca_rmaps_rank_file.la'
  7508. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/rank_file; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_rank_file.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_rank_file.lo rmaps_rank_file_component.lo rmaps_rank_file_lex.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7509. libtool: install: /usr/bin/install -c .libs/mca_rmaps_rank_file.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_rank_file.so
  7510. libtool: install: /usr/bin/install -c .libs/mca_rmaps_rank_file.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_rank_file.la
  7511. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7512. ----------------------------------------------------------------------
  7513. Libraries have been installed in:
  7514. /home/ubuntu/ompi/install/lib/openmpi
  7515.  
  7516. If you ever happen to want to link against installed libraries
  7517. in a given directory, LIBDIR, you must either use libtool, and
  7518. specify the full pathname of the library, or use the '-LLIBDIR'
  7519. flag during linking and do at least one of the following:
  7520. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7521. during execution
  7522. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7523. during linking
  7524. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7525. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7526.  
  7527. See any operating system documentation about shared libraries for
  7528. more information, such as the ld(1) and ld.so(8) manual pages.
  7529. ----------------------------------------------------------------------
  7530. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  7531. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/rank_file'
  7532. Making install in mca/rmaps/resilient
  7533. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  7534. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  7535. make[3]: Nothing to be done for 'install-exec-am'.
  7536. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7537. /usr/bin/install -c -m 644 help-orte-rmaps-resilient.txt '/home/ubuntu/ompi/install/share/openmpi'
  7538. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7539. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_resilient.la '/home/ubuntu/ompi/install/lib/openmpi'
  7540. libtool: warning: relinking 'mca_rmaps_resilient.la'
  7541. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/resilient; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_resilient.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_resilient.lo rmaps_resilient_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7542. libtool: install: /usr/bin/install -c .libs/mca_rmaps_resilient.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_resilient.so
  7543. libtool: install: /usr/bin/install -c .libs/mca_rmaps_resilient.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_resilient.la
  7544. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7545. ----------------------------------------------------------------------
  7546. Libraries have been installed in:
  7547. /home/ubuntu/ompi/install/lib/openmpi
  7548.  
  7549. If you ever happen to want to link against installed libraries
  7550. in a given directory, LIBDIR, you must either use libtool, and
  7551. specify the full pathname of the library, or use the '-LLIBDIR'
  7552. flag during linking and do at least one of the following:
  7553. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7554. during execution
  7555. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7556. during linking
  7557. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7558. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7559.  
  7560. See any operating system documentation about shared libraries for
  7561. more information, such as the ld(1) and ld.so(8) manual pages.
  7562. ----------------------------------------------------------------------
  7563. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  7564. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/resilient'
  7565. Making install in mca/rmaps/round_robin
  7566. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  7567. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  7568. make[3]: Nothing to be done for 'install-exec-am'.
  7569. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7570. /usr/bin/install -c -m 644 help-orte-rmaps-rr.txt '/home/ubuntu/ompi/install/share/openmpi'
  7571. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7572. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_round_robin.la '/home/ubuntu/ompi/install/lib/openmpi'
  7573. libtool: warning: relinking 'mca_rmaps_round_robin.la'
  7574. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/round_robin; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_round_robin.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_rr.lo rmaps_rr_component.lo rmaps_rr_mappers.lo rmaps_rr_assign.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7575. libtool: install: /usr/bin/install -c .libs/mca_rmaps_round_robin.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_round_robin.so
  7576. libtool: install: /usr/bin/install -c .libs/mca_rmaps_round_robin.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_round_robin.la
  7577. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7578. ----------------------------------------------------------------------
  7579. Libraries have been installed in:
  7580. /home/ubuntu/ompi/install/lib/openmpi
  7581.  
  7582. If you ever happen to want to link against installed libraries
  7583. in a given directory, LIBDIR, you must either use libtool, and
  7584. specify the full pathname of the library, or use the '-LLIBDIR'
  7585. flag during linking and do at least one of the following:
  7586. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7587. during execution
  7588. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7589. during linking
  7590. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7591. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7592.  
  7593. See any operating system documentation about shared libraries for
  7594. more information, such as the ld(1) and ld.so(8) manual pages.
  7595. ----------------------------------------------------------------------
  7596. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  7597. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/round_robin'
  7598. Making install in mca/rmaps/seq
  7599. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  7600. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  7601. make[3]: Nothing to be done for 'install-exec-am'.
  7602. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7603. /usr/bin/install -c -m 644 help-orte-rmaps-seq.txt '/home/ubuntu/ompi/install/share/openmpi'
  7604. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7605. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rmaps_seq.la '/home/ubuntu/ompi/install/lib/openmpi'
  7606. libtool: warning: relinking 'mca_rmaps_seq.la'
  7607. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rmaps/seq; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rmaps_seq.la -rpath /home/ubuntu/ompi/install/lib/openmpi rmaps_seq.lo rmaps_seq_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7608. libtool: install: /usr/bin/install -c .libs/mca_rmaps_seq.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_seq.so
  7609. libtool: install: /usr/bin/install -c .libs/mca_rmaps_seq.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rmaps_seq.la
  7610. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7611. ----------------------------------------------------------------------
  7612. Libraries have been installed in:
  7613. /home/ubuntu/ompi/install/lib/openmpi
  7614.  
  7615. If you ever happen to want to link against installed libraries
  7616. in a given directory, LIBDIR, you must either use libtool, and
  7617. specify the full pathname of the library, or use the '-LLIBDIR'
  7618. flag during linking and do at least one of the following:
  7619. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7620. during execution
  7621. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7622. during linking
  7623. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7624. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7625.  
  7626. See any operating system documentation about shared libraries for
  7627. more information, such as the ld(1) and ld.so(8) manual pages.
  7628. ----------------------------------------------------------------------
  7629. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  7630. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rmaps/seq'
  7631. Making install in mca/rml/oob
  7632. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  7633. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  7634. make[3]: Nothing to be done for 'install-exec-am'.
  7635. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7636. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rml_oob.la '/home/ubuntu/ompi/install/lib/openmpi'
  7637. libtool: warning: relinking 'mca_rml_oob.la'
  7638. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rml/oob; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rml_oob.la -rpath /home/ubuntu/ompi/install/lib/openmpi rml_oob_component.lo rml_oob_send.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7639. libtool: install: /usr/bin/install -c .libs/mca_rml_oob.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rml_oob.so
  7640. libtool: install: /usr/bin/install -c .libs/mca_rml_oob.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rml_oob.la
  7641. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7642. ----------------------------------------------------------------------
  7643. Libraries have been installed in:
  7644. /home/ubuntu/ompi/install/lib/openmpi
  7645.  
  7646. If you ever happen to want to link against installed libraries
  7647. in a given directory, LIBDIR, you must either use libtool, and
  7648. specify the full pathname of the library, or use the '-LLIBDIR'
  7649. flag during linking and do at least one of the following:
  7650. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7651. during execution
  7652. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7653. during linking
  7654. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7655. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7656.  
  7657. See any operating system documentation about shared libraries for
  7658. more information, such as the ld(1) and ld.so(8) manual pages.
  7659. ----------------------------------------------------------------------
  7660. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  7661. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/oob'
  7662. Making install in mca/rml/ofi
  7663. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  7664. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  7665. make[3]: Nothing to be done for 'install-exec-am'.
  7666. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7667. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rml_ofi.la '/home/ubuntu/ompi/install/lib/openmpi'
  7668. libtool: warning: relinking 'mca_rml_ofi.la'
  7669. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rml/ofi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rml_ofi.la -rpath /home/ubuntu/ompi/install/lib/openmpi rml_ofi_component.lo rml_ofi_send.lo ../../../../orte/libopen-rte.la /home/ubuntu/ompi/opal/mca/common/ofi/libmca_common_ofi.la -lrt -lm -lutil )
  7670. libtool: install: /usr/bin/install -c .libs/mca_rml_ofi.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rml_ofi.so
  7671. libtool: install: /usr/bin/install -c .libs/mca_rml_ofi.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rml_ofi.la
  7672. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7673. ----------------------------------------------------------------------
  7674. Libraries have been installed in:
  7675. /home/ubuntu/ompi/install/lib/openmpi
  7676.  
  7677. If you ever happen to want to link against installed libraries
  7678. in a given directory, LIBDIR, you must either use libtool, and
  7679. specify the full pathname of the library, or use the '-LLIBDIR'
  7680. flag during linking and do at least one of the following:
  7681. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7682. during execution
  7683. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7684. during linking
  7685. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7686. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7687.  
  7688. See any operating system documentation about shared libraries for
  7689. more information, such as the ld(1) and ld.so(8) manual pages.
  7690. ----------------------------------------------------------------------
  7691. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  7692. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rml/ofi'
  7693. Making install in mca/routed/binomial
  7694. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  7695. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  7696. make[3]: Nothing to be done for 'install-exec-am'.
  7697. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7698. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_routed_binomial.la '/home/ubuntu/ompi/install/lib/openmpi'
  7699. libtool: warning: relinking 'mca_routed_binomial.la'
  7700. libtool: install: (cd /home/ubuntu/ompi/orte/mca/routed/binomial; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_routed_binomial.la -rpath /home/ubuntu/ompi/install/lib/openmpi routed_binomial.lo routed_binomial_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7701. libtool: install: /usr/bin/install -c .libs/mca_routed_binomial.soT /home/ubuntu/ompi/install/lib/openmpi/mca_routed_binomial.so
  7702. libtool: install: /usr/bin/install -c .libs/mca_routed_binomial.lai /home/ubuntu/ompi/install/lib/openmpi/mca_routed_binomial.la
  7703. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7704. ----------------------------------------------------------------------
  7705. Libraries have been installed in:
  7706. /home/ubuntu/ompi/install/lib/openmpi
  7707.  
  7708. If you ever happen to want to link against installed libraries
  7709. in a given directory, LIBDIR, you must either use libtool, and
  7710. specify the full pathname of the library, or use the '-LLIBDIR'
  7711. flag during linking and do at least one of the following:
  7712. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7713. during execution
  7714. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7715. during linking
  7716. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7717. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7718.  
  7719. See any operating system documentation about shared libraries for
  7720. more information, such as the ld(1) and ld.so(8) manual pages.
  7721. ----------------------------------------------------------------------
  7722. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  7723. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/binomial'
  7724. Making install in mca/routed/debruijn
  7725. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  7726. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  7727. make[3]: Nothing to be done for 'install-exec-am'.
  7728. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7729. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_routed_debruijn.la '/home/ubuntu/ompi/install/lib/openmpi'
  7730. libtool: warning: relinking 'mca_routed_debruijn.la'
  7731. libtool: install: (cd /home/ubuntu/ompi/orte/mca/routed/debruijn; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_routed_debruijn.la -rpath /home/ubuntu/ompi/install/lib/openmpi routed_debruijn.lo routed_debruijn_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7732. libtool: install: /usr/bin/install -c .libs/mca_routed_debruijn.soT /home/ubuntu/ompi/install/lib/openmpi/mca_routed_debruijn.so
  7733. libtool: install: /usr/bin/install -c .libs/mca_routed_debruijn.lai /home/ubuntu/ompi/install/lib/openmpi/mca_routed_debruijn.la
  7734. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7735. ----------------------------------------------------------------------
  7736. Libraries have been installed in:
  7737. /home/ubuntu/ompi/install/lib/openmpi
  7738.  
  7739. If you ever happen to want to link against installed libraries
  7740. in a given directory, LIBDIR, you must either use libtool, and
  7741. specify the full pathname of the library, or use the '-LLIBDIR'
  7742. flag during linking and do at least one of the following:
  7743. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7744. during execution
  7745. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7746. during linking
  7747. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7748. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7749.  
  7750. See any operating system documentation about shared libraries for
  7751. more information, such as the ld(1) and ld.so(8) manual pages.
  7752. ----------------------------------------------------------------------
  7753. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  7754. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/debruijn'
  7755. Making install in mca/routed/direct
  7756. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  7757. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  7758. make[3]: Nothing to be done for 'install-exec-am'.
  7759. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7760. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_routed_direct.la '/home/ubuntu/ompi/install/lib/openmpi'
  7761. libtool: warning: relinking 'mca_routed_direct.la'
  7762. libtool: install: (cd /home/ubuntu/ompi/orte/mca/routed/direct; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_routed_direct.la -rpath /home/ubuntu/ompi/install/lib/openmpi routed_direct.lo routed_direct_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7763. libtool: install: /usr/bin/install -c .libs/mca_routed_direct.soT /home/ubuntu/ompi/install/lib/openmpi/mca_routed_direct.so
  7764. libtool: install: /usr/bin/install -c .libs/mca_routed_direct.lai /home/ubuntu/ompi/install/lib/openmpi/mca_routed_direct.la
  7765. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7766. ----------------------------------------------------------------------
  7767. Libraries have been installed in:
  7768. /home/ubuntu/ompi/install/lib/openmpi
  7769.  
  7770. If you ever happen to want to link against installed libraries
  7771. in a given directory, LIBDIR, you must either use libtool, and
  7772. specify the full pathname of the library, or use the '-LLIBDIR'
  7773. flag during linking and do at least one of the following:
  7774. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7775. during execution
  7776. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7777. during linking
  7778. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7779. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7780.  
  7781. See any operating system documentation about shared libraries for
  7782. more information, such as the ld(1) and ld.so(8) manual pages.
  7783. ----------------------------------------------------------------------
  7784. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  7785. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/direct'
  7786. Making install in mca/routed/radix
  7787. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  7788. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  7789. make[3]: Nothing to be done for 'install-exec-am'.
  7790. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7791. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_routed_radix.la '/home/ubuntu/ompi/install/lib/openmpi'
  7792. libtool: warning: relinking 'mca_routed_radix.la'
  7793. libtool: install: (cd /home/ubuntu/ompi/orte/mca/routed/radix; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_routed_radix.la -rpath /home/ubuntu/ompi/install/lib/openmpi routed_radix.lo routed_radix_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7794. libtool: install: /usr/bin/install -c .libs/mca_routed_radix.soT /home/ubuntu/ompi/install/lib/openmpi/mca_routed_radix.so
  7795. libtool: install: /usr/bin/install -c .libs/mca_routed_radix.lai /home/ubuntu/ompi/install/lib/openmpi/mca_routed_radix.la
  7796. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7797. ----------------------------------------------------------------------
  7798. Libraries have been installed in:
  7799. /home/ubuntu/ompi/install/lib/openmpi
  7800.  
  7801. If you ever happen to want to link against installed libraries
  7802. in a given directory, LIBDIR, you must either use libtool, and
  7803. specify the full pathname of the library, or use the '-LLIBDIR'
  7804. flag during linking and do at least one of the following:
  7805. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7806. during execution
  7807. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7808. during linking
  7809. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7810. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7811.  
  7812. See any operating system documentation about shared libraries for
  7813. more information, such as the ld(1) and ld.so(8) manual pages.
  7814. ----------------------------------------------------------------------
  7815. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  7816. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/routed/radix'
  7817. Making install in mca/rtc/hwloc
  7818. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  7819. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  7820. make[3]: Nothing to be done for 'install-exec-am'.
  7821. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  7822. /usr/bin/install -c -m 644 help-orte-rtc-hwloc.txt '/home/ubuntu/ompi/install/share/openmpi'
  7823. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7824. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_rtc_hwloc.la '/home/ubuntu/ompi/install/lib/openmpi'
  7825. libtool: warning: relinking 'mca_rtc_hwloc.la'
  7826. libtool: install: (cd /home/ubuntu/ompi/orte/mca/rtc/hwloc; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_rtc_hwloc.la -rpath /home/ubuntu/ompi/install/lib/openmpi rtc_hwloc.lo rtc_hwloc_component.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7827. libtool: install: /usr/bin/install -c .libs/mca_rtc_hwloc.soT /home/ubuntu/ompi/install/lib/openmpi/mca_rtc_hwloc.so
  7828. libtool: install: /usr/bin/install -c .libs/mca_rtc_hwloc.lai /home/ubuntu/ompi/install/lib/openmpi/mca_rtc_hwloc.la
  7829. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7830. ----------------------------------------------------------------------
  7831. Libraries have been installed in:
  7832. /home/ubuntu/ompi/install/lib/openmpi
  7833.  
  7834. If you ever happen to want to link against installed libraries
  7835. in a given directory, LIBDIR, you must either use libtool, and
  7836. specify the full pathname of the library, or use the '-LLIBDIR'
  7837. flag during linking and do at least one of the following:
  7838. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7839. during execution
  7840. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7841. during linking
  7842. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7843. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7844.  
  7845. See any operating system documentation about shared libraries for
  7846. more information, such as the ld(1) and ld.so(8) manual pages.
  7847. ----------------------------------------------------------------------
  7848. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  7849. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/rtc/hwloc'
  7850. Making install in mca/schizo/flux
  7851. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  7852. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  7853. make[3]: Nothing to be done for 'install-exec-am'.
  7854. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7855. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_schizo_flux.la '/home/ubuntu/ompi/install/lib/openmpi'
  7856. libtool: warning: relinking 'mca_schizo_flux.la'
  7857. libtool: install: (cd /home/ubuntu/ompi/orte/mca/schizo/flux; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_schizo_flux.la -rpath /home/ubuntu/ompi/install/lib/openmpi schizo_flux_component.lo schizo_flux.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7858. libtool: install: /usr/bin/install -c .libs/mca_schizo_flux.soT /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_flux.so
  7859. libtool: install: /usr/bin/install -c .libs/mca_schizo_flux.lai /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_flux.la
  7860. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7861. ----------------------------------------------------------------------
  7862. Libraries have been installed in:
  7863. /home/ubuntu/ompi/install/lib/openmpi
  7864.  
  7865. If you ever happen to want to link against installed libraries
  7866. in a given directory, LIBDIR, you must either use libtool, and
  7867. specify the full pathname of the library, or use the '-LLIBDIR'
  7868. flag during linking and do at least one of the following:
  7869. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7870. during execution
  7871. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7872. during linking
  7873. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7874. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7875.  
  7876. See any operating system documentation about shared libraries for
  7877. more information, such as the ld(1) and ld.so(8) manual pages.
  7878. ----------------------------------------------------------------------
  7879. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  7880. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/flux'
  7881. Making install in mca/schizo/ompi
  7882. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  7883. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  7884. make[3]: Nothing to be done for 'install-exec-am'.
  7885. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7886. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_schizo_ompi.la '/home/ubuntu/ompi/install/lib/openmpi'
  7887. libtool: warning: relinking 'mca_schizo_ompi.la'
  7888. libtool: install: (cd /home/ubuntu/ompi/orte/mca/schizo/ompi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_schizo_ompi.la -rpath /home/ubuntu/ompi/install/lib/openmpi schizo_ompi_component.lo schizo_ompi.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7889. libtool: install: /usr/bin/install -c .libs/mca_schizo_ompi.soT /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_ompi.so
  7890. libtool: install: /usr/bin/install -c .libs/mca_schizo_ompi.lai /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_ompi.la
  7891. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7892. ----------------------------------------------------------------------
  7893. Libraries have been installed in:
  7894. /home/ubuntu/ompi/install/lib/openmpi
  7895.  
  7896. If you ever happen to want to link against installed libraries
  7897. in a given directory, LIBDIR, you must either use libtool, and
  7898. specify the full pathname of the library, or use the '-LLIBDIR'
  7899. flag during linking and do at least one of the following:
  7900. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7901. during execution
  7902. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7903. during linking
  7904. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7905. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7906.  
  7907. See any operating system documentation about shared libraries for
  7908. more information, such as the ld(1) and ld.so(8) manual pages.
  7909. ----------------------------------------------------------------------
  7910. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  7911. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/ompi'
  7912. Making install in mca/schizo/orte
  7913. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  7914. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  7915. make[3]: Nothing to be done for 'install-exec-am'.
  7916. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7917. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_schizo_orte.la '/home/ubuntu/ompi/install/lib/openmpi'
  7918. libtool: warning: relinking 'mca_schizo_orte.la'
  7919. libtool: install: (cd /home/ubuntu/ompi/orte/mca/schizo/orte; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_schizo_orte.la -rpath /home/ubuntu/ompi/install/lib/openmpi schizo_orte_component.lo schizo_orte.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7920. libtool: install: /usr/bin/install -c .libs/mca_schizo_orte.soT /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_orte.so
  7921. libtool: install: /usr/bin/install -c .libs/mca_schizo_orte.lai /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_orte.la
  7922. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7923. ----------------------------------------------------------------------
  7924. Libraries have been installed in:
  7925. /home/ubuntu/ompi/install/lib/openmpi
  7926.  
  7927. If you ever happen to want to link against installed libraries
  7928. in a given directory, LIBDIR, you must either use libtool, and
  7929. specify the full pathname of the library, or use the '-LLIBDIR'
  7930. flag during linking and do at least one of the following:
  7931. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7932. during execution
  7933. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7934. during linking
  7935. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7936. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7937.  
  7938. See any operating system documentation about shared libraries for
  7939. more information, such as the ld(1) and ld.so(8) manual pages.
  7940. ----------------------------------------------------------------------
  7941. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  7942. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/orte'
  7943. Making install in mca/schizo/slurm
  7944. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  7945. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  7946. make[3]: Nothing to be done for 'install-exec-am'.
  7947. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7948. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_schizo_slurm.la '/home/ubuntu/ompi/install/lib/openmpi'
  7949. libtool: warning: relinking 'mca_schizo_slurm.la'
  7950. libtool: install: (cd /home/ubuntu/ompi/orte/mca/schizo/slurm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_schizo_slurm.la -rpath /home/ubuntu/ompi/install/lib/openmpi schizo_slurm_component.lo schizo_slurm.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7951. libtool: install: /usr/bin/install -c .libs/mca_schizo_slurm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_slurm.so
  7952. libtool: install: /usr/bin/install -c .libs/mca_schizo_slurm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_schizo_slurm.la
  7953. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7954. ----------------------------------------------------------------------
  7955. Libraries have been installed in:
  7956. /home/ubuntu/ompi/install/lib/openmpi
  7957.  
  7958. If you ever happen to want to link against installed libraries
  7959. in a given directory, LIBDIR, you must either use libtool, and
  7960. specify the full pathname of the library, or use the '-LLIBDIR'
  7961. flag during linking and do at least one of the following:
  7962. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7963. during execution
  7964. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7965. during linking
  7966. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7967. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7968.  
  7969. See any operating system documentation about shared libraries for
  7970. more information, such as the ld(1) and ld.so(8) manual pages.
  7971. ----------------------------------------------------------------------
  7972. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  7973. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/schizo/slurm'
  7974. Making install in mca/state/app
  7975. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/app'
  7976. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state/app'
  7977. make[3]: Nothing to be done for 'install-exec-am'.
  7978. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  7979. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_state_app.la '/home/ubuntu/ompi/install/lib/openmpi'
  7980. libtool: warning: relinking 'mca_state_app.la'
  7981. libtool: install: (cd /home/ubuntu/ompi/orte/mca/state/app; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_state_app.la -rpath /home/ubuntu/ompi/install/lib/openmpi state_app_component.lo state_app.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  7982. libtool: install: /usr/bin/install -c .libs/mca_state_app.soT /home/ubuntu/ompi/install/lib/openmpi/mca_state_app.so
  7983. libtool: install: /usr/bin/install -c .libs/mca_state_app.lai /home/ubuntu/ompi/install/lib/openmpi/mca_state_app.la
  7984. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  7985. ----------------------------------------------------------------------
  7986. Libraries have been installed in:
  7987. /home/ubuntu/ompi/install/lib/openmpi
  7988.  
  7989. If you ever happen to want to link against installed libraries
  7990. in a given directory, LIBDIR, you must either use libtool, and
  7991. specify the full pathname of the library, or use the '-LLIBDIR'
  7992. flag during linking and do at least one of the following:
  7993. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7994. during execution
  7995. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7996. during linking
  7997. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7998. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7999.  
  8000. See any operating system documentation about shared libraries for
  8001. more information, such as the ld(1) and ld.so(8) manual pages.
  8002. ----------------------------------------------------------------------
  8003. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/app'
  8004. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/app'
  8005. Making install in mca/state/hnp
  8006. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  8007. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  8008. make[3]: Nothing to be done for 'install-exec-am'.
  8009. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8010. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_state_hnp.la '/home/ubuntu/ompi/install/lib/openmpi'
  8011. libtool: warning: relinking 'mca_state_hnp.la'
  8012. libtool: install: (cd /home/ubuntu/ompi/orte/mca/state/hnp; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_state_hnp.la -rpath /home/ubuntu/ompi/install/lib/openmpi state_hnp_component.lo state_hnp.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  8013. libtool: install: /usr/bin/install -c .libs/mca_state_hnp.soT /home/ubuntu/ompi/install/lib/openmpi/mca_state_hnp.so
  8014. libtool: install: /usr/bin/install -c .libs/mca_state_hnp.lai /home/ubuntu/ompi/install/lib/openmpi/mca_state_hnp.la
  8015. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8016. ----------------------------------------------------------------------
  8017. Libraries have been installed in:
  8018. /home/ubuntu/ompi/install/lib/openmpi
  8019.  
  8020. If you ever happen to want to link against installed libraries
  8021. in a given directory, LIBDIR, you must either use libtool, and
  8022. specify the full pathname of the library, or use the '-LLIBDIR'
  8023. flag during linking and do at least one of the following:
  8024. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8025. during execution
  8026. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8027. during linking
  8028. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8029. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8030.  
  8031. See any operating system documentation about shared libraries for
  8032. more information, such as the ld(1) and ld.so(8) manual pages.
  8033. ----------------------------------------------------------------------
  8034. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  8035. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/hnp'
  8036. Making install in mca/state/novm
  8037. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/novm'
  8038. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state/novm'
  8039. make[3]: Nothing to be done for 'install-exec-am'.
  8040. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8041. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_state_novm.la '/home/ubuntu/ompi/install/lib/openmpi'
  8042. libtool: warning: relinking 'mca_state_novm.la'
  8043. libtool: install: (cd /home/ubuntu/ompi/orte/mca/state/novm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_state_novm.la -rpath /home/ubuntu/ompi/install/lib/openmpi state_novm_component.lo state_novm.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  8044. libtool: install: /usr/bin/install -c .libs/mca_state_novm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_state_novm.so
  8045. libtool: install: /usr/bin/install -c .libs/mca_state_novm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_state_novm.la
  8046. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8047. ----------------------------------------------------------------------
  8048. Libraries have been installed in:
  8049. /home/ubuntu/ompi/install/lib/openmpi
  8050.  
  8051. If you ever happen to want to link against installed libraries
  8052. in a given directory, LIBDIR, you must either use libtool, and
  8053. specify the full pathname of the library, or use the '-LLIBDIR'
  8054. flag during linking and do at least one of the following:
  8055. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8056. during execution
  8057. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8058. during linking
  8059. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8060. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8061.  
  8062. See any operating system documentation about shared libraries for
  8063. more information, such as the ld(1) and ld.so(8) manual pages.
  8064. ----------------------------------------------------------------------
  8065. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/novm'
  8066. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/novm'
  8067. Making install in mca/state/orted
  8068. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/orted'
  8069. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state/orted'
  8070. make[3]: Nothing to be done for 'install-exec-am'.
  8071. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8072. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_state_orted.la '/home/ubuntu/ompi/install/lib/openmpi'
  8073. libtool: warning: relinking 'mca_state_orted.la'
  8074. libtool: install: (cd /home/ubuntu/ompi/orte/mca/state/orted; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_state_orted.la -rpath /home/ubuntu/ompi/install/lib/openmpi state_orted_component.lo state_orted.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  8075. libtool: install: /usr/bin/install -c .libs/mca_state_orted.soT /home/ubuntu/ompi/install/lib/openmpi/mca_state_orted.so
  8076. libtool: install: /usr/bin/install -c .libs/mca_state_orted.lai /home/ubuntu/ompi/install/lib/openmpi/mca_state_orted.la
  8077. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8078. ----------------------------------------------------------------------
  8079. Libraries have been installed in:
  8080. /home/ubuntu/ompi/install/lib/openmpi
  8081.  
  8082. If you ever happen to want to link against installed libraries
  8083. in a given directory, LIBDIR, you must either use libtool, and
  8084. specify the full pathname of the library, or use the '-LLIBDIR'
  8085. flag during linking and do at least one of the following:
  8086. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8087. during execution
  8088. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8089. during linking
  8090. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8091. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8092.  
  8093. See any operating system documentation about shared libraries for
  8094. more information, such as the ld(1) and ld.so(8) manual pages.
  8095. ----------------------------------------------------------------------
  8096. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/orted'
  8097. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/orted'
  8098. Making install in mca/state/tool
  8099. make[2]: Entering directory '/home/ubuntu/ompi/orte/mca/state/tool'
  8100. make[3]: Entering directory '/home/ubuntu/ompi/orte/mca/state/tool'
  8101. make[3]: Nothing to be done for 'install-exec-am'.
  8102. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8103. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_state_tool.la '/home/ubuntu/ompi/install/lib/openmpi'
  8104. libtool: warning: relinking 'mca_state_tool.la'
  8105. libtool: install: (cd /home/ubuntu/ompi/orte/mca/state/tool; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_state_tool.la -rpath /home/ubuntu/ompi/install/lib/openmpi state_tool_component.lo state_tool.lo ../../../../orte/libopen-rte.la -lrt -lm -lutil )
  8106. libtool: install: /usr/bin/install -c .libs/mca_state_tool.soT /home/ubuntu/ompi/install/lib/openmpi/mca_state_tool.so
  8107. libtool: install: /usr/bin/install -c .libs/mca_state_tool.lai /home/ubuntu/ompi/install/lib/openmpi/mca_state_tool.la
  8108. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8109. ----------------------------------------------------------------------
  8110. Libraries have been installed in:
  8111. /home/ubuntu/ompi/install/lib/openmpi
  8112.  
  8113. If you ever happen to want to link against installed libraries
  8114. in a given directory, LIBDIR, you must either use libtool, and
  8115. specify the full pathname of the library, or use the '-LLIBDIR'
  8116. flag during linking and do at least one of the following:
  8117. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8118. during execution
  8119. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8120. during linking
  8121. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8122. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8123.  
  8124. See any operating system documentation about shared libraries for
  8125. more information, such as the ld(1) and ld.so(8) manual pages.
  8126. ----------------------------------------------------------------------
  8127. make[3]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/tool'
  8128. make[2]: Leaving directory '/home/ubuntu/ompi/orte/mca/state/tool'
  8129. Making install in tools/orte-clean
  8130. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  8131. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  8132. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8133. /bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-clean '/home/ubuntu/ompi/install/bin'
  8134. libtool: install: /usr/bin/install -c .libs/orte-clean /home/ubuntu/ompi/install/bin/orte-clean
  8135. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8136. /usr/bin/install -c -m 644 help-orte-clean.txt '/home/ubuntu/ompi/install/share/openmpi'
  8137. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8138. /usr/bin/install -c -m 644 orte-clean.1 '/home/ubuntu/ompi/install/share/man/man1'
  8139. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  8140. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-clean'
  8141. Making install in tools/orted
  8142. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orted'
  8143. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/orted'
  8144. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8145. /bin/bash ../../../libtool --mode=install /usr/bin/install -c orted '/home/ubuntu/ompi/install/bin'
  8146. libtool: install: /usr/bin/install -c .libs/orted /home/ubuntu/ompi/install/bin/orted
  8147. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8148. /usr/bin/install -c -m 644 orted.1 '/home/ubuntu/ompi/install/share/man/man1'
  8149. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/orted'
  8150. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orted'
  8151. Making install in tools/orterun
  8152. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orterun'
  8153. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/orterun'
  8154. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8155. /bin/bash ../../../libtool --mode=install /usr/bin/install -c orterun '/home/ubuntu/ompi/install/bin'
  8156. libtool: install: /usr/bin/install -c .libs/orterun /home/ubuntu/ompi/install/bin/orterun
  8157. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8158. /usr/bin/install -c -m 644 help-orterun.txt '/home/ubuntu/ompi/install/share/openmpi'
  8159. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8160. /usr/bin/install -c -m 644 orterun.1 '/home/ubuntu/ompi/install/share/man/man1'
  8161. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/orterun'
  8162. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orterun'
  8163. Making install in tools/wrappers
  8164. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8165. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8166. make install-exec-hook
  8167. make[4]: Entering directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8168. test -z "/home/ubuntu/ompi/install/bin" || /bin/mkdir -p "/home/ubuntu/ompi/install/bin"
  8169. (cd /home/ubuntu/ompi/install/bin; rm -f ortecc; ln -s opal_wrapper ortecc)
  8170. make[4]: Leaving directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8171. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8172. /usr/bin/install -c -m 644 ortecc-wrapper-data.txt '/home/ubuntu/ompi/install/share/openmpi'
  8173. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pkgconfig'
  8174. /usr/bin/install -c -m 644 orte.pc '/home/ubuntu/ompi/install/lib/pkgconfig'
  8175. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8176. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/wrappers'
  8177. Making install in tools/orte-info
  8178. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-info'
  8179. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-info'
  8180. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8181. /bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-info '/home/ubuntu/ompi/install/bin'
  8182. libtool: install: /usr/bin/install -c .libs/orte-info /home/ubuntu/ompi/install/bin/orte-info
  8183. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8184. /usr/bin/install -c -m 644 help-orte-info.txt '/home/ubuntu/ompi/install/share/openmpi'
  8185. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8186. /usr/bin/install -c -m 644 orte-info.1 '/home/ubuntu/ompi/install/share/man/man1'
  8187. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-info'
  8188. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-info'
  8189. Making install in tools/orte-server
  8190. make[2]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-server'
  8191. make[3]: Entering directory '/home/ubuntu/ompi/orte/tools/orte-server'
  8192. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8193. /bin/bash ../../../libtool --mode=install /usr/bin/install -c orte-server '/home/ubuntu/ompi/install/bin'
  8194. libtool: install: /usr/bin/install -c .libs/orte-server /home/ubuntu/ompi/install/bin/orte-server
  8195. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8196. /usr/bin/install -c -m 644 help-orte-server.txt '/home/ubuntu/ompi/install/share/openmpi'
  8197. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8198. /usr/bin/install -c -m 644 orte-server.1 '/home/ubuntu/ompi/install/share/man/man1'
  8199. make[3]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-server'
  8200. make[2]: Leaving directory '/home/ubuntu/ompi/orte/tools/orte-server'
  8201. make[1]: Leaving directory '/home/ubuntu/ompi/orte'
  8202. Making install in ompi
  8203. make[1]: Entering directory '/home/ubuntu/ompi/ompi'
  8204. Making install in include
  8205. make[2]: Entering directory '/home/ubuntu/ompi/ompi/include'
  8206. make[3]: Entering directory '/home/ubuntu/ompi/ompi/include'
  8207. make[3]: Nothing to be done for 'install-exec-am'.
  8208. /bin/mkdir -p '/home/ubuntu/ompi/install/include'
  8209. /usr/bin/install -c -m 644 mpi.h mpi-ext.h mpif.h mpif-ext.h mpif-sizeof.h mpif-c-constants-decl.h mpi_portable_platform.h '/home/ubuntu/ompi/install/include'
  8210. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/include'
  8211. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/include'
  8212. Making install in datatype
  8213. make[2]: Entering directory '/home/ubuntu/ompi/ompi/datatype'
  8214. make[3]: Entering directory '/home/ubuntu/ompi/ompi/datatype'
  8215. make[3]: Nothing to be done for 'install-exec-am'.
  8216. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/datatype'
  8217. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/datatype'
  8218. Making install in debuggers
  8219. make[2]: Entering directory '/home/ubuntu/ompi/ompi/debuggers'
  8220. make[3]: Entering directory '/home/ubuntu/ompi/ompi/debuggers'
  8221. make[3]: Nothing to be done for 'install-exec-am'.
  8222. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8223. /bin/bash ../../libtool --mode=install /usr/bin/install -c libompi_dbg_msgq.la '/home/ubuntu/ompi/install/lib/openmpi'
  8224. libtool: install: /usr/bin/install -c .libs/libompi_dbg_msgq.so /home/ubuntu/ompi/install/lib/openmpi/libompi_dbg_msgq.so
  8225. libtool: install: /usr/bin/install -c .libs/libompi_dbg_msgq.lai /home/ubuntu/ompi/install/lib/openmpi/libompi_dbg_msgq.la
  8226. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8227. ----------------------------------------------------------------------
  8228. Libraries have been installed in:
  8229. /home/ubuntu/ompi/install/lib/openmpi
  8230.  
  8231. If you ever happen to want to link against installed libraries
  8232. in a given directory, LIBDIR, you must either use libtool, and
  8233. specify the full pathname of the library, or use the '-LLIBDIR'
  8234. flag during linking and do at least one of the following:
  8235. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8236. during execution
  8237. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8238. during linking
  8239. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8240. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8241.  
  8242. See any operating system documentation about shared libraries for
  8243. more information, such as the ld(1) and ld.so(8) manual pages.
  8244. ----------------------------------------------------------------------
  8245. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/debuggers'
  8246. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/debuggers'
  8247. Making install in etc
  8248. make[2]: Entering directory '/home/ubuntu/ompi/ompi/etc'
  8249. make[3]: Entering directory '/home/ubuntu/ompi/ompi/etc'
  8250. make[3]: Nothing to be done for 'install-exec-am'.
  8251. /bin/mkdir -p /home/ubuntu/ompi/install/etc
  8252. /usr/bin/install -c -m 644 openmpi-totalview.tcl /home/ubuntu/ompi/install/etc/openmpi-totalview.tcl
  8253. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/etc'
  8254. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/etc'
  8255. Making install in mpi/c
  8256. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c'
  8257. Making install in profile
  8258. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  8259. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  8260. make[4]: Nothing to be done for 'install-exec-am'.
  8261. make[4]: Nothing to be done for 'install-data-am'.
  8262. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  8263. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c/profile'
  8264. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c'
  8265. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/c'
  8266. make[4]: Nothing to be done for 'install-exec-am'.
  8267. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c'
  8268. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c'
  8269. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/c'
  8270. Making install in mpi/tool
  8271. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8272. Making install in profile
  8273. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  8274. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  8275. make[4]: Nothing to be done for 'install-exec-am'.
  8276. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  8277. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool/profile'
  8278. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8279. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8280. make[4]: Nothing to be done for 'install-exec-am'.
  8281. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8282. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8283. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/tool'
  8284. Making install in mpiext/affinity/c
  8285. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  8286. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  8287. make[3]: Nothing to be done for 'install-exec-am'.
  8288. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man3'
  8289. /usr/bin/install -c -m 644 OMPI_Affinity_str.3 '/home/ubuntu/ompi/install/share/man/man3'
  8290. /bin/mkdir -p '/home/ubuntu/ompi/install/include/openmpi/mpiext/'
  8291. /usr/bin/install -c -m 644 mpiext_affinity_c.h '/home/ubuntu/ompi/install/include/openmpi/mpiext/'
  8292. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  8293. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/affinity/c'
  8294. Making install in mpiext/cuda/c
  8295. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  8296. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  8297. make[3]: Nothing to be done for 'install-exec-am'.
  8298. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man3'
  8299. /usr/bin/install -c -m 644 MPIX_Query_cuda_support.3 '/home/ubuntu/ompi/install/share/man/man3'
  8300. /bin/mkdir -p '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8301. /usr/bin/install -c -m 644 mpiext_cuda_c.h '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8302. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  8303. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/cuda/c'
  8304. Making install in mpiext/pcollreq/c
  8305. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8306. Making install in profile
  8307. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  8308. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  8309. make[4]: Nothing to be done for 'install-exec-am'.
  8310. /bin/mkdir -p '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8311. /usr/bin/install -c -m 644 pmpiext_pcollreq_c.h '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8312. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  8313. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c/profile'
  8314. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8315. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8316. make[4]: Nothing to be done for 'install-exec-am'.
  8317. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man3'
  8318. /usr/bin/install -c -m 644 MPIX_Allgather_init.3 MPIX_Allgatherv_init.3 MPIX_Allreduce_init.3 MPIX_Alltoall_init.3 MPIX_Alltoallv_init.3 MPIX_Alltoallw_init.3 MPIX_Barrier_init.3 MPIX_Bcast_init.3 MPIX_Exscan_init.3 MPIX_Gather_init.3 MPIX_Gatherv_init.3 MPIX_Reduce_init.3 MPIX_Reduce_scatter_block_init.3 MPIX_Reduce_scatter_init.3 MPIX_Scan_init.3 MPIX_Scatter_init.3 MPIX_Scatterv_init.3 MPIX_Neighbor_allgather_init.3 MPIX_Neighbor_allgatherv_init.3 MPIX_Neighbor_alltoall_init.3 MPIX_Neighbor_alltoallv_init.3 MPIX_Neighbor_alltoallw_init.3 '/home/ubuntu/ompi/install/share/man/man3'
  8319. /bin/mkdir -p '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8320. /usr/bin/install -c -m 644 mpiext_pcollreq_c.h '/home/ubuntu/ompi/install/include/openmpi/mpiext'
  8321. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8322. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8323. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/c'
  8324. Making install in mpi/fortran/base/
  8325. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  8326. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  8327. make[3]: Nothing to be done for 'install-exec-am'.
  8328. make[3]: Nothing to be done for 'install-data-am'.
  8329. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  8330. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/base'
  8331. Making install in mca/common
  8332. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common'
  8333. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/common'
  8334. make[3]: Nothing to be done for 'install-exec-am'.
  8335. make[3]: Nothing to be done for 'install-data-am'.
  8336. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common'
  8337. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common'
  8338. Making install in mca/bml
  8339. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml'
  8340. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml'
  8341. make[3]: Nothing to be done for 'install-exec-am'.
  8342. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml'
  8343. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml'
  8344. Making install in mca/coll
  8345. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll'
  8346. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll'
  8347. make[3]: Nothing to be done for 'install-exec-am'.
  8348. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8349. /usr/bin/install -c -m 644 base/help-mca-coll-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  8350. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll'
  8351. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll'
  8352. Making install in mca/crcp
  8353. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/crcp'
  8354. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/crcp'
  8355. make[3]: Nothing to be done for 'install-exec-am'.
  8356. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man7'
  8357. /usr/bin/install -c -m 644 ompi_crcp.7 '/home/ubuntu/ompi/install/share/man/man7'
  8358. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/crcp'
  8359. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/crcp'
  8360. Making install in mca/fbtl
  8361. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  8362. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  8363. make[3]: Nothing to be done for 'install-exec-am'.
  8364. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  8365. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl'
  8366. Making install in mca/fcoll
  8367. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  8368. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  8369. make[3]: Nothing to be done for 'install-exec-am'.
  8370. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  8371. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll'
  8372. Making install in mca/fs
  8373. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs'
  8374. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs'
  8375. make[3]: Nothing to be done for 'install-exec-am'.
  8376. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs'
  8377. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs'
  8378. Making install in mca/hook
  8379. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/hook'
  8380. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/hook'
  8381. make[3]: Nothing to be done for 'install-exec-am'.
  8382. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8383. /usr/bin/install -c -m 644 base/help-mca-hook-base.txt '/home/ubuntu/ompi/install/share/openmpi'
  8384. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/hook'
  8385. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/hook'
  8386. Making install in mca/io
  8387. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io'
  8388. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io'
  8389. make[3]: Nothing to be done for 'install-exec-am'.
  8390. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io'
  8391. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io'
  8392. Making install in mca/mtl
  8393. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl'
  8394. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl'
  8395. make[3]: Nothing to be done for 'install-exec-am'.
  8396. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl'
  8397. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl'
  8398. Making install in mca/op
  8399. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/op'
  8400. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/op'
  8401. make[3]: Nothing to be done for 'install-exec-am'.
  8402. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/op'
  8403. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/op'
  8404. Making install in mca/osc
  8405. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc'
  8406. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc'
  8407. make[3]: Nothing to be done for 'install-exec-am'.
  8408. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc'
  8409. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc'
  8410. Making install in mca/pml
  8411. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml'
  8412. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml'
  8413. make[3]: Nothing to be done for 'install-exec-am'.
  8414. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml'
  8415. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml'
  8416. Making install in mca/rte
  8417. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte'
  8418. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte'
  8419. make[3]: Nothing to be done for 'install-exec-am'.
  8420. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte'
  8421. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte'
  8422. Making install in mca/sharedfp
  8423. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  8424. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  8425. make[3]: Nothing to be done for 'install-exec-am'.
  8426. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  8427. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp'
  8428. Making install in mca/topo
  8429. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo'
  8430. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo'
  8431. make[3]: Nothing to be done for 'install-exec-am'.
  8432. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo'
  8433. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo'
  8434. Making install in mca/vprotocol
  8435. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  8436. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  8437. make[3]: Nothing to be done for 'install-exec-am'.
  8438. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  8439. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol'
  8440. Making install in mca/pml/v
  8441. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  8442. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  8443. make[3]: Nothing to be done for 'install-exec-am'.
  8444. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  8445. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/v'
  8446. Making install in mca/rte/orte
  8447. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8448. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8449. make install-exec-hook
  8450. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8451. (cd /home/ubuntu/ompi/install/bin; rm -f mpirun; ln -s orterun mpirun)
  8452. (cd /home/ubuntu/ompi/install/bin; rm -f mpiexec; ln -s orterun mpiexec)
  8453. (cd /home/ubuntu/ompi/install/bin; rm -f ompi-clean; ln -s orte-clean ompi-clean)
  8454. (cd /home/ubuntu/ompi/install/bin; rm -f ompi-server; ln -s orte-server ompi-server)
  8455. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8456. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  8457. /usr/bin/install -c -m 644 mpirun.1 mpiexec.1 ompi-clean.1 ompi-server.1 '/home/ubuntu/ompi/install/share/man/man1'
  8458. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8459. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/rte/orte'
  8460. Making install in .
  8461. make[2]: Entering directory '/home/ubuntu/ompi/ompi'
  8462. make[3]: Entering directory '/home/ubuntu/ompi/ompi'
  8463. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  8464. /bin/bash ../libtool --mode=install /usr/bin/install -c libmpi.la '/home/ubuntu/ompi/install/lib'
  8465. libtool: warning: relinking 'libmpi.la'
  8466. libtool: install: (cd /home/ubuntu/ompi/ompi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -version-info 0:0:0 -o libmpi.la -rpath /home/ubuntu/ompi/install/lib class/ompi_seq_tracker.lo attribute/attribute.lo attribute/attribute_predefined.lo communicator/comm_init.lo communicator/comm.lo communicator/comm_cid.lo communicator/comm_request.lo dpm/dpm.lo errhandler/errhandler.lo errhandler/errhandler_invoke.lo errhandler/errhandler_predefined.lo errhandler/errcode.lo errhandler/errcode-internal.lo file/file.lo group/group.lo group/group_init.lo group/group_set_rank.lo group/group_plist.lo group/group_sporadic.lo group/group_strided.lo group/group_bitmap.lo info/info.lo interlib/interlib.lo message/message.lo op/op.lo proc/proc.lo request/grequest.lo request/request.lo request/req_test.lo request/req_wait.lo runtime/ompi_mpi_abort.lo runtime/ompi_mpi_dynamics.lo runtime/ompi_mpi_init.lo runtime/ompi_mpi_finalize.lo runtime/ompi_mpi_params.lo runtime/ompi_mpi_preconnect.lo runtime/ompi_cr.lo runtime/ompi_info_support.lo runtime/ompi_spc.lo win/win.lo mpiext/mpiext.lo patterns/net/netpatterns_base.lo patterns/net/netpatterns_multinomial_tree.lo patterns/net/netpatterns_nary_tree.lo patterns/net/netpatterns_knomial_tree.lo patterns/comm/allreduce.lo patterns/comm/allgather.lo patterns/comm/bcast.lo datatype/libdatatype.la debuggers/libdebuggers.la mpi/c/libmpi_c.la mpi/tool/libmpi_mpit_common.la mpi/c/profile/libmpi_c_pmpi.la mpi/tool/profile/libmpi_pmpit.la mca/bml/libmca_bml.la mca/coll/libmca_coll.la mca/crcp/libmca_crcp.la mca/fbtl/libmca_fbtl.la mca/fcoll/libmca_fcoll.la mca/fs/libmca_fs.la mca/hook/libmca_hook.la mca/io/libmca_io.la mca/mtl/libmca_mtl.la mca/op/libmca_op.la mca/osc/libmca_osc.la mca/pml/libmca_pml.la mca/pml/v/libmca_pml_v.la mca/rte/libmca_rte.la mca/rte/orte/libmca_rte_orte.la mca/sharedfp/libmca_sharedfp.la mca/topo/libmca_topo.la mca/vprotocol/libmca_vprotocol.la ../ompi/mpiext/affinity/c/libmpiext_affinity_c.la ../ompi/mpiext/cuda/c/libmpiext_cuda_c.la ../ompi/mpiext/pcollreq/c/libmpiext_pcollreq_c.la /home/ubuntu/ompi/orte/libopen-rte.la /home/ubuntu/ompi/opal/libopen-pal.la -lrt -lm -lutil )
  8467. libtool: install: /usr/bin/install -c .libs/libmpi.so.0.0.0T /home/ubuntu/ompi/install/lib/libmpi.so.0.0.0
  8468. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmpi.so.0.0.0 libmpi.so.0 || { rm -f libmpi.so.0 && ln -s libmpi.so.0.0.0 libmpi.so.0; }; })
  8469. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmpi.so.0.0.0 libmpi.so || { rm -f libmpi.so && ln -s libmpi.so.0.0.0 libmpi.so; }; })
  8470. libtool: install: /usr/bin/install -c .libs/libmpi.lai /home/ubuntu/ompi/install/lib/libmpi.la
  8471. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  8472. ----------------------------------------------------------------------
  8473. Libraries have been installed in:
  8474. /home/ubuntu/ompi/install/lib
  8475.  
  8476. If you ever happen to want to link against installed libraries
  8477. in a given directory, LIBDIR, you must either use libtool, and
  8478. specify the full pathname of the library, or use the '-LLIBDIR'
  8479. flag during linking and do at least one of the following:
  8480. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8481. during execution
  8482. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8483. during linking
  8484. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8485. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8486.  
  8487. See any operating system documentation about shared libraries for
  8488. more information, such as the ld(1) and ld.so(8) manual pages.
  8489. ----------------------------------------------------------------------
  8490. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8491. /usr/bin/install -c -m 644 errhandler/help-mpi-errors.txt runtime/help-mpi-runtime.txt mpi/help-mpi-api.txt '/home/ubuntu/ompi/install/share/openmpi'
  8492. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man3'
  8493. /usr/bin/install -c -m 644 mpi/man/man3/MPI.3 mpi/man/man3/MPI_Abort.3 mpi/man/man3/MPI_Accumulate.3 mpi/man/man3/MPI_Add_error_class.3 mpi/man/man3/MPI_Add_error_code.3 mpi/man/man3/MPI_Add_error_string.3 mpi/man/man3/MPI_Address.3 mpi/man/man3/MPI_Aint_add.3 mpi/man/man3/MPI_Aint_diff.3 mpi/man/man3/MPI_Allgather.3 mpi/man/man3/MPI_Iallgather.3 mpi/man/man3/MPI_Allgatherv.3 mpi/man/man3/MPI_Iallgatherv.3 mpi/man/man3/MPI_Alloc_mem.3 mpi/man/man3/MPI_Allreduce.3 mpi/man/man3/MPI_Iallreduce.3 mpi/man/man3/MPI_Alltoall.3 mpi/man/man3/MPI_Ialltoall.3 mpi/man/man3/MPI_Alltoallv.3 mpi/man/man3/MPI_Ialltoallv.3 mpi/man/man3/MPI_Alltoallw.3 mpi/man/man3/MPI_Ialltoallw.3 mpi/man/man3/MPI_Attr_delete.3 mpi/man/man3/MPI_Attr_get.3 mpi/man/man3/MPI_Attr_put.3 mpi/man/man3/MPI_Barrier.3 mpi/man/man3/MPI_Ibarrier.3 mpi/man/man3/MPI_Bcast.3 mpi/man/man3/MPI_Ibcast.3 mpi/man/man3/MPI_Bsend.3 mpi/man/man3/MPI_Bsend_init.3 mpi/man/man3/MPI_Buffer_attach.3 mpi/man/man3/MPI_Buffer_detach.3 mpi/man/man3/MPI_Cancel.3 mpi/man/man3/MPI_Cart_coords.3 mpi/man/man3/MPI_Cart_create.3 mpi/man/man3/MPI_Cartdim_get.3 mpi/man/man3/MPI_Cart_get.3 mpi/man/man3/MPI_Cart_map.3 mpi/man/man3/MPI_Cart_rank.3 '/home/ubuntu/ompi/install/share/man/man3'
  8494. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Cart_shift.3 mpi/man/man3/MPI_Cart_sub.3 mpi/man/man3/MPI_Close_port.3 mpi/man/man3/MPI_Comm_accept.3 mpi/man/man3/MPI_Comm_c2f.3 mpi/man/man3/MPI_Comm_call_errhandler.3 mpi/man/man3/MPI_Comm_compare.3 mpi/man/man3/MPI_Comm_connect.3 mpi/man/man3/MPI_Comm_create.3 mpi/man/man3/MPI_Comm_create_group.3 mpi/man/man3/MPI_Comm_create_errhandler.3 mpi/man/man3/MPI_Comm_create_keyval.3 mpi/man/man3/MPI_Comm_delete_attr.3 mpi/man/man3/MPI_Comm_disconnect.3 mpi/man/man3/MPI_Comm_dup.3 mpi/man/man3/MPI_Comm_dup_with_info.3 mpi/man/man3/MPI_Comm_idup.3 mpi/man/man3/MPI_Comm_f2c.3 mpi/man/man3/MPI_Comm_free.3 mpi/man/man3/MPI_Comm_free_keyval.3 mpi/man/man3/MPI_Comm_get_attr.3 mpi/man/man3/MPI_Comm_get_errhandler.3 mpi/man/man3/MPI_Comm_get_info.3 mpi/man/man3/MPI_Comm_get_name.3 mpi/man/man3/MPI_Comm_get_parent.3 mpi/man/man3/MPI_Comm_group.3 mpi/man/man3/MPI_Comm_join.3 mpi/man/man3/MPI_Comm_rank.3 mpi/man/man3/MPI_Comm_remote_group.3 mpi/man/man3/MPI_Comm_remote_size.3 mpi/man/man3/MPI_Comm_set_attr.3 mpi/man/man3/MPI_Comm_set_errhandler.3 mpi/man/man3/MPI_Comm_set_info.3 mpi/man/man3/MPI_Comm_set_name.3 mpi/man/man3/MPI_Comm_size.3 mpi/man/man3/MPI_Comm_spawn.3 mpi/man/man3/MPI_Comm_spawn_multiple.3 mpi/man/man3/MPI_Comm_split.3 mpi/man/man3/MPI_Comm_split_type.3 mpi/man/man3/MPI_Comm_test_inter.3 '/home/ubuntu/ompi/install/share/man/man3'
  8495. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Compare_and_swap.3 mpi/man/man3/MPI_Dims_create.3 mpi/man/man3/MPI_Dist_graph_create.3 mpi/man/man3/MPI_Dist_graph_create_adjacent.3 mpi/man/man3/MPI_Dist_graph_neighbors.3 mpi/man/man3/MPI_Dist_graph_neighbors_count.3 mpi/man/man3/MPI_Errhandler_create.3 mpi/man/man3/MPI_Errhandler_free.3 mpi/man/man3/MPI_Errhandler_get.3 mpi/man/man3/MPI_Errhandler_set.3 mpi/man/man3/MPI_Error_class.3 mpi/man/man3/MPI_Error_string.3 mpi/man/man3/MPI_Exscan.3 mpi/man/man3/MPI_Iexscan.3 mpi/man/man3/MPI_Fetch_and_op.3 mpi/man/man3/MPI_File_c2f.3 mpi/man/man3/MPI_File_call_errhandler.3 mpi/man/man3/MPI_File_close.3 mpi/man/man3/MPI_File_create_errhandler.3 mpi/man/man3/MPI_File_delete.3 mpi/man/man3/MPI_File_f2c.3 mpi/man/man3/MPI_File_get_amode.3 mpi/man/man3/MPI_File_get_atomicity.3 mpi/man/man3/MPI_File_get_byte_offset.3 mpi/man/man3/MPI_File_get_errhandler.3 mpi/man/man3/MPI_File_get_group.3 mpi/man/man3/MPI_File_get_info.3 mpi/man/man3/MPI_File_get_position.3 mpi/man/man3/MPI_File_get_position_shared.3 mpi/man/man3/MPI_File_get_size.3 mpi/man/man3/MPI_File_get_type_extent.3 mpi/man/man3/MPI_File_get_view.3 mpi/man/man3/MPI_File_iread.3 mpi/man/man3/MPI_File_iread_at.3 mpi/man/man3/MPI_File_iread_all.3 mpi/man/man3/MPI_File_iread_at_all.3 mpi/man/man3/MPI_File_iread_shared.3 mpi/man/man3/MPI_File_iwrite.3 mpi/man/man3/MPI_File_iwrite_at.3 mpi/man/man3/MPI_File_iwrite_all.3 '/home/ubuntu/ompi/install/share/man/man3'
  8496. /usr/bin/install -c -m 644 mpi/man/man3/MPI_File_iwrite_at_all.3 mpi/man/man3/MPI_File_iwrite_shared.3 mpi/man/man3/MPI_File_open.3 mpi/man/man3/MPI_File_preallocate.3 mpi/man/man3/MPI_File_read.3 mpi/man/man3/MPI_File_read_all.3 mpi/man/man3/MPI_File_read_all_begin.3 mpi/man/man3/MPI_File_read_all_end.3 mpi/man/man3/MPI_File_read_at.3 mpi/man/man3/MPI_File_read_at_all.3 mpi/man/man3/MPI_File_read_at_all_begin.3 mpi/man/man3/MPI_File_read_at_all_end.3 mpi/man/man3/MPI_File_read_ordered.3 mpi/man/man3/MPI_File_read_ordered_begin.3 mpi/man/man3/MPI_File_read_ordered_end.3 mpi/man/man3/MPI_File_read_shared.3 mpi/man/man3/MPI_File_seek.3 mpi/man/man3/MPI_File_seek_shared.3 mpi/man/man3/MPI_File_set_atomicity.3 mpi/man/man3/MPI_File_set_errhandler.3 mpi/man/man3/MPI_File_set_info.3 mpi/man/man3/MPI_File_set_size.3 mpi/man/man3/MPI_File_set_view.3 mpi/man/man3/MPI_File_sync.3 mpi/man/man3/MPI_File_write.3 mpi/man/man3/MPI_File_write_all.3 mpi/man/man3/MPI_File_write_all_begin.3 mpi/man/man3/MPI_File_write_all_end.3 mpi/man/man3/MPI_File_write_at.3 mpi/man/man3/MPI_File_write_at_all.3 mpi/man/man3/MPI_File_write_at_all_begin.3 mpi/man/man3/MPI_File_write_at_all_end.3 mpi/man/man3/MPI_File_write_ordered.3 mpi/man/man3/MPI_File_write_ordered_begin.3 mpi/man/man3/MPI_File_write_ordered_end.3 mpi/man/man3/MPI_File_write_shared.3 mpi/man/man3/MPI_Finalize.3 mpi/man/man3/MPI_Finalized.3 mpi/man/man3/MPI_Free_mem.3 mpi/man/man3/MPI_Gather.3 '/home/ubuntu/ompi/install/share/man/man3'
  8497. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Igather.3 mpi/man/man3/MPI_Gatherv.3 mpi/man/man3/MPI_Igatherv.3 mpi/man/man3/MPI_Get.3 mpi/man/man3/MPI_Get_accumulate.3 mpi/man/man3/MPI_Get_address.3 mpi/man/man3/MPI_Get_count.3 mpi/man/man3/MPI_Get_elements.3 mpi/man/man3/MPI_Get_elements_x.3 mpi/man/man3/MPI_Get_library_version.3 mpi/man/man3/MPI_Get_processor_name.3 mpi/man/man3/MPI_Get_version.3 mpi/man/man3/MPI_Graph_create.3 mpi/man/man3/MPI_Graphdims_get.3 mpi/man/man3/MPI_Graph_get.3 mpi/man/man3/MPI_Graph_map.3 mpi/man/man3/MPI_Graph_neighbors.3 mpi/man/man3/MPI_Graph_neighbors_count.3 mpi/man/man3/MPI_Grequest_complete.3 mpi/man/man3/MPI_Grequest_start.3 mpi/man/man3/MPI_Group_c2f.3 mpi/man/man3/MPI_Group_compare.3 mpi/man/man3/MPI_Group_difference.3 mpi/man/man3/MPI_Group_excl.3 mpi/man/man3/MPI_Group_f2c.3 mpi/man/man3/MPI_Group_free.3 mpi/man/man3/MPI_Group_incl.3 mpi/man/man3/MPI_Group_intersection.3 mpi/man/man3/MPI_Group_range_excl.3 mpi/man/man3/MPI_Group_range_incl.3 mpi/man/man3/MPI_Group_rank.3 mpi/man/man3/MPI_Group_size.3 mpi/man/man3/MPI_Group_translate_ranks.3 mpi/man/man3/MPI_Group_union.3 mpi/man/man3/MPI_Ibsend.3 mpi/man/man3/MPI_Improbe.3 mpi/man/man3/MPI_Imrecv.3 mpi/man/man3/MPI_Info_c2f.3 mpi/man/man3/MPI_Info_create.3 mpi/man/man3/MPI_Info_delete.3 '/home/ubuntu/ompi/install/share/man/man3'
  8498. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Info_dup.3 mpi/man/man3/MPI_Info_env.3 mpi/man/man3/MPI_Info_f2c.3 mpi/man/man3/MPI_Info_free.3 mpi/man/man3/MPI_Info_get.3 mpi/man/man3/MPI_Info_get_nkeys.3 mpi/man/man3/MPI_Info_get_nthkey.3 mpi/man/man3/MPI_Info_get_valuelen.3 mpi/man/man3/MPI_Info_set.3 mpi/man/man3/MPI_Init.3 mpi/man/man3/MPI_Initialized.3 mpi/man/man3/MPI_Init_thread.3 mpi/man/man3/MPI_Intercomm_create.3 mpi/man/man3/MPI_Intercomm_merge.3 mpi/man/man3/MPI_Iprobe.3 mpi/man/man3/MPI_Irecv.3 mpi/man/man3/MPI_Irsend.3 mpi/man/man3/MPI_Isend.3 mpi/man/man3/MPI_Issend.3 mpi/man/man3/MPI_Is_thread_main.3 mpi/man/man3/MPI_Keyval_create.3 mpi/man/man3/MPI_Keyval_free.3 mpi/man/man3/MPI_Lookup_name.3 mpi/man/man3/MPI_Message_c2f.3 mpi/man/man3/MPI_Message_f2c.3 mpi/man/man3/MPI_Mprobe.3 mpi/man/man3/MPI_Mrecv.3 mpi/man/man3/MPI_Neighbor_allgather.3 mpi/man/man3/MPI_Ineighbor_allgather.3 mpi/man/man3/MPI_Neighbor_allgatherv.3 mpi/man/man3/MPI_Ineighbor_allgatherv.3 mpi/man/man3/MPI_Neighbor_alltoall.3 mpi/man/man3/MPI_Ineighbor_alltoall.3 mpi/man/man3/MPI_Neighbor_alltoallv.3 mpi/man/man3/MPI_Ineighbor_alltoallv.3 mpi/man/man3/MPI_Neighbor_alltoallw.3 mpi/man/man3/MPI_Ineighbor_alltoallw.3 mpi/man/man3/MPI_Op_c2f.3 mpi/man/man3/MPI_Op_commutative.3 mpi/man/man3/MPI_Op_create.3 '/home/ubuntu/ompi/install/share/man/man3'
  8499. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Open_port.3 mpi/man/man3/MPI_Op_f2c.3 mpi/man/man3/MPI_Op_free.3 mpi/man/man3/MPI_Pack.3 mpi/man/man3/MPI_Pack_external.3 mpi/man/man3/MPI_Pack_external_size.3 mpi/man/man3/MPI_Pack_size.3 mpi/man/man3/MPI_Pcontrol.3 mpi/man/man3/MPI_Probe.3 mpi/man/man3/MPI_Publish_name.3 mpi/man/man3/MPI_Put.3 mpi/man/man3/MPI_Query_thread.3 mpi/man/man3/MPI_Raccumulate.3 mpi/man/man3/MPI_Recv.3 mpi/man/man3/MPI_Recv_init.3 mpi/man/man3/MPI_Reduce.3 mpi/man/man3/MPI_Ireduce.3 mpi/man/man3/MPI_Reduce_local.3 mpi/man/man3/MPI_Reduce_scatter.3 mpi/man/man3/MPI_Ireduce_scatter.3 mpi/man/man3/MPI_Reduce_scatter_block.3 mpi/man/man3/MPI_Ireduce_scatter_block.3 mpi/man/man3/MPI_Register_datarep.3 mpi/man/man3/MPI_Request_c2f.3 mpi/man/man3/MPI_Request_f2c.3 mpi/man/man3/MPI_Request_free.3 mpi/man/man3/MPI_Request_get_status.3 mpi/man/man3/MPI_Rget.3 mpi/man/man3/MPI_Rget_accumulate.3 mpi/man/man3/MPI_Rput.3 mpi/man/man3/MPI_Rsend.3 mpi/man/man3/MPI_Rsend_init.3 mpi/man/man3/MPI_Scan.3 mpi/man/man3/MPI_Iscan.3 mpi/man/man3/MPI_Scatter.3 mpi/man/man3/MPI_Iscatter.3 mpi/man/man3/MPI_Scatterv.3 mpi/man/man3/MPI_Iscatterv.3 mpi/man/man3/MPI_Send.3 mpi/man/man3/MPI_Send_init.3 '/home/ubuntu/ompi/install/share/man/man3'
  8500. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Sendrecv.3 mpi/man/man3/MPI_Sendrecv_replace.3 mpi/man/man3/MPI_Sizeof.3 mpi/man/man3/MPI_Ssend.3 mpi/man/man3/MPI_Ssend_init.3 mpi/man/man3/MPI_Start.3 mpi/man/man3/MPI_Startall.3 mpi/man/man3/MPI_Status_c2f.3 mpi/man/man3/MPI_Status_f2c.3 mpi/man/man3/MPI_Status_set_cancelled.3 mpi/man/man3/MPI_Status_set_elements.3 mpi/man/man3/MPI_Status_set_elements_x.3 mpi/man/man3/MPI_T_category_changed.3 mpi/man/man3/MPI_T_category_get_categories.3 mpi/man/man3/MPI_T_category_get_cvars.3 mpi/man/man3/MPI_T_category_get_info.3 mpi/man/man3/MPI_T_category_get_num.3 mpi/man/man3/MPI_T_category_get_pvars.3 mpi/man/man3/MPI_T_cvar_get_info.3 mpi/man/man3/MPI_T_cvar_get_num.3 mpi/man/man3/MPI_T_cvar_handle_alloc.3 mpi/man/man3/MPI_T_cvar_handle_free.3 mpi/man/man3/MPI_T_cvar_read.3 mpi/man/man3/MPI_T_cvar_write.3 mpi/man/man3/MPI_T_enum_get_info.3 mpi/man/man3/MPI_T_enum_get_item.3 mpi/man/man3/MPI_T_finalize.3 mpi/man/man3/MPI_T_init_thread.3 mpi/man/man3/MPI_T_pvar_get_info.3 mpi/man/man3/MPI_T_pvar_get_num.3 mpi/man/man3/MPI_T_pvar_handle_alloc.3 mpi/man/man3/MPI_T_pvar_handle_free.3 mpi/man/man3/MPI_T_pvar_read.3 mpi/man/man3/MPI_T_pvar_readreset.3 mpi/man/man3/MPI_T_pvar_reset.3 mpi/man/man3/MPI_T_pvar_session_create.3 mpi/man/man3/MPI_T_pvar_session_free.3 mpi/man/man3/MPI_T_pvar_start.3 mpi/man/man3/MPI_T_pvar_stop.3 mpi/man/man3/MPI_T_pvar_write.3 '/home/ubuntu/ompi/install/share/man/man3'
  8501. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Test.3 mpi/man/man3/MPI_Testall.3 mpi/man/man3/MPI_Testany.3 mpi/man/man3/MPI_Test_cancelled.3 mpi/man/man3/MPI_Testsome.3 mpi/man/man3/MPI_Topo_test.3 mpi/man/man3/MPI_Type_c2f.3 mpi/man/man3/MPI_Type_commit.3 mpi/man/man3/MPI_Type_contiguous.3 mpi/man/man3/MPI_Type_create_darray.3 mpi/man/man3/MPI_Type_create_f90_complex.3 mpi/man/man3/MPI_Type_create_f90_integer.3 mpi/man/man3/MPI_Type_create_f90_real.3 mpi/man/man3/MPI_Type_create_hindexed.3 mpi/man/man3/MPI_Type_create_hindexed_block.3 mpi/man/man3/MPI_Type_create_hvector.3 mpi/man/man3/MPI_Type_create_indexed_block.3 mpi/man/man3/MPI_Type_create_keyval.3 mpi/man/man3/MPI_Type_create_resized.3 mpi/man/man3/MPI_Type_create_struct.3 mpi/man/man3/MPI_Type_create_subarray.3 mpi/man/man3/MPI_Type_delete_attr.3 mpi/man/man3/MPI_Type_dup.3 mpi/man/man3/MPI_Type_extent.3 mpi/man/man3/MPI_Type_f2c.3 mpi/man/man3/MPI_Type_free.3 mpi/man/man3/MPI_Type_free_keyval.3 mpi/man/man3/MPI_Type_get_attr.3 mpi/man/man3/MPI_Type_get_contents.3 mpi/man/man3/MPI_Type_get_envelope.3 mpi/man/man3/MPI_Type_get_extent.3 mpi/man/man3/MPI_Type_get_extent_x.3 mpi/man/man3/MPI_Type_get_name.3 mpi/man/man3/MPI_Type_get_true_extent.3 mpi/man/man3/MPI_Type_get_true_extent_x.3 mpi/man/man3/MPI_Type_hindexed.3 mpi/man/man3/MPI_Type_hvector.3 mpi/man/man3/MPI_Type_indexed.3 mpi/man/man3/MPI_Type_lb.3 mpi/man/man3/MPI_Type_match_size.3 '/home/ubuntu/ompi/install/share/man/man3'
  8502. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Type_set_attr.3 mpi/man/man3/MPI_Type_set_name.3 mpi/man/man3/MPI_Type_size.3 mpi/man/man3/MPI_Type_size_x.3 mpi/man/man3/MPI_Type_struct.3 mpi/man/man3/MPI_Type_ub.3 mpi/man/man3/MPI_Type_vector.3 mpi/man/man3/MPI_Unpack.3 mpi/man/man3/MPI_Unpack_external.3 mpi/man/man3/MPI_Unpublish_name.3 mpi/man/man3/MPI_Wait.3 mpi/man/man3/MPI_Waitall.3 mpi/man/man3/MPI_Waitany.3 mpi/man/man3/MPI_Waitsome.3 mpi/man/man3/MPI_Win_allocate.3 mpi/man/man3/MPI_Win_allocate_shared.3 mpi/man/man3/MPI_Win_attach.3 mpi/man/man3/MPI_Win_c2f.3 mpi/man/man3/MPI_Win_call_errhandler.3 mpi/man/man3/MPI_Win_complete.3 mpi/man/man3/MPI_Win_create.3 mpi/man/man3/MPI_Win_create_dynamic.3 mpi/man/man3/MPI_Win_create_errhandler.3 mpi/man/man3/MPI_Win_create_keyval.3 mpi/man/man3/MPI_Win_delete_attr.3 mpi/man/man3/MPI_Win_detach.3 mpi/man/man3/MPI_Win_f2c.3 mpi/man/man3/MPI_Win_fence.3 mpi/man/man3/MPI_Win_flush.3 mpi/man/man3/MPI_Win_flush_all.3 mpi/man/man3/MPI_Win_flush_local.3 mpi/man/man3/MPI_Win_flush_local_all.3 mpi/man/man3/MPI_Win_free.3 mpi/man/man3/MPI_Win_free_keyval.3 mpi/man/man3/MPI_Win_get_attr.3 mpi/man/man3/MPI_Win_get_errhandler.3 mpi/man/man3/MPI_Win_get_group.3 mpi/man/man3/MPI_Win_get_info.3 mpi/man/man3/MPI_Win_get_name.3 mpi/man/man3/MPI_Win_lock.3 '/home/ubuntu/ompi/install/share/man/man3'
  8503. /usr/bin/install -c -m 644 mpi/man/man3/MPI_Win_lock_all.3 mpi/man/man3/MPI_Win_post.3 mpi/man/man3/MPI_Win_set_attr.3 mpi/man/man3/MPI_Win_set_errhandler.3 mpi/man/man3/MPI_Win_set_info.3 mpi/man/man3/MPI_Win_set_name.3 mpi/man/man3/MPI_Win_shared_query.3 mpi/man/man3/MPI_Win_start.3 mpi/man/man3/MPI_Win_sync.3 mpi/man/man3/MPI_Win_test.3 mpi/man/man3/MPI_Win_unlock.3 mpi/man/man3/MPI_Win_unlock_all.3 mpi/man/man3/MPI_Win_wait.3 mpi/man/man3/MPI_Wtick.3 mpi/man/man3/MPI_Wtime.3 mpi/man/man3/OpenMPI.3 '/home/ubuntu/ompi/install/share/man/man3'
  8504. make[3]: Leaving directory '/home/ubuntu/ompi/ompi'
  8505. make[2]: Leaving directory '/home/ubuntu/ompi/ompi'
  8506. Making install in mpi/cxx
  8507. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  8508. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  8509. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  8510. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/cxx'
  8511. Making install in mpiext/pcollreq/mpif-h
  8512. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8513. Making install in profile
  8514. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  8515. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  8516. make[4]: Nothing to be done for 'install-exec-am'.
  8517. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  8518. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h/profile'
  8519. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8520. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8521. make[4]: Nothing to be done for 'install-exec-am'.
  8522. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8523. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8524. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/mpif-h'
  8525. Making install in mpi/fortran/mpif-h
  8526. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8527. Making install in profile
  8528. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  8529. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  8530. make[4]: Nothing to be done for 'install-exec-am'.
  8531. make[4]: Nothing to be done for 'install-data-am'.
  8532. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  8533. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h/profile'
  8534. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8535. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8536. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8537. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8538. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpif-h'
  8539. Making install in mpi/fortran/mpiext-use-mpi
  8540. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8541. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8542. make install-exec-hook
  8543. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8544. make[4]: Nothing to be done for 'install-exec-hook'.
  8545. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8546. make[3]: Nothing to be done for 'install-data-am'.
  8547. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8548. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi'
  8549. Making install in mpi/fortran/use-mpi-f08/mod
  8550. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8551. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8552. make install-exec-hook
  8553. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8554. make[4]: Nothing to be done for 'install-exec-hook'.
  8555. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8556. make[3]: Nothing to be done for 'install-data-am'.
  8557. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8558. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/mod'
  8559. Making install in mpi/fortran/use-mpi-f08/bindings
  8560. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  8561. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  8562. make[3]: Nothing to be done for 'install-exec-am'.
  8563. make[3]: Nothing to be done for 'install-data-am'.
  8564. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  8565. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08/bindings'
  8566. Making install in mpiext/pcollreq/use-mpi-f08
  8567. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  8568. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  8569. make[3]: Nothing to be done for 'install-exec-am'.
  8570. make[3]: Nothing to be done for 'install-data-am'.
  8571. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  8572. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpiext/pcollreq/use-mpi-f08'
  8573. Making install in mpi/fortran/use-mpi-f08
  8574. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8575. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8576. make install-exec-hook
  8577. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8578. make[4]: Nothing to be done for 'install-exec-hook'.
  8579. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8580. make[3]: Nothing to be done for 'install-data-am'.
  8581. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8582. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/use-mpi-f08'
  8583. Making install in mpi/fortran/mpiext-use-mpi-f08
  8584. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8585. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8586. make install-exec-hook
  8587. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8588. make[4]: Nothing to be done for 'install-exec-hook'.
  8589. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8590. make[3]: Nothing to be done for 'install-data-am'.
  8591. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8592. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mpi/fortran/mpiext-use-mpi-f08'
  8593. Making install in mca/common/monitoring
  8594. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  8595. LN_S libmca_common_monitoring.la
  8596. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  8597. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  8598. /usr/bin/install -c profile2mat.pl aggregate_profile.pl '/home/ubuntu/ompi/install/bin'
  8599. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  8600. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_monitoring.la ompi_monitoring_prof.la '/home/ubuntu/ompi/install/lib'
  8601. libtool: install: /usr/bin/install -c .libs/libmca_common_monitoring.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_monitoring.so.0.0.0
  8602. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_monitoring.so.0.0.0 libmca_common_monitoring.so.0 || { rm -f libmca_common_monitoring.so.0 && ln -s libmca_common_monitoring.so.0.0.0 libmca_common_monitoring.so.0; }; })
  8603. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_monitoring.so.0.0.0 libmca_common_monitoring.so || { rm -f libmca_common_monitoring.so && ln -s libmca_common_monitoring.so.0.0.0 libmca_common_monitoring.so; }; })
  8604. libtool: install: /usr/bin/install -c .libs/libmca_common_monitoring.lai /home/ubuntu/ompi/install/lib/libmca_common_monitoring.la
  8605. libtool: warning: relinking 'ompi_monitoring_prof.la'
  8606. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/common/monitoring; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -shared -o ompi_monitoring_prof.la -rpath /home/ubuntu/ompi/install/lib monitoring_prof.lo ../../../../ompi/libmpi.la ../../../../opal/libopen-pal.la -lrt -lm -lutil )
  8607. libtool: install: /usr/bin/install -c .libs/ompi_monitoring_prof.soT /home/ubuntu/ompi/install/lib/ompi_monitoring_prof.so
  8608. libtool: install: /usr/bin/install -c .libs/ompi_monitoring_prof.lai /home/ubuntu/ompi/install/lib/ompi_monitoring_prof.la
  8609. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  8610. ----------------------------------------------------------------------
  8611. Libraries have been installed in:
  8612. /home/ubuntu/ompi/install/lib
  8613.  
  8614. If you ever happen to want to link against installed libraries
  8615. in a given directory, LIBDIR, you must either use libtool, and
  8616. specify the full pathname of the library, or use the '-LLIBDIR'
  8617. flag during linking and do at least one of the following:
  8618. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8619. during execution
  8620. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8621. during linking
  8622. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8623. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8624.  
  8625. See any operating system documentation about shared libraries for
  8626. more information, such as the ld(1) and ld.so(8) manual pages.
  8627. ----------------------------------------------------------------------
  8628. make[3]: Nothing to be done for 'install-data-am'.
  8629. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  8630. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/monitoring'
  8631. Making install in mca/common/ompio
  8632. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  8633. LN_S libmca_common_ompio.la
  8634. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  8635. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  8636. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libmca_common_ompio.la '/home/ubuntu/ompi/install/lib'
  8637. libtool: install: /usr/bin/install -c .libs/libmca_common_ompio.so.0.0.0 /home/ubuntu/ompi/install/lib/libmca_common_ompio.so.0.0.0
  8638. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_ompio.so.0.0.0 libmca_common_ompio.so.0 || { rm -f libmca_common_ompio.so.0 && ln -s libmca_common_ompio.so.0.0.0 libmca_common_ompio.so.0; }; })
  8639. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libmca_common_ompio.so.0.0.0 libmca_common_ompio.so || { rm -f libmca_common_ompio.so && ln -s libmca_common_ompio.so.0.0.0 libmca_common_ompio.so; }; })
  8640. libtool: install: /usr/bin/install -c .libs/libmca_common_ompio.lai /home/ubuntu/ompi/install/lib/libmca_common_ompio.la
  8641. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  8642. ----------------------------------------------------------------------
  8643. Libraries have been installed in:
  8644. /home/ubuntu/ompi/install/lib
  8645.  
  8646. If you ever happen to want to link against installed libraries
  8647. in a given directory, LIBDIR, you must either use libtool, and
  8648. specify the full pathname of the library, or use the '-LLIBDIR'
  8649. flag during linking and do at least one of the following:
  8650. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8651. during execution
  8652. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8653. during linking
  8654. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8655. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8656.  
  8657. See any operating system documentation about shared libraries for
  8658. more information, such as the ld(1) and ld.so(8) manual pages.
  8659. ----------------------------------------------------------------------
  8660. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  8661. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/common/ompio'
  8662. Making install in mca/bml/r2
  8663. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  8664. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  8665. make[3]: Nothing to be done for 'install-exec-am'.
  8666. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8667. /usr/bin/install -c -m 644 help-mca-bml-r2.txt '/home/ubuntu/ompi/install/share/openmpi'
  8668. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8669. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_bml_r2.la '/home/ubuntu/ompi/install/lib/openmpi'
  8670. libtool: warning: relinking 'mca_bml_r2.la'
  8671. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/bml/r2; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_bml_r2.la -rpath /home/ubuntu/ompi/install/lib/openmpi bml_r2.lo bml_r2_component.lo bml_r2_ft.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8672. libtool: install: /usr/bin/install -c .libs/mca_bml_r2.soT /home/ubuntu/ompi/install/lib/openmpi/mca_bml_r2.so
  8673. libtool: install: /usr/bin/install -c .libs/mca_bml_r2.lai /home/ubuntu/ompi/install/lib/openmpi/mca_bml_r2.la
  8674. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8675. ----------------------------------------------------------------------
  8676. Libraries have been installed in:
  8677. /home/ubuntu/ompi/install/lib/openmpi
  8678.  
  8679. If you ever happen to want to link against installed libraries
  8680. in a given directory, LIBDIR, you must either use libtool, and
  8681. specify the full pathname of the library, or use the '-LLIBDIR'
  8682. flag during linking and do at least one of the following:
  8683. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8684. during execution
  8685. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8686. during linking
  8687. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8688. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8689.  
  8690. See any operating system documentation about shared libraries for
  8691. more information, such as the ld(1) and ld.so(8) manual pages.
  8692. ----------------------------------------------------------------------
  8693. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  8694. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/bml/r2'
  8695. Making install in mca/coll/basic
  8696. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  8697. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  8698. make[3]: Nothing to be done for 'install-exec-am'.
  8699. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8700. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_basic.la '/home/ubuntu/ompi/install/lib/openmpi'
  8701. libtool: warning: relinking 'mca_coll_basic.la'
  8702. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/basic; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_basic.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_basic_allgather.lo coll_basic_allgatherv.lo coll_basic_allreduce.lo coll_basic_alltoall.lo coll_basic_alltoallv.lo coll_basic_alltoallw.lo coll_basic_barrier.lo coll_basic_bcast.lo coll_basic_component.lo coll_basic_gather.lo coll_basic_gatherv.lo coll_basic_module.lo coll_basic_neighbor_allgather.lo coll_basic_neighbor_allgatherv.lo coll_basic_neighbor_alltoall.lo coll_basic_neighbor_alltoallv.lo coll_basic_neighbor_alltoallw.lo coll_basic_reduce.lo coll_basic_reduce_scatter.lo coll_basic_reduce_scatter_block.lo coll_basic_scan.lo coll_basic_exscan.lo coll_basic_scatter.lo coll_basic_scatterv.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8703. libtool: install: /usr/bin/install -c .libs/mca_coll_basic.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_basic.so
  8704. libtool: install: /usr/bin/install -c .libs/mca_coll_basic.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_basic.la
  8705. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8706. ----------------------------------------------------------------------
  8707. Libraries have been installed in:
  8708. /home/ubuntu/ompi/install/lib/openmpi
  8709.  
  8710. If you ever happen to want to link against installed libraries
  8711. in a given directory, LIBDIR, you must either use libtool, and
  8712. specify the full pathname of the library, or use the '-LLIBDIR'
  8713. flag during linking and do at least one of the following:
  8714. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8715. during execution
  8716. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8717. during linking
  8718. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8719. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8720.  
  8721. See any operating system documentation about shared libraries for
  8722. more information, such as the ld(1) and ld.so(8) manual pages.
  8723. ----------------------------------------------------------------------
  8724. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  8725. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/basic'
  8726. Making install in mca/coll/inter
  8727. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  8728. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  8729. make[3]: Nothing to be done for 'install-exec-am'.
  8730. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8731. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_inter.la '/home/ubuntu/ompi/install/lib/openmpi'
  8732. libtool: warning: relinking 'mca_coll_inter.la'
  8733. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/inter; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_inter.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_inter.lo coll_inter_allreduce.lo coll_inter_allgather.lo coll_inter_allgatherv.lo coll_inter_gather.lo coll_inter_gatherv.lo coll_inter_scatter.lo coll_inter_scatterv.lo coll_inter_bcast.lo coll_inter_component.lo coll_inter_reduce.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8734. libtool: install: /usr/bin/install -c .libs/mca_coll_inter.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_inter.so
  8735. libtool: install: /usr/bin/install -c .libs/mca_coll_inter.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_inter.la
  8736. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8737. ----------------------------------------------------------------------
  8738. Libraries have been installed in:
  8739. /home/ubuntu/ompi/install/lib/openmpi
  8740.  
  8741. If you ever happen to want to link against installed libraries
  8742. in a given directory, LIBDIR, you must either use libtool, and
  8743. specify the full pathname of the library, or use the '-LLIBDIR'
  8744. flag during linking and do at least one of the following:
  8745. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8746. during execution
  8747. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8748. during linking
  8749. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8750. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8751.  
  8752. See any operating system documentation about shared libraries for
  8753. more information, such as the ld(1) and ld.so(8) manual pages.
  8754. ----------------------------------------------------------------------
  8755. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  8756. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/inter'
  8757. Making install in mca/coll/libnbc
  8758. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  8759. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  8760. make[3]: Nothing to be done for 'install-exec-am'.
  8761. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8762. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_libnbc.la '/home/ubuntu/ompi/install/lib/openmpi'
  8763. libtool: warning: relinking 'mca_coll_libnbc.la'
  8764. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/libnbc; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_libnbc.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_libnbc_component.lo nbc.lo libdict/dict.lo libdict/hb_tree.lo nbc_iallgather.lo nbc_iallgatherv.lo nbc_iallreduce.lo nbc_ialltoall.lo nbc_ialltoallv.lo nbc_ialltoallw.lo nbc_ibarrier.lo nbc_ibcast.lo nbc_iexscan.lo nbc_igather.lo nbc_igatherv.lo nbc_ineighbor_allgather.lo nbc_ineighbor_allgatherv.lo nbc_ineighbor_alltoall.lo nbc_ineighbor_alltoallv.lo nbc_ineighbor_alltoallw.lo nbc_ireduce.lo nbc_ireduce_scatter.lo nbc_ireduce_scatter_block.lo nbc_iscan.lo nbc_iscatter.lo nbc_iscatterv.lo nbc_neighbor_helpers.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8765. libtool: install: /usr/bin/install -c .libs/mca_coll_libnbc.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_libnbc.so
  8766. libtool: install: /usr/bin/install -c .libs/mca_coll_libnbc.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_libnbc.la
  8767. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8768. ----------------------------------------------------------------------
  8769. Libraries have been installed in:
  8770. /home/ubuntu/ompi/install/lib/openmpi
  8771.  
  8772. If you ever happen to want to link against installed libraries
  8773. in a given directory, LIBDIR, you must either use libtool, and
  8774. specify the full pathname of the library, or use the '-LLIBDIR'
  8775. flag during linking and do at least one of the following:
  8776. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8777. during execution
  8778. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8779. during linking
  8780. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8781. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8782.  
  8783. See any operating system documentation about shared libraries for
  8784. more information, such as the ld(1) and ld.so(8) manual pages.
  8785. ----------------------------------------------------------------------
  8786. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  8787. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/libnbc'
  8788. Making install in mca/coll/self
  8789. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  8790. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  8791. make[3]: Nothing to be done for 'install-exec-am'.
  8792. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8793. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_self.la '/home/ubuntu/ompi/install/lib/openmpi'
  8794. libtool: warning: relinking 'mca_coll_self.la'
  8795. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/self; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_self.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_self_allgather.lo coll_self_allgatherv.lo coll_self_allreduce.lo coll_self_alltoall.lo coll_self_alltoallv.lo coll_self_alltoallw.lo coll_self_barrier.lo coll_self_bcast.lo coll_self_component.lo coll_self_gather.lo coll_self_gatherv.lo coll_self_module.lo coll_self_reduce.lo coll_self_reduce_scatter.lo coll_self_scan.lo coll_self_exscan.lo coll_self_scatter.lo coll_self_scatterv.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8796. libtool: install: /usr/bin/install -c .libs/mca_coll_self.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_self.so
  8797. libtool: install: /usr/bin/install -c .libs/mca_coll_self.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_self.la
  8798. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8799. ----------------------------------------------------------------------
  8800. Libraries have been installed in:
  8801. /home/ubuntu/ompi/install/lib/openmpi
  8802.  
  8803. If you ever happen to want to link against installed libraries
  8804. in a given directory, LIBDIR, you must either use libtool, and
  8805. specify the full pathname of the library, or use the '-LLIBDIR'
  8806. flag during linking and do at least one of the following:
  8807. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8808. during execution
  8809. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8810. during linking
  8811. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8812. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8813.  
  8814. See any operating system documentation about shared libraries for
  8815. more information, such as the ld(1) and ld.so(8) manual pages.
  8816. ----------------------------------------------------------------------
  8817. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  8818. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/self'
  8819. Making install in mca/coll/sm
  8820. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  8821. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  8822. make[3]: Nothing to be done for 'install-exec-am'.
  8823. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8824. /usr/bin/install -c -m 644 help-mpi-coll-sm.txt '/home/ubuntu/ompi/install/share/openmpi'
  8825. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8826. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_sm.la '/home/ubuntu/ompi/install/lib/openmpi'
  8827. libtool: warning: relinking 'mca_coll_sm.la'
  8828. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/sm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_sm.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_sm_allreduce.lo coll_sm_barrier.lo coll_sm_bcast.lo coll_sm_component.lo coll_sm_module.lo coll_sm_reduce.lo ../../../../ompi/libmpi.la /home/ubuntu/ompi/opal/mca/common/sm/libmca_common_sm.la -lrt -lm -lutil )
  8829. libtool: install: /usr/bin/install -c .libs/mca_coll_sm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_sm.so
  8830. libtool: install: /usr/bin/install -c .libs/mca_coll_sm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_sm.la
  8831. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8832. ----------------------------------------------------------------------
  8833. Libraries have been installed in:
  8834. /home/ubuntu/ompi/install/lib/openmpi
  8835.  
  8836. If you ever happen to want to link against installed libraries
  8837. in a given directory, LIBDIR, you must either use libtool, and
  8838. specify the full pathname of the library, or use the '-LLIBDIR'
  8839. flag during linking and do at least one of the following:
  8840. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8841. during execution
  8842. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8843. during linking
  8844. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8845. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8846.  
  8847. See any operating system documentation about shared libraries for
  8848. more information, such as the ld(1) and ld.so(8) manual pages.
  8849. ----------------------------------------------------------------------
  8850. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  8851. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sm'
  8852. Making install in mca/coll/sync
  8853. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  8854. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  8855. make[3]: Nothing to be done for 'install-exec-am'.
  8856. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  8857. /usr/bin/install -c -m 644 help-coll-sync.txt '/home/ubuntu/ompi/install/share/openmpi'
  8858. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8859. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_sync.la '/home/ubuntu/ompi/install/lib/openmpi'
  8860. libtool: warning: relinking 'mca_coll_sync.la'
  8861. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/sync; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_sync.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_sync_component.lo coll_sync_module.lo coll_sync_bcast.lo coll_sync_exscan.lo coll_sync_gather.lo coll_sync_gatherv.lo coll_sync_reduce.lo coll_sync_reduce_scatter.lo coll_sync_scan.lo coll_sync_scatter.lo coll_sync_scatterv.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8862. libtool: install: /usr/bin/install -c .libs/mca_coll_sync.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_sync.so
  8863. libtool: install: /usr/bin/install -c .libs/mca_coll_sync.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_sync.la
  8864. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8865. ----------------------------------------------------------------------
  8866. Libraries have been installed in:
  8867. /home/ubuntu/ompi/install/lib/openmpi
  8868.  
  8869. If you ever happen to want to link against installed libraries
  8870. in a given directory, LIBDIR, you must either use libtool, and
  8871. specify the full pathname of the library, or use the '-LLIBDIR'
  8872. flag during linking and do at least one of the following:
  8873. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8874. during execution
  8875. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8876. during linking
  8877. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8878. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8879.  
  8880. See any operating system documentation about shared libraries for
  8881. more information, such as the ld(1) and ld.so(8) manual pages.
  8882. ----------------------------------------------------------------------
  8883. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  8884. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/sync'
  8885. Making install in mca/coll/tuned
  8886. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  8887. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  8888. make[3]: Nothing to be done for 'install-exec-am'.
  8889. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8890. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_tuned.la '/home/ubuntu/ompi/install/lib/openmpi'
  8891. libtool: warning: relinking 'mca_coll_tuned.la'
  8892. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/tuned; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_tuned.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_tuned_decision_fixed.lo coll_tuned_decision_dynamic.lo coll_tuned_dynamic_file.lo coll_tuned_dynamic_rules.lo coll_tuned_component.lo coll_tuned_module.lo coll_tuned_allgather_decision.lo coll_tuned_allgatherv_decision.lo coll_tuned_allreduce_decision.lo coll_tuned_alltoall_decision.lo coll_tuned_gather_decision.lo coll_tuned_alltoallv_decision.lo coll_tuned_barrier_decision.lo coll_tuned_reduce_decision.lo coll_tuned_bcast_decision.lo coll_tuned_reduce_scatter_decision.lo coll_tuned_scatter_decision.lo coll_tuned_reduce_scatter_block_decision.lo coll_tuned_exscan_decision.lo coll_tuned_scan_decision.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8893. libtool: install: /usr/bin/install -c .libs/mca_coll_tuned.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_tuned.so
  8894. libtool: install: /usr/bin/install -c .libs/mca_coll_tuned.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_tuned.la
  8895. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8896. ----------------------------------------------------------------------
  8897. Libraries have been installed in:
  8898. /home/ubuntu/ompi/install/lib/openmpi
  8899.  
  8900. If you ever happen to want to link against installed libraries
  8901. in a given directory, LIBDIR, you must either use libtool, and
  8902. specify the full pathname of the library, or use the '-LLIBDIR'
  8903. flag during linking and do at least one of the following:
  8904. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8905. during execution
  8906. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8907. during linking
  8908. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8909. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8910.  
  8911. See any operating system documentation about shared libraries for
  8912. more information, such as the ld(1) and ld.so(8) manual pages.
  8913. ----------------------------------------------------------------------
  8914. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  8915. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/tuned'
  8916. Making install in mca/coll/monitoring
  8917. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  8918. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  8919. make[3]: Nothing to be done for 'install-exec-am'.
  8920. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8921. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_coll_monitoring.la '/home/ubuntu/ompi/install/lib/openmpi'
  8922. libtool: warning: relinking 'mca_coll_monitoring.la'
  8923. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/coll/monitoring; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_coll_monitoring.la -rpath /home/ubuntu/ompi/install/lib/openmpi coll_monitoring_allgather.lo coll_monitoring_allgatherv.lo coll_monitoring_allreduce.lo coll_monitoring_alltoall.lo coll_monitoring_alltoallv.lo coll_monitoring_alltoallw.lo coll_monitoring_barrier.lo coll_monitoring_bcast.lo coll_monitoring_component.lo coll_monitoring_exscan.lo coll_monitoring_gather.lo coll_monitoring_gatherv.lo coll_monitoring_neighbor_allgather.lo coll_monitoring_neighbor_allgatherv.lo coll_monitoring_neighbor_alltoall.lo coll_monitoring_neighbor_alltoallv.lo coll_monitoring_neighbor_alltoallw.lo coll_monitoring_reduce.lo coll_monitoring_reduce_scatter.lo coll_monitoring_reduce_scatter_block.lo coll_monitoring_scan.lo coll_monitoring_scatter.lo coll_monitoring_scatterv.lo ../../../../ompi/libmpi.la /home/ubuntu/ompi/ompi/mca/common/monitoring/libmca_common_monitoring.la -lrt -lm -lutil )
  8924. libtool: install: /usr/bin/install -c .libs/mca_coll_monitoring.soT /home/ubuntu/ompi/install/lib/openmpi/mca_coll_monitoring.so
  8925. libtool: install: /usr/bin/install -c .libs/mca_coll_monitoring.lai /home/ubuntu/ompi/install/lib/openmpi/mca_coll_monitoring.la
  8926. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8927. ----------------------------------------------------------------------
  8928. Libraries have been installed in:
  8929. /home/ubuntu/ompi/install/lib/openmpi
  8930.  
  8931. If you ever happen to want to link against installed libraries
  8932. in a given directory, LIBDIR, you must either use libtool, and
  8933. specify the full pathname of the library, or use the '-LLIBDIR'
  8934. flag during linking and do at least one of the following:
  8935. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8936. during execution
  8937. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8938. during linking
  8939. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8940. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8941.  
  8942. See any operating system documentation about shared libraries for
  8943. more information, such as the ld(1) and ld.so(8) manual pages.
  8944. ----------------------------------------------------------------------
  8945. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  8946. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/coll/monitoring'
  8947. Making install in mca/fbtl/posix
  8948. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  8949. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  8950. make[3]: Nothing to be done for 'install-exec-am'.
  8951. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8952. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fbtl_posix.la '/home/ubuntu/ompi/install/lib/openmpi'
  8953. libtool: warning: relinking 'mca_fbtl_posix.la'
  8954. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fbtl/posix; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fbtl_posix.la -rpath /home/ubuntu/ompi/install/lib/openmpi fbtl_posix.lo fbtl_posix_component.lo fbtl_posix_preadv.lo fbtl_posix_ipreadv.lo fbtl_posix_pwritev.lo fbtl_posix_ipwritev.lo fbtl_posix_lock.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  8955. libtool: install: /usr/bin/install -c .libs/mca_fbtl_posix.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fbtl_posix.so
  8956. libtool: install: /usr/bin/install -c .libs/mca_fbtl_posix.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fbtl_posix.la
  8957. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8958. ----------------------------------------------------------------------
  8959. Libraries have been installed in:
  8960. /home/ubuntu/ompi/install/lib/openmpi
  8961.  
  8962. If you ever happen to want to link against installed libraries
  8963. in a given directory, LIBDIR, you must either use libtool, and
  8964. specify the full pathname of the library, or use the '-LLIBDIR'
  8965. flag during linking and do at least one of the following:
  8966. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8967. during execution
  8968. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  8969. during linking
  8970. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  8971. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  8972.  
  8973. See any operating system documentation about shared libraries for
  8974. more information, such as the ld(1) and ld.so(8) manual pages.
  8975. ----------------------------------------------------------------------
  8976. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  8977. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fbtl/posix'
  8978. Making install in mca/fcoll/dynamic
  8979. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  8980. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  8981. make[3]: Nothing to be done for 'install-exec-am'.
  8982. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  8983. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fcoll_dynamic.la '/home/ubuntu/ompi/install/lib/openmpi'
  8984. libtool: warning: relinking 'mca_fcoll_dynamic.la'
  8985. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fcoll/dynamic; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fcoll_dynamic.la -rpath /home/ubuntu/ompi/install/lib/openmpi fcoll_dynamic_module.lo fcoll_dynamic_component.lo fcoll_dynamic_file_read_all.lo fcoll_dynamic_file_write_all.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  8986. libtool: install: /usr/bin/install -c .libs/mca_fcoll_dynamic.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_dynamic.so
  8987. libtool: install: /usr/bin/install -c .libs/mca_fcoll_dynamic.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_dynamic.la
  8988. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  8989. ----------------------------------------------------------------------
  8990. Libraries have been installed in:
  8991. /home/ubuntu/ompi/install/lib/openmpi
  8992.  
  8993. If you ever happen to want to link against installed libraries
  8994. in a given directory, LIBDIR, you must either use libtool, and
  8995. specify the full pathname of the library, or use the '-LLIBDIR'
  8996. flag during linking and do at least one of the following:
  8997. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  8998. during execution
  8999. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9000. during linking
  9001. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9002. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9003.  
  9004. See any operating system documentation about shared libraries for
  9005. more information, such as the ld(1) and ld.so(8) manual pages.
  9006. ----------------------------------------------------------------------
  9007. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  9008. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic'
  9009. Making install in mca/fcoll/dynamic_gen2
  9010. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  9011. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  9012. make[3]: Nothing to be done for 'install-exec-am'.
  9013. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9014. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fcoll_dynamic_gen2.la '/home/ubuntu/ompi/install/lib/openmpi'
  9015. libtool: warning: relinking 'mca_fcoll_dynamic_gen2.la'
  9016. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fcoll_dynamic_gen2.la -rpath /home/ubuntu/ompi/install/lib/openmpi fcoll_dynamic_gen2_module.lo fcoll_dynamic_gen2_component.lo fcoll_dynamic_gen2_file_read_all.lo fcoll_dynamic_gen2_file_write_all.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9017. libtool: install: /usr/bin/install -c .libs/mca_fcoll_dynamic_gen2.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_dynamic_gen2.so
  9018. libtool: install: /usr/bin/install -c .libs/mca_fcoll_dynamic_gen2.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_dynamic_gen2.la
  9019. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9020. ----------------------------------------------------------------------
  9021. Libraries have been installed in:
  9022. /home/ubuntu/ompi/install/lib/openmpi
  9023.  
  9024. If you ever happen to want to link against installed libraries
  9025. in a given directory, LIBDIR, you must either use libtool, and
  9026. specify the full pathname of the library, or use the '-LLIBDIR'
  9027. flag during linking and do at least one of the following:
  9028. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9029. during execution
  9030. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9031. during linking
  9032. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9033. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9034.  
  9035. See any operating system documentation about shared libraries for
  9036. more information, such as the ld(1) and ld.so(8) manual pages.
  9037. ----------------------------------------------------------------------
  9038. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  9039. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/dynamic_gen2'
  9040. Making install in mca/fcoll/individual
  9041. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  9042. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  9043. make[3]: Nothing to be done for 'install-exec-am'.
  9044. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9045. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fcoll_individual.la '/home/ubuntu/ompi/install/lib/openmpi'
  9046. libtool: warning: relinking 'mca_fcoll_individual.la'
  9047. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fcoll/individual; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fcoll_individual.la -rpath /home/ubuntu/ompi/install/lib/openmpi fcoll_individual_module.lo fcoll_individual_component.lo fcoll_individual_file_read_all.lo fcoll_individual_file_write_all.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9048. libtool: install: /usr/bin/install -c .libs/mca_fcoll_individual.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_individual.so
  9049. libtool: install: /usr/bin/install -c .libs/mca_fcoll_individual.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_individual.la
  9050. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9051. ----------------------------------------------------------------------
  9052. Libraries have been installed in:
  9053. /home/ubuntu/ompi/install/lib/openmpi
  9054.  
  9055. If you ever happen to want to link against installed libraries
  9056. in a given directory, LIBDIR, you must either use libtool, and
  9057. specify the full pathname of the library, or use the '-LLIBDIR'
  9058. flag during linking and do at least one of the following:
  9059. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9060. during execution
  9061. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9062. during linking
  9063. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9064. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9065.  
  9066. See any operating system documentation about shared libraries for
  9067. more information, such as the ld(1) and ld.so(8) manual pages.
  9068. ----------------------------------------------------------------------
  9069. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  9070. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/individual'
  9071. Making install in mca/fcoll/two_phase
  9072. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  9073. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  9074. make[3]: Nothing to be done for 'install-exec-am'.
  9075. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9076. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fcoll_two_phase.la '/home/ubuntu/ompi/install/lib/openmpi'
  9077. libtool: warning: relinking 'mca_fcoll_two_phase.la'
  9078. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fcoll/two_phase; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fcoll_two_phase.la -rpath /home/ubuntu/ompi/install/lib/openmpi fcoll_two_phase_module.lo fcoll_two_phase_component.lo fcoll_two_phase_file_read_all.lo fcoll_two_phase_file_write_all.lo fcoll_two_phase_support_fns.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9079. libtool: install: /usr/bin/install -c .libs/mca_fcoll_two_phase.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_two_phase.so
  9080. libtool: install: /usr/bin/install -c .libs/mca_fcoll_two_phase.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_two_phase.la
  9081. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9082. ----------------------------------------------------------------------
  9083. Libraries have been installed in:
  9084. /home/ubuntu/ompi/install/lib/openmpi
  9085.  
  9086. If you ever happen to want to link against installed libraries
  9087. in a given directory, LIBDIR, you must either use libtool, and
  9088. specify the full pathname of the library, or use the '-LLIBDIR'
  9089. flag during linking and do at least one of the following:
  9090. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9091. during execution
  9092. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9093. during linking
  9094. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9095. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9096.  
  9097. See any operating system documentation about shared libraries for
  9098. more information, such as the ld(1) and ld.so(8) manual pages.
  9099. ----------------------------------------------------------------------
  9100. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  9101. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/two_phase'
  9102. Making install in mca/fcoll/vulcan
  9103. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  9104. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  9105. make[3]: Nothing to be done for 'install-exec-am'.
  9106. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9107. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fcoll_vulcan.la '/home/ubuntu/ompi/install/lib/openmpi'
  9108. libtool: warning: relinking 'mca_fcoll_vulcan.la'
  9109. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fcoll/vulcan; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fcoll_vulcan.la -rpath /home/ubuntu/ompi/install/lib/openmpi fcoll_vulcan_module.lo fcoll_vulcan_component.lo fcoll_vulcan_file_read_all.lo fcoll_vulcan_file_write_all.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9110. libtool: install: /usr/bin/install -c .libs/mca_fcoll_vulcan.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_vulcan.so
  9111. libtool: install: /usr/bin/install -c .libs/mca_fcoll_vulcan.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fcoll_vulcan.la
  9112. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9113. ----------------------------------------------------------------------
  9114. Libraries have been installed in:
  9115. /home/ubuntu/ompi/install/lib/openmpi
  9116.  
  9117. If you ever happen to want to link against installed libraries
  9118. in a given directory, LIBDIR, you must either use libtool, and
  9119. specify the full pathname of the library, or use the '-LLIBDIR'
  9120. flag during linking and do at least one of the following:
  9121. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9122. during execution
  9123. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9124. during linking
  9125. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9126. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9127.  
  9128. See any operating system documentation about shared libraries for
  9129. more information, such as the ld(1) and ld.so(8) manual pages.
  9130. ----------------------------------------------------------------------
  9131. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  9132. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fcoll/vulcan'
  9133. Making install in mca/fs/ufs
  9134. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  9135. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  9136. make[3]: Nothing to be done for 'install-exec-am'.
  9137. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9138. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_fs_ufs.la '/home/ubuntu/ompi/install/lib/openmpi'
  9139. libtool: warning: relinking 'mca_fs_ufs.la'
  9140. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/fs/ufs; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_fs_ufs.la -rpath /home/ubuntu/ompi/install/lib/openmpi fs_ufs.lo fs_ufs_component.lo fs_ufs_file_open.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9141. libtool: install: /usr/bin/install -c .libs/mca_fs_ufs.soT /home/ubuntu/ompi/install/lib/openmpi/mca_fs_ufs.so
  9142. libtool: install: /usr/bin/install -c .libs/mca_fs_ufs.lai /home/ubuntu/ompi/install/lib/openmpi/mca_fs_ufs.la
  9143. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9144. ----------------------------------------------------------------------
  9145. Libraries have been installed in:
  9146. /home/ubuntu/ompi/install/lib/openmpi
  9147.  
  9148. If you ever happen to want to link against installed libraries
  9149. in a given directory, LIBDIR, you must either use libtool, and
  9150. specify the full pathname of the library, or use the '-LLIBDIR'
  9151. flag during linking and do at least one of the following:
  9152. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9153. during execution
  9154. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9155. during linking
  9156. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9157. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9158.  
  9159. See any operating system documentation about shared libraries for
  9160. more information, such as the ld(1) and ld.so(8) manual pages.
  9161. ----------------------------------------------------------------------
  9162. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  9163. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/fs/ufs'
  9164. Making install in mca/io/ompio
  9165. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  9166. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  9167. make[3]: Nothing to be done for 'install-exec-am'.
  9168. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9169. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_io_ompio.la '/home/ubuntu/ompi/install/lib/openmpi'
  9170. libtool: warning: relinking 'mca_io_ompio.la'
  9171. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/io/ompio; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_io_ompio.la -rpath /home/ubuntu/ompi/install/lib/openmpi io_ompio.lo io_ompio_component.lo io_ompio_module.lo io_ompio_file_set_view.lo io_ompio_file_open.lo io_ompio_file_write.lo io_ompio_file_read.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9172. libtool: install: /usr/bin/install -c .libs/mca_io_ompio.soT /home/ubuntu/ompi/install/lib/openmpi/mca_io_ompio.so
  9173. libtool: install: /usr/bin/install -c .libs/mca_io_ompio.lai /home/ubuntu/ompi/install/lib/openmpi/mca_io_ompio.la
  9174. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9175. ----------------------------------------------------------------------
  9176. Libraries have been installed in:
  9177. /home/ubuntu/ompi/install/lib/openmpi
  9178.  
  9179. If you ever happen to want to link against installed libraries
  9180. in a given directory, LIBDIR, you must either use libtool, and
  9181. specify the full pathname of the library, or use the '-LLIBDIR'
  9182. flag during linking and do at least one of the following:
  9183. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9184. during execution
  9185. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9186. during linking
  9187. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9188. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9189.  
  9190. See any operating system documentation about shared libraries for
  9191. more information, such as the ld(1) and ld.so(8) manual pages.
  9192. ----------------------------------------------------------------------
  9193. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  9194. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/ompio'
  9195. Making install in mca/io/romio321
  9196. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9197. Making install in romio
  9198. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9199. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9200. make[5]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9201. make[5]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9202. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9203. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321/romio'
  9204. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9205. make[4]: Entering directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9206. make[4]: Nothing to be done for 'install-exec-am'.
  9207. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9208. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_io_romio321.la '/home/ubuntu/ompi/install/lib/openmpi'
  9209. libtool: install: /usr/bin/install -c .libs/mca_io_romio321.so /home/ubuntu/ompi/install/lib/openmpi/mca_io_romio321.so
  9210. libtool: install: /usr/bin/install -c .libs/mca_io_romio321.lai /home/ubuntu/ompi/install/lib/openmpi/mca_io_romio321.la
  9211. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9212. ----------------------------------------------------------------------
  9213. Libraries have been installed in:
  9214. /home/ubuntu/ompi/install/lib/openmpi
  9215.  
  9216. If you ever happen to want to link against installed libraries
  9217. in a given directory, LIBDIR, you must either use libtool, and
  9218. specify the full pathname of the library, or use the '-LLIBDIR'
  9219. flag during linking and do at least one of the following:
  9220. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9221. during execution
  9222. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9223. during linking
  9224. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9225. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9226.  
  9227. See any operating system documentation about shared libraries for
  9228. more information, such as the ld(1) and ld.so(8) manual pages.
  9229. ----------------------------------------------------------------------
  9230. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9231. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9232. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/io/romio321'
  9233. Making install in mca/mtl/ofi
  9234. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  9235. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  9236. make[3]: Nothing to be done for 'install-exec-am'.
  9237. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  9238. /usr/bin/install -c -m 644 help-mtl-ofi.txt '/home/ubuntu/ompi/install/share/openmpi'
  9239. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9240. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_mtl_ofi.la '/home/ubuntu/ompi/install/lib/openmpi'
  9241. libtool: warning: relinking 'mca_mtl_ofi.la'
  9242. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/mtl/ofi; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_mtl_ofi.la -rpath /home/ubuntu/ompi/install/lib/openmpi mtl_ofi.lo mtl_ofi_component.lo mtl_ofi_endpoint.lo mtl_ofi_send_opt.lo mtl_ofi_isend_opt.lo mtl_ofi_irecv_opt.lo mtl_ofi_iprobe_opt.lo mtl_ofi_improbe_opt.lo ../../../../ompi/libmpi.la /home/ubuntu/ompi/opal/mca/common/ofi/libmca_common_ofi.la -lrt -lm -lutil )
  9243. libtool: install: /usr/bin/install -c .libs/mca_mtl_ofi.soT /home/ubuntu/ompi/install/lib/openmpi/mca_mtl_ofi.so
  9244. libtool: install: /usr/bin/install -c .libs/mca_mtl_ofi.lai /home/ubuntu/ompi/install/lib/openmpi/mca_mtl_ofi.la
  9245. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9246. ----------------------------------------------------------------------
  9247. Libraries have been installed in:
  9248. /home/ubuntu/ompi/install/lib/openmpi
  9249.  
  9250. If you ever happen to want to link against installed libraries
  9251. in a given directory, LIBDIR, you must either use libtool, and
  9252. specify the full pathname of the library, or use the '-LLIBDIR'
  9253. flag during linking and do at least one of the following:
  9254. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9255. during execution
  9256. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9257. during linking
  9258. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9259. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9260.  
  9261. See any operating system documentation about shared libraries for
  9262. more information, such as the ld(1) and ld.so(8) manual pages.
  9263. ----------------------------------------------------------------------
  9264. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  9265. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/mtl/ofi'
  9266. Making install in mca/osc/sm
  9267. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  9268. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  9269. make[3]: Nothing to be done for 'install-exec-am'.
  9270. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9271. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_osc_sm.la '/home/ubuntu/ompi/install/lib/openmpi'
  9272. libtool: warning: relinking 'mca_osc_sm.la'
  9273. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/osc/sm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_osc_sm.la -rpath /home/ubuntu/ompi/install/lib/openmpi osc_sm_comm.lo osc_sm_component.lo osc_sm_active_target.lo osc_sm_passive_target.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9274. libtool: install: /usr/bin/install -c .libs/mca_osc_sm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_osc_sm.so
  9275. libtool: install: /usr/bin/install -c .libs/mca_osc_sm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_osc_sm.la
  9276. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9277. ----------------------------------------------------------------------
  9278. Libraries have been installed in:
  9279. /home/ubuntu/ompi/install/lib/openmpi
  9280.  
  9281. If you ever happen to want to link against installed libraries
  9282. in a given directory, LIBDIR, you must either use libtool, and
  9283. specify the full pathname of the library, or use the '-LLIBDIR'
  9284. flag during linking and do at least one of the following:
  9285. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9286. during execution
  9287. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9288. during linking
  9289. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9290. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9291.  
  9292. See any operating system documentation about shared libraries for
  9293. more information, such as the ld(1) and ld.so(8) manual pages.
  9294. ----------------------------------------------------------------------
  9295. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  9296. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/sm'
  9297. Making install in mca/osc/monitoring
  9298. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  9299. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  9300. make[3]: Nothing to be done for 'install-exec-am'.
  9301. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9302. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_osc_monitoring.la '/home/ubuntu/ompi/install/lib/openmpi'
  9303. libtool: warning: relinking 'mca_osc_monitoring.la'
  9304. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/osc/monitoring; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_osc_monitoring.la -rpath /home/ubuntu/ompi/install/lib/openmpi osc_monitoring_component.lo ../../../../ompi/libmpi.la /home/ubuntu/ompi/ompi/mca/common/monitoring/libmca_common_monitoring.la -lrt -lm -lutil )
  9305. libtool: install: /usr/bin/install -c .libs/mca_osc_monitoring.soT /home/ubuntu/ompi/install/lib/openmpi/mca_osc_monitoring.so
  9306. libtool: install: /usr/bin/install -c .libs/mca_osc_monitoring.lai /home/ubuntu/ompi/install/lib/openmpi/mca_osc_monitoring.la
  9307. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9308. ----------------------------------------------------------------------
  9309. Libraries have been installed in:
  9310. /home/ubuntu/ompi/install/lib/openmpi
  9311.  
  9312. If you ever happen to want to link against installed libraries
  9313. in a given directory, LIBDIR, you must either use libtool, and
  9314. specify the full pathname of the library, or use the '-LLIBDIR'
  9315. flag during linking and do at least one of the following:
  9316. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9317. during execution
  9318. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9319. during linking
  9320. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9321. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9322.  
  9323. See any operating system documentation about shared libraries for
  9324. more information, such as the ld(1) and ld.so(8) manual pages.
  9325. ----------------------------------------------------------------------
  9326. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  9327. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/monitoring'
  9328. Making install in mca/osc/pt2pt
  9329. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  9330. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  9331. make[3]: Nothing to be done for 'install-exec-am'.
  9332. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  9333. /usr/bin/install -c -m 644 help-osc-pt2pt.txt '/home/ubuntu/ompi/install/share/openmpi'
  9334. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9335. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_osc_pt2pt.la '/home/ubuntu/ompi/install/lib/openmpi'
  9336. libtool: warning: relinking 'mca_osc_pt2pt.la'
  9337. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/osc/pt2pt; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_osc_pt2pt.la -rpath /home/ubuntu/ompi/install/lib/openmpi osc_pt2pt_module.lo osc_pt2pt_comm.lo osc_pt2pt_component.lo osc_pt2pt_data_move.lo osc_pt2pt_frag.lo osc_pt2pt_request.lo osc_pt2pt_active_target.lo osc_pt2pt_passive_target.lo osc_pt2pt_sync.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9338. libtool: install: /usr/bin/install -c .libs/mca_osc_pt2pt.soT /home/ubuntu/ompi/install/lib/openmpi/mca_osc_pt2pt.so
  9339. libtool: install: /usr/bin/install -c .libs/mca_osc_pt2pt.lai /home/ubuntu/ompi/install/lib/openmpi/mca_osc_pt2pt.la
  9340. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9341. ----------------------------------------------------------------------
  9342. Libraries have been installed in:
  9343. /home/ubuntu/ompi/install/lib/openmpi
  9344.  
  9345. If you ever happen to want to link against installed libraries
  9346. in a given directory, LIBDIR, you must either use libtool, and
  9347. specify the full pathname of the library, or use the '-LLIBDIR'
  9348. flag during linking and do at least one of the following:
  9349. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9350. during execution
  9351. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9352. during linking
  9353. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9354. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9355.  
  9356. See any operating system documentation about shared libraries for
  9357. more information, such as the ld(1) and ld.so(8) manual pages.
  9358. ----------------------------------------------------------------------
  9359. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  9360. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/pt2pt'
  9361. Making install in mca/osc/rdma
  9362. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  9363. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  9364. make[3]: Nothing to be done for 'install-exec-am'.
  9365. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9366. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_osc_rdma.la '/home/ubuntu/ompi/install/lib/openmpi'
  9367. libtool: warning: relinking 'mca_osc_rdma.la'
  9368. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/osc/rdma; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_osc_rdma.la -rpath /home/ubuntu/ompi/install/lib/openmpi osc_rdma_module.lo osc_rdma_comm.lo osc_rdma_accumulate.lo osc_rdma_component.lo osc_rdma_frag.lo osc_rdma_request.lo osc_rdma_active_target.lo osc_rdma_passive_target.lo osc_rdma_peer.lo osc_rdma_dynamic.lo osc_rdma_sync.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9369. libtool: install: /usr/bin/install -c .libs/mca_osc_rdma.soT /home/ubuntu/ompi/install/lib/openmpi/mca_osc_rdma.so
  9370. libtool: install: /usr/bin/install -c .libs/mca_osc_rdma.lai /home/ubuntu/ompi/install/lib/openmpi/mca_osc_rdma.la
  9371. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9372. ----------------------------------------------------------------------
  9373. Libraries have been installed in:
  9374. /home/ubuntu/ompi/install/lib/openmpi
  9375.  
  9376. If you ever happen to want to link against installed libraries
  9377. in a given directory, LIBDIR, you must either use libtool, and
  9378. specify the full pathname of the library, or use the '-LLIBDIR'
  9379. flag during linking and do at least one of the following:
  9380. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9381. during execution
  9382. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9383. during linking
  9384. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9385. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9386.  
  9387. See any operating system documentation about shared libraries for
  9388. more information, such as the ld(1) and ld.so(8) manual pages.
  9389. ----------------------------------------------------------------------
  9390. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  9391. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/osc/rdma'
  9392. Making install in mca/pml/cm
  9393. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  9394. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  9395. make[3]: Nothing to be done for 'install-exec-am'.
  9396. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9397. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pml_cm.la '/home/ubuntu/ompi/install/lib/openmpi'
  9398. libtool: warning: relinking 'mca_pml_cm.la'
  9399. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/pml/cm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pml_cm.la -rpath /home/ubuntu/ompi/install/lib/openmpi pml_cm.lo pml_cm_cancel.lo pml_cm_component.lo pml_cm_recvreq.lo pml_cm_request.lo pml_cm_sendreq.lo pml_cm_start.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9400. libtool: install: /usr/bin/install -c .libs/mca_pml_cm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pml_cm.so
  9401. libtool: install: /usr/bin/install -c .libs/mca_pml_cm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pml_cm.la
  9402. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9403. ----------------------------------------------------------------------
  9404. Libraries have been installed in:
  9405. /home/ubuntu/ompi/install/lib/openmpi
  9406.  
  9407. If you ever happen to want to link against installed libraries
  9408. in a given directory, LIBDIR, you must either use libtool, and
  9409. specify the full pathname of the library, or use the '-LLIBDIR'
  9410. flag during linking and do at least one of the following:
  9411. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9412. during execution
  9413. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9414. during linking
  9415. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9416. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9417.  
  9418. See any operating system documentation about shared libraries for
  9419. more information, such as the ld(1) and ld.so(8) manual pages.
  9420. ----------------------------------------------------------------------
  9421. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  9422. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/cm'
  9423. Making install in mca/pml/monitoring
  9424. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  9425. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  9426. make[3]: Nothing to be done for 'install-exec-am'.
  9427. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9428. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pml_monitoring.la '/home/ubuntu/ompi/install/lib/openmpi'
  9429. libtool: warning: relinking 'mca_pml_monitoring.la'
  9430. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/pml/monitoring; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_pml_monitoring.la -rpath /home/ubuntu/ompi/install/lib/openmpi pml_monitoring_comm.lo pml_monitoring_component.lo pml_monitoring_iprobe.lo pml_monitoring_irecv.lo pml_monitoring_isend.lo pml_monitoring_start.lo ../../../../ompi/libmpi.la /home/ubuntu/ompi/ompi/mca/common/monitoring/libmca_common_monitoring.la -lrt -lm -lutil )
  9431. libtool: install: /usr/bin/install -c .libs/mca_pml_monitoring.soT /home/ubuntu/ompi/install/lib/openmpi/mca_pml_monitoring.so
  9432. libtool: install: /usr/bin/install -c .libs/mca_pml_monitoring.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pml_monitoring.la
  9433. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9434. ----------------------------------------------------------------------
  9435. Libraries have been installed in:
  9436. /home/ubuntu/ompi/install/lib/openmpi
  9437.  
  9438. If you ever happen to want to link against installed libraries
  9439. in a given directory, LIBDIR, you must either use libtool, and
  9440. specify the full pathname of the library, or use the '-LLIBDIR'
  9441. flag during linking and do at least one of the following:
  9442. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9443. during execution
  9444. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9445. during linking
  9446. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9447. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9448.  
  9449. See any operating system documentation about shared libraries for
  9450. more information, such as the ld(1) and ld.so(8) manual pages.
  9451. ----------------------------------------------------------------------
  9452. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  9453. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/monitoring'
  9454. Making install in mca/pml/ob1
  9455. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  9456. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  9457. make[3]: Nothing to be done for 'install-exec-am'.
  9458. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  9459. /usr/bin/install -c -m 644 help-mpi-pml-ob1.txt '/home/ubuntu/ompi/install/share/openmpi'
  9460. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9461. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_pml_ob1.la '/home/ubuntu/ompi/install/lib/openmpi'
  9462. libtool: install: /usr/bin/install -c .libs/mca_pml_ob1.so /home/ubuntu/ompi/install/lib/openmpi/mca_pml_ob1.so
  9463. libtool: install: /usr/bin/install -c .libs/mca_pml_ob1.lai /home/ubuntu/ompi/install/lib/openmpi/mca_pml_ob1.la
  9464. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9465. ----------------------------------------------------------------------
  9466. Libraries have been installed in:
  9467. /home/ubuntu/ompi/install/lib/openmpi
  9468.  
  9469. If you ever happen to want to link against installed libraries
  9470. in a given directory, LIBDIR, you must either use libtool, and
  9471. specify the full pathname of the library, or use the '-LLIBDIR'
  9472. flag during linking and do at least one of the following:
  9473. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9474. during execution
  9475. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9476. during linking
  9477. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9478. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9479.  
  9480. See any operating system documentation about shared libraries for
  9481. more information, such as the ld(1) and ld.so(8) manual pages.
  9482. ----------------------------------------------------------------------
  9483. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  9484. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/pml/ob1'
  9485. Making install in mca/sharedfp/individual
  9486. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  9487. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  9488. make[3]: Nothing to be done for 'install-exec-am'.
  9489. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9490. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_sharedfp_individual.la '/home/ubuntu/ompi/install/lib/openmpi'
  9491. libtool: warning: relinking 'mca_sharedfp_individual.la'
  9492. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/sharedfp/individual; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_sharedfp_individual.la -rpath /home/ubuntu/ompi/install/lib/openmpi sharedfp_individual.lo sharedfp_individual_component.lo sharedfp_individual_seek.lo sharedfp_individual_get_position.lo sharedfp_individual_collaborate_data.lo sharedfp_individual_write.lo sharedfp_individual_iwrite.lo sharedfp_individual_read.lo sharedfp_individual_insert_metadata.lo sharedfp_individual_file_open.lo sharedfp_individual_gettime.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9493. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_individual.soT /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_individual.so
  9494. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_individual.lai /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_individual.la
  9495. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9496. ----------------------------------------------------------------------
  9497. Libraries have been installed in:
  9498. /home/ubuntu/ompi/install/lib/openmpi
  9499.  
  9500. If you ever happen to want to link against installed libraries
  9501. in a given directory, LIBDIR, you must either use libtool, and
  9502. specify the full pathname of the library, or use the '-LLIBDIR'
  9503. flag during linking and do at least one of the following:
  9504. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9505. during execution
  9506. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9507. during linking
  9508. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9509. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9510.  
  9511. See any operating system documentation about shared libraries for
  9512. more information, such as the ld(1) and ld.so(8) manual pages.
  9513. ----------------------------------------------------------------------
  9514. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  9515. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/individual'
  9516. Making install in mca/sharedfp/lockedfile
  9517. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  9518. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  9519. make[3]: Nothing to be done for 'install-exec-am'.
  9520. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9521. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_sharedfp_lockedfile.la '/home/ubuntu/ompi/install/lib/openmpi'
  9522. libtool: warning: relinking 'mca_sharedfp_lockedfile.la'
  9523. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_sharedfp_lockedfile.la -rpath /home/ubuntu/ompi/install/lib/openmpi sharedfp_lockedfile.lo sharedfp_lockedfile_component.lo sharedfp_lockedfile_seek.lo sharedfp_lockedfile_get_position.lo sharedfp_lockedfile_request_position.lo sharedfp_lockedfile_write.lo sharedfp_lockedfile_iwrite.lo sharedfp_lockedfile_read.lo sharedfp_lockedfile_iread.lo sharedfp_lockedfile_file_open.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9524. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_lockedfile.soT /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_lockedfile.so
  9525. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_lockedfile.lai /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_lockedfile.la
  9526. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9527. ----------------------------------------------------------------------
  9528. Libraries have been installed in:
  9529. /home/ubuntu/ompi/install/lib/openmpi
  9530.  
  9531. If you ever happen to want to link against installed libraries
  9532. in a given directory, LIBDIR, you must either use libtool, and
  9533. specify the full pathname of the library, or use the '-LLIBDIR'
  9534. flag during linking and do at least one of the following:
  9535. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9536. during execution
  9537. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9538. during linking
  9539. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9540. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9541.  
  9542. See any operating system documentation about shared libraries for
  9543. more information, such as the ld(1) and ld.so(8) manual pages.
  9544. ----------------------------------------------------------------------
  9545. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  9546. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/lockedfile'
  9547. Making install in mca/sharedfp/sm
  9548. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  9549. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  9550. make[3]: Nothing to be done for 'install-exec-am'.
  9551. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9552. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_sharedfp_sm.la '/home/ubuntu/ompi/install/lib/openmpi'
  9553. libtool: warning: relinking 'mca_sharedfp_sm.la'
  9554. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/sharedfp/sm; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_sharedfp_sm.la -rpath /home/ubuntu/ompi/install/lib/openmpi sharedfp_sm.lo sharedfp_sm_component.lo sharedfp_sm_seek.lo sharedfp_sm_get_position.lo sharedfp_sm_request_position.lo sharedfp_sm_write.lo sharedfp_sm_iwrite.lo sharedfp_sm_read.lo sharedfp_sm_iread.lo sharedfp_sm_file_open.lo /home/ubuntu/ompi/ompi/mca/common/ompio/libmca_common_ompio.la -lrt -lm -lutil )
  9555. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_sm.soT /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_sm.so
  9556. libtool: install: /usr/bin/install -c .libs/mca_sharedfp_sm.lai /home/ubuntu/ompi/install/lib/openmpi/mca_sharedfp_sm.la
  9557. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9558. ----------------------------------------------------------------------
  9559. Libraries have been installed in:
  9560. /home/ubuntu/ompi/install/lib/openmpi
  9561.  
  9562. If you ever happen to want to link against installed libraries
  9563. in a given directory, LIBDIR, you must either use libtool, and
  9564. specify the full pathname of the library, or use the '-LLIBDIR'
  9565. flag during linking and do at least one of the following:
  9566. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9567. during execution
  9568. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9569. during linking
  9570. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9571. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9572.  
  9573. See any operating system documentation about shared libraries for
  9574. more information, such as the ld(1) and ld.so(8) manual pages.
  9575. ----------------------------------------------------------------------
  9576. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  9577. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/sharedfp/sm'
  9578. Making install in mca/topo/basic
  9579. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  9580. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  9581. make[3]: Nothing to be done for 'install-exec-am'.
  9582. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9583. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_topo_basic.la '/home/ubuntu/ompi/install/lib/openmpi'
  9584. libtool: warning: relinking 'mca_topo_basic.la'
  9585. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/topo/basic; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_topo_basic.la -rpath /home/ubuntu/ompi/install/lib/openmpi topo_basic_component.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9586. libtool: install: /usr/bin/install -c .libs/mca_topo_basic.soT /home/ubuntu/ompi/install/lib/openmpi/mca_topo_basic.so
  9587. libtool: install: /usr/bin/install -c .libs/mca_topo_basic.lai /home/ubuntu/ompi/install/lib/openmpi/mca_topo_basic.la
  9588. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9589. ----------------------------------------------------------------------
  9590. Libraries have been installed in:
  9591. /home/ubuntu/ompi/install/lib/openmpi
  9592.  
  9593. If you ever happen to want to link against installed libraries
  9594. in a given directory, LIBDIR, you must either use libtool, and
  9595. specify the full pathname of the library, or use the '-LLIBDIR'
  9596. flag during linking and do at least one of the following:
  9597. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9598. during execution
  9599. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9600. during linking
  9601. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9602. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9603.  
  9604. See any operating system documentation about shared libraries for
  9605. more information, such as the ld(1) and ld.so(8) manual pages.
  9606. ----------------------------------------------------------------------
  9607. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  9608. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/basic'
  9609. Making install in mca/topo/treematch
  9610. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  9611. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  9612. make[3]: Nothing to be done for 'install-exec-am'.
  9613. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9614. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_topo_treematch.la '/home/ubuntu/ompi/install/lib/openmpi'
  9615. libtool: warning: relinking 'mca_topo_treematch.la'
  9616. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/topo/treematch; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_topo_treematch.la -rpath /home/ubuntu/ompi/install/lib/openmpi topo_treematch_module.lo topo_treematch_component.lo topo_treematch_dist_graph_create.lo treematch/IntConstantInitializedVector.lo treematch/tm_mt.lo treematch/fibo.lo treematch/tm_thread_pool.lo treematch/tm_verbose.lo treematch/tm_malloc.lo treematch/tm_mapping.lo treematch/tm_timings.lo treematch/tm_bucket.lo treematch/tm_tree.lo treematch/tm_topology.lo treematch/tm_kpartitioning.lo treematch/tm_solution.lo treematch/k-partitioning.lo treematch/PriorityQueue.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9617. libtool: install: /usr/bin/install -c .libs/mca_topo_treematch.soT /home/ubuntu/ompi/install/lib/openmpi/mca_topo_treematch.so
  9618. libtool: install: /usr/bin/install -c .libs/mca_topo_treematch.lai /home/ubuntu/ompi/install/lib/openmpi/mca_topo_treematch.la
  9619. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9620. ----------------------------------------------------------------------
  9621. Libraries have been installed in:
  9622. /home/ubuntu/ompi/install/lib/openmpi
  9623.  
  9624. If you ever happen to want to link against installed libraries
  9625. in a given directory, LIBDIR, you must either use libtool, and
  9626. specify the full pathname of the library, or use the '-LLIBDIR'
  9627. flag during linking and do at least one of the following:
  9628. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9629. during execution
  9630. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9631. during linking
  9632. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9633. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9634.  
  9635. See any operating system documentation about shared libraries for
  9636. more information, such as the ld(1) and ld.so(8) manual pages.
  9637. ----------------------------------------------------------------------
  9638. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  9639. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/topo/treematch'
  9640. Making install in mca/vprotocol/pessimist
  9641. make[2]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  9642. make[3]: Entering directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  9643. make[3]: Nothing to be done for 'install-exec-am'.
  9644. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/openmpi'
  9645. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c mca_vprotocol_pessimist.la '/home/ubuntu/ompi/install/lib/openmpi'
  9646. libtool: warning: relinking 'mca_vprotocol_pessimist.la'
  9647. libtool: install: (cd /home/ubuntu/ompi/ompi/mca/vprotocol/pessimist; /bin/bash "/home/ubuntu/ompi/libtool" --silent --tag CC --mode=relink gcc -O3 -DNDEBUG -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -mcx16 -pthread -module -avoid-version -o mca_vprotocol_pessimist.la -rpath /home/ubuntu/ompi/install/lib/openmpi vprotocol_pessimist.lo vprotocol_pessimist_component.lo vprotocol_pessimist_request.lo vprotocol_pessimist_proc.lo vprotocol_pessimist_comm.lo vprotocol_pessimist_progress.lo vprotocol_pessimist_start.lo vprotocol_pessimist_recv.lo vprotocol_pessimist_send.lo vprotocol_pessimist_probe.lo vprotocol_pessimist_wait.lo vprotocol_pessimist_event.lo vprotocol_pessimist_eventlog.lo vprotocol_pessimist_sender_based.lo ../../../../ompi/libmpi.la -lrt -lm -lutil )
  9648. libtool: install: /usr/bin/install -c .libs/mca_vprotocol_pessimist.soT /home/ubuntu/ompi/install/lib/openmpi/mca_vprotocol_pessimist.so
  9649. libtool: install: /usr/bin/install -c .libs/mca_vprotocol_pessimist.lai /home/ubuntu/ompi/install/lib/openmpi/mca_vprotocol_pessimist.la
  9650. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib/openmpi
  9651. ----------------------------------------------------------------------
  9652. Libraries have been installed in:
  9653. /home/ubuntu/ompi/install/lib/openmpi
  9654.  
  9655. If you ever happen to want to link against installed libraries
  9656. in a given directory, LIBDIR, you must either use libtool, and
  9657. specify the full pathname of the library, or use the '-LLIBDIR'
  9658. flag during linking and do at least one of the following:
  9659. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9660. during execution
  9661. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9662. during linking
  9663. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9664. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9665.  
  9666. See any operating system documentation about shared libraries for
  9667. more information, such as the ld(1) and ld.so(8) manual pages.
  9668. ----------------------------------------------------------------------
  9669. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  9670. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/mca/vprotocol/pessimist'
  9671. Making install in contrib/libompitrace
  9672. make[2]: Entering directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  9673. make[3]: Entering directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  9674. /bin/mkdir -p '/home/ubuntu/ompi/install/lib'
  9675. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libompitrace.la '/home/ubuntu/ompi/install/lib'
  9676. libtool: install: /usr/bin/install -c .libs/libompitrace.so.0.0.0 /home/ubuntu/ompi/install/lib/libompitrace.so.0.0.0
  9677. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libompitrace.so.0.0.0 libompitrace.so.0 || { rm -f libompitrace.so.0 && ln -s libompitrace.so.0.0.0 libompitrace.so.0; }; })
  9678. libtool: install: (cd /home/ubuntu/ompi/install/lib && { ln -s -f libompitrace.so.0.0.0 libompitrace.so || { rm -f libompitrace.so && ln -s libompitrace.so.0.0.0 libompitrace.so; }; })
  9679. libtool: install: /usr/bin/install -c .libs/libompitrace.lai /home/ubuntu/ompi/install/lib/libompitrace.la
  9680. libtool: finish: PATH="/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ubuntu/ompi/install/lib
  9681. ----------------------------------------------------------------------
  9682. Libraries have been installed in:
  9683. /home/ubuntu/ompi/install/lib
  9684.  
  9685. If you ever happen to want to link against installed libraries
  9686. in a given directory, LIBDIR, you must either use libtool, and
  9687. specify the full pathname of the library, or use the '-LLIBDIR'
  9688. flag during linking and do at least one of the following:
  9689. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  9690. during execution
  9691. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  9692. during linking
  9693. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  9694. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  9695.  
  9696. See any operating system documentation about shared libraries for
  9697. more information, such as the ld(1) and ld.so(8) manual pages.
  9698. ----------------------------------------------------------------------
  9699. make[3]: Nothing to be done for 'install-data-am'.
  9700. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  9701. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/contrib/libompitrace'
  9702. Making install in tools/ompi_info
  9703. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  9704. make[3]: Entering directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  9705. /bin/mkdir -p '/home/ubuntu/ompi/install/bin'
  9706. /bin/bash ../../../libtool --mode=install /usr/bin/install -c ompi_info '/home/ubuntu/ompi/install/bin'
  9707. libtool: install: /usr/bin/install -c .libs/ompi_info /home/ubuntu/ompi/install/bin/ompi_info
  9708. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  9709. /usr/bin/install -c -m 644 ompi_info.1 '/home/ubuntu/ompi/install/share/man/man1'
  9710. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  9711. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/ompi_info'
  9712. Making install in tools/wrappers
  9713. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9714. make[3]: Entering directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9715. make install-exec-hook
  9716. make[4]: Entering directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9717. test -z "/home/ubuntu/ompi/install/bin" || /bin/mkdir -p "/home/ubuntu/ompi/install/bin"
  9718. (cd /home/ubuntu/ompi/install/bin; rm -f mpicc; ln -s opal_wrapper mpicc)
  9719. (cd /home/ubuntu/ompi/install/bin; rm -f mpic++; ln -s opal_wrapper mpic++)
  9720. (cd /home/ubuntu/ompi/install/bin; rm -f mpicxx; ln -s opal_wrapper mpicxx)
  9721. (cd /home/ubuntu/ompi/install/bin; rm -f mpifort; ln -s opal_wrapper mpifort)
  9722. (cd /home/ubuntu/ompi/install/bin; rm -f mpif77; ln -s opal_wrapper mpif77)
  9723. (cd /home/ubuntu/ompi/install/bin; rm -f mpif90; ln -s opal_wrapper mpif90)
  9724. (cd /home/ubuntu/ompi/install/bin; rm -f mpiCC; ln -s opal_wrapper mpiCC)
  9725. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9726. /bin/mkdir -p '/home/ubuntu/ompi/install/share/man/man1'
  9727. /usr/bin/install -c -m 644 mpicc.1 mpic++.1 mpicxx.1 mpifort.1 mpif77.1 mpif90.1 '/home/ubuntu/ompi/install/share/man/man1'
  9728. /bin/mkdir -p '/home/ubuntu/ompi/install/share/openmpi'
  9729. /usr/bin/install -c -m 644 mpicc-wrapper-data.txt mpic++-wrapper-data.txt mpifort-wrapper-data.txt '/home/ubuntu/ompi/install/share/openmpi'
  9730. /bin/mkdir -p '/home/ubuntu/ompi/install/lib/pkgconfig'
  9731. /usr/bin/install -c -m 644 ompi.pc ompi-c.pc ompi-cxx.pc ompi-fort.pc '/home/ubuntu/ompi/install/lib/pkgconfig'
  9732. make install-data-hook
  9733. make[4]: Entering directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9734. (cd /home/ubuntu/ompi/install/share/openmpi; rm -f mpicxx-wrapper-data.txt; ln -s mpic++-wrapper-data.txt mpicxx-wrapper-data.txt)
  9735. (cd /home/ubuntu/ompi/install/share/openmpi; rm -f mpif77-wrapper-data.txt; ln -s mpifort-wrapper-data.txt mpif77-wrapper-data.txt)
  9736. (cd /home/ubuntu/ompi/install/share/openmpi; rm -f mpif90-wrapper-data.txt; ln -s mpifort-wrapper-data.txt mpif90-wrapper-data.txt)
  9737. (cd /home/ubuntu/ompi/install/lib/pkgconfig; rm -f ompi-f77.pc; ln -s ompi-fort.pc ompi-f77.pc)
  9738. (cd /home/ubuntu/ompi/install/lib/pkgconfig; rm -f ompi-f90.pc; ln -s ompi-fort.pc ompi-f90.pc)
  9739. (cd /home/ubuntu/ompi/install/share/openmpi; rm -f mpiCC-wrapper-data.txt; ln -s mpic++-wrapper-data.txt mpiCC-wrapper-data.txt)
  9740. (cd /home/ubuntu/ompi/install/share/man/man1; rm -f mpiCC.1; ln -s mpic++.1 mpiCC.1)
  9741. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9742. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9743. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/wrappers'
  9744. Making install in tools/mpisync
  9745. make[2]: Entering directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9746. make[3]: Entering directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9747. make install-data-hook
  9748. make[4]: Entering directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9749. make[4]: Nothing to be done for 'install-data-hook'.
  9750. make[4]: Leaving directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9751. make[3]: Leaving directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9752. make[2]: Leaving directory '/home/ubuntu/ompi/ompi/tools/mpisync'
  9753. make[1]: Leaving directory '/home/ubuntu/ompi/ompi'
  9754. Making install in test
  9755. make[1]: Entering directory '/home/ubuntu/ompi/test'
  9756. Making install in support
  9757. make[2]: Entering directory '/home/ubuntu/ompi/test/support'
  9758. make[3]: Entering directory '/home/ubuntu/ompi/test/support'
  9759. make[3]: Nothing to be done for 'install-exec-am'.
  9760. make[3]: Nothing to be done for 'install-data-am'.
  9761. make[3]: Leaving directory '/home/ubuntu/ompi/test/support'
  9762. make[2]: Leaving directory '/home/ubuntu/ompi/test/support'
  9763. Making install in asm
  9764. make[2]: Entering directory '/home/ubuntu/ompi/test/asm'
  9765. make[3]: Entering directory '/home/ubuntu/ompi/test/asm'
  9766. make[3]: Nothing to be done for 'install-exec-am'.
  9767. make[3]: Nothing to be done for 'install-data-am'.
  9768. make[3]: Leaving directory '/home/ubuntu/ompi/test/asm'
  9769. make[2]: Leaving directory '/home/ubuntu/ompi/test/asm'
  9770. Making install in class
  9771. make[2]: Entering directory '/home/ubuntu/ompi/test/class'
  9772. make[3]: Entering directory '/home/ubuntu/ompi/test/class'
  9773. make[3]: Nothing to be done for 'install-exec-am'.
  9774. make[3]: Nothing to be done for 'install-data-am'.
  9775. make[3]: Leaving directory '/home/ubuntu/ompi/test/class'
  9776. make[2]: Leaving directory '/home/ubuntu/ompi/test/class'
  9777. Making install in threads
  9778. make[2]: Entering directory '/home/ubuntu/ompi/test/threads'
  9779. make[3]: Entering directory '/home/ubuntu/ompi/test/threads'
  9780. make[3]: Nothing to be done for 'install-exec-am'.
  9781. make[3]: Nothing to be done for 'install-data-am'.
  9782. make[3]: Leaving directory '/home/ubuntu/ompi/test/threads'
Add Comment
Please, Sign In to add comment