Advertisement
Guest User

configure.log

a guest
Jul 31st, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 204.24 KB | None | 0 0
  1. configure: WARNING: unrecognized options: --without-verbs
  2. checking for perl... perl
  3.  
  4. ============================================================================
  5. == Configuring Open MPI
  6. ============================================================================
  7.  
  8. *** Startup tests
  9. checking build system type... x86_64-pc-linux-gnu
  10. checking host system type... x86_64-pc-linux-gnu
  11. checking target system type... x86_64-pc-linux-gnu
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking whether gcc understands -c and -o together... yes
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking minix/config.h usability... no
  36. checking minix/config.h presence... no
  37. checking for minix/config.h... no
  38. checking whether it is safe to define __EXTENSIONS__... yes
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether build environment is sane... yes
  41. checking for a thread-safe mkdir -p... /bin/mkdir -p
  42. checking for gawk... no
  43. checking for mawk... mawk
  44. checking whether make sets $(MAKE)... yes
  45. checking for style of include used by make... GNU
  46. checking whether make supports nested variables... yes
  47. checking whether UID '1196' is supported by ustar format... yes
  48. checking whether GID '100' is supported by ustar format... yes
  49. checking how to create a ustar tar archive... gnutar
  50. checking dependency style of gcc... gcc3
  51. checking whether make supports nested variables... (cached) yes
  52.  
  53. *** Checking versions
  54. checking for repo version... v2.x-dev-7079-g7b7ad5e354
  55. checking Open MPI version... 4.1.0a1
  56. checking Open MPI release date... Unreleased developer copy
  57. checking Open MPI repository version... v2.x-dev-7079-g7b7ad5e354
  58. checking for repo version... v2.x-dev-7079-g7b7ad5e354
  59. checking Open MPI Run-Time Environment version... 4.1.0a1
  60. checking Open MPI Run-Time Environment release date... Unreleased developer copy
  61. checking Open MPI Run-Time Environment repository version... v2.x-dev-7079-g7b7ad5e354
  62. checking for repo version... v2.x-dev-7079-g7b7ad5e354
  63. checking Open SHMEM version... 4.1.0a1
  64. checking Open SHMEM release date... Unreleased developer copy
  65. checking Open SHMEM repository version... v2.x-dev-7079-g7b7ad5e354
  66. checking for repo version... v2.x-dev-7079-g7b7ad5e354
  67. checking Open Portable Access Layer version... 4.1.0a1
  68. checking Open Portable Access Layer release date... Unreleased developer copy
  69. checking Open Portable Access Layer repository version... v2.x-dev-7079-g7b7ad5e354
  70. checking for bootstrap Autoconf version... 2.69
  71. checking for bootstrap Automake version... 1.15
  72. checking for boostrap Libtool version... "2.4.6 Debian-2.4.6-2"
  73.  
  74. *** Initialization, setup
  75. configure: builddir: /dev/shm/Setup/build/openmpi-git
  76. configure: srcdir: /dev/shm/Setup/build/openmpi-git
  77. installing to directory "/dev/shm/Setup/install/openmpi-git-master"
  78.  
  79. *** OPAL Configuration options
  80. checking if want to run code coverage... no
  81. checking if want to compile with branch probabilities... no
  82. checking if want to debug memory usage... no
  83. checking if want to profile memory usage... no
  84. checking if want developer-level compiler pickyness... no
  85. --> developer override: enable picky compiler by default
  86. checking if want developer-level debugging code... no
  87. checking if want to developer-level timing framework... no
  88. checking if want to install project-internal header files... no
  89. checking if want pretty-print stacktrace... yes
  90. checking if want pty support... yes
  91. checking if want weak symbol support... yes
  92. checking if want dlopen support... yes
  93. checking for default value of mca_base_component_show_load_errors... enabled by default
  94. checking if want heterogeneous support... no
  95. checking if word-sized integers must be word-size aligned... no
  96. checking if want IPv6 support... no
  97. checking if want package/brand string... Open MPI jbierbau@ffmk-n4 Distribution
  98. checking if want ident string... 4.1.0a1
  99. checking if want to use an alternative checksum algo for messages... no
  100. checking maximum length of processor name... 256
  101. checking maximum length of error string... 256
  102. checking maximum length of object name... 64
  103. checking maximum length of info key... 36
  104. checking maximum length of info val... 256
  105. checking maximum length of port name... 1024
  106. checking maximum length of datarep string... 128
  107. checking if want getpwuid support... yes
  108. checking for zlib in... (default search paths)
  109. checking zlib.h usability... yes
  110. checking zlib.h presence... yes
  111. checking for zlib.h... yes
  112. looking for library without search path
  113. checking for library containing deflate... -lz
  114. checking if libz requires libnl v1 or v3...
  115. checking will zlib support be built... yes
  116. checking __NetBSD__... no
  117. checking __FreeBSD__... no
  118. checking __OpenBSD__... no
  119. checking __DragonFly__... no
  120. checking __386BSD__... no
  121. checking __bsdi__... no
  122. checking __APPLE__... no
  123. checking __linux__... yes
  124. checking __sun__... no
  125. checking __sun... no
  126. checking netdb.h usability... yes
  127. checking netdb.h presence... yes
  128. checking for netdb.h... yes
  129. checking netinet/in.h usability... yes
  130. checking netinet/in.h presence... yes
  131. checking for netinet/in.h... yes
  132. checking netinet/tcp.h usability... yes
  133. checking netinet/tcp.h presence... yes
  134. checking for netinet/tcp.h... yes
  135. checking for struct sockaddr_in... yes
  136. checking if --with-cuda is set... not set (--with-cuda=no)
  137. checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared... no
  138. checking whether cuPointerGetAttributes is declared... no
  139. checking if have cuda support... no
  140. checking if user requested PMI support... no
  141. checking if user requested internal PMIx support()... no
  142. checking for pmix.h in /usr... not found
  143. checking for pmix.h in /usr/include... not found
  144. configure: WARNING: discovered external PMIx version is less than internal version 3.x
  145. configure: WARNING: using internal PMIx
  146.  
  147. *** ORTE Configuration options
  148. checking if want orterun "--prefix" behavior to be enabled by default... no
  149.  
  150. *** OMPI Configuration options
  151. checking if want compile-time warnings inside of mpi.h... yes
  152. checking if want sparse process groups... no
  153. checking if want peruse support... no
  154. checking if want Fortran MPI bindings... yes (default)
  155. checking if want C++ bindings... no
  156. checking if want MPI::SEEK_SET support... yes
  157. checking if want run-time MPI parameter checking... runtime
  158.  
  159. *** OSHMEM Configuration options
  160. checking if want oshmem... yes
  161. checking if want SGI/Quadrics compatibility mode... yes
  162. checking if want OSHMEM API parameter checking... always
  163. checking for on_exit... yes
  164. checking if want pshmem... yes
  165. checking if want to build OSHMEM fortran bindings... yes
  166. no
  167. checking if want custom libmpi(_FOO) name... mpi
  168. checking if want wrapper compiler rpath support... yes
  169. checking if want wrapper compiler runpath support... yes
  170.  
  171. ============================================================================
  172. == Compiler and preprocessor tests
  173. ============================================================================
  174.  
  175. *** C compiler and preprocessor
  176. checking for gcc... (cached) gcc
  177. checking whether we are using the GNU C compiler... (cached) yes
  178. checking whether gcc accepts -g... (cached) yes
  179. checking for gcc option to accept ISO C89... (cached) none needed
  180. checking whether gcc understands -c and -o together... (cached) yes
  181. checking if gcc requires a flag for C11... no
  182. configure: verifying gcc supports C11 without a flag
  183. checking if gcc supports C11 _Thread_local... yes
  184. checking if gcc supports C11 atomic variables... yes
  185. checking if gcc supports C11 _Atomic keyword... yes
  186. checking if gcc supports C11 _Generic keyword... yes
  187. checking if gcc supports C11 _Static_assert... yes
  188. checking if gcc supports C11 atomic_fetch_xor_explicit... yes
  189. configure: no flag required for C11 support
  190. checking if gcc supports __thread... yes
  191. checking if gcc supports C11 _Thread_local... yes
  192. checking for the C compiler vendor... gnu
  193. checking for ANSI C header files... (cached) yes
  194. checking if gcc supports -Wno-long-double... no
  195. configure: WARNING: -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration has been added to CFLAGS (--enable-picky)
  196. checking if gcc supports -finline-functions... yes
  197. checking if gcc supports -fno-strict-aliasing... yes
  198. configure: WARNING: -fno-strict-aliasing has been added to CFLAGS
  199. checking if gcc supports __builtin_expect... yes
  200. checking if gcc supports __builtin_prefetch... yes
  201. checking if gcc supports __builtin_clz... yes
  202. checking for C optimization flags... -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing
  203. checking for Interix environment... no
  204. checking for C ident string support... #ident
  205. checking for int8_t... yes
  206. checking for uint8_t... yes
  207. checking for int16_t... yes
  208. checking for uint16_t... yes
  209. checking for int32_t... yes
  210. checking for uint32_t... yes
  211. checking for int64_t... yes
  212. checking for uint64_t... yes
  213. checking for int128_t... no
  214. checking for __int128... yes
  215. checking for uint128_t... no
  216. checking for long long... yes
  217. checking for __float128... yes
  218. checking for short float... no
  219. checking for long double... yes
  220. checking complex.h usability... yes
  221. checking complex.h presence... yes
  222. checking for complex.h... yes
  223. checking for short float _Complex... no
  224. checking for float _Complex... yes
  225. checking for double _Complex... yes
  226. checking for long double _Complex... yes
  227. checking for intptr_t... yes
  228. checking for uintptr_t... yes
  229. checking for mode_t... yes
  230. checking for ssize_t... yes
  231. checking for ptrdiff_t... yes
  232. checking size of _Bool... 1
  233. checking size of char... 1
  234. checking size of short... 2
  235. checking size of int... 4
  236. checking size of long... 8
  237. checking size of long long... 8
  238. checking size of float... 4
  239. checking size of double... 8
  240. checking size of long double... 16
  241. checking size of __float128... 16
  242. checking size of float _Complex... 8
  243. checking size of double _Complex... 16
  244. checking size of long double _Complex... 32
  245. checking size of void *... 8
  246. checking size of size_t... 8
  247. checking size of ssize_t... 8
  248. checking size of ptrdiff_t... 8
  249. checking size of wchar_t... 4
  250. checking size of pid_t... 4
  251. checking size of atomic_short... 2
  252. checking size of atomic_int... 4
  253. checking size of atomic_long... 8
  254. checking size of atomic_llong... 8
  255. checking alignment of bool... 1
  256. checking alignment of int8_t... 1
  257. checking alignment of int16_t... 2
  258. checking alignment of int32_t... 4
  259. checking alignment of int64_t... 8
  260. checking alignment of char... 1
  261. checking alignment of short... 2
  262. checking alignment of wchar_t... 4
  263. checking alignment of int... 4
  264. checking alignment of long... 8
  265. checking alignment of long long... 8
  266. checking alignment of float... 4
  267. checking alignment of double... 8
  268. checking alignment of long double... 16
  269. checking alignment of __float128... 16
  270. checking alignment of float _Complex... 4
  271. checking alignment of double _Complex... 8
  272. checking alignment of long double _Complex... 16
  273. checking alignment of void *... 8
  274. checking alignment of size_t... 8
  275. checking for _Float16... no
  276. checking if want alternate C type of short float... no
  277. checking for weak symbol support... yes
  278. checking for macro weak symbol support... yes
  279. checking for functional offsetof macro... yes
  280.  
  281. *** C++ compiler and preprocessor
  282. checking whether we are using the GNU C++ compiler... yes
  283. checking whether g++ accepts -g... yes
  284. checking dependency style of g++... gcc3
  285. checking how to run the C++ preprocessor... g++ -E
  286. checking for the C++ compiler vendor... gnu
  287. checking if g++ supports -Wno-long-double... no
  288. configure: WARNING: -Wall -Wundef -Wno-long-long has been added to CXXFLAGS (--enable-picky)
  289. checking if g++ supports -finline-functions... yes
  290. configure: WARNING: -finline-functions has been added to CXXFLAGS
  291. checking if C and C++ are link compatible... yes
  292. checking for C++ optimization flags... -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -finline-functions
  293. checking size of bool... 1
  294. checking alignment of bool... (cached) 1
  295.  
  296. *** C++ compiler and preprocessor
  297. checking whether we are using the GNU C++ compiler... (cached) yes
  298. checking whether g++ accepts -g... (cached) yes
  299. checking dependency style of g++... (cached) gcc3
  300. checking how to run the C++ preprocessor... g++ -E
  301. checking if C++ compiler works... yes
  302. checking if g++ supports -finline-functions... yes
  303. configure: WARNING: -finline-functions has been added to CXXFLAGS
  304. checking if C and C++ are link compatible... (cached) yes
  305. checking for C++ optimization flags... -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -finline-functions
  306. checking size of bool... (cached) 1
  307. checking alignment of bool... (cached) 1
  308. checking if able to build the MPI C++ bindings... no
  309. checking if want C++ exception handling... skipped
  310.  
  311. *** Compiler characteristics
  312. checking for __attribute__... yes
  313. checking for __attribute__(aligned)... yes
  314. checking for __attribute__(always_inline)... yes
  315. checking for __attribute__(cold)... yes
  316. checking for __attribute__(const)... yes
  317. checking for __attribute__(deprecated)... yes
  318. checking for __attribute__(deprecated_argument)... yes
  319. checking for __attribute__(error)... yes
  320. checking for __attribute__(format)... yes
  321. checking for __attribute__(format_funcptr)... yes
  322. checking for __attribute__(hot)... yes
  323. checking for __attribute__(malloc)... yes
  324. checking for __attribute__(may_alias)... yes
  325. checking for __attribute__(no_instrument_function)... yes
  326. checking for __attribute__(noinline)... yes
  327. checking for __attribute__(nonnull)... yes
  328. checking for __attribute__(noreturn)... yes
  329. checking for __attribute__(noreturn_funcptr)... yes
  330. checking for __attribute__(packed)... yes
  331. checking for __attribute__(pure)... yes
  332. checking for __attribute__(sentinel)... yes
  333. checking for __attribute__(unused)... yes
  334. checking for __attribute__(visibility)... yes
  335. checking for __attribute__(warn_unused_result)... yes
  336. checking for __attribute__(weak_alias)... yes
  337. checking for __attribute__(destructor)... yes
  338. checking for __attribute__(optnone)... no
  339. checking for __attribute__(extension)... yes
  340. checking for compiler familyid... 1
  341. checking for compiler familyname... GNU
  342. checking for compiler version... 393984
  343. checking for compiler version_str... 6.3.0
  344.  
  345. *** Java MPI bindings
  346. checking if want Java bindings... no
  347.  
  348. *** OpenSHMEM profiling
  349. checking if pshmem will be enabled... yes (weak symbols supported)
  350.  
  351. *** Assembler
  352. checking dependency style of gcc... gcc3
  353. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  354. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  355. checking for fgrep... /bin/grep -F
  356. checking for atomic_compare_exchange_strong_16... no
  357. checking for atomic_compare_exchange_strong_16 with -mcx16... no
  358. checking for atomic_compare_exchange_strong_16 with -latomic... no
  359. checking for __sync_bool_compare_and_swap... yes
  360. checking if __sync_bool_compare_and_swap() gives correct results... yes
  361. checking for atomic_compare_exchange_strong_16... no
  362. checking for atomic_compare_exchange_strong_16 with -mcx16... no
  363. checking for atomic_compare_exchange_strong_16 with -latomic... no
  364. checking for __sync_bool_compare_and_swap... yes
  365. checking if __sync_bool_compare_and_swap() gives correct results... yes
  366. checking if .proc/endp is needed... no
  367. checking directive for setting text section... .text
  368. checking directive for exporting symbols... .globl
  369. checking for objdump... objdump
  370. checking if .note.GNU-stack is needed... yes
  371. checking suffix for labels... :
  372. checking prefix for global symbol labels...
  373. checking prefix for lsym labels... .L
  374. checking prefix for function in .type... @
  375. checking if .size is needed... yes
  376. checking if .align directive takes logarithmic value... no
  377. checking for cmpxchg16b... yes
  378. checking if cmpxchg16b() gives correct results... yes
  379. checking if cmpxchg16b_result works... yes
  380. checking if gcc supports GCC inline assembly... yes
  381. checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-1
  382. checking for assembly architecture... X86_64
  383. checking for builtin atomics... BUILTIN_C11
  384.  
  385. *** Fortran compiler
  386. checking whether we are using the GNU Fortran compiler... yes
  387. checking whether gfortran accepts -g... yes
  388. checking whether ln -s works... yes
  389. checking if Fortran compiler works... yes
  390. checking for extra arguments to build a shared library... none needed
  391. checking for gfortran warnings flags... none
  392. checking for Fortran flag to compile .f files... none
  393. checking for Fortran flag to compile .f90 files... none
  394. checking to see if Fortran compilers need additional linker flags... none
  395. checking external symbol convention... single underscore
  396. checking if C and Fortran are link compatible... yes
  397. checking to see if Fortran compiler likes the C++ exception flags... skipped (no C++ exceptions flags)
  398. checking to see if mpifort compiler needs additional linker flags... none
  399. checking if Fortran compiler supports CHARACTER... yes
  400. checking size of Fortran CHARACTER... 1
  401. checking for C type corresponding to CHARACTER... char
  402. checking alignment of Fortran CHARACTER... 1
  403. checking for corresponding KIND value of CHARACTER... C_SIGNED_CHAR
  404. checking KIND value of Fortran C_SIGNED_CHAR... 1
  405. checking if Fortran compiler supports LOGICAL... yes
  406. checking size of Fortran LOGICAL... 4
  407. checking for C type corresponding to LOGICAL... int
  408. checking alignment of Fortran LOGICAL... 4
  409. checking for corresponding KIND value of LOGICAL... C_INT
  410. checking KIND value of Fortran C_INT... 4
  411. checking if Fortran compiler supports LOGICAL*1... yes
  412. checking size of Fortran LOGICAL*1... 1
  413. checking for C type corresponding to LOGICAL*1... char
  414. checking alignment of Fortran LOGICAL*1... 1
  415. checking for corresponding KIND value of LOGICAL*1... C_SIGNED_CHAR
  416. checking KIND value of Fortran C_SIGNED_CHAR... (cached) 1
  417. checking if Fortran compiler supports LOGICAL*2... yes
  418. checking size of Fortran LOGICAL*2... 2
  419. checking for C type corresponding to LOGICAL*2... short
  420. checking alignment of Fortran LOGICAL*2... 2
  421. checking for corresponding KIND value of LOGICAL*2... C_SHORT
  422. checking KIND value of Fortran C_SHORT... 2
  423. checking if Fortran compiler supports LOGICAL*4... yes
  424. checking size of Fortran LOGICAL*4... 4
  425. checking for C type corresponding to LOGICAL*4... int
  426. checking alignment of Fortran LOGICAL*4... 4
  427. checking for corresponding KIND value of LOGICAL*4... C_INT
  428. checking KIND value of Fortran C_INT... (cached) 4
  429. checking if Fortran compiler supports LOGICAL*8... yes
  430. checking size of Fortran LOGICAL*8... 8
  431. checking for C type corresponding to LOGICAL*8... long long
  432. checking alignment of Fortran LOGICAL*8... 8
  433. checking for corresponding KIND value of LOGICAL*8... C_LONG_LONG
  434. checking KIND value of Fortran C_LONG_LONG... 8
  435. checking if Fortran compiler supports INTEGER... yes
  436. checking size of Fortran INTEGER... 4
  437. checking for C type corresponding to INTEGER... int
  438. checking alignment of Fortran INTEGER... 4
  439. checking for corresponding KIND value of INTEGER... C_INT
  440. checking KIND value of Fortran C_INT... (cached) 4
  441. checking if Fortran compiler supports INTEGER*1... yes
  442. checking size of Fortran INTEGER*1... 1
  443. checking for C type corresponding to INTEGER*1... char
  444. checking alignment of Fortran INTEGER*1... 1
  445. checking for corresponding KIND value of INTEGER*1... C_SIGNED_CHAR
  446. checking KIND value of Fortran C_SIGNED_CHAR... (cached) 1
  447. checking if Fortran compiler supports INTEGER*2... yes
  448. checking size of Fortran INTEGER*2... 2
  449. checking for C type corresponding to INTEGER*2... short
  450. checking alignment of Fortran INTEGER*2... 2
  451. checking for corresponding KIND value of INTEGER*2... C_SHORT
  452. checking KIND value of Fortran C_SHORT... (cached) 2
  453. checking if Fortran compiler supports INTEGER*4... yes
  454. checking size of Fortran INTEGER*4... 4
  455. checking for C type corresponding to INTEGER*4... int
  456. checking alignment of Fortran INTEGER*4... 4
  457. checking for corresponding KIND value of INTEGER*4... C_INT
  458. checking KIND value of Fortran C_INT... (cached) 4
  459. checking if Fortran compiler supports INTEGER*8... yes
  460. checking size of Fortran INTEGER*8... 8
  461. checking for C type corresponding to INTEGER*8... long long
  462. checking alignment of Fortran INTEGER*8... 8
  463. checking for corresponding KIND value of INTEGER*8... C_LONG_LONG
  464. checking KIND value of Fortran C_LONG_LONG... (cached) 8
  465. checking if Fortran compiler supports INTEGER*16... yes
  466. checking size of Fortran INTEGER*16... 16
  467. checking for C type corresponding to INTEGER*16... not found
  468. configure: WARNING: *** Did not find corresponding C type
  469. checking for corresponding KIND value of INTEGER*16... 0
  470. checking KIND value of Fortran 0... 0
  471. configure: WARNING: Compiler INTEGER*16 and mismatch; MPI datatype unsupported
  472. checking if Fortran compiler supports REAL... yes
  473. checking size of Fortran REAL... 4
  474. checking for C type corresponding to REAL... float
  475. checking alignment of Fortran REAL... 4
  476. checking for corresponding KIND value of REAL... C_FLOAT
  477. checking KIND value of Fortran C_FLOAT... 4
  478. checking if Fortran compiler supports REAL*2... no
  479. checking if Fortran compiler supports REAL*4... yes
  480. checking size of Fortran REAL*4... 4
  481. checking for C type corresponding to REAL*4... float
  482. checking alignment of Fortran REAL*4... 4
  483. checking for corresponding KIND value of REAL*4... C_FLOAT
  484. checking KIND value of Fortran C_FLOAT... (cached) 4
  485. checking if Fortran compiler supports REAL*8... yes
  486. checking size of Fortran REAL*8... 8
  487. checking for C type corresponding to REAL*8... double
  488. checking alignment of Fortran REAL*8... 8
  489. checking for corresponding KIND value of REAL*8... C_DOUBLE
  490. checking KIND value of Fortran C_DOUBLE... 8
  491. checking if Fortran compiler supports REAL*16... yes
  492. checking size of Fortran REAL*16... 16
  493. checking for C type corresponding to REAL*16... long double
  494. checking alignment of Fortran REAL*16... 16
  495. checking for corresponding KIND value of REAL*16... C_LONG_DOUBLE
  496. checking KIND value of Fortran C_LONG_DOUBLE... 10
  497. checking for C type matching bit representation of REAL*16... pending
  498. checking if long double == REAL*16... no
  499. checking if gnu compiler __float128 == REAL*16... works!
  500. checking for C type matching bit representation of REAL*16... yes
  501. checking if Fortran compiler supports DOUBLE PRECISION... yes
  502. checking size of Fortran DOUBLE PRECISION... 8
  503. checking for C type corresponding to DOUBLE PRECISION... double
  504. checking alignment of Fortran DOUBLE PRECISION... 8
  505. checking for corresponding KIND value of DOUBLE PRECISION... C_DOUBLE
  506. checking KIND value of Fortran C_DOUBLE... (cached) 8
  507. checking if Fortran compiler supports COMPLEX... yes
  508. checking size of Fortran COMPLEX... 8
  509. checking for C type corresponding to COMPLEX... float _Complex
  510. checking alignment of Fortran COMPLEX... 4
  511. checking for corresponding KIND value of COMPLEX... C_FLOAT_COMPLEX
  512. checking KIND value of Fortran C_FLOAT_COMPLEX... 4
  513. checking if Fortran compiler supports COMPLEX*4... no
  514. checking if Fortran compiler supports COMPLEX*8... yes
  515. checking size of Fortran COMPLEX*8... 8
  516. checking for C type corresponding to COMPLEX*8... float _Complex
  517. checking alignment of Fortran COMPLEX*8... 4
  518. checking for corresponding KIND value of COMPLEX*8... C_FLOAT_COMPLEX
  519. checking KIND value of Fortran C_FLOAT_COMPLEX... (cached) 4
  520. checking if Fortran compiler supports COMPLEX*16... yes
  521. checking size of Fortran COMPLEX*16... 16
  522. checking for C type corresponding to COMPLEX*16... double _Complex
  523. checking alignment of Fortran COMPLEX*16... 8
  524. checking for corresponding KIND value of COMPLEX*16... C_DOUBLE_COMPLEX
  525. checking KIND value of Fortran C_DOUBLE_COMPLEX... 8
  526. checking if Fortran compiler supports COMPLEX*32... yes
  527. checking size of Fortran COMPLEX*32... 32
  528. checking for C type corresponding to COMPLEX*32... long double _Complex
  529. checking alignment of Fortran COMPLEX*32... 16
  530. checking for corresponding KIND value of COMPLEX*32... C_LONG_DOUBLE_COMPLEX
  531. checking KIND value of Fortran C_LONG_DOUBLE_COMPLEX... 10
  532. checking if Fortran compiler supports DOUBLE COMPLEX... yes
  533. checking size of Fortran DOUBLE COMPLEX... 16
  534. checking for C type corresponding to DOUBLE COMPLEX... double _Complex
  535. checking alignment of Fortran DOUBLE COMPLEX... 8
  536. checking for corresponding KIND value of DOUBLE COMPLEX... C_DOUBLE_COMPLEX
  537. checking KIND value of Fortran C_DOUBLE_COMPLEX... (cached) 8
  538. checking for max Fortran MPI handle index... 2147483647
  539. checking Fortran value for .TRUE. logical type... 1
  540. checking for correct handling of Fortran logical arrays... yes
  541. checking max supported Fortran array rank... 7
  542. checking for the value of MPI_STATUS_SIZE... 6 Fortran INTEGERs
  543. checking KIND value of Fortran C_INT16_T... 2
  544. checking KIND value of Fortran C_INT32_T... 4
  545. checking KIND value of Fortran C_INT64_T... 8
  546. checking if building Fortran mpif.h bindings... yes
  547. checking if Fortran compiler supports INTERFACE... yes
  548. checking if Fortran compiler supports ISO_FORTRAN_ENV... yes
  549. checking if Fortran compiler supports STORAGE_SIZE for relevant types... yes
  550. checking for Fortran compiler module include flag... -I
  551. checking Fortran compiler ignore TKR syntax... not cached; checking variants
  552. checking for Fortran compiler support of TYPE(*), DIMENSION(*)... no
  553. checking for Fortran compiler support of !GCC$ ATTRIBUTES NO_ARG_CHECK... yes
  554. checking Fortran compiler ignore TKR syntax... 1:type(*), dimension(*):!GCC$ ATTRIBUTES NO_ARG_CHECK ::
  555. checking if Fortran compiler supports ISO_C_BINDING... yes
  556. checking if building Fortran 'use mpi' bindings... yes
  557. checking if Fortran compiler supports SUBROUTINE BIND(C)... yes
  558. checking if Fortran compiler supports TYPE, BIND(C)... yes
  559. checking if Fortran compiler supports TYPE(type), BIND(C, NAME="name")... yes
  560. checking if Fortran compiler supports PROCEDURE... yes
  561. checking if Fortran compiler supports USE...ONLY... yes
  562. checking if Fortran compiler supports optional arguments... yes
  563. checking if Fortran compiler supports C_FUNLOC/TS 29113... yes
  564. checking if Fortran compiler supports PRIVATE... yes
  565. checking if Fortran compiler supports PROTECTED... yes
  566. checking if Fortran compiler supports ABSTRACT... yes
  567. checking if Fortran compiler supports ASYNCHRONOUS... yes
  568. checking size of Fortran type(test_mpi_handle)... 4
  569. checking alignment of Fortran type(test_mpi_handle)... 4
  570. checking Fortran compiler F08 assumed rank syntax... not cached; checking
  571. checking for Fortran compiler support of TYPE(*), DIMENSION(..)... yes
  572. checking Fortran compiler F08 assumed rank syntax... yes
  573. checking which mpi_f08 implementation to build... "good" compiler, no array subsections
  574. checking if building Fortran 'use mpi_f08' bindings... yes
  575.  
  576. ============================================================================
  577. == Header file tests
  578. ============================================================================
  579. checking alloca.h usability... yes
  580. checking alloca.h presence... yes
  581. checking for alloca.h... yes
  582. checking aio.h usability... yes
  583. checking aio.h presence... yes
  584. checking for aio.h... yes
  585. checking arpa/inet.h usability... yes
  586. checking arpa/inet.h presence... yes
  587. checking for arpa/inet.h... yes
  588. checking dirent.h usability... yes
  589. checking dirent.h presence... yes
  590. checking for dirent.h... yes
  591. checking dlfcn.h usability... yes
  592. checking dlfcn.h presence... yes
  593. checking for dlfcn.h... yes
  594. checking endian.h usability... yes
  595. checking endian.h presence... yes
  596. checking for endian.h... yes
  597. checking execinfo.h usability... yes
  598. checking execinfo.h presence... yes
  599. checking for execinfo.h... yes
  600. checking err.h usability... yes
  601. checking err.h presence... yes
  602. checking for err.h... yes
  603. checking fcntl.h usability... yes
  604. checking fcntl.h presence... yes
  605. checking for fcntl.h... yes
  606. checking grp.h usability... yes
  607. checking grp.h presence... yes
  608. checking for grp.h... yes
  609. checking libgen.h usability... yes
  610. checking libgen.h presence... yes
  611. checking for libgen.h... yes
  612. checking libutil.h usability... no
  613. checking libutil.h presence... no
  614. checking for libutil.h... no
  615. checking for memory.h... (cached) yes
  616. checking for netdb.h... (cached) yes
  617. checking for netinet/in.h... (cached) yes
  618. checking for netinet/tcp.h... (cached) yes
  619. checking poll.h usability... yes
  620. checking poll.h presence... yes
  621. checking for poll.h... yes
  622. checking pthread.h usability... yes
  623. checking pthread.h presence... yes
  624. checking for pthread.h... yes
  625. checking pty.h usability... yes
  626. checking pty.h presence... yes
  627. checking for pty.h... yes
  628. checking pwd.h usability... yes
  629. checking pwd.h presence... yes
  630. checking for pwd.h... yes
  631. checking sched.h usability... yes
  632. checking sched.h presence... yes
  633. checking for sched.h... yes
  634. checking for strings.h... (cached) yes
  635. checking stropts.h usability... yes
  636. checking stropts.h presence... yes
  637. checking for stropts.h... yes
  638. checking linux/ethtool.h usability... yes
  639. checking linux/ethtool.h presence... yes
  640. checking for linux/ethtool.h... yes
  641. checking linux/sockios.h usability... yes
  642. checking linux/sockios.h presence... yes
  643. checking for linux/sockios.h... yes
  644. checking sys/fcntl.h usability... yes
  645. checking sys/fcntl.h presence... yes
  646. checking for sys/fcntl.h... yes
  647. checking sys/ipc.h usability... yes
  648. checking sys/ipc.h presence... yes
  649. checking for sys/ipc.h... yes
  650. checking sys/shm.h usability... yes
  651. checking sys/shm.h presence... yes
  652. checking for sys/shm.h... yes
  653. checking sys/ioctl.h usability... yes
  654. checking sys/ioctl.h presence... yes
  655. checking for sys/ioctl.h... yes
  656. checking sys/mman.h usability... yes
  657. checking sys/mman.h presence... yes
  658. checking for sys/mman.h... yes
  659. checking sys/param.h usability... yes
  660. checking sys/param.h presence... yes
  661. checking for sys/param.h... yes
  662. checking sys/queue.h usability... yes
  663. checking sys/queue.h presence... yes
  664. checking for sys/queue.h... yes
  665. checking sys/resource.h usability... yes
  666. checking sys/resource.h presence... yes
  667. checking for sys/resource.h... yes
  668. checking sys/select.h usability... yes
  669. checking sys/select.h presence... yes
  670. checking for sys/select.h... yes
  671. checking sys/socket.h usability... yes
  672. checking sys/socket.h presence... yes
  673. checking for sys/socket.h... yes
  674. checking sys/sockio.h usability... no
  675. checking sys/sockio.h presence... no
  676. checking for sys/sockio.h... no
  677. checking for sys/stat.h... (cached) yes
  678. checking sys/statfs.h usability... yes
  679. checking sys/statfs.h presence... yes
  680. checking for sys/statfs.h... yes
  681. checking sys/statvfs.h usability... yes
  682. checking sys/statvfs.h presence... yes
  683. checking for sys/statvfs.h... yes
  684. checking sys/time.h usability... yes
  685. checking sys/time.h presence... yes
  686. checking for sys/time.h... yes
  687. checking sys/tree.h usability... no
  688. checking sys/tree.h presence... no
  689. checking for sys/tree.h... no
  690. checking for sys/types.h... (cached) yes
  691. checking sys/uio.h usability... yes
  692. checking sys/uio.h presence... yes
  693. checking for sys/uio.h... yes
  694. checking sys/un.h usability... yes
  695. checking sys/un.h presence... yes
  696. checking for sys/un.h... yes
  697. checking net/uio.h usability... no
  698. checking net/uio.h presence... no
  699. checking for net/uio.h... no
  700. checking sys/utsname.h usability... yes
  701. checking sys/utsname.h presence... yes
  702. checking for sys/utsname.h... yes
  703. checking sys/vfs.h usability... yes
  704. checking sys/vfs.h presence... yes
  705. checking for sys/vfs.h... yes
  706. checking sys/wait.h usability... yes
  707. checking sys/wait.h presence... yes
  708. checking for sys/wait.h... yes
  709. checking syslog.h usability... yes
  710. checking syslog.h presence... yes
  711. checking for syslog.h... yes
  712. checking termios.h usability... yes
  713. checking termios.h presence... yes
  714. checking for termios.h... yes
  715. checking ulimit.h usability... yes
  716. checking ulimit.h presence... yes
  717. checking for ulimit.h... yes
  718. checking for unistd.h... (cached) yes
  719. checking util.h usability... no
  720. checking util.h presence... no
  721. checking for util.h... no
  722. checking utmp.h usability... yes
  723. checking utmp.h presence... yes
  724. checking for utmp.h... yes
  725. checking malloc.h usability... yes
  726. checking malloc.h presence... yes
  727. checking for malloc.h... yes
  728. checking ifaddrs.h usability... yes
  729. checking ifaddrs.h presence... yes
  730. checking for ifaddrs.h... yes
  731. checking crt_externs.h usability... no
  732. checking crt_externs.h presence... no
  733. checking for crt_externs.h... no
  734. checking regex.h usability... yes
  735. checking regex.h presence... yes
  736. checking for regex.h... yes
  737. checking mntent.h usability... yes
  738. checking mntent.h presence... yes
  739. checking for mntent.h... yes
  740. checking paths.h usability... yes
  741. checking paths.h presence... yes
  742. checking for paths.h... yes
  743. checking ioLib.h usability... no
  744. checking ioLib.h presence... no
  745. checking for ioLib.h... no
  746. checking sockLib.h usability... no
  747. checking sockLib.h presence... no
  748. checking for sockLib.h... no
  749. checking hostLib.h usability... no
  750. checking hostLib.h presence... no
  751. checking for hostLib.h... no
  752. checking shlwapi.h usability... no
  753. checking shlwapi.h presence... no
  754. checking for shlwapi.h... no
  755. checking sys/synch.h usability... no
  756. checking sys/synch.h presence... no
  757. checking for sys/synch.h... no
  758. checking db.h usability... no
  759. checking db.h presence... no
  760. checking for db.h... no
  761. checking ndbm.h usability... no
  762. checking ndbm.h presence... no
  763. checking for ndbm.h... no
  764. checking for zlib.h... (cached) yes
  765. checking ieee754.h usability... yes
  766. checking ieee754.h presence... yes
  767. checking for ieee754.h... yes
  768. checking for sys/mount.h... yes
  769. checking for sys/sysctl.h... yes
  770. checking for net/if.h... yes
  771.  
  772. ============================================================================
  773. == Type tests
  774. ============================================================================
  775. checking for socklen_t... yes
  776. checking for struct sockaddr_in... (cached) yes
  777. checking for struct sockaddr_in6... yes
  778. checking for struct sockaddr_storage... yes
  779. checking for struct ifreq... yes
  780. checking for struct ethtool_cmd... yes
  781. checking whether ethtool_cmd_speed is declared... yes
  782. checking whether SIOCETHTOOL is declared... yes
  783. checking for struct ethtool_cmd.speed_hi... yes
  784. checking for struct ethtool_cmd.speed_hi... (cached) yes
  785. checking for struct ethtool_cmd.speed_hi... (cached) yes
  786. checking for struct ethtool_cmd.speed_hi... (cached) yes
  787. checking whether AF_UNSPEC is declared... yes
  788. checking whether PF_UNSPEC is declared... yes
  789. checking whether AF_INET6 is declared... yes
  790. checking whether PF_INET6 is declared... yes
  791. checking if SA_RESTART defined in signal.h... yes
  792. checking for struct sockaddr.sa_len... no
  793. checking for struct dirent.d_type... yes
  794. checking for siginfo_t.si_fd... yes
  795. checking for siginfo_t.si_band... yes
  796. checking for struct statfs.f_type... yes
  797. checking for struct statfs.f_fstypename... no
  798. checking for struct statvfs.f_basetype... no
  799. checking for struct statvfs.f_fstypename... no
  800. checking for type of MPI_Aint... ptrdiff_t (size: 8)
  801. checking for type of MPI_Count... long long (size: 8)
  802. checking for type of MPI_Offset... long long (size: 8)
  803. checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG
  804. checking for MPI_INTEGER_KIND... 4
  805. checking for MPI_ADDRESS_KIND... 8
  806. checking for MPI_COUNT_KIND... 8
  807. checking for MPI_OFFSET_KIND... 8
  808. checking the linker for support for the -fini option... yes
  809.  
  810. ============================================================================
  811. == Library and Function tests
  812. ============================================================================
  813. checking for library containing openpty... -lutil
  814. checking for library containing gethostbyname... none required
  815. checking for library containing socket... none required
  816. checking for library containing sched_yield... none required
  817. checking for library containing dirname... none required
  818. checking for library containing ceil... -lm
  819. checking for library containing clock_gettime... none required
  820. checking for asprintf... yes
  821. checking for snprintf... yes
  822. checking for vasprintf... yes
  823. checking for vsnprintf... yes
  824. checking for openpty... yes
  825. checking for isatty... yes
  826. checking for getpwuid... yes
  827. checking for fork... yes
  828. checking for waitpid... yes
  829. checking for execve... yes
  830. checking for pipe... yes
  831. checking for ptsname... yes
  832. checking for setsid... yes
  833. checking for mmap... yes
  834. checking for tcgetpgrp... yes
  835. checking for posix_memalign... yes
  836. checking for strsignal... yes
  837. checking for sysconf... yes
  838. checking for syslog... yes
  839. checking for vsyslog... yes
  840. checking for regcmp... no
  841. checking for regexec... yes
  842. checking for regfree... yes
  843. checking for _NSGetEnviron... no
  844. checking for socketpair... yes
  845. checking for usleep... yes
  846. checking for mkfifo... yes
  847. checking for dbopen... no
  848. checking for dbm_open... no
  849. checking for statfs... yes
  850. checking for statvfs... yes
  851. checking for setpgid... yes
  852. checking for setenv... yes
  853. checking for __malloc_initialize_hook... no
  854. checking for __clear_cache... yes
  855. checking for htonl define... no
  856. checking for htonl... yes
  857. checking whether va_copy is declared... yes
  858. checking whether __va_copy is declared... yes
  859. checking whether __func__ is declared... yes
  860.  
  861. ============================================================================
  862. == System-specific tests
  863. ============================================================================
  864. checking for _SC_NPROCESSORS_ONLN... yes
  865. checking whether byte ordering is bigendian... no
  866. checking for broken qsort... no
  867. checking if C compiler and POSIX threads work as is... no
  868. checking if C++ compiler and POSIX threads work as is... no
  869. checking if Fortran compiler and POSIX threads work as is... no
  870. checking if C compiler and POSIX threads work with -Kthread... no
  871. checking if C compiler and POSIX threads work with -kthread... no
  872. checking if C compiler and POSIX threads work with -pthread... yes
  873. checking if C++ compiler and POSIX threads work with -Kthread... no
  874. checking if C++ compiler and POSIX threads work with -kthread... no
  875. checking if C++ compiler and POSIX threads work with -pthread... yes
  876. checking if Fortran compiler and POSIX threads work with -Kthread... no
  877. checking if Fortran compiler and POSIX threads work with -kthread... no
  878. checking if Fortran compiler and POSIX threads work with -pthread... yes
  879. checking for pthread_mutexattr_setpshared... yes
  880. checking for pthread_condattr_setpshared... yes
  881. checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
  882. checking for PTHREAD_MUTEX_ERRORCHECK... yes
  883. checking for working POSIX threads package... yes
  884. checking if threads have different pids (pthreads on linux)... no
  885. checking whether ln -s works... yes
  886. checking for grep that handles long lines and -e... (cached) /bin/grep
  887. checking for egrep... (cached) /bin/grep -E
  888. checking dependency style of gcc... (cached) gcc3
  889. checking for flex... flex
  890. checking lex output file root... lex.yy
  891. checking lex library... -lfl
  892. checking whether yytext is a pointer... yes
  893. checking for flavor of ps to use... ps -A -o fname,pid,uid
  894. checking if build filesystem is case sensitive... yes
  895. checking if configuring for case sensitive filesystem... yes
  896. checking whether RLIMIT_NPROC is declared... yes
  897. checking whether RLIMIT_MEMLOCK is declared... yes
  898. checking whether RLIMIT_NOFILE is declared... yes
  899. checking whether RLIMIT_FSIZE is declared... yes
  900. checking whether RLIMIT_CORE is declared... yes
  901. checking whether RLIMIT_STACK is declared... yes
  902. checking whether RLIMIT_AS is declared... yes
  903.  
  904. ============================================================================
  905. == Modular Component Architecture (MCA) setup
  906. ============================================================================
  907. checking for subdir args... '--prefix=/dev/shm/Setup/install/openmpi-git-master' '--disable-timing' '--disable-mpi-cxx' '--enable-shared' '--enable-weak-symbols' '--enable-binaries' '--enable-mpi' '--enable-mpi-interface-warning' '--enable-mpi-fortran' '--enable-c11-atomics' '--enable-builtin-atomics' '--enable-fast-install' '--enable-mpi1-compatibility' '--without-cuda' '--without-verbs' '--with-ucx=/dev/shm/Setup/install/ucx-1.5.1' '--disable-debug' '--disable-mem-debug' 'CC=gcc' 'CFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'FC=gfortran' 'FCFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native'
  908. checking for pkg-config... /usr/bin/pkg-config
  909. checking pkg-config is at least version 0.9.0... yes
  910. checking for pkg-config... (cached) /usr/bin/pkg-config
  911. checking pkg-config is at least version 0.9.0... yes
  912. checking for X... no
  913.  
  914. ==> Pre-emptively configuring the hwloc framework to satisfy dependencies.
  915. checking whether to enable hwloc PCI device support... yes (default)
  916.  
  917. +++ Configuring MCA framework hwloc
  918. checking for no configure components in framework hwloc...
  919. checking for m4 configure components in framework hwloc... external, hwloc201
  920.  
  921. --- MCA component hwloc:external (m4 configuration macro, priority 90)
  922. checking for MCA component hwloc:external compile mode... static
  923. checking --with-hwloc-libdir value... simple ok (unspecified value)
  924. checking looking for external hwloc in... ()
  925. checking hwloc.h usability... yes
  926. checking hwloc.h presence... yes
  927. checking for hwloc.h... yes
  928. looking for library without search path
  929. checking for library containing hwloc_topology_init... -lhwloc
  930. checking if libhwloc requires libnl v1 or v3...
  931. checking if external hwloc version is 1.5 or greater... yes
  932. checking if external hwloc version is 2.0 or greater... no
  933. configure: WARNING: external hwloc version is less than internal version 2.0
  934. configure: WARNING: using internal hwloc
  935. checking if MCA component hwloc:external can compile... no
  936.  
  937. --- MCA component hwloc:hwloc201 (m4 configuration macro, priority 80)
  938. checking for MCA component hwloc:hwloc201 compile mode... static
  939. checking if hwloc external component succeeded... no
  940. configure: hwloc:external failed, so this component will be used
  941. checking hwloc building mode... embedded
  942. configure: hwloc builddir: /dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc
  943. configure: hwloc srcdir: /dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc
  944. checking for hwloc version... 2.0.2rc1-git
  945. checking if want hwloc maintainer support... disabled (embedded mode)
  946. checking for hwloc directory prefix... opal/mca/hwloc/hwloc201/hwloc/
  947. checking for hwloc symbol prefix... opal_hwloc201_
  948. checking for gcc option to accept ISO C99... none needed
  949. checking size of void *... (cached) 8
  950. checking which OS support to include... Linux
  951. checking which CPU support to include... x86_64
  952. checking size of unsigned long... 8
  953. checking size of unsigned int... 4
  954. checking for the C compiler vendor... gnu
  955. checking for __attribute__... yes
  956. checking for __attribute__(aligned)... yes
  957. checking for __attribute__(always_inline)... yes
  958. checking for __attribute__(cold)... yes
  959. checking for __attribute__(const)... yes
  960. checking for __attribute__(deprecated)... yes
  961. checking for __attribute__(format)... yes
  962. checking for __attribute__(hot)... yes
  963. checking for __attribute__(malloc)... yes
  964. checking for __attribute__(may_alias)... yes
  965. checking for __attribute__(no_instrument_function)... yes
  966. checking for __attribute__(nonnull)... yes
  967. checking for __attribute__(noreturn)... yes
  968. checking for __attribute__(packed)... yes
  969. checking for __attribute__(pure)... yes
  970. checking for __attribute__(sentinel)... yes
  971. checking for __attribute__(unused)... yes
  972. checking for __attribute__(warn_unused_result)... yes
  973. checking for __attribute__(weak_alias)... yes
  974. checking if gcc supports -fvisibility=hidden... yes
  975. checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
  976. configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
  977. checking whether the C compiler rejects function calls with too many arguments... yes
  978. checking whether the C compiler rejects function calls with too few arguments... yes
  979. checking for unistd.h... (cached) yes
  980. checking for dirent.h... (cached) yes
  981. checking for strings.h... (cached) yes
  982. checking ctype.h usability... yes
  983. checking ctype.h presence... yes
  984. checking for ctype.h... yes
  985. checking for strncasecmp... yes
  986. checking whether strncasecmp is declared... yes
  987. checking whether function strncasecmp has a complete prototype... yes
  988. checking for strftime... yes
  989. checking for setlocale... yes
  990. checking for stdint.h... (cached) yes
  991. checking for sys/mman.h... (cached) yes
  992. checking for KAFFINITY... no
  993. checking for PROCESSOR_CACHE_TYPE... no
  994. checking for CACHE_DESCRIPTOR... no
  995. checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
  996. checking for RelationProcessorPackage... no
  997. checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
  998. checking for GROUP_AFFINITY... no
  999. checking for PROCESSOR_RELATIONSHIP... no
  1000. checking for NUMA_NODE_RELATIONSHIP... no
  1001. checking for CACHE_RELATIONSHIP... no
  1002. checking for PROCESSOR_GROUP_INFO... no
  1003. checking for GROUP_RELATIONSHIP... no
  1004. checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
  1005. checking for PSAPI_WORKING_SET_EX_BLOCK... no
  1006. checking for PSAPI_WORKING_SET_EX_INFORMATION... no
  1007. checking for PROCESSOR_NUMBER... no
  1008. checking for main in -lgdi32... no
  1009. checking for PostQuitMessage in -luser32... no
  1010. checking windows.h usability... no
  1011. checking windows.h presence... no
  1012. checking for windows.h... no
  1013. checking sys/lgrp_user.h usability... no
  1014. checking sys/lgrp_user.h presence... no
  1015. checking for sys/lgrp_user.h... no
  1016. checking kstat.h usability... no
  1017. checking kstat.h presence... no
  1018. checking for kstat.h... no
  1019. checking whether fabsf is declared... yes
  1020. checking for fabsf in -lm... yes
  1021. checking picl.h usability... no
  1022. checking picl.h presence... no
  1023. checking for picl.h... no
  1024. checking whether _SC_NPROCESSORS_ONLN is declared... yes
  1025. checking whether _SC_NPROCESSORS_CONF is declared... yes
  1026. checking whether _SC_NPROC_ONLN is declared... no
  1027. checking whether _SC_NPROC_CONF is declared... no
  1028. checking whether _SC_PAGESIZE is declared... yes
  1029. checking whether _SC_PAGE_SIZE is declared... yes
  1030. checking whether _SC_LARGE_PAGESIZE is declared... no
  1031. checking mach/mach_host.h usability... no
  1032. checking mach/mach_host.h presence... no
  1033. checking for mach/mach_host.h... no
  1034. checking mach/mach_init.h usability... no
  1035. checking mach/mach_init.h presence... no
  1036. checking for mach/mach_init.h... no
  1037. checking for sys/param.h... (cached) yes
  1038. checking for sys/sysctl.h... (cached) yes
  1039. checking whether CTL_HW is declared... no
  1040. checking whether HW_NCPU is declared... no
  1041. checking whether strtoull is declared... yes
  1042. checking for ssize_t... (cached) yes
  1043. checking whether snprintf is declared... yes
  1044. checking whether strcasecmp is declared... yes
  1045. checking whether _strdup is declared... no
  1046. checking whether _putenv is declared... no
  1047. checking whether getprogname is declared... no
  1048. checking whether getexecname is declared... no
  1049. checking whether GetModuleFileName is declared... no
  1050. checking for program_invocation_name... yes
  1051. checking for __progname... yes
  1052. checking for pthread_t... yes
  1053. checking whether sched_getcpu is declared... yes
  1054. checking whether sched_setaffinity is declared... yes
  1055. checking whether function sched_setaffinity has a complete prototype... yes
  1056. checking for old prototype of sched_setaffinity... no
  1057. checking for working CPU_SET... yes
  1058. checking for working CPU_SET_S... yes
  1059. checking for working syscall with 6 parameters... yes
  1060. checking for lib... no
  1061. checking for bash... /bin/bash
  1062. checking for ffs... yes
  1063. checking whether ffs is declared... yes
  1064. checking whether function ffs has a complete prototype... yes
  1065. checking for ffsl... yes
  1066. checking whether ffsl is declared... yes
  1067. checking whether function ffsl has a complete prototype... yes
  1068. checking for fls... no
  1069. checking for flsl... no
  1070. checking for clz... no
  1071. checking for clzl... no
  1072. checking for openat... yes
  1073. checking for malloc.h... (cached) yes
  1074. checking for getpagesize... yes
  1075. checking for memalign... yes
  1076. checking for posix_memalign... (cached) yes
  1077. checking for sys/utsname.h... (cached) yes
  1078. checking for uname... yes
  1079. checking pthread_np.h usability... no
  1080. checking pthread_np.h presence... no
  1081. checking for pthread_np.h... no
  1082. checking whether pthread_setaffinity_np is declared... yes
  1083. checking whether pthread_getaffinity_np is declared... yes
  1084. checking for sched_setaffinity... yes
  1085. checking for sys/cpuset.h... no
  1086. checking for cpuset_setaffinity... no
  1087. checking for library containing pthread_getthrds_np... no
  1088. checking for cpuset_setid... no
  1089. checking libudev.h usability... no
  1090. checking libudev.h presence... no
  1091. checking for libudev.h... no
  1092. checking for PCIACCESS... no
  1093. checking pciaccess.h usability... no
  1094. checking pciaccess.h presence... no
  1095. checking for pciaccess.h... no
  1096. checking X11/Xlib.h usability... no
  1097. checking X11/Xlib.h presence... no
  1098. checking for X11/Xlib.h... no
  1099. checking for x86 cpuid... yes
  1100. checking for pthread_mutex_lock... yes
  1101. checking if plugin support is enabled... no
  1102. checking components to build statically... noos xml synthetic xml_nolibxml linux linuxio x86
  1103. checking components to build as plugins...
  1104. checking whether hwloc configure succeeded... yes
  1105. checking infiniband/verbs.h usability... yes
  1106. checking infiniband/verbs.h presence... yes
  1107. checking for infiniband/verbs.h... yes
  1108. checking if MCA component hwloc:hwloc201 can compile... yes
  1109.  
  1110. checking for winning hwloc component header file... opal/mca/hwloc/hwloc201/hwloc201.h
  1111.  
  1112. <== Pre-emptive hwloc framework configuration complete.
  1113. <== We now return you to your regularly scheduled programming.
  1114.  
  1115. checking which components should be disabled...
  1116. checking which components should be direct-linked into the library...
  1117. checking which components should be run-time loadable... all
  1118. checking which components should be static... none
  1119. checking for projects containing MCA frameworks... opal, orte, ompi, oshmem
  1120.  
  1121. *** Configuring MCA for opal
  1122. checking for frameworks for opal... common, allocator, backtrace, btl, compress, crs, dl, event, hwloc, if, installdirs, memchecker, memcpy, memory, mpool, patcher, pmix, pstat, rcache, reachable, shmem, timer
  1123.  
  1124. +++ Configuring MCA framework common
  1125. checking for no configure components in framework common...
  1126. checking for m4 configure components in framework common... cuda, sm, ucx
  1127.  
  1128. --- MCA component common:cuda (m4 configuration macro)
  1129. checking for MCA component common:cuda compile mode... dso
  1130. checking if MCA component common:cuda can compile... no
  1131.  
  1132. --- MCA component common:sm (m4 configuration macro)
  1133. checking for MCA component common:sm compile mode... dso
  1134. checking if MCA component common:sm can compile... yes
  1135.  
  1136. --- MCA component common:ucx (m4 configuration macro)
  1137. checking for MCA component common:ucx compile mode... dso
  1138. checking --with-ucx value... sanity check ok (/dev/shm/Setup/install/ucx-1.5.1)
  1139. checking --with-ucx-libdir value... simple ok (unspecified value)
  1140. checking ucp/api/ucp.h usability... yes
  1141. checking ucp/api/ucp.h presence... yes
  1142. checking for ucp/api/ucp.h... yes
  1143. checking for library containing ucp_cleanup... -lucp
  1144. checking if libucp requires libnl v1 or v3...
  1145. checking for UCX version compatibility... yes
  1146. checking whether ucp_tag_send_nbr is declared... yes
  1147. checking whether ucp_ep_flush_nb is declared... yes
  1148. checking whether ucp_worker_flush_nb is declared... yes
  1149. checking whether ucp_request_check_status is declared... yes
  1150. checking whether ucp_put_nb is declared... yes
  1151. checking whether ucp_get_nb is declared... yes
  1152. checking whether ucm_test_events is declared... no
  1153. checking whether UCP_ATOMIC_POST_OP_AND is declared... yes
  1154. checking whether UCP_ATOMIC_POST_OP_OR is declared... yes
  1155. checking whether UCP_ATOMIC_POST_OP_XOR is declared... yes
  1156. checking whether UCP_ATOMIC_FETCH_OP_FAND is declared... yes
  1157. checking whether UCP_ATOMIC_FETCH_OP_FOR is declared... yes
  1158. checking whether UCP_ATOMIC_FETCH_OP_FXOR is declared... yes
  1159. checking whether UCP_WORKER_ATTR_FIELD_ADDRESS_FLAGS is declared... no
  1160. checking if MCA component common:ucx can compile... yes
  1161.  
  1162. +++ Configuring MCA framework allocator
  1163. checking for no configure components in framework allocator... basic, bucket
  1164. checking for m4 configure components in framework allocator...
  1165.  
  1166. --- MCA component allocator:basic (no configuration)
  1167. checking for MCA component allocator:basic compile mode... dso
  1168. checking if MCA component allocator:basic can compile... yes
  1169.  
  1170. --- MCA component allocator:bucket (no configuration)
  1171. checking for MCA component allocator:bucket compile mode... dso
  1172. checking if MCA component allocator:bucket can compile... yes
  1173.  
  1174. +++ Configuring MCA framework backtrace
  1175. checking for no configure components in framework backtrace...
  1176. checking for m4 configure components in framework backtrace... execinfo, none, printstack
  1177.  
  1178. --- MCA component backtrace:execinfo (m4 configuration macro, priority 30)
  1179. checking for MCA component backtrace:execinfo compile mode... static
  1180. checking for execinfo.h... (cached) yes
  1181. checking for library containing backtrace... none required
  1182. checking if MCA component backtrace:execinfo can compile... yes
  1183.  
  1184. --- MCA component backtrace:printstack (m4 configuration macro, priority 30)
  1185. checking for MCA component backtrace:printstack compile mode... static
  1186. checking ucontext.h usability... yes
  1187. checking ucontext.h presence... yes
  1188. checking for ucontext.h... yes
  1189. checking for printstack... no
  1190. checking if MCA component backtrace:printstack can compile... no
  1191.  
  1192. --- MCA component backtrace:none (m4 configuration macro, priority 0)
  1193. checking for MCA component backtrace:none compile mode... static
  1194. checking if MCA component backtrace:none can compile... no
  1195.  
  1196. +++ Configuring MCA framework btl
  1197. checking for no configure components in framework btl... self
  1198. checking for m4 configure components in framework btl... ofi, portals4, sm, smcuda, tcp, uct, ugni, usnic, vader
  1199.  
  1200. --- MCA component btl:self (no configuration)
  1201. checking for MCA component btl:self compile mode... dso
  1202. checking if MCA component btl:self can compile... yes
  1203.  
  1204. --- MCA component btl:ofi (m4 configuration macro)
  1205. checking for MCA component btl:ofi compile mode... dso
  1206. checking --with-ofi value... simple ok (unspecified value)
  1207. checking --with-ofi-libdir value... simple ok (unspecified value)
  1208. checking looking for OFI libfabric in... ()
  1209. checking rdma/fabric.h usability... no
  1210. checking rdma/fabric.h presence... no
  1211. checking for rdma/fabric.h... no
  1212. checking if MCA component btl:ofi can compile... no
  1213.  
  1214. --- MCA component btl:portals4 (m4 configuration macro)
  1215. checking for MCA component btl:portals4 compile mode... dso
  1216. checking --with-portals4 value... simple ok (unspecified value)
  1217. checking --with-portals4-libdir value... simple ok (unspecified value)
  1218. checking portals4.h usability... no
  1219. checking portals4.h presence... no
  1220. checking for portals4.h... no
  1221. checking whether to enable flow control... no
  1222. checking if MCA component btl:portals4 can compile... no
  1223.  
  1224. --- MCA component btl:sm (m4 configuration macro)
  1225. checking for MCA component btl:sm compile mode... dso
  1226. checking if MCA component btl:sm can compile... yes
  1227.  
  1228. --- MCA component btl:smcuda (m4 configuration macro)
  1229. checking for MCA component btl:smcuda compile mode... dso
  1230. checking if MCA component btl:smcuda can compile... no
  1231.  
  1232. --- MCA component btl:tcp (m4 configuration macro)
  1233. checking for MCA component btl:tcp compile mode... dso
  1234. checking for struct sockaddr_in... (cached) yes
  1235. checking if MCA component btl:tcp can compile... yes
  1236.  
  1237. --- MCA component btl:uct (m4 configuration macro)
  1238. checking for MCA component btl:uct compile mode... dso
  1239. checking whether UCT_PROGRESS_THREAD_SAFE is declared... yes
  1240. checking whether UCT_CB_FLAG_SYNC is declared... no
  1241. checking if MCA component btl:uct can compile... yes
  1242.  
  1243. --- MCA component btl:ugni (m4 configuration macro)
  1244. checking for MCA component btl:ugni compile mode... dso
  1245. checking for CRAY_UGNI... no
  1246. checking if MCA component btl:ugni can compile... no
  1247.  
  1248. --- MCA component btl:usnic (m4 configuration macro)
  1249. checking for MCA component btl:usnic compile mode... dso
  1250. checking size of void *... (cached) 8
  1251. checking for 64 bit Linux... yes
  1252. checking if OFI libfabric is available... no
  1253. checking if MCA component btl:usnic can compile... no
  1254.  
  1255. --- MCA component btl:vader (m4 configuration macro)
  1256. checking for MCA component btl:vader compile mode... dso
  1257. checking for Cray XPMEM support... checking for CRAY_XPMEM... no
  1258. checking --with-xpmem value... simple ok (unspecified value)
  1259. checking --with-xpmem-libdir value... simple ok (unspecified value)
  1260. checking xpmem.h usability... no
  1261. checking xpmem.h presence... no
  1262. checking for xpmem.h... no
  1263. checking --with-knem value... simple ok (unspecified value)
  1264. checking knem_io.h usability... no
  1265. checking knem_io.h presence... no
  1266. checking for knem_io.h... no
  1267. checking sys/prctl.h usability... yes
  1268. checking sys/prctl.h presence... yes
  1269. checking for sys/prctl.h... yes
  1270. checking for process_vm_readv... yes
  1271. checking for sys/prctl.h... (cached) yes
  1272. checking if MCA component btl:vader can compile... yes
  1273.  
  1274. +++ Configuring MCA framework compress
  1275. checking for no configure components in framework compress...
  1276. checking for m4 configure components in framework compress... zlib
  1277.  
  1278. --- MCA component compress:zlib (m4 configuration macro)
  1279. checking for MCA component compress:zlib compile mode... dso
  1280. checking for zlib in... (default search paths)
  1281. checking zlib.h usability... yes
  1282. checking zlib.h presence... yes
  1283. checking for zlib.h... yes
  1284. looking for library without search path
  1285. checking for library containing deflate... none required
  1286. checking if libz requires libnl v1 or v3...
  1287. checking will zlib support be built... yes
  1288. checking if MCA component compress:zlib can compile... yes
  1289.  
  1290. +++ Configuring MCA framework crs
  1291. checking for no configure components in framework crs... none
  1292. checking for m4 configure components in framework crs... self
  1293.  
  1294. --- MCA component crs:none (no configuration)
  1295. checking for MCA component crs:none compile mode... dso
  1296. checking if MCA component crs:none can compile... yes
  1297.  
  1298. --- MCA component crs:self (m4 configuration macro)
  1299. checking for MCA component crs:self compile mode... dso
  1300. checking if MCA component crs:self can compile... no
  1301.  
  1302. +++ Configuring MCA framework dl
  1303. checking for no configure components in framework dl...
  1304. checking for m4 configure components in framework dl... dlopen, libltdl
  1305.  
  1306. --- MCA component dl:dlopen (m4 configuration macro, priority 80)
  1307. checking for MCA component dl:dlopen compile mode... static
  1308. checking dlfcn.h usability... yes
  1309. checking dlfcn.h presence... yes
  1310. checking for dlfcn.h... yes
  1311. looking for library without search path
  1312. checking for library containing dlopen... -ldl
  1313. checking if libdl requires libnl v1 or v3...
  1314. checking if MCA component dl:dlopen can compile... yes
  1315.  
  1316. --- MCA component dl:libltdl (m4 configuration macro, priority 50)
  1317. checking for MCA component dl:libltdl compile mode... static
  1318. checking --with-libltdl value... simple ok (unspecified value)
  1319. checking --with-libltdl-libdir value... simple ok (unspecified value)
  1320. checking for libltdl dir... compiler default
  1321. checking for libltdl library dir... linker default
  1322. checking ltdl.h usability... yes
  1323. checking ltdl.h presence... yes
  1324. checking for ltdl.h... yes
  1325. looking for library without search path
  1326. checking for library containing lt_dlopen... -lltdl
  1327. checking if libltdl requires libnl v1 or v3...
  1328. checking for lt_dladvise_init... yes
  1329. checking if MCA component dl:libltdl can compile... no
  1330.  
  1331. +++ Configuring MCA framework event
  1332. checking for no configure components in framework event...
  1333. checking for m4 configure components in framework event... external, libevent2022
  1334.  
  1335. --- MCA component event:external (m4 configuration macro, priority 90)
  1336. checking for MCA component event:external compile mode... static
  1337. checking --with-libevent-libdir value... simple ok (unspecified value)
  1338. checking for external libevent in... (default search paths)
  1339. checking event2/event.h usability... no
  1340. checking event2/event.h presence... no
  1341. checking for event2/event.h... no
  1342. checking if MCA component event:external can compile... no
  1343.  
  1344. --- MCA component event:libevent2022 (m4 configuration macro, priority 80)
  1345. checking for MCA component event:libevent2022 compile mode... static
  1346. checking if event external component succeeded... no
  1347. configure: event:external failed, so this component will be used
  1348. checking libevent configuration args... --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport
  1349. configure: OPAL configuring in opal/mca/event/libevent2022/libevent
  1350. configure: running /bin/bash './configure' --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport '--prefix=/dev/shm/Setup/install/openmpi-git-master' '--disable-timing' '--disable-mpi-cxx' '--enable-shared' '--enable-weak-symbols' '--enable-binaries' '--enable-mpi' '--enable-mpi-interface-warning' '--enable-mpi-fortran' '--enable-c11-atomics' '--enable-builtin-atomics' '--enable-fast-install' '--enable-mpi1-compatibility' '--without-cuda' '--without-verbs' '--with-ucx=/dev/shm/Setup/install/ucx-1.5.1' '--disable-debug' '--disable-mem-debug' 'CC=gcc' 'CFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'FC=gfortran' 'FCFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'CPPFLAGS=-I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc/include -Drandom=opal_random' --cache-file=/dev/null --srcdir=. --disable-option-checking
  1351. checking for a BSD-compatible install... /usr/bin/install -c
  1352. checking whether build environment is sane... yes
  1353. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1354. checking for gawk... no
  1355. checking for mawk... mawk
  1356. checking whether make sets $(MAKE)... yes
  1357. checking whether make supports nested variables... yes
  1358. checking build system type... x86_64-pc-linux-gnu
  1359. checking host system type... x86_64-pc-linux-gnu
  1360. checking for gcc... gcc
  1361. checking whether the C compiler works... yes
  1362. checking for C compiler default output file name... a.out
  1363. checking for suffix of executables...
  1364. checking whether we are cross compiling... no
  1365. checking for suffix of object files... o
  1366. checking whether we are using the GNU C compiler... yes
  1367. checking whether gcc accepts -g... yes
  1368. checking for gcc option to accept ISO C89... none needed
  1369. checking whether gcc understands -c and -o together... yes
  1370. checking for style of include used by make... GNU
  1371. checking dependency style of gcc... gcc3
  1372. checking for a sed that does not truncate output... /bin/sed
  1373. checking whether ln -s works... yes
  1374. checking how to run the C preprocessor... gcc -E
  1375. checking for grep that handles long lines and -e... /bin/grep
  1376. checking for egrep... /bin/grep -E
  1377. checking whether gcc needs -traditional... no
  1378. checking how to print strings... printf
  1379. checking for a sed that does not truncate output... (cached) /bin/sed
  1380. checking for fgrep... /bin/grep -F
  1381. checking for ld used by gcc... /usr/bin/ld
  1382. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1383. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1384. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1385. checking the maximum length of command line arguments... 1572864
  1386. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  1387. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1388. checking for /usr/bin/ld option to reload object files... -r
  1389. checking for objdump... objdump
  1390. checking how to recognize dependent libraries... pass_all
  1391. checking for dlltool... no
  1392. checking how to associate runtime and link libraries... printf %s\n
  1393. checking for ar... ar
  1394. checking for archiver @FILE support... @
  1395. checking for strip... strip
  1396. checking for ranlib... ranlib
  1397. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1398. checking for sysroot... no
  1399. checking for a working dd... /bin/dd
  1400. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  1401. checking for mt... mt
  1402. checking if mt is a manifest tool... no
  1403. checking for ANSI C header files... yes
  1404. checking for sys/types.h... yes
  1405. checking for sys/stat.h... yes
  1406. checking for stdlib.h... yes
  1407. checking for string.h... yes
  1408. checking for memory.h... yes
  1409. checking for strings.h... yes
  1410. checking for inttypes.h... yes
  1411. checking for stdint.h... yes
  1412. checking for unistd.h... yes
  1413. checking for dlfcn.h... yes
  1414. checking for objdir... .libs
  1415. checking if gcc supports -fno-rtti -fno-exceptions... no
  1416. checking for gcc option to produce PIC... -fPIC -DPIC
  1417. checking if gcc PIC flag -fPIC -DPIC works... yes
  1418. checking if gcc static flag -static works... yes
  1419. checking if gcc supports -c -o file.o... yes
  1420. checking if gcc supports -c -o file.o... (cached) yes
  1421. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1422. checking whether -lc should be explicitly linked in... no
  1423. checking dynamic linker characteristics... GNU/Linux ld.so
  1424. checking how to hardcode library paths into programs... immediate
  1425. checking whether stripping libraries is possible... yes
  1426. checking if libtool supports shared libraries... yes
  1427. checking whether to build shared libraries... yes
  1428. checking whether to build static libraries... yes
  1429. checking for library containing inet_ntoa... none required
  1430. checking for library containing socket... none required
  1431. checking for library containing inet_aton... none required
  1432. checking for library containing clock_gettime... none required
  1433. checking for library containing sendfile... none required
  1434. checking for WIN32... no
  1435. checking for CYGWIN... no
  1436. checking zlib.h usability... yes
  1437. checking zlib.h presence... yes
  1438. checking for zlib.h... yes
  1439. checking for library containing inflateEnd... -lz
  1440. checking openssl/bio.h usability... yes
  1441. checking openssl/bio.h presence... yes
  1442. checking for openssl/bio.h... yes
  1443. checking for ANSI C header files... (cached) yes
  1444. checking fcntl.h usability... yes
  1445. checking fcntl.h presence... yes
  1446. checking for fcntl.h... yes
  1447. checking stdarg.h usability... yes
  1448. checking stdarg.h presence... yes
  1449. checking for stdarg.h... yes
  1450. checking for inttypes.h... (cached) yes
  1451. checking for stdint.h... (cached) yes
  1452. checking stddef.h usability... yes
  1453. checking stddef.h presence... yes
  1454. checking for stddef.h... yes
  1455. checking poll.h usability... yes
  1456. checking poll.h presence... yes
  1457. checking for poll.h... yes
  1458. checking for unistd.h... (cached) yes
  1459. checking sys/epoll.h usability... yes
  1460. checking sys/epoll.h presence... yes
  1461. checking for sys/epoll.h... yes
  1462. checking sys/time.h usability... yes
  1463. checking sys/time.h presence... yes
  1464. checking for sys/time.h... yes
  1465. checking sys/queue.h usability... yes
  1466. checking sys/queue.h presence... yes
  1467. checking for sys/queue.h... yes
  1468. checking sys/event.h usability... no
  1469. checking sys/event.h presence... no
  1470. checking for sys/event.h... no
  1471. checking sys/param.h usability... yes
  1472. checking sys/param.h presence... yes
  1473. checking for sys/param.h... yes
  1474. checking sys/ioctl.h usability... yes
  1475. checking sys/ioctl.h presence... yes
  1476. checking for sys/ioctl.h... yes
  1477. checking sys/select.h usability... yes
  1478. checking sys/select.h presence... yes
  1479. checking for sys/select.h... yes
  1480. checking sys/devpoll.h usability... no
  1481. checking sys/devpoll.h presence... no
  1482. checking for sys/devpoll.h... no
  1483. checking port.h usability... no
  1484. checking port.h presence... no
  1485. checking for port.h... no
  1486. checking netinet/in.h usability... yes
  1487. checking netinet/in.h presence... yes
  1488. checking for netinet/in.h... yes
  1489. checking netinet/in6.h usability... no
  1490. checking netinet/in6.h presence... no
  1491. checking for netinet/in6.h... no
  1492. checking sys/socket.h usability... yes
  1493. checking sys/socket.h presence... yes
  1494. checking for sys/socket.h... yes
  1495. checking sys/uio.h usability... yes
  1496. checking sys/uio.h presence... yes
  1497. checking for sys/uio.h... yes
  1498. checking arpa/inet.h usability... yes
  1499. checking arpa/inet.h presence... yes
  1500. checking for arpa/inet.h... yes
  1501. checking sys/eventfd.h usability... yes
  1502. checking sys/eventfd.h presence... yes
  1503. checking for sys/eventfd.h... yes
  1504. checking sys/mman.h usability... yes
  1505. checking sys/mman.h presence... yes
  1506. checking for sys/mman.h... yes
  1507. checking sys/sendfile.h usability... yes
  1508. checking sys/sendfile.h presence... yes
  1509. checking for sys/sendfile.h... yes
  1510. checking sys/wait.h usability... yes
  1511. checking sys/wait.h presence... yes
  1512. checking for sys/wait.h... yes
  1513. checking netdb.h usability... yes
  1514. checking netdb.h presence... yes
  1515. checking for netdb.h... yes
  1516. checking for sys/stat.h... (cached) yes
  1517. checking for sys/sysctl.h... yes
  1518. checking for TAILQ_FOREACH in sys/queue.h... yes
  1519. checking for timeradd in sys/time.h... yes
  1520. checking for timercmp in sys/time.h... yes
  1521. checking for timerclear in sys/time.h... yes
  1522. checking for timerisset in sys/time.h... yes
  1523. checking whether CTL_KERN is declared... yes
  1524. checking whether KERN_RANDOM is declared... yes
  1525. checking whether RANDOM_UUID is declared... yes
  1526. checking whether KERN_ARND is declared... no
  1527. checking for an ANSI C-conforming const... yes
  1528. checking for inline... inline
  1529. checking whether time.h and sys/time.h may both be included... yes
  1530. checking for gettimeofday... yes
  1531. checking for vasprintf... yes
  1532. checking for fcntl... yes
  1533. checking for clock_gettime... yes
  1534. checking for strtok_r... yes
  1535. checking for strsep... yes
  1536. checking for getnameinfo... yes
  1537. checking for strlcpy... no
  1538. checking for inet_ntop... yes
  1539. checking for inet_pton... yes
  1540. checking for signal... yes
  1541. checking for sigaction... yes
  1542. checking for strtoll... yes
  1543. checking for inet_aton... yes
  1544. checking for pipe... yes
  1545. checking for eventfd... yes
  1546. checking for sendfile... yes
  1547. checking for mmap... yes
  1548. checking for splice... yes
  1549. checking for arc4random... no
  1550. checking for arc4random_buf... no
  1551. checking for issetugid... no
  1552. checking for geteuid... yes
  1553. checking for getegid... yes
  1554. checking for getprotobynumber... yes
  1555. checking for setenv... yes
  1556. checking for unsetenv... yes
  1557. checking for putenv... yes
  1558. checking for sysctl... yes
  1559. checking for umask... yes
  1560. checking for getaddrinfo... yes
  1561. checking size of long... 8
  1562. checking for F_SETFD in fcntl.h... yes
  1563. checking for select... yes
  1564. checking for select support... yes
  1565. checking for poll... yes
  1566. checking for poll support... yes
  1567. checking for /dev/poll support... no
  1568. checking for epoll support... enabled
  1569. checking for epoll_ctl... yes
  1570. checking if epoll can build... yes
  1571. checking for working epoll library interface... yes
  1572. checking for epoll syscall support... no
  1573. checking for evport support... no
  1574. checking event_ops... yes
  1575. checking for working ops... yes
  1576. checking for pid_t... yes
  1577. checking for size_t... yes
  1578. checking for ssize_t... yes
  1579. checking for uint64_t... yes
  1580. checking for uint32_t... yes
  1581. checking for uint16_t... yes
  1582. checking for uint8_t... yes
  1583. checking for uintptr_t... yes
  1584. checking for fd_mask... yes
  1585. checking size of long long... 8
  1586. checking size of long... (cached) 8
  1587. checking size of int... 4
  1588. checking size of short... 2
  1589. checking size of size_t... 8
  1590. checking size of void *... 8
  1591. checking for struct in6_addr... yes
  1592. checking for struct sockaddr_in6... yes
  1593. checking for sa_family_t... yes
  1594. checking for struct addrinfo... yes
  1595. checking for struct sockaddr_storage... yes
  1596. checking for struct in6_addr.s6_addr32... yes
  1597. checking for struct in6_addr.s6_addr16... yes
  1598. checking for struct sockaddr_in.sin_len... no
  1599. checking for struct sockaddr_in6.sin6_len... no
  1600. checking for struct sockaddr_storage.ss_family... yes
  1601. checking for struct sockaddr_storage.__ss_family... no
  1602. checking for socklen_t... yes
  1603. checking whether our compiler supports __func__... yes
  1604. checking for the pthreads library -lpthreads... no
  1605. checking whether pthreads work without any flags... no
  1606. checking whether pthreads work with -Kthread... no
  1607. checking whether pthreads work with -kthread... no
  1608. checking for the pthreads library -llthread... no
  1609. checking whether pthreads work with -pthread... yes
  1610. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  1611. checking if more special flags are required for pthreads... no
  1612. checking size of pthread_t... 8
  1613. checking that generated files are newer than configure... done
  1614. configure: creating ./config.status
  1615. config.status: creating libevent.pc
  1616. config.status: creating libevent_openssl.pc
  1617. config.status: creating libevent_pthreads.pc
  1618. config.status: creating Makefile
  1619. config.status: creating include/Makefile
  1620. config.status: creating config.h
  1621. config.status: config.h is unchanged
  1622. config.status: executing depfiles commands
  1623. config.status: executing libtool commands
  1624. configure: /bin/bash './configure' succeeded for opal/mca/event/libevent2022/libevent
  1625. checking if MCA component event:libevent2022 can compile... yes
  1626.  
  1627. checking if have working event ops for the event framework... yes
  1628. checking for winning event component header file... libevent2022/libevent2022.h
  1629.  
  1630. +++ Configuring MCA framework if
  1631. checking for no configure components in framework if...
  1632. checking for m4 configure components in framework if... bsdx_ipv4, bsdx_ipv6, linux_ipv6, posix_ipv4, solaris_ipv6
  1633.  
  1634. --- MCA component if:bsdx_ipv4 (m4 configuration macro)
  1635. checking for MCA component if:bsdx_ipv4 compile mode... static
  1636. checking struct sockaddr... yes (cached)
  1637. checking NetBSD, FreeBSD, OpenBSD, or DragonFly... no
  1638. checking if MCA component if:bsdx_ipv4 can compile... no
  1639.  
  1640. --- MCA component if:bsdx_ipv6 (m4 configuration macro)
  1641. checking for MCA component if:bsdx_ipv6 compile mode... static
  1642. checking struct sockaddr... yes (cached)
  1643. checking some flavor of BSD... no
  1644. checking if MCA component if:bsdx_ipv6 can compile... no
  1645.  
  1646. --- MCA component if:linux_ipv6 (m4 configuration macro)
  1647. checking for MCA component if:linux_ipv6 compile mode... static
  1648. checking if we are on Linux with TCP... yes
  1649. checking if MCA component if:linux_ipv6 can compile... yes
  1650.  
  1651. --- MCA component if:posix_ipv4 (m4 configuration macro)
  1652. checking for MCA component if:posix_ipv4 compile mode... static
  1653. checking struct sockaddr... yes (cached)
  1654. checking not NetBSD, FreeBSD, OpenBSD, or DragonFly... yes
  1655. checking for struct ifreq.ifr_hwaddr... yes
  1656. checking for struct ifreq.ifr_mtu... yes
  1657. checking if MCA component if:posix_ipv4 can compile... yes
  1658.  
  1659. --- MCA component if:solaris_ipv6 (m4 configuration macro)
  1660. checking for MCA component if:solaris_ipv6 compile mode... static
  1661. checking if MCA component if:solaris_ipv6 can compile... no
  1662.  
  1663. +++ Configuring MCA framework installdirs
  1664. checking for no configure components in framework installdirs...
  1665. checking for m4 configure components in framework installdirs... config, env
  1666.  
  1667. --- MCA component installdirs:env (m4 configuration macro, priority 10)
  1668. checking for MCA component installdirs:env compile mode... static
  1669. checking if MCA component installdirs:env can compile... yes
  1670.  
  1671. --- MCA component installdirs:config (m4 configuration macro, priority 0)
  1672. checking for MCA component installdirs:config compile mode... static
  1673. checking if MCA component installdirs:config can compile... yes
  1674.  
  1675. +++ Pre-configuring the framework memchecker
  1676. checking if --enable-memchecker was specified... no (adding "memchecker" to --enable-mca-no-build list)
  1677.  
  1678. +++ Configuring MCA framework memchecker
  1679. checking for no configure components in framework memchecker...
  1680. checking for m4 configure components in framework memchecker... valgrind
  1681.  
  1682. --- MCA component memchecker:valgrind (m4 configuration macro, priority 10)
  1683. checking for MCA component memchecker:valgrind compile mode... static
  1684. checking --with-valgrind value... simple ok (unspecified value)
  1685. checking valgrind/valgrind.h usability... yes
  1686. checking valgrind/valgrind.h presence... yes
  1687. checking for valgrind/valgrind.h... yes
  1688. checking for VALGRIND_CHECK_MEM_IS_ADDRESSABLE... yes
  1689. checking if MCA component memchecker:valgrind can compile... no
  1690.  
  1691. +++ Configuring MCA framework memcpy
  1692. checking for no configure components in framework memcpy...
  1693. checking for m4 configure components in framework memcpy...
  1694.  
  1695. +++ Configuring MCA framework memory
  1696. checking for no configure components in framework memory...
  1697. checking for m4 configure components in framework memory... malloc_solaris, patcher
  1698.  
  1699. --- MCA component memory:patcher (m4 configuration macro, priority 41)
  1700. checking for MCA component memory:patcher compile mode... static
  1701. checking if memory patcher supports linux-gnu... yes
  1702. checking for __curbrk... yes
  1703. checking linux/mman.h usability... yes
  1704. checking linux/mman.h presence... yes
  1705. checking for linux/mman.h... yes
  1706. checking sys/syscall.h usability... yes
  1707. checking sys/syscall.h presence... yes
  1708. checking for sys/syscall.h... yes
  1709. checking whether __mmap is declared... no
  1710. checking for __mmap... no
  1711. checking whether __syscall is declared... no
  1712. checking for __syscall... no
  1713. checking if MCA component memory:patcher can compile... yes
  1714.  
  1715. --- MCA component memory:malloc_solaris (m4 configuration macro, priority 0)
  1716. checking for MCA component memory:malloc_solaris compile mode... static
  1717. checking for Solaris... no
  1718. checking if MCA component memory:malloc_solaris can compile... no
  1719.  
  1720. +++ Configuring MCA framework mpool
  1721. checking for no configure components in framework mpool... hugepage
  1722. checking for m4 configure components in framework mpool... memkind
  1723.  
  1724. --- MCA component mpool:hugepage (no configuration)
  1725. checking for MCA component mpool:hugepage compile mode... dso
  1726. checking if MCA component mpool:hugepage can compile... yes
  1727.  
  1728. --- MCA component mpool:memkind (m4 configuration macro)
  1729. checking for MCA component mpool:memkind compile mode... dso
  1730. checking --with-memkind value... simple ok (unspecified value)
  1731. checking memkind.h usability... no
  1732. checking memkind.h presence... no
  1733. checking for memkind.h... no
  1734. checking if MCA component mpool:memkind can compile... no
  1735.  
  1736. +++ Configuring MCA framework patcher
  1737. checking for no configure components in framework patcher...
  1738. checking for m4 configure components in framework patcher... linux, overwrite
  1739.  
  1740. --- MCA component patcher:linux (m4 configuration macro)
  1741. checking for MCA component patcher:linux compile mode... dso
  1742. checking dlfcn.h usability... yes
  1743. checking dlfcn.h presence... yes
  1744. checking for dlfcn.h... yes
  1745. looking for library without search path
  1746. checking for library containing dl_iterate_phdr... none required
  1747. checking if libdl requires libnl v1 or v3...
  1748. checking elf.h usability... yes
  1749. checking elf.h presence... yes
  1750. checking for elf.h... yes
  1751. checking sys/auxv.h usability... yes
  1752. checking sys/auxv.h presence... yes
  1753. checking for sys/auxv.h... yes
  1754. checking if MCA component patcher:linux can compile... no
  1755.  
  1756. --- MCA component patcher:overwrite (m4 configuration macro)
  1757. checking for MCA component patcher:overwrite compile mode... dso
  1758. checking if MCA component patcher:overwrite can compile... yes
  1759.  
  1760. +++ Configuring MCA framework pmix
  1761. checking for no configure components in framework pmix... isolated
  1762. checking for m4 configure components in framework pmix... cray, ext1x, ext2x, ext3x, ext4x, flux, pmix4x, s1, s2
  1763.  
  1764. --- MCA component pmix:isolated (no configuration)
  1765. checking for MCA component pmix:isolated compile mode... dso
  1766. checking if MCA component pmix:isolated can compile... yes
  1767.  
  1768. --- MCA component pmix:cray (m4 configuration macro)
  1769. checking for MCA component pmix:cray compile mode... dso
  1770. checking for Cray PMI support... checking for CRAY_PMI... no
  1771. checking for ALPS support cle level unknown... checking for CRAY_ALPSLLI... no
  1772. checking for CRAY_ALPSUTIL... no
  1773. checking for CRAY_ALPS... no
  1774. checking for CRAY_WLM_DETECT... no
  1775. opal_check_cray_alps_happy = no
  1776. checking if MCA component pmix:cray can compile... no
  1777.  
  1778. --- MCA component pmix:ext1x (m4 configuration macro)
  1779. checking for MCA component pmix:ext1x compile mode... dso
  1780. checking if MCA component pmix:ext1x can compile... no
  1781.  
  1782. --- MCA component pmix:ext2x (m4 configuration macro)
  1783. checking for MCA component pmix:ext2x compile mode... dso
  1784. checking if MCA component pmix:ext2x can compile... no
  1785.  
  1786. --- MCA component pmix:ext3x (m4 configuration macro)
  1787. checking for MCA component pmix:ext3x compile mode... dso
  1788. checking if MCA component pmix:ext3x can compile... no
  1789.  
  1790. --- MCA component pmix:ext4x (m4 configuration macro)
  1791. checking for MCA component pmix:ext4x compile mode... dso
  1792. checking if MCA component pmix:ext4x can compile... no
  1793.  
  1794. --- MCA component pmix:flux (m4 configuration macro)
  1795. checking for MCA component pmix:flux compile mode... dso
  1796. checking if user wants Flux support to link against PMI library... no
  1797. checking if Flux support allowed to use dlopen... yes
  1798. checking Checking if Flux PMI support can be built... yes
  1799. checking if MCA component pmix:flux can compile... yes
  1800.  
  1801. --- MCA component pmix:pmix4x (m4 configuration macro)
  1802. checking for MCA component pmix:pmix4x compile mode... dso
  1803. checking if PMIx timing is enabled... no (disabled)
  1804. configure: OPAL configuring in opal/mca/pmix/pmix4x/pmix
  1805. configure: running /bin/bash './configure' --disable-debug --disable-pmix-timing --without-tests-examples --with-pmix-symbol-rename=OPAL_MCA_PMIX4X_ --disable-pmix-binaries --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-mode --with-libevent-header=\"opal/mca/event/libevent2022/libevent2022.h\" --with-hwloc-header=\"opal/mca/hwloc/hwloc201/hwloc201.h\" '--prefix=/dev/shm/Setup/install/openmpi-git-master' '--disable-timing' '--disable-mpi-cxx' '--enable-shared' '--enable-weak-symbols' '--enable-binaries' '--enable-mpi' '--enable-mpi-interface-warning' '--enable-mpi-fortran' '--enable-c11-atomics' '--enable-builtin-atomics' '--enable-fast-install' '--enable-mpi1-compatibility' '--without-cuda' '--without-verbs' '--with-ucx=/dev/shm/Setup/install/ucx-1.5.1' '--disable-debug' '--disable-mem-debug' 'CC=gcc' 'CFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'FC=gfortran' 'FCFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'CFLAGS=-DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native ' 'CPPFLAGS=-I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc/include ' --cache-file=/dev/null --srcdir=. --disable-option-checking
  1806. configure: builddir: /dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix
  1807. configure: srcdir: /dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix
  1808.  
  1809. ============================================================================
  1810. == Configuring PMIx
  1811. ============================================================================
  1812. checking build system type... x86_64-pc-linux-gnu
  1813. checking host system type... x86_64-pc-linux-gnu
  1814. checking target system type... x86_64-pc-linux-gnu
  1815. checking for a BSD-compatible install... /usr/bin/install -c
  1816. checking whether build environment is sane... yes
  1817. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1818. checking for gawk... no
  1819. checking for mawk... mawk
  1820. checking whether make sets $(MAKE)... yes
  1821. checking whether make supports nested variables... yes
  1822. checking whether make supports nested variables... (cached) yes
  1823. checking for style of include used by make... GNU
  1824. checking for gcc... gcc
  1825. checking whether the C compiler works... yes
  1826. checking for C compiler default output file name... a.out
  1827. checking for suffix of executables...
  1828. checking whether we are cross compiling... no
  1829. checking for suffix of object files... o
  1830. checking whether we are using the GNU C compiler... yes
  1831. checking whether gcc accepts -g... yes
  1832. checking for gcc option to accept ISO C89... none needed
  1833. checking whether gcc understands -c and -o together... yes
  1834. checking dependency style of gcc... gcc3
  1835. checking how to run the C preprocessor... gcc -E
  1836. checking for grep that handles long lines and -e... /bin/grep
  1837. checking for egrep... /bin/grep -E
  1838. checking for ANSI C header files... yes
  1839. checking for sys/types.h... yes
  1840. checking for sys/stat.h... yes
  1841. checking for stdlib.h... yes
  1842. checking for string.h... yes
  1843. checking for memory.h... yes
  1844. checking for strings.h... yes
  1845. checking for inttypes.h... yes
  1846. checking for stdint.h... yes
  1847. checking for unistd.h... yes
  1848. checking minix/config.h usability... no
  1849. checking minix/config.h presence... no
  1850. checking for minix/config.h... no
  1851. checking whether it is safe to define __EXTENSIONS__... yes
  1852. checking for ar... ar
  1853. checking the archiver (ar) interface... ar
  1854. checking for flex... flex
  1855. checking lex output file root... lex.yy
  1856. checking lex library... -lfl
  1857. checking whether yytext is a pointer... yes
  1858. checking if want dlopen support... yes
  1859. checking if embedded mode is enabled... yes
  1860. checking if want developer-level compiler pickyness... no
  1861. checking if want developer-level debugging code... no
  1862. checking if want to install project-internal header files... no
  1863. checking if tests and examples are to be installed... no
  1864. checking if want pretty-print stacktrace... yes
  1865. checking if want dstore pthread-based locking... yes
  1866. checking if want ident string...
  1867. checking if want developer-level timing support... no
  1868. checking if want backward compatibility for PMI-1 and PMI-2... yes
  1869. checking if want to disable binaries... no
  1870. checking if want install Python bindings... no
  1871. checking if want to support dlopen of non-global namespaces... yes
  1872. checking if want pty support... yes
  1873. checking if want build psec/dummy_handshake... no
  1874. installing to directory "/dev/shm/Setup/install/openmpi-git-master"
  1875. checking how to print strings... printf
  1876. checking for a sed that does not truncate output... /bin/sed
  1877. checking for fgrep... /bin/grep -F
  1878. checking for ld used by gcc... /usr/bin/ld
  1879. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1880. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1881. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1882. checking whether ln -s works... yes
  1883. checking the maximum length of command line arguments... 1572864
  1884. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  1885. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1886. checking for /usr/bin/ld option to reload object files... -r
  1887. checking for objdump... objdump
  1888. checking how to recognize dependent libraries... pass_all
  1889. checking for dlltool... no
  1890. checking how to associate runtime and link libraries... printf %s\n
  1891. checking for archiver @FILE support... @
  1892. checking for strip... strip
  1893. checking for ranlib... ranlib
  1894. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1895. checking for sysroot... no
  1896. checking for a working dd... /bin/dd
  1897. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  1898. checking for mt... mt
  1899. checking if mt is a manifest tool... no
  1900. checking for dlfcn.h... yes
  1901. checking for objdir... .libs
  1902. checking if gcc supports -fno-rtti -fno-exceptions... no
  1903. checking for gcc option to produce PIC... -fPIC -DPIC
  1904. checking if gcc PIC flag -fPIC -DPIC works... yes
  1905. checking if gcc static flag -static works... yes
  1906. checking if gcc supports -c -o file.o... yes
  1907. checking if gcc supports -c -o file.o... (cached) yes
  1908. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1909. checking whether -lc should be explicitly linked in... no
  1910. checking dynamic linker characteristics... GNU/Linux ld.so
  1911. checking how to hardcode library paths into programs... immediate
  1912. checking whether stripping libraries is possible... yes
  1913. checking if libtool supports shared libraries... yes
  1914. checking whether to build shared libraries... yes
  1915. checking whether to build static libraries... no
  1916.  
  1917. *** C compiler and preprocessor
  1918. checking for gcc... (cached) gcc
  1919. checking whether we are using the GNU C compiler... (cached) yes
  1920. checking whether gcc accepts -g... (cached) yes
  1921. checking for gcc option to accept ISO C89... (cached) none needed
  1922. checking whether gcc understands -c and -o together... (cached) yes
  1923. checking dependency style of gcc... (cached) gcc3
  1924. checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
  1925. checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
  1926. checking __NetBSD__... no
  1927. checking __FreeBSD__... no
  1928. checking __OpenBSD__... no
  1929. checking __DragonFly__... no
  1930. checking __386BSD__... no
  1931. checking __bsdi__... no
  1932. checking __APPLE__... no
  1933. checking __linux__... yes
  1934. checking __sun__... no
  1935. checking __sun... no
  1936. checking netdb.h usability... yes
  1937. checking netdb.h presence... yes
  1938. checking for netdb.h... yes
  1939. checking netinet/in.h usability... yes
  1940. checking netinet/in.h presence... yes
  1941. checking for netinet/in.h... yes
  1942. checking netinet/tcp.h usability... yes
  1943. checking netinet/tcp.h presence... yes
  1944. checking for netinet/tcp.h... yes
  1945. checking for struct sockaddr_in... yes
  1946. configure: pmix builddir: /dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix
  1947. configure: pmix srcdir: /dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix
  1948. checking for pmix version... 4.0.0
  1949. checking if want pmix maintainer support... disabled
  1950. checking for pmix directory prefix... (none)
  1951. checking for symbol rename... OPAL_MCA_PMIX4X_
  1952. checking for extra lib... no
  1953. checking for extra ltlib... no
  1954. checking if want package/brand string... PMIx jbierbau@ffmk-n4 Distribution
  1955.  
  1956. ============================================================================
  1957. == Compiler and preprocessor tests
  1958. ============================================================================
  1959. checking if gcc requires a flag for C11... no
  1960. configure: verifying gcc supports C11 without a flag
  1961. checking if gcc supports C11 _Thread_local... yes
  1962. checking if gcc supports C11 atomic variables... yes
  1963. checking if gcc supports C11 _Atomic keyword... yes
  1964. checking if gcc supports C11 _Generic keyword... yes
  1965. checking if gcc supports C11 _Static_assert... yes
  1966. checking if gcc supports C11 atomic_fetch_xor_explicit... yes
  1967. configure: no flag required for C11 support
  1968. checking if gcc supports __thread... yes
  1969. checking if gcc supports C11 _Thread_local... yes
  1970. checking for the C compiler vendor... gnu
  1971. checking for ANSI C header files... (cached) yes
  1972. checking if gcc supports -finline-functions... yes
  1973. checking if gcc supports -fno-strict-aliasing... yes
  1974. configure: WARNING: -fno-strict-aliasing has been added to CFLAGS
  1975. checking if gcc supports __builtin_expect... yes
  1976. checking if gcc supports __builtin_prefetch... yes
  1977. checking if gcc supports __builtin_clz... yes
  1978. checking for C optimization flags... -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -finline-functions -fno-strict-aliasing
  1979. checking for int8_t... yes
  1980. checking for uint8_t... yes
  1981. checking for int16_t... yes
  1982. checking for uint16_t... yes
  1983. checking for int32_t... yes
  1984. checking for uint32_t... yes
  1985. checking for int64_t... yes
  1986. checking for uint64_t... yes
  1987. checking for __int128... yes
  1988. checking for uint128_t... no
  1989. checking for long long... yes
  1990. checking for intptr_t... yes
  1991. checking for uintptr_t... yes
  1992. checking for ptrdiff_t... yes
  1993. checking size of _Bool... 1
  1994. checking size of char... 1
  1995. checking size of short... 2
  1996. checking size of int... 4
  1997. checking size of long... 8
  1998. checking size of long long... 8
  1999. checking size of float... 4
  2000. checking size of double... 8
  2001. checking size of void *... 8
  2002. checking size of size_t... 8
  2003. checking size of ptrdiff_t... 8
  2004. checking size of wchar_t... 4
  2005. checking size of pid_t... 4
  2006. checking alignment of bool... 1
  2007. checking alignment of int8_t... 1
  2008. checking alignment of int16_t... 2
  2009. checking alignment of int32_t... 4
  2010. checking alignment of int64_t... 8
  2011. checking alignment of char... 1
  2012. checking alignment of short... 2
  2013. checking alignment of wchar_t... 4
  2014. checking alignment of int... 4
  2015. checking alignment of long... 8
  2016. checking alignment of long long... 8
  2017. checking alignment of float... 4
  2018. checking alignment of double... 8
  2019. checking alignment of void *... 8
  2020. checking alignment of size_t... 8
  2021. checking for C bool type... no
  2022. checking size of _Bool... (cached) 1
  2023. checking for inline... __inline__
  2024.  
  2025. *** Compiler characteristics
  2026. checking for __attribute__... yes
  2027. checking for __attribute__(aligned)... yes
  2028. checking for __attribute__(always_inline)... yes
  2029. checking for __attribute__(cold)... yes
  2030. checking for __attribute__(const)... yes
  2031. checking for __attribute__(deprecated)... yes
  2032. checking for __attribute__(deprecated_argument)... yes
  2033. checking for __attribute__(format)... yes
  2034. checking for __attribute__(format_funcptr)... yes
  2035. checking for __attribute__(hot)... yes
  2036. checking for __attribute__(malloc)... yes
  2037. checking for __attribute__(may_alias)... yes
  2038. checking for __attribute__(no_instrument_function)... yes
  2039. checking for __attribute__(nonnull)... yes
  2040. checking for __attribute__(noreturn)... yes
  2041. checking for __attribute__(noreturn_funcptr)... yes
  2042. checking for __attribute__(packed)... yes
  2043. checking for __attribute__(pure)... yes
  2044. checking for __attribute__(sentinel)... yes
  2045. checking for __attribute__(unused)... yes
  2046. checking for __attribute__(visibility)... yes
  2047. checking for __attribute__(warn_unused_result)... yes
  2048. checking for __attribute__(destructor)... yes
  2049. checking for __attribute__(optnone)... no
  2050. checking for __attribute__(extension)... yes
  2051. checking for compiler familyid... 1
  2052. checking for compiler familyname... GNU
  2053. checking for compiler version... 393984
  2054. checking for compiler version_str... 6.3.0
  2055.  
  2056. *** Assembler
  2057. checking dependency style of gcc... gcc3
  2058. checking for perl... /usr/bin/perl
  2059. checking for atomic_compare_exchange_strong_16... no
  2060. checking for atomic_compare_exchange_strong_16 with -mcx16... no
  2061. checking for atomic_compare_exchange_strong_16 with -latomic... no
  2062. checking for __sync_bool_compare_and_swap... yes
  2063. checking if __sync_bool_compare_and_swap() gives correct results... yes
  2064. checking for atomic_compare_exchange_strong_16... no
  2065. checking for atomic_compare_exchange_strong_16 with -mcx16... no
  2066. checking for atomic_compare_exchange_strong_16 with -latomic... no
  2067. checking for __sync_bool_compare_and_swap... yes
  2068. checking if __sync_bool_compare_and_swap() gives correct results... yes
  2069. checking if .proc/endp is needed... no
  2070. checking directive for setting text section... .text
  2071. checking directive for exporting symbols... .globl
  2072. checking for objdump... objdump
  2073. checking if .note.GNU-stack is needed... yes
  2074. checking suffix for labels... :
  2075. checking prefix for global symbol labels...
  2076. checking prefix for lsym labels... .L
  2077. checking prefix for function in .type... @
  2078. checking if .size is needed... yes
  2079. checking if .align directive takes logarithmic value... no
  2080. checking for cmpxchg16b... yes
  2081. checking if cmpxchg16b() gives correct results... yes
  2082. checking if cmpxchg16b_result works... yes
  2083. checking if gcc supports GCC inline assembly... yes
  2084. checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-1
  2085. checking for assembly architecture... X86_64
  2086. checking for builtin atomics... BUILTIN_C11
  2087.  
  2088. ============================================================================
  2089. == Header file tests
  2090. ============================================================================
  2091. checking arpa/inet.h usability... yes
  2092. checking arpa/inet.h presence... yes
  2093. checking for arpa/inet.h... yes
  2094. checking fcntl.h usability... yes
  2095. checking fcntl.h presence... yes
  2096. checking for fcntl.h... yes
  2097. checking ifaddrs.h usability... yes
  2098. checking ifaddrs.h presence... yes
  2099. checking for ifaddrs.h... yes
  2100. checking for inttypes.h... (cached) yes
  2101. checking libgen.h usability... yes
  2102. checking libgen.h presence... yes
  2103. checking for libgen.h... yes
  2104. checking net/uio.h usability... no
  2105. checking net/uio.h presence... no
  2106. checking for net/uio.h... no
  2107. checking for netinet/in.h... (cached) yes
  2108. checking for stdint.h... (cached) yes
  2109. checking stddef.h usability... yes
  2110. checking stddef.h presence... yes
  2111. checking for stddef.h... yes
  2112. checking for stdlib.h... (cached) yes
  2113. checking for string.h... (cached) yes
  2114. checking for strings.h... (cached) yes
  2115. checking sys/ioctl.h usability... yes
  2116. checking sys/ioctl.h presence... yes
  2117. checking for sys/ioctl.h... yes
  2118. checking sys/param.h usability... yes
  2119. checking sys/param.h presence... yes
  2120. checking for sys/param.h... yes
  2121. checking sys/select.h usability... yes
  2122. checking sys/select.h presence... yes
  2123. checking for sys/select.h... yes
  2124. checking sys/socket.h usability... yes
  2125. checking sys/socket.h presence... yes
  2126. checking for sys/socket.h... yes
  2127. checking sys/sockio.h usability... no
  2128. checking sys/sockio.h presence... no
  2129. checking for sys/sockio.h... no
  2130. checking stdarg.h usability... yes
  2131. checking stdarg.h presence... yes
  2132. checking for stdarg.h... yes
  2133. checking for sys/stat.h... (cached) yes
  2134. checking sys/time.h usability... yes
  2135. checking sys/time.h presence... yes
  2136. checking for sys/time.h... yes
  2137. checking for sys/types.h... (cached) yes
  2138. checking sys/un.h usability... yes
  2139. checking sys/un.h presence... yes
  2140. checking for sys/un.h... yes
  2141. checking sys/uio.h usability... yes
  2142. checking sys/uio.h presence... yes
  2143. checking for sys/uio.h... yes
  2144. checking sys/wait.h usability... yes
  2145. checking sys/wait.h presence... yes
  2146. checking for sys/wait.h... yes
  2147. checking syslog.h usability... yes
  2148. checking syslog.h presence... yes
  2149. checking for syslog.h... yes
  2150. checking time.h usability... yes
  2151. checking time.h presence... yes
  2152. checking for time.h... yes
  2153. checking for unistd.h... (cached) yes
  2154. checking dirent.h usability... yes
  2155. checking dirent.h presence... yes
  2156. checking for dirent.h... yes
  2157. checking crt_externs.h usability... no
  2158. checking crt_externs.h presence... no
  2159. checking for crt_externs.h... no
  2160. checking signal.h usability... yes
  2161. checking signal.h presence... yes
  2162. checking for signal.h... yes
  2163. checking ioLib.h usability... no
  2164. checking ioLib.h presence... no
  2165. checking for ioLib.h... no
  2166. checking sockLib.h usability... no
  2167. checking sockLib.h presence... no
  2168. checking for sockLib.h... no
  2169. checking hostLib.h usability... no
  2170. checking hostLib.h presence... no
  2171. checking for hostLib.h... no
  2172. checking limits.h usability... yes
  2173. checking limits.h presence... yes
  2174. checking for limits.h... yes
  2175. checking sys/fcntl.h usability... yes
  2176. checking sys/fcntl.h presence... yes
  2177. checking for sys/fcntl.h... yes
  2178. checking sys/statfs.h usability... yes
  2179. checking sys/statfs.h presence... yes
  2180. checking for sys/statfs.h... yes
  2181. checking sys/statvfs.h usability... yes
  2182. checking sys/statvfs.h presence... yes
  2183. checking for sys/statvfs.h... yes
  2184. checking for netdb.h... (cached) yes
  2185. checking ucred.h usability... no
  2186. checking ucred.h presence... no
  2187. checking for ucred.h... no
  2188. checking zlib.h usability... yes
  2189. checking zlib.h presence... yes
  2190. checking for zlib.h... yes
  2191. checking sys/auxv.h usability... yes
  2192. checking sys/auxv.h presence... yes
  2193. checking for sys/auxv.h... yes
  2194. checking sys/sysctl.h usability... yes
  2195. checking sys/sysctl.h presence... yes
  2196. checking for sys/sysctl.h... yes
  2197. checking termio.h usability... yes
  2198. checking termio.h presence... yes
  2199. checking for termio.h... yes
  2200. checking termios.h usability... yes
  2201. checking termios.h presence... yes
  2202. checking for termios.h... yes
  2203. checking pty.h usability... yes
  2204. checking pty.h presence... yes
  2205. checking for pty.h... yes
  2206. checking libutil.h usability... no
  2207. checking libutil.h presence... no
  2208. checking for libutil.h... no
  2209. checking util.h usability... no
  2210. checking util.h presence... no
  2211. checking for util.h... no
  2212. checking grp.h usability... yes
  2213. checking grp.h presence... yes
  2214. checking for grp.h... yes
  2215. checking sys/cdefs.h usability... yes
  2216. checking sys/cdefs.h presence... yes
  2217. checking for sys/cdefs.h... yes
  2218. checking utmp.h usability... yes
  2219. checking utmp.h presence... yes
  2220. checking for utmp.h... yes
  2221. checking stropts.h usability... yes
  2222. checking stropts.h presence... yes
  2223. checking for stropts.h... yes
  2224. checking for sys/mount.h... yes
  2225. checking for sys/sysctl.h... (cached) yes
  2226. checking for net/if.h... yes
  2227. checking stdbool.h usability... yes
  2228. checking stdbool.h presence... yes
  2229. checking for stdbool.h... yes
  2230. checking if <stdbool.h> works... yes
  2231.  
  2232. ============================================================================
  2233. == Type tests
  2234. ============================================================================
  2235. checking for socklen_t... yes
  2236. checking for struct sockaddr_in... (cached) yes
  2237. checking for struct sockaddr_un... yes
  2238. checking for struct sockaddr_in6... yes
  2239. checking for struct sockaddr_storage... yes
  2240. checking whether AF_UNSPEC is declared... yes
  2241. checking whether PF_UNSPEC is declared... yes
  2242. checking whether AF_INET6 is declared... yes
  2243. checking whether PF_INET6 is declared... yes
  2244. checking if SA_RESTART defined in signal.h... yes
  2245. checking for struct sockaddr.sa_len... no
  2246. checking for struct dirent.d_type... yes
  2247. checking for siginfo_t.si_fd... yes
  2248. checking for siginfo_t.si_band... yes
  2249. checking for struct statfs.f_type... yes
  2250. checking for struct statfs.f_fstypename... no
  2251. checking for struct statvfs.f_basetype... no
  2252. checking for struct statvfs.f_fstypename... no
  2253. checking for struct ucred.uid... yes
  2254. checking for struct ucred.cr_uid... no
  2255. checking for struct sockpeercred.uid... no
  2256. checking for pointer diff type... ptrdiff_t (size: 8)
  2257. checking the linker for support for the -fini option... yes
  2258.  
  2259. ============================================================================
  2260. == Library and Function tests
  2261. ============================================================================
  2262. checking for library containing openpty... -lutil
  2263. checking for library containing gethostbyname... none required
  2264. checking for library containing socket... none required
  2265. checking for library containing dirname... none required
  2266. checking for library containing ceil... -lm
  2267. checking for library containing clock_gettime... none required
  2268. checking for asprintf... yes
  2269. checking for snprintf... yes
  2270. checking for vasprintf... yes
  2271. checking for vsnprintf... yes
  2272. checking for strsignal... yes
  2273. checking for socketpair... yes
  2274. checking for strncpy_s... no
  2275. checking for usleep... yes
  2276. checking for statfs... yes
  2277. checking for statvfs... yes
  2278. checking for getpeereid... no
  2279. checking for getpeerucred... no
  2280. checking for strnlen... yes
  2281. checking for posix_fallocate... yes
  2282. checking for tcgetpgrp... yes
  2283. checking for setpgid... yes
  2284. checking for ptsname... yes
  2285. checking for openpty... yes
  2286. checking for setenv... yes
  2287. checking for htonl define... no
  2288. checking for htonl... yes
  2289. checking whether va_copy is declared... yes
  2290. checking whether __va_copy is declared... yes
  2291. checking whether __func__ is declared... yes
  2292.  
  2293. ============================================================================
  2294. == System-specific tests
  2295. ============================================================================
  2296. checking whether byte ordering is bigendian... no
  2297. checking for broken qsort... no
  2298. checking if C compiler and POSIX threads work as is... no
  2299. checking if C compiler and POSIX threads work with -Kthread... no
  2300. checking if C compiler and POSIX threads work with -kthread... no
  2301. checking if C compiler and POSIX threads work with -pthread... yes
  2302. checking for pthread_mutexattr_setpshared... yes
  2303. checking for pthread_condattr_setpshared... yes
  2304. checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
  2305. checking for PTHREAD_MUTEX_ERRORCHECK... yes
  2306. checking for working POSIX threads package... yes
  2307. checking if threads have different pids (pthreads on linux)... no
  2308. checking whether ln -s works... yes
  2309. checking for grep that handles long lines and -e... (cached) /bin/grep
  2310. checking for egrep... (cached) /bin/grep -E
  2311.  
  2312. ============================================================================
  2313. == Symbol visibility feature
  2314. ============================================================================
  2315. checking whether to enable symbol visibility... no (disabled)
  2316.  
  2317. ============================================================================
  2318. == Event libraries
  2319. ============================================================================
  2320. checking --with-libev value... simple ok (unspecified)
  2321. checking --with-libev-libdir value... simple ok (unspecified)
  2322. checking will libev support be built... no
  2323. checking for libevent... assumed available (embedded mode)
  2324. checking libevent header... "opal/mca/event/libevent2022/libevent2022.h"
  2325. checking libevent2/thread header... "opal/mca/event/libevent2022/libevent2022.h"
  2326.  
  2327. ============================================================================
  2328. == HWLOC
  2329. ============================================================================
  2330. checking for hwloc... assumed available (embedded mode)
  2331. checking hwloc header... "opal/mca/hwloc/hwloc201/hwloc201.h"
  2332.  
  2333. ============================================================================
  2334. == Modular Component Architecture (MCA) setup
  2335. ============================================================================
  2336. checking for default value of mca_base_component_show_load_errors... enabled by default
  2337. checking for subdir args... '--disable-pmix-timing' '--without-tests-examples' '--with-pmix-symbol-rename=OPAL_MCA_PMIX4X_' '--disable-pmix-binaries' '--disable-pmix-backward-compatibility' '--disable-visibility' '--enable-embedded-mode' '--with-libevent-header=opal/mca/event/libevent2022/libevent2022.h' '--with-hwloc-header=opal/mca/hwloc/hwloc201/hwloc201.h' '--prefix=/dev/shm/Setup/install/openmpi-git-master' '--disable-timing' '--disable-mpi-cxx' '--enable-shared' '--enable-weak-symbols' '--enable-binaries' '--enable-mpi' '--enable-mpi-interface-warning' '--enable-mpi-fortran' '--enable-c11-atomics' '--enable-builtin-atomics' '--enable-fast-install' '--enable-mpi1-compatibility' '--without-cuda' '--without-verbs' '--with-ucx=/dev/shm/Setup/install/ucx-1.5.1' '--disable-debug' '--disable-mem-debug' 'CC=gcc' 'CFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'FC=gfortran' 'FCFLAGS=-O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native' 'CFLAGS=-DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native ' 'CPPFLAGS=-I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc/include ' '--disable-option-checking'
  2338. checking which components should be disabled...
  2339. checking which components should be direct-linked into the library...
  2340. checking which components should be run-time loadable... all
  2341. checking which components should be static... none
  2342.  
  2343. *** Configuring MCA
  2344. checking for frameworks... common, bfrops, gds, pcompress, pdl, pfexec, pif, pinstalldirs, plog, pnet, preg, psec, psensor, pshmem, psquash, ptl
  2345.  
  2346. +++ Configuring MCA framework common
  2347. checking for no configure components in framework common...
  2348. checking for m4 configure components in framework common... dstore
  2349.  
  2350. --- MCA component common:dstore (m4 configuration macro)
  2351. checking for MCA component common:dstore compile mode... dso
  2352. checking if MCA component common:dstore can compile... yes
  2353.  
  2354. +++ Configuring MCA framework bfrops
  2355. checking for no configure components in framework bfrops... v12, v20, v21, v3, v4
  2356. checking for m4 configure components in framework bfrops...
  2357.  
  2358. --- MCA component bfrops:v12 (no configuration)
  2359. checking for MCA component bfrops:v12 compile mode... dso
  2360. checking if MCA component bfrops:v12 can compile... yes
  2361.  
  2362. --- MCA component bfrops:v20 (no configuration)
  2363. checking for MCA component bfrops:v20 compile mode... dso
  2364. checking if MCA component bfrops:v20 can compile... yes
  2365.  
  2366. --- MCA component bfrops:v21 (no configuration)
  2367. checking for MCA component bfrops:v21 compile mode... dso
  2368. checking if MCA component bfrops:v21 can compile... yes
  2369.  
  2370. --- MCA component bfrops:v3 (no configuration)
  2371. checking for MCA component bfrops:v3 compile mode... dso
  2372. checking if MCA component bfrops:v3 can compile... yes
  2373.  
  2374. --- MCA component bfrops:v4 (no configuration)
  2375. checking for MCA component bfrops:v4 compile mode... dso
  2376. checking if MCA component bfrops:v4 can compile... yes
  2377.  
  2378. +++ Configuring MCA framework gds
  2379. checking for no configure components in framework gds... ds12, ds21, hash
  2380. checking for m4 configure components in framework gds...
  2381.  
  2382. --- MCA component gds:ds12 (no configuration)
  2383. checking for MCA component gds:ds12 compile mode... dso
  2384. checking if MCA component gds:ds12 can compile... yes
  2385.  
  2386. --- MCA component gds:ds21 (no configuration)
  2387. checking for MCA component gds:ds21 compile mode... dso
  2388. checking if MCA component gds:ds21 can compile... yes
  2389.  
  2390. --- MCA component gds:hash (no configuration)
  2391. checking for MCA component gds:hash compile mode... dso
  2392. checking if MCA component gds:hash can compile... yes
  2393.  
  2394. +++ Configuring MCA framework pcompress
  2395. checking for no configure components in framework pcompress...
  2396. checking for m4 configure components in framework pcompress... zlib
  2397.  
  2398. --- MCA component pcompress:zlib (m4 configuration macro)
  2399. checking for MCA component pcompress:zlib compile mode... dso
  2400. checking for zlib in... (default search paths)
  2401. looking for header without includes
  2402. checking zlib.h usability... yes
  2403. checking zlib.h presence... yes
  2404. checking for zlib.h... yes
  2405. looking for library without search path
  2406. checking for library containing deflate... -lz
  2407. checking will zlib support be built... yes
  2408. checking if MCA component pcompress:zlib can compile... yes
  2409.  
  2410. +++ Configuring MCA framework pdl
  2411. checking for no configure components in framework pdl...
  2412. checking for m4 configure components in framework pdl... pdlopen, plibltdl
  2413.  
  2414. --- MCA component pdl:pdlopen (m4 configuration macro, priority 80)
  2415. checking for MCA component pdl:pdlopen compile mode... static
  2416. looking for header without includes
  2417. checking dlfcn.h usability... yes
  2418. checking dlfcn.h presence... yes
  2419. checking for dlfcn.h... yes
  2420. looking for library without search path
  2421. checking for library containing dlopen... -ldl
  2422. checking if MCA component pdl:pdlopen can compile... yes
  2423.  
  2424. --- MCA component pdl:plibltdl (m4 configuration macro, priority 50)
  2425. checking for MCA component pdl:plibltdl compile mode... static
  2426. checking --with-plibltdl value... simple ok (unspecified)
  2427. checking --with-plibltdl-libdir value... simple ok (unspecified)
  2428. checking for libltdl dir... compiler default
  2429. checking for libltdl library dir... linker default
  2430. looking for header without includes
  2431. checking ltdl.h usability... yes
  2432. checking ltdl.h presence... yes
  2433. checking for ltdl.h... yes
  2434. looking for library without search path
  2435. checking for library containing lt_dlopen... -lltdl
  2436. checking for lt_dladvise_init... yes
  2437. checking if MCA component pdl:plibltdl can compile... no
  2438.  
  2439. +++ Configuring MCA framework pfexec
  2440. checking for no configure components in framework pfexec...
  2441. checking for m4 configure components in framework pfexec... linux
  2442.  
  2443. --- MCA component pfexec:linux (m4 configuration macro)
  2444. checking for MCA component pfexec:linux compile mode... dso
  2445. checking for fork... yes
  2446. checking if MCA component pfexec:linux can compile... yes
  2447.  
  2448. +++ Configuring MCA framework pif
  2449. checking for no configure components in framework pif...
  2450. checking for m4 configure components in framework pif... bsdx_ipv4, bsdx_ipv6, linux_ipv6, posix_ipv4, solaris_ipv6
  2451.  
  2452. --- MCA component pif:bsdx_ipv4 (m4 configuration macro)
  2453. checking for MCA component pif:bsdx_ipv4 compile mode... static
  2454. checking struct sockaddr... yes (cached)
  2455. checking NetBSD, FreeBSD, OpenBSD, or DragonFly... no
  2456. checking if MCA component pif:bsdx_ipv4 can compile... no
  2457.  
  2458. --- MCA component pif:bsdx_ipv6 (m4 configuration macro)
  2459. checking for MCA component pif:bsdx_ipv6 compile mode... static
  2460. checking struct sockaddr... yes (cached)
  2461. checking some flavor of BSD... no
  2462. checking if MCA component pif:bsdx_ipv6 can compile... no
  2463.  
  2464. --- MCA component pif:linux_ipv6 (m4 configuration macro)
  2465. checking for MCA component pif:linux_ipv6 compile mode... static
  2466. checking if we are on Linux with TCP... yes
  2467. checking if MCA component pif:linux_ipv6 can compile... yes
  2468.  
  2469. --- MCA component pif:posix_ipv4 (m4 configuration macro)
  2470. checking for MCA component pif:posix_ipv4 compile mode... static
  2471. checking struct sockaddr... yes (cached)
  2472. checking not NetBSD, FreeBSD, OpenBSD, or DragonFly... yes
  2473. checking for struct ifreq.ifr_hwaddr... yes
  2474. checking for struct ifreq.ifr_mtu... yes
  2475. checking if MCA component pif:posix_ipv4 can compile... yes
  2476.  
  2477. --- MCA component pif:solaris_ipv6 (m4 configuration macro)
  2478. checking for MCA component pif:solaris_ipv6 compile mode... static
  2479. checking if MCA component pif:solaris_ipv6 can compile... no
  2480.  
  2481. +++ Configuring MCA framework pinstalldirs
  2482. checking for no configure components in framework pinstalldirs...
  2483. checking for m4 configure components in framework pinstalldirs... config, env
  2484.  
  2485. --- MCA component pinstalldirs:env (m4 configuration macro, priority 10)
  2486. checking for MCA component pinstalldirs:env compile mode... static
  2487. checking if MCA component pinstalldirs:env can compile... yes
  2488.  
  2489. --- MCA component pinstalldirs:config (m4 configuration macro, priority 0)
  2490. checking for MCA component pinstalldirs:config compile mode... static
  2491. checking if MCA component pinstalldirs:config can compile... yes
  2492.  
  2493. +++ Configuring MCA framework plog
  2494. checking for no configure components in framework plog... default, stdfd
  2495. checking for m4 configure components in framework plog... syslog
  2496.  
  2497. --- MCA component plog:default (no configuration)
  2498. checking for MCA component plog:default compile mode... dso
  2499. checking if MCA component plog:default can compile... yes
  2500.  
  2501. --- MCA component plog:stdfd (no configuration)
  2502. checking for MCA component plog:stdfd compile mode... dso
  2503. checking if MCA component plog:stdfd can compile... yes
  2504.  
  2505. --- MCA component plog:syslog (m4 configuration macro)
  2506. checking for MCA component plog:syslog compile mode... dso
  2507. checking for syslog.h... (cached) yes
  2508. checking if MCA component plog:syslog can compile... yes
  2509.  
  2510. +++ Configuring MCA framework pnet
  2511. checking for no configure components in framework pnet... tcp, test
  2512. checking for m4 configure components in framework pnet...
  2513.  
  2514. --- MCA component pnet:tcp (no configuration)
  2515. checking for MCA component pnet:tcp compile mode... dso
  2516. checking if MCA component pnet:tcp can compile... yes
  2517.  
  2518. --- MCA component pnet:test (no configuration)
  2519. checking for MCA component pnet:test compile mode... dso
  2520. checking if MCA component pnet:test can compile... yes
  2521.  
  2522. +++ Configuring MCA framework preg
  2523. checking for no configure components in framework preg... native
  2524. checking for m4 configure components in framework preg...
  2525.  
  2526. --- MCA component preg:native (no configuration)
  2527. checking for MCA component preg:native compile mode... dso
  2528. checking if MCA component preg:native can compile... yes
  2529.  
  2530. +++ Configuring MCA framework psec
  2531. checking for no configure components in framework psec... dummy_handshake, native, none
  2532. checking for m4 configure components in framework psec... munge
  2533.  
  2534. --- MCA component psec:dummy_handshake (no configuration)
  2535. checking for MCA component psec:dummy_handshake compile mode... dso
  2536. checking if MCA component psec:dummy_handshake can compile... no
  2537.  
  2538. --- MCA component psec:native (no configuration)
  2539. checking for MCA component psec:native compile mode... dso
  2540. checking if MCA component psec:native can compile... yes
  2541.  
  2542. --- MCA component psec:none (no configuration)
  2543. checking for MCA component psec:none compile mode... dso
  2544. checking if MCA component psec:none can compile... yes
  2545.  
  2546. --- MCA component psec:munge (m4 configuration macro)
  2547. checking for MCA component psec:munge compile mode... dso
  2548. checking will munge support be built... no
  2549. checking if MCA component psec:munge can compile... no
  2550.  
  2551. +++ Configuring MCA framework psensor
  2552. checking for no configure components in framework psensor... file, heartbeat
  2553. checking for m4 configure components in framework psensor...
  2554.  
  2555. --- MCA component psensor:file (no configuration)
  2556. checking for MCA component psensor:file compile mode... dso
  2557. checking if MCA component psensor:file can compile... yes
  2558.  
  2559. --- MCA component psensor:heartbeat (no configuration)
  2560. checking for MCA component psensor:heartbeat compile mode... dso
  2561. checking if MCA component psensor:heartbeat can compile... yes
  2562.  
  2563. +++ Configuring MCA framework pshmem
  2564. checking for no configure components in framework pshmem... mmap
  2565. checking for m4 configure components in framework pshmem...
  2566.  
  2567. --- MCA component pshmem:mmap (no configuration)
  2568. checking for MCA component pshmem:mmap compile mode... dso
  2569. checking if MCA component pshmem:mmap can compile... yes
  2570.  
  2571. +++ Configuring MCA framework psquash
  2572. checking for no configure components in framework psquash... flex128, native
  2573. checking for m4 configure components in framework psquash...
  2574.  
  2575. --- MCA component psquash:flex128 (no configuration)
  2576. checking for MCA component psquash:flex128 compile mode... dso
  2577. checking if MCA component psquash:flex128 can compile... yes
  2578.  
  2579. --- MCA component psquash:native (no configuration)
  2580. checking for MCA component psquash:native compile mode... dso
  2581. checking if MCA component psquash:native can compile... yes
  2582.  
  2583. +++ Configuring MCA framework ptl
  2584. checking for no configure components in framework ptl... tcp, usock
  2585. checking for m4 configure components in framework ptl...
  2586.  
  2587. --- MCA component ptl:tcp (no configuration)
  2588. checking for MCA component ptl:tcp compile mode... dso
  2589. checking if MCA component ptl:tcp can compile... yes
  2590.  
  2591. --- MCA component ptl:usock (no configuration)
  2592. checking for MCA component ptl:usock compile mode... dso
  2593. checking if MCA component ptl:usock can compile... yes
  2594.  
  2595. ============================================================================
  2596. == Dstore Locking
  2597. ============================================================================
  2598. checking for struct flock.l_type... yes
  2599. checking for pthread_rwlockattr_setkind_np... yes
  2600. checking for pthread_rwlockattr_setpshared... yes
  2601.  
  2602. *** Set path-related compiler flags
  2603.  
  2604. *** Final output
  2605.  
  2606. ============================================================================
  2607. == Final compiler flags
  2608. ============================================================================
  2609. checking final CPPFLAGS... -I/dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix -I/dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix/src -I/dev/shm/Setup/build/openmpi-git/opal/mca/pmix/pmix4x/pmix/include -I/dev/shm/Setup/build/openmpi-git -I/dev/shm/Setup/build/openmpi-git/opal/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc/include
  2610. checking final CFLAGS... -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -finline-functions -fno-strict-aliasing -pthread
  2611. checking final LDFLAGS...
  2612. checking final LIBS... -lm -lutil -ldl
  2613.  
  2614. ============================================================================
  2615. == Configuration complete
  2616. ============================================================================
  2617. checking that generated files are newer than configure... done
  2618. configure: creating ./config.status
  2619. config.status: creating include/pmix_version.h
  2620. config.status: creating include/pmix_rename.h
  2621. config.status: creating src/mca/common/Makefile
  2622. config.status: creating src/mca/common/dstore/Makefile
  2623. config.status: creating src/mca/bfrops/Makefile
  2624. config.status: creating src/mca/bfrops/v12/Makefile
  2625. config.status: creating src/mca/bfrops/v20/Makefile
  2626. config.status: creating src/mca/bfrops/v21/Makefile
  2627. config.status: creating src/mca/bfrops/v3/Makefile
  2628. config.status: creating src/mca/bfrops/v4/Makefile
  2629. config.status: creating src/mca/gds/Makefile
  2630. config.status: creating src/mca/gds/ds12/Makefile
  2631. config.status: creating src/mca/gds/ds21/Makefile
  2632. config.status: creating src/mca/gds/hash/Makefile
  2633. config.status: creating src/mca/pcompress/Makefile
  2634. config.status: creating src/mca/pcompress/zlib/Makefile
  2635. config.status: creating src/mca/pdl/Makefile
  2636. config.status: creating src/mca/pdl/pdlopen/Makefile
  2637. config.status: creating src/mca/pdl/plibltdl/Makefile
  2638. config.status: creating src/mca/pfexec/Makefile
  2639. config.status: creating src/mca/pfexec/linux/Makefile
  2640. config.status: creating src/mca/pif/Makefile
  2641. config.status: creating src/mca/pif/bsdx_ipv4/Makefile
  2642. config.status: creating src/mca/pif/bsdx_ipv6/Makefile
  2643. config.status: creating src/mca/pif/linux_ipv6/Makefile
  2644. config.status: creating src/mca/pif/posix_ipv4/Makefile
  2645. config.status: creating src/mca/pif/solaris_ipv6/Makefile
  2646. config.status: creating src/mca/pinstalldirs/Makefile
  2647. config.status: creating src/mca/pinstalldirs/env/Makefile
  2648. config.status: creating src/mca/pinstalldirs/config/Makefile
  2649. config.status: creating src/mca/pinstalldirs/config/pinstall_dirs.h
  2650. config.status: creating src/mca/plog/Makefile
  2651. config.status: creating src/mca/plog/default/Makefile
  2652. config.status: creating src/mca/plog/stdfd/Makefile
  2653. config.status: creating src/mca/plog/syslog/Makefile
  2654. config.status: creating src/mca/pnet/Makefile
  2655. config.status: creating src/mca/pnet/tcp/Makefile
  2656. config.status: creating src/mca/pnet/test/Makefile
  2657. config.status: creating src/mca/preg/Makefile
  2658. config.status: creating src/mca/preg/native/Makefile
  2659. config.status: creating src/mca/psec/Makefile
  2660. config.status: creating src/mca/psec/dummy_handshake/Makefile
  2661. config.status: creating src/mca/psec/native/Makefile
  2662. config.status: creating src/mca/psec/none/Makefile
  2663. config.status: creating src/mca/psec/munge/Makefile
  2664. config.status: creating src/mca/psensor/Makefile
  2665. config.status: creating src/mca/psensor/file/Makefile
  2666. config.status: creating src/mca/psensor/heartbeat/Makefile
  2667. config.status: creating src/mca/pshmem/Makefile
  2668. config.status: creating src/mca/pshmem/mmap/Makefile
  2669. config.status: creating src/mca/psquash/Makefile
  2670. config.status: creating src/mca/psquash/flex128/Makefile
  2671. config.status: creating src/mca/psquash/native/Makefile
  2672. config.status: creating src/mca/ptl/Makefile
  2673. config.status: creating src/mca/ptl/tcp/Makefile
  2674. config.status: creating src/mca/ptl/usock/Makefile
  2675. config.status: creating test/run_tests00.pl
  2676. config.status: creating test/run_tests01.pl
  2677. config.status: creating test/run_tests02.pl
  2678. config.status: creating test/run_tests03.pl
  2679. config.status: creating test/run_tests04.pl
  2680. config.status: creating test/run_tests05.pl
  2681. config.status: creating test/run_tests06.pl
  2682. config.status: creating test/run_tests07.pl
  2683. config.status: creating test/run_tests08.pl
  2684. config.status: creating test/run_tests09.pl
  2685. config.status: creating test/run_tests10.pl
  2686. config.status: creating test/run_tests11.pl
  2687. config.status: creating test/run_tests12.pl
  2688. config.status: creating test/run_tests13.pl
  2689. config.status: creating test/run_tests14.pl
  2690. config.status: creating test/run_tests15.pl
  2691. config.status: creating Makefile
  2692. config.status: creating bindings/Makefile
  2693. config.status: creating bindings/python/Makefile
  2694. config.status: creating config/Makefile
  2695. config.status: creating etc/Makefile
  2696. config.status: creating include/Makefile
  2697. config.status: creating src/Makefile
  2698. config.status: creating src/util/keyval/Makefile
  2699. config.status: creating src/mca/base/Makefile
  2700. config.status: creating src/tools/pevent/Makefile
  2701. config.status: creating src/tools/pmix_info/Makefile
  2702. config.status: creating src/tools/plookup/Makefile
  2703. config.status: creating src/tools/pps/Makefile
  2704. config.status: creating src/tools/pattrs/Makefile
  2705. config.status: creating contrib/Makefile
  2706. config.status: creating examples/Makefile
  2707. config.status: creating test/Makefile
  2708. config.status: creating test/simple/Makefile
  2709. config.status: creating src/include/pmix_config.h
  2710. config.status: creating include/pmix_common.h
  2711. config.status: executing depfiles commands
  2712. config.status: executing libtool commands
  2713.  
  2714. PMIx configuration:
  2715. -----------------------
  2716. Version: 4.0.0
  2717. Debug build: no
  2718. Platform file: (none)
  2719.  
  2720. External Packages
  2721. -----------------------
  2722. HWLOC: yes (embedded)
  2723. Libevent: yes (embedded)
  2724. ZLIB: yes (standard)
  2725.  
  2726. configure: /bin/bash './configure' succeeded for opal/mca/pmix/pmix4x/pmix
  2727. checking if v4.x component is to be used... yes - using the internal v4.x library
  2728. checking PMIx extra wrapper CPPFLAGS...
  2729. checking PMIx extra wrapper LDFLAGS...
  2730. checking PMIx extra wrapper LIBS...
  2731. checking if MCA component pmix:pmix4x can compile... yes
  2732.  
  2733. --- MCA component pmix:s1 (m4 configuration macro)
  2734. checking for MCA component pmix:s1 compile mode... dso
  2735. checking if MCA component pmix:s1 can compile... no
  2736.  
  2737. --- MCA component pmix:s2 (m4 configuration macro)
  2738. checking for MCA component pmix:s2 compile mode... dso
  2739. checking if MCA component pmix:s2 can compile... no
  2740.  
  2741. +++ Configuring MCA framework pstat
  2742. checking for no configure components in framework pstat...
  2743. checking for m4 configure components in framework pstat... linux, test
  2744.  
  2745. --- MCA component pstat:linux (m4 configuration macro, priority 60)
  2746. checking for MCA component pstat:linux compile mode... dso
  2747. checking whether HZ is declared... yes
  2748. checking if MCA component pstat:linux can compile... yes
  2749.  
  2750. --- MCA component pstat:test (m4 configuration macro, priority 10)
  2751. checking for MCA component pstat:test compile mode... dso
  2752. checking if MCA component pstat:test can compile... no
  2753.  
  2754. +++ Configuring MCA framework rcache
  2755. checking for no configure components in framework rcache... grdma
  2756. checking for m4 configure components in framework rcache... gpusm, rgpusm, udreg
  2757.  
  2758. --- MCA component rcache:grdma (no configuration)
  2759. checking for MCA component rcache:grdma compile mode... dso
  2760. checking if MCA component rcache:grdma can compile... yes
  2761.  
  2762. --- MCA component rcache:gpusm (m4 configuration macro)
  2763. checking for MCA component rcache:gpusm compile mode... dso
  2764. checking if MCA component rcache:gpusm can compile... no
  2765.  
  2766. --- MCA component rcache:rgpusm (m4 configuration macro)
  2767. checking for MCA component rcache:rgpusm compile mode... dso
  2768. checking if MCA component rcache:rgpusm can compile... no
  2769.  
  2770. --- MCA component rcache:udreg (m4 configuration macro)
  2771. checking for MCA component rcache:udreg compile mode... dso
  2772. checking for CRAY_UDREG... no
  2773. no
  2774. checking if MCA component rcache:udreg can compile... no
  2775.  
  2776. +++ Configuring MCA framework reachable
  2777. checking for no configure components in framework reachable... weighted
  2778. checking for m4 configure components in framework reachable... netlink
  2779.  
  2780. --- MCA component reachable:weighted (no configuration)
  2781. checking for MCA component reachable:weighted compile mode... dso
  2782. checking if MCA component reachable:weighted can compile... yes
  2783.  
  2784. --- MCA component reachable:netlink (m4 configuration macro)
  2785. checking for MCA component reachable:netlink compile mode... dso
  2786. checking for linux/netlink.h... yes
  2787. configure: checking for libnl v3
  2788. checking for /usr/include/libnl3... found
  2789. checking netlink/version.h usability... yes
  2790. checking netlink/version.h presence... yes
  2791. checking for netlink/version.h... yes
  2792. looking for library without search path
  2793. checking for library containing nl_recvmsgs_report... -lnl-3
  2794. checking if libnl-3 requires libnl v1 or v3... v3
  2795. checking for library containing nl_rtgen_request... -lnl-route-3
  2796. checking to ensure these really are libnl v3 headers... yes
  2797. checking if MCA component reachable:netlink can compile... yes
  2798.  
  2799. +++ Configuring MCA framework shmem
  2800. checking for no configure components in framework shmem...
  2801. checking for m4 configure components in framework shmem... mmap, posix, sysv
  2802.  
  2803. --- MCA component shmem:mmap (m4 configuration macro)
  2804. checking for MCA component shmem:mmap compile mode... dso
  2805. checking if want mmap shared memory support... yes
  2806. checking for library containing mmap... none required
  2807. checking if MCA component shmem:mmap can compile... yes
  2808.  
  2809. --- MCA component shmem:posix (m4 configuration macro)
  2810. checking for MCA component shmem:posix compile mode... dso
  2811. checking if want POSIX shared memory support... yes
  2812. checking for library containing shm_open... -lrt
  2813. checking if MCA component shmem:posix can compile... yes
  2814.  
  2815. --- MCA component shmem:sysv (m4 configuration macro)
  2816. checking for MCA component shmem:sysv compile mode... dso
  2817. checking if want SYSV shared memory support... yes
  2818. checking for shmget... yes
  2819. checking if MCA component shmem:sysv can compile... yes
  2820.  
  2821. +++ Configuring MCA framework timer
  2822. checking for no configure components in framework timer...
  2823. checking for m4 configure components in framework timer... altix, darwin, linux, solaris
  2824.  
  2825. --- MCA component timer:altix (m4 configuration macro, priority 100)
  2826. checking for MCA component timer:altix compile mode... static
  2827. checking sn/mmtimer.h usability... no
  2828. checking sn/mmtimer.h presence... no
  2829. checking for sn/mmtimer.h... no
  2830. checking if MCA component timer:altix can compile... no
  2831.  
  2832. --- MCA component timer:darwin (m4 configuration macro, priority 30)
  2833. checking for MCA component timer:darwin compile mode... static
  2834. checking mach/mach_time.h usability... no
  2835. checking mach/mach_time.h presence... no
  2836. checking for mach/mach_time.h... no
  2837. checking for mach_absolute_time... no
  2838. checking if MCA component timer:darwin can compile... no
  2839.  
  2840. --- MCA component timer:linux (m4 configuration macro, priority 30)
  2841. checking for MCA component timer:linux compile mode... static
  2842. checking if MCA component timer:linux can compile... yes
  2843.  
  2844. --- MCA component timer:solaris (m4 configuration macro, priority 30)
  2845. checking for MCA component timer:solaris compile mode... static
  2846. checking for gethrtime... no
  2847. checking if MCA component timer:solaris can compile... no
  2848.  
  2849. *** Configuring MCA for orte
  2850. checking for frameworks for orte... common, errmgr, ess, filem, grpcomm, iof, odls, oob, plm, ras, rmaps, rml, routed, rtc, schizo, snapc, sstore, state
  2851.  
  2852. +++ Configuring MCA framework common
  2853. checking for no configure components in framework common...
  2854. checking for m4 configure components in framework common... alps
  2855.  
  2856. --- MCA component common:alps (m4 configuration macro)
  2857. checking for MCA component common:alps compile mode... dso
  2858. checking if MCA component common:alps can compile... no
  2859.  
  2860. +++ Configuring MCA framework errmgr
  2861. checking for no configure components in framework errmgr... default_app, default_hnp, default_orted, default_tool
  2862. checking for m4 configure components in framework errmgr...
  2863.  
  2864. --- MCA component errmgr:default_app (no configuration)
  2865. checking for MCA component errmgr:default_app compile mode... dso
  2866. checking if MCA component errmgr:default_app can compile... yes
  2867.  
  2868. --- MCA component errmgr:default_hnp (no configuration)
  2869. checking for MCA component errmgr:default_hnp compile mode... dso
  2870. checking if MCA component errmgr:default_hnp can compile... yes
  2871.  
  2872. --- MCA component errmgr:default_orted (no configuration)
  2873. checking for MCA component errmgr:default_orted compile mode... dso
  2874. checking if MCA component errmgr:default_orted can compile... yes
  2875.  
  2876. --- MCA component errmgr:default_tool (no configuration)
  2877. checking for MCA component errmgr:default_tool compile mode... dso
  2878. checking if MCA component errmgr:default_tool can compile... yes
  2879.  
  2880. +++ Configuring MCA framework ess
  2881. checking for no configure components in framework ess... env, hnp, pmi, singleton, tool
  2882. checking for m4 configure components in framework ess... alps, lsf, slurm, tm
  2883.  
  2884. --- MCA component ess:env (no configuration)
  2885. checking for MCA component ess:env compile mode... dso
  2886. checking if MCA component ess:env can compile... yes
  2887.  
  2888. --- MCA component ess:hnp (no configuration)
  2889. checking for MCA component ess:hnp compile mode... dso
  2890. checking if MCA component ess:hnp can compile... yes
  2891.  
  2892. --- MCA component ess:pmi (no configuration)
  2893. checking for MCA component ess:pmi compile mode... dso
  2894. checking if MCA component ess:pmi can compile... yes
  2895.  
  2896. --- MCA component ess:singleton (no configuration)
  2897. checking for MCA component ess:singleton compile mode... dso
  2898. checking if MCA component ess:singleton can compile... yes
  2899.  
  2900. --- MCA component ess:tool (no configuration)
  2901. checking for MCA component ess:tool compile mode... dso
  2902. checking if MCA component ess:tool can compile... yes
  2903.  
  2904. --- MCA component ess:alps (m4 configuration macro)
  2905. checking for MCA component ess:alps compile mode... dso
  2906. checking if MCA component ess:alps can compile... no
  2907.  
  2908. --- MCA component ess:lsf (m4 configuration macro)
  2909. checking for MCA component ess:lsf compile mode... dso
  2910. checking --with-lsf value... simple ok (unspecified value)
  2911. checking --with-lsf-libdir value... simple ok (unspecified value)
  2912. checking for library containing yp_all... -lnsl
  2913. checking lsf/lsf.h usability... no
  2914. checking lsf/lsf.h presence... no
  2915. checking for lsf/lsf.h... no
  2916. checking if MCA component ess:lsf can compile... no
  2917.  
  2918. --- MCA component ess:slurm (m4 configuration macro)
  2919. checking for MCA component ess:slurm compile mode... dso
  2920. checking for fork... (cached) yes
  2921. checking for execve... (cached) yes
  2922. checking for setpgid... (cached) yes
  2923. checking if MCA component ess:slurm can compile... yes
  2924.  
  2925. --- MCA component ess:tm (m4 configuration macro)
  2926. checking for MCA component ess:tm compile mode... dso
  2927. checking --with-tm value... simple ok (unspecified value)
  2928. checking for pbs-config... not found
  2929. checking tm.h usability... no
  2930. checking tm.h presence... no
  2931. checking for tm.h... no
  2932. checking if MCA component ess:tm can compile... no
  2933.  
  2934. +++ Configuring MCA framework filem
  2935. checking for no configure components in framework filem... raw
  2936. checking for m4 configure components in framework filem...
  2937.  
  2938. --- MCA component filem:raw (no configuration)
  2939. checking for MCA component filem:raw compile mode... dso
  2940. checking if MCA component filem:raw can compile... yes
  2941.  
  2942. +++ Configuring MCA framework grpcomm
  2943. checking for no configure components in framework grpcomm... direct
  2944. checking for m4 configure components in framework grpcomm...
  2945.  
  2946. --- MCA component grpcomm:direct (no configuration)
  2947. checking for MCA component grpcomm:direct compile mode... dso
  2948. checking if MCA component grpcomm:direct can compile... yes
  2949.  
  2950. +++ Configuring MCA framework iof
  2951. checking for no configure components in framework iof... hnp, orted, tool
  2952. checking for m4 configure components in framework iof...
  2953.  
  2954. --- MCA component iof:hnp (no configuration)
  2955. checking for MCA component iof:hnp compile mode... dso
  2956. checking if MCA component iof:hnp can compile... yes
  2957.  
  2958. --- MCA component iof:orted (no configuration)
  2959. checking for MCA component iof:orted compile mode... dso
  2960. checking if MCA component iof:orted can compile... yes
  2961.  
  2962. --- MCA component iof:tool (no configuration)
  2963. checking for MCA component iof:tool compile mode... dso
  2964. checking if MCA component iof:tool can compile... yes
  2965.  
  2966. +++ Configuring MCA framework odls
  2967. checking for no configure components in framework odls...
  2968. checking for m4 configure components in framework odls... alps, default, pspawn
  2969.  
  2970. --- MCA component odls:alps (m4 configuration macro)
  2971. checking for MCA component odls:alps compile mode... dso
  2972. checking if MCA component odls:alps can compile... no
  2973.  
  2974. --- MCA component odls:default (m4 configuration macro)
  2975. checking for MCA component odls:default compile mode... dso
  2976. checking for fork... (cached) yes
  2977. checking if MCA component odls:default can compile... yes
  2978.  
  2979. --- MCA component odls:pspawn (m4 configuration macro)
  2980. checking for MCA component odls:pspawn compile mode... dso
  2981. checking for posix_spawn... yes
  2982. checking if MCA component odls:pspawn can compile... yes
  2983.  
  2984. +++ Configuring MCA framework oob
  2985. checking for no configure components in framework oob...
  2986. checking for m4 configure components in framework oob... alps, tcp
  2987.  
  2988. --- MCA component oob:alps (m4 configuration macro)
  2989. checking for MCA component oob:alps compile mode... dso
  2990. checking if MCA component oob:alps can compile... no
  2991.  
  2992. --- MCA component oob:tcp (m4 configuration macro)
  2993. checking for MCA component oob:tcp compile mode... dso
  2994. checking for struct sockaddr_in... (cached) yes
  2995. checking if MCA component oob:tcp can compile... yes
  2996.  
  2997. +++ Configuring MCA framework plm
  2998. checking for no configure components in framework plm...
  2999. checking for m4 configure components in framework plm... alps, isolated, lsf, rsh, slurm, tm
  3000.  
  3001. --- MCA component plm:alps (m4 configuration macro)
  3002. checking for MCA component plm:alps compile mode... dso
  3003. checking if MCA component plm:alps can compile... no
  3004.  
  3005. --- MCA component plm:isolated (m4 configuration macro)
  3006. checking for MCA component plm:isolated compile mode... dso
  3007. checking for fork... (cached) yes
  3008. checking if MCA component plm:isolated can compile... yes
  3009.  
  3010. --- MCA component plm:lsf (m4 configuration macro)
  3011. checking for MCA component plm:lsf compile mode... dso
  3012. checking if MCA component plm:lsf can compile... no
  3013.  
  3014. --- MCA component plm:rsh (m4 configuration macro)
  3015. checking for MCA component plm:rsh compile mode... dso
  3016. checking for fork... (cached) yes
  3017. checking if MCA component plm:rsh can compile... yes
  3018.  
  3019. --- MCA component plm:slurm (m4 configuration macro)
  3020. checking for MCA component plm:slurm compile mode... dso
  3021. checking if MCA component plm:slurm can compile... yes
  3022.  
  3023. --- MCA component plm:tm (m4 configuration macro)
  3024. checking for MCA component plm:tm compile mode... dso
  3025. checking if MCA component plm:tm can compile... no
  3026.  
  3027. +++ Configuring MCA framework ras
  3028. checking for no configure components in framework ras... simulator
  3029. checking for m4 configure components in framework ras... alps, gridengine, lsf, slurm, tm
  3030.  
  3031. --- MCA component ras:simulator (no configuration)
  3032. checking for MCA component ras:simulator compile mode... dso
  3033. checking if MCA component ras:simulator can compile... yes
  3034.  
  3035. --- MCA component ras:alps (m4 configuration macro)
  3036. checking for MCA component ras:alps compile mode... dso
  3037. checking alps/apInfo.h usability... no
  3038. checking alps/apInfo.h presence... no
  3039. checking for alps/apInfo.h... no
  3040. checking if MCA component ras:alps can compile... no
  3041.  
  3042. --- MCA component ras:gridengine (m4 configuration macro)
  3043. checking for MCA component ras:gridengine compile mode... dso
  3044. checking if user requested SGE build... not specified; checking environment
  3045. checking for qrsh... no
  3046. checking for SGE_ROOT environment variable... not found
  3047. checking if MCA component ras:gridengine can compile... no
  3048.  
  3049. --- MCA component ras:lsf (m4 configuration macro)
  3050. checking for MCA component ras:lsf compile mode... dso
  3051. checking if MCA component ras:lsf can compile... no
  3052.  
  3053. --- MCA component ras:slurm (m4 configuration macro)
  3054. checking for MCA component ras:slurm compile mode... dso
  3055. checking if MCA component ras:slurm can compile... yes
  3056.  
  3057. --- MCA component ras:tm (m4 configuration macro)
  3058. checking for MCA component ras:tm compile mode... dso
  3059. checking if MCA component ras:tm can compile... no
  3060.  
  3061. +++ Configuring MCA framework rmaps
  3062. checking for no configure components in framework rmaps... mindist, ppr, rank_file, resilient, round_robin, seq
  3063. checking for m4 configure components in framework rmaps...
  3064.  
  3065. --- MCA component rmaps:mindist (no configuration)
  3066. checking for MCA component rmaps:mindist compile mode... dso
  3067. checking if MCA component rmaps:mindist can compile... yes
  3068.  
  3069. --- MCA component rmaps:ppr (no configuration)
  3070. checking for MCA component rmaps:ppr compile mode... dso
  3071. checking if MCA component rmaps:ppr can compile... yes
  3072.  
  3073. --- MCA component rmaps:rank_file (no configuration)
  3074. checking for MCA component rmaps:rank_file compile mode... dso
  3075. checking if MCA component rmaps:rank_file can compile... yes
  3076.  
  3077. --- MCA component rmaps:resilient (no configuration)
  3078. checking for MCA component rmaps:resilient compile mode... dso
  3079. checking if MCA component rmaps:resilient can compile... yes
  3080.  
  3081. --- MCA component rmaps:round_robin (no configuration)
  3082. checking for MCA component rmaps:round_robin compile mode... dso
  3083. checking if MCA component rmaps:round_robin can compile... yes
  3084.  
  3085. --- MCA component rmaps:seq (no configuration)
  3086. checking for MCA component rmaps:seq compile mode... dso
  3087. checking if MCA component rmaps:seq can compile... yes
  3088.  
  3089. +++ Configuring MCA framework rml
  3090. checking for no configure components in framework rml... oob
  3091. checking for m4 configure components in framework rml...
  3092.  
  3093. --- MCA component rml:oob (no configuration)
  3094. checking for MCA component rml:oob compile mode... dso
  3095. checking if MCA component rml:oob can compile... yes
  3096.  
  3097. +++ Configuring MCA framework routed
  3098. checking for no configure components in framework routed... binomial, debruijn, direct, radix
  3099. checking for m4 configure components in framework routed...
  3100.  
  3101. --- MCA component routed:binomial (no configuration)
  3102. checking for MCA component routed:binomial compile mode... dso
  3103. checking if MCA component routed:binomial can compile... yes
  3104.  
  3105. --- MCA component routed:debruijn (no configuration)
  3106. checking for MCA component routed:debruijn compile mode... dso
  3107. checking if MCA component routed:debruijn can compile... yes
  3108.  
  3109. --- MCA component routed:direct (no configuration)
  3110. checking for MCA component routed:direct compile mode... dso
  3111. checking if MCA component routed:direct can compile... yes
  3112.  
  3113. --- MCA component routed:radix (no configuration)
  3114. checking for MCA component routed:radix compile mode... dso
  3115. checking if MCA component routed:radix can compile... yes
  3116.  
  3117. +++ Configuring MCA framework rtc
  3118. checking for no configure components in framework rtc... hwloc
  3119. checking for m4 configure components in framework rtc...
  3120.  
  3121. --- MCA component rtc:hwloc (no configuration)
  3122. checking for MCA component rtc:hwloc compile mode... dso
  3123. checking if MCA component rtc:hwloc can compile... yes
  3124.  
  3125. +++ Configuring MCA framework schizo
  3126. checking for no configure components in framework schizo... flux, ompi, orte
  3127. checking for m4 configure components in framework schizo... alps, moab, slurm
  3128.  
  3129. --- MCA component schizo:flux (no configuration)
  3130. checking for MCA component schizo:flux compile mode... dso
  3131. checking if MCA component schizo:flux can compile... yes
  3132.  
  3133. --- MCA component schizo:ompi (no configuration)
  3134. checking for MCA component schizo:ompi compile mode... dso
  3135. checking if MCA component schizo:ompi can compile... yes
  3136.  
  3137. --- MCA component schizo:orte (no configuration)
  3138. checking for MCA component schizo:orte compile mode... dso
  3139. checking if MCA component schizo:orte can compile... yes
  3140.  
  3141. --- MCA component schizo:alps (m4 configuration macro)
  3142. checking for MCA component schizo:alps compile mode... dso
  3143. checking for alps/apInfo.h... (cached) no
  3144. checking if MCA component schizo:alps can compile... no
  3145.  
  3146. --- MCA component schizo:moab (m4 configuration macro)
  3147. checking for MCA component schizo:moab compile mode... dso
  3148. checking --with-moab value... simple ok (unspecified value)
  3149. checking --with-moab-libdir value... simple ok (unspecified value)
  3150. checking looking for moab in... ()
  3151. checking mapi.h usability... no
  3152. checking mapi.h presence... no
  3153. checking for mapi.h... no
  3154. checking if MCA component schizo:moab can compile... no
  3155.  
  3156. --- MCA component schizo:slurm (m4 configuration macro)
  3157. checking for MCA component schizo:slurm compile mode... dso
  3158. checking if MCA component schizo:slurm can compile... yes
  3159.  
  3160. +++ Configuring MCA framework snapc
  3161. checking for no configure components in framework snapc...
  3162. checking for m4 configure components in framework snapc... full
  3163.  
  3164. --- MCA component snapc:full (m4 configuration macro)
  3165. checking for MCA component snapc:full compile mode... dso
  3166. checking if MCA component snapc:full can compile... no
  3167.  
  3168. +++ Configuring MCA framework sstore
  3169. checking for no configure components in framework sstore...
  3170. checking for m4 configure components in framework sstore... central, stage
  3171.  
  3172. --- MCA component sstore:central (m4 configuration macro)
  3173. checking for MCA component sstore:central compile mode... dso
  3174. checking if MCA component sstore:central can compile... no
  3175.  
  3176. --- MCA component sstore:stage (m4 configuration macro)
  3177. checking for MCA component sstore:stage compile mode... dso
  3178. checking if MCA component sstore:stage can compile... no
  3179.  
  3180. +++ Configuring MCA framework state
  3181. checking for no configure components in framework state... app, hnp, novm, orted, tool
  3182. checking for m4 configure components in framework state...
  3183.  
  3184. --- MCA component state:app (no configuration)
  3185. checking for MCA component state:app compile mode... dso
  3186. checking if MCA component state:app can compile... yes
  3187.  
  3188. --- MCA component state:hnp (no configuration)
  3189. checking for MCA component state:hnp compile mode... dso
  3190. checking if MCA component state:hnp can compile... yes
  3191.  
  3192. --- MCA component state:novm (no configuration)
  3193. checking for MCA component state:novm compile mode... dso
  3194. checking if MCA component state:novm can compile... yes
  3195.  
  3196. --- MCA component state:orted (no configuration)
  3197. checking for MCA component state:orted compile mode... dso
  3198. checking if MCA component state:orted can compile... yes
  3199.  
  3200. --- MCA component state:tool (no configuration)
  3201. checking for MCA component state:tool compile mode... dso
  3202. checking if MCA component state:tool can compile... yes
  3203.  
  3204. *** Configuring MCA for ompi
  3205. checking for frameworks for ompi... common, bml, coll, crcp, fbtl, fcoll, fs, hook, io, mtl, op, osc, pml, rte, sharedfp, topo, vprotocol
  3206.  
  3207. +++ Configuring MCA framework common
  3208. checking for no configure components in framework common...
  3209. checking for m4 configure components in framework common... monitoring, ompio
  3210.  
  3211. --- MCA component common:monitoring (m4 configuration macro)
  3212. checking for MCA component common:monitoring compile mode... dso
  3213. checking if MCA component common:monitoring can compile... yes
  3214.  
  3215. --- MCA component common:ompio (m4 configuration macro)
  3216. checking for MCA component common:ompio compile mode... dso
  3217. checking if MCA component common:ompio can compile... yes
  3218.  
  3219. +++ Configuring MCA framework bml
  3220. checking for no configure components in framework bml...
  3221. checking for m4 configure components in framework bml... r2
  3222.  
  3223. --- MCA component bml:r2 (m4 configuration macro)
  3224. checking for MCA component bml:r2 compile mode... dso
  3225. checking if MCA component bml:r2 can compile... yes
  3226. checking for index in endpoint array for tag BML... 0
  3227.  
  3228. +++ Configuring MCA framework coll
  3229. checking for no configure components in framework coll... basic, inter, libnbc, self, sm, sync, tuned
  3230. checking for m4 configure components in framework coll... cuda, hcoll, monitoring, portals4
  3231.  
  3232. --- MCA component coll:basic (no configuration)
  3233. checking for MCA component coll:basic compile mode... dso
  3234. checking if MCA component coll:basic can compile... yes
  3235.  
  3236. --- MCA component coll:inter (no configuration)
  3237. checking for MCA component coll:inter compile mode... dso
  3238. checking if MCA component coll:inter can compile... yes
  3239.  
  3240. --- MCA component coll:libnbc (no configuration)
  3241. checking for MCA component coll:libnbc compile mode... dso
  3242. checking if MCA component coll:libnbc can compile... yes
  3243.  
  3244. --- MCA component coll:self (no configuration)
  3245. checking for MCA component coll:self compile mode... dso
  3246. checking if MCA component coll:self can compile... yes
  3247.  
  3248. --- MCA component coll:sm (no configuration)
  3249. checking for MCA component coll:sm compile mode... dso
  3250. checking if MCA component coll:sm can compile... yes
  3251.  
  3252. --- MCA component coll:sync (no configuration)
  3253. checking for MCA component coll:sync compile mode... dso
  3254. checking if MCA component coll:sync can compile... yes
  3255.  
  3256. --- MCA component coll:tuned (no configuration)
  3257. checking for MCA component coll:tuned compile mode... dso
  3258. checking if MCA component coll:tuned can compile... yes
  3259.  
  3260. --- MCA component coll:cuda (m4 configuration macro)
  3261. checking for MCA component coll:cuda compile mode... dso
  3262. checking if MCA component coll:cuda can compile... no
  3263.  
  3264. --- MCA component coll:hcoll (m4 configuration macro)
  3265. checking for MCA component coll:hcoll compile mode... dso
  3266. checking hcoll/api/hcoll_api.h usability... no
  3267. checking hcoll/api/hcoll_api.h presence... no
  3268. checking for hcoll/api/hcoll_api.h... no
  3269. checking if MCA component coll:hcoll can compile... no
  3270.  
  3271. --- MCA component coll:monitoring (m4 configuration macro)
  3272. checking for MCA component coll:monitoring compile mode... dso
  3273. checking if MCA component coll:monitoring can compile... yes
  3274.  
  3275. --- MCA component coll:portals4 (m4 configuration macro)
  3276. checking for MCA component coll:portals4 compile mode... dso
  3277. checking if MCA component coll:portals4 can compile... no
  3278.  
  3279. +++ Configuring MCA framework crcp
  3280. checking for no configure components in framework crcp...
  3281. checking for m4 configure components in framework crcp... bkmrk
  3282.  
  3283. --- MCA component crcp:bkmrk (m4 configuration macro)
  3284. checking for MCA component crcp:bkmrk compile mode... dso
  3285. checking if MCA component crcp:bkmrk can compile... no
  3286.  
  3287. +++ Configuring MCA framework fbtl
  3288. checking for no configure components in framework fbtl...
  3289. checking for m4 configure components in framework fbtl... ime, posix, pvfs2
  3290.  
  3291. --- MCA component fbtl:ime (m4 configuration macro)
  3292. checking for MCA component fbtl:ime compile mode... dso
  3293. checking --with-ime value... simple ok (unspecified value)
  3294. looking for header without includes
  3295. checking ime_native.h usability... no
  3296. checking ime_native.h presence... no
  3297. checking for ime_native.h... no
  3298. checking ime_native.h usability... no
  3299. checking ime_native.h presence... no
  3300. checking for ime_native.h... no
  3301. looking for header without includes
  3302. checking ime_native.h usability... no
  3303. checking ime_native.h presence... no
  3304. checking for ime_native.h... no
  3305. checking ime_native.h usability... no
  3306. checking ime_native.h presence... no
  3307. checking for ime_native.h... no
  3308. checking if MCA component fbtl:ime can compile... no
  3309.  
  3310. --- MCA component fbtl:posix (m4 configuration macro)
  3311. checking for MCA component fbtl:posix compile mode... dso
  3312. checking for aio.h... (cached) yes
  3313. checking for library containing aio_write... none required
  3314. checking for pwritev... yes
  3315. checking for preadv... yes
  3316. checking if MCA component fbtl:posix can compile... yes
  3317.  
  3318. --- MCA component fbtl:pvfs2 (m4 configuration macro)
  3319. checking for MCA component fbtl:pvfs2 compile mode... dso
  3320. checking --with-pvfs2 value... simple ok (unspecified value)
  3321. looking for header without includes
  3322. checking pvfs2.h usability... no
  3323. checking pvfs2.h presence... no
  3324. checking for pvfs2.h... no
  3325. checking pvfs2.h usability... no
  3326. checking pvfs2.h presence... no
  3327. checking for pvfs2.h... no
  3328. checking if MCA component fbtl:pvfs2 can compile... no
  3329.  
  3330. +++ Configuring MCA framework fcoll
  3331. checking for no configure components in framework fcoll... dynamic, dynamic_gen2, individual, two_phase, vulcan
  3332. checking for m4 configure components in framework fcoll...
  3333.  
  3334. --- MCA component fcoll:dynamic (no configuration)
  3335. checking for MCA component fcoll:dynamic compile mode... dso
  3336. checking if MCA component fcoll:dynamic can compile... yes
  3337.  
  3338. --- MCA component fcoll:dynamic_gen2 (no configuration)
  3339. checking for MCA component fcoll:dynamic_gen2 compile mode... dso
  3340. checking if MCA component fcoll:dynamic_gen2 can compile... yes
  3341.  
  3342. --- MCA component fcoll:individual (no configuration)
  3343. checking for MCA component fcoll:individual compile mode... dso
  3344. checking if MCA component fcoll:individual can compile... yes
  3345.  
  3346. --- MCA component fcoll:two_phase (no configuration)
  3347. checking for MCA component fcoll:two_phase compile mode... dso
  3348. checking if MCA component fcoll:two_phase can compile... yes
  3349.  
  3350. --- MCA component fcoll:vulcan (no configuration)
  3351. checking for MCA component fcoll:vulcan compile mode... dso
  3352. checking if MCA component fcoll:vulcan can compile... yes
  3353.  
  3354. +++ Configuring MCA framework fs
  3355. checking for no configure components in framework fs...
  3356. checking for m4 configure components in framework fs... ime, lustre, pvfs2, ufs
  3357.  
  3358. --- MCA component fs:ime (m4 configuration macro)
  3359. checking for MCA component fs:ime compile mode... dso
  3360. checking --with-ime value... simple ok (unspecified value)
  3361. looking for header without includes
  3362. checking ime_native.h usability... no
  3363. checking ime_native.h presence... no
  3364. checking for ime_native.h... no
  3365. checking ime_native.h usability... no
  3366. checking ime_native.h presence... no
  3367. checking for ime_native.h... no
  3368. looking for header without includes
  3369. checking ime_native.h usability... no
  3370. checking ime_native.h presence... no
  3371. checking for ime_native.h... no
  3372. checking ime_native.h usability... no
  3373. checking ime_native.h presence... no
  3374. checking for ime_native.h... no
  3375. checking if MCA component fs:ime can compile... no
  3376.  
  3377. --- MCA component fs:lustre (m4 configuration macro)
  3378. checking for MCA component fs:lustre compile mode... dso
  3379. checking --with-lustre value... simple ok (unspecified value)
  3380. looking for header without includes
  3381. checking lustre/lustreapi.h usability... no
  3382. checking lustre/lustreapi.h presence... no
  3383. checking for lustre/lustreapi.h... no
  3384. checking lustre/lustreapi.h usability... no
  3385. checking lustre/lustreapi.h presence... no
  3386. checking for lustre/lustreapi.h... no
  3387. checking for required lustre data structures... no
  3388. checking if MCA component fs:lustre can compile... no
  3389.  
  3390. --- MCA component fs:pvfs2 (m4 configuration macro)
  3391. checking for MCA component fs:pvfs2 compile mode... dso
  3392. checking --with-pvfs2 value... simple ok (unspecified value)
  3393. looking for header without includes
  3394. checking pvfs2.h usability... no
  3395. checking pvfs2.h presence... no
  3396. checking for pvfs2.h... no
  3397. checking pvfs2.h usability... no
  3398. checking pvfs2.h presence... no
  3399. checking for pvfs2.h... no
  3400. checking if MCA component fs:pvfs2 can compile... no
  3401.  
  3402. --- MCA component fs:ufs (m4 configuration macro)
  3403. checking for MCA component fs:ufs compile mode... dso
  3404. checking if MCA component fs:ufs can compile... yes
  3405.  
  3406. +++ Configuring MCA framework hook
  3407. checking for no configure components in framework hook...
  3408. checking for m4 configure components in framework hook...
  3409.  
  3410. +++ Configuring MCA framework io
  3411. checking for no configure components in framework io...
  3412. checking for m4 configure components in framework io... ompio, romio321
  3413.  
  3414. --- MCA component io:ompio (m4 configuration macro)
  3415. checking for MCA component io:ompio compile mode... dso
  3416. checking if MCA component io:ompio can compile... yes
  3417.  
  3418. --- MCA component io:romio321 (m4 configuration macro)
  3419. checking for MCA component io:romio321 compile mode... dso
  3420. checking if want ROMIO component... yes
  3421. checking if MPI profiling is enabled... yes
  3422.  
  3423. *** Configuring ROMIO distribution
  3424. configure: OPAL configuring in ompi/mca/io/romio321/romio
  3425. configure: running /bin/bash './configure' FROM_OMPI=yes CC="gcc" CFLAGS="-DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread -D__EXTENSIONS__" CPPFLAGS="-I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent -I/dev/shm/Setup/build/openmpi-git/opal/mca/event/libevent2022/libevent/include -I/dev/shm/Setup/build/openmpi-git/opal/mca/hwloc/hwloc201/hwloc/include -I/usr/local/include -I/usr/local/include" FFLAGS="" LDFLAGS=" " --enable-shared --disable-static --prefix=/dev/shm/Setup/install/openmpi-git-master --disable-aio --disable-weak-symbols --enable-strict --disable-f77 --disable-f90 --cache-file=/dev/null --srcdir=. --disable-option-checking
  3426. checking for a BSD-compatible install... /usr/bin/install -c
  3427. checking whether build environment is sane... yes
  3428. checking for a thread-safe mkdir -p... /bin/mkdir -p
  3429. checking for gawk... no
  3430. checking for mawk... mawk
  3431. checking whether make sets $(MAKE)... yes
  3432. checking whether make supports nested variables... yes
  3433. checking whether to enable maintainer-specific portions of Makefiles... yes
  3434. checking for style of include used by make... GNU
  3435. checking whether the C compiler works... yes
  3436. checking for C compiler default output file name... a.out
  3437. checking for suffix of executables...
  3438. checking whether we are cross compiling... no
  3439. checking for suffix of object files... o
  3440. checking whether we are using the GNU C compiler... yes
  3441. checking whether gcc accepts -g... yes
  3442. checking for gcc option to accept ISO C89... none needed
  3443. checking whether gcc understands -c and -o together... yes
  3444. checking dependency style of gcc... gcc3
  3445. checking for ar... ar
  3446. checking the archiver (ar) interface... ar
  3447. checking build system type... x86_64-pc-linux-gnu
  3448. checking host system type... x86_64-pc-linux-gnu
  3449. checking how to print strings... printf
  3450. checking for a sed that does not truncate output... /bin/sed
  3451. checking for grep that handles long lines and -e... /bin/grep
  3452. checking for egrep... /bin/grep -E
  3453. checking for fgrep... /bin/grep -F
  3454. checking for ld used by gcc... /usr/bin/ld
  3455. checking if the linker (/usr/bin/ld) is GNU ld... yes
  3456. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  3457. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  3458. checking whether ln -s works... yes
  3459. checking the maximum length of command line arguments... 1572864
  3460. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  3461. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  3462. checking for /usr/bin/ld option to reload object files... -r
  3463. checking for objdump... objdump
  3464. checking how to recognize dependent libraries... pass_all
  3465. checking for dlltool... no
  3466. checking how to associate runtime and link libraries... printf %s\n
  3467. checking for archiver @FILE support... @
  3468. checking for strip... strip
  3469. checking for ranlib... ranlib
  3470. checking command to parse /usr/bin/nm -B output from gcc object... ok
  3471. checking for sysroot... no
  3472. checking for a working dd... /bin/dd
  3473. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  3474. checking for mt... mt
  3475. checking if mt is a manifest tool... no
  3476. checking how to run the C preprocessor... gcc -E
  3477. checking for ANSI C header files... yes
  3478. checking for sys/types.h... yes
  3479. checking for sys/stat.h... yes
  3480. checking for stdlib.h... yes
  3481. checking for string.h... yes
  3482. checking for memory.h... yes
  3483. checking for strings.h... yes
  3484. checking for inttypes.h... yes
  3485. checking for stdint.h... yes
  3486. checking for unistd.h... yes
  3487. checking for dlfcn.h... yes
  3488. checking for objdir... .libs
  3489. checking if gcc supports -fno-rtti -fno-exceptions... no
  3490. checking for gcc option to produce PIC... -fPIC -DPIC
  3491. checking if gcc PIC flag -fPIC -DPIC works... yes
  3492. checking if gcc static flag -static works... yes
  3493. checking if gcc supports -c -o file.o... yes
  3494. checking if gcc supports -c -o file.o... (cached) yes
  3495. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3496. checking whether -lc should be explicitly linked in... no
  3497. checking dynamic linker characteristics... GNU/Linux ld.so
  3498. checking how to hardcode library paths into programs... immediate
  3499. checking whether stripping libraries is possible... yes
  3500. checking if libtool supports shared libraries... yes
  3501. checking whether to build shared libraries... yes
  3502. checking whether to build static libraries... no
  3503. checking whether make supports nested variables... (cached) yes
  3504. Configuring with args dummy mt
  3505. checking for Open MPI support files... in Open MPI source tree -- good
  3506. checking for make... make
  3507. checking whether clock skew breaks make... no
  3508. checking whether make supports include... yes
  3509. checking whether make allows comments in actions... yes
  3510. checking for virtual path format... VPATH
  3511. checking whether make sets CFLAGS... yes
  3512. checking for architecture... LINUX
  3513. ROMIO home directory is /dev/shm/Setup/build/openmpi-git/ompi/mca/io/romio321/romio
  3514. checking for long long... yes
  3515. checking size of long long... 8
  3516. checking for memalign... yes
  3517. checking for size_t... yes
  3518. checking for ssize_t... yes
  3519. checking for off_t... yes
  3520. checking how to run the C preprocessor... gcc -E
  3521. checking for unistd.h... (cached) yes
  3522. checking fcntl.h usability... yes
  3523. checking fcntl.h presence... yes
  3524. checking for fcntl.h... yes
  3525. checking malloc.h usability... yes
  3526. checking malloc.h presence... yes
  3527. checking for malloc.h... yes
  3528. checking stddef.h usability... yes
  3529. checking stddef.h presence... yes
  3530. checking for stddef.h... yes
  3531. checking for sys/types.h... (cached) yes
  3532. checking limits.h usability... yes
  3533. checking limits.h presence... yes
  3534. checking for limits.h... yes
  3535. checking time.h usability... yes
  3536. checking time.h presence... yes
  3537. checking for time.h... yes
  3538. checking for mpix.h... no
  3539. checking for u_char... yes
  3540. checking for u_short... yes
  3541. checking for u_int... yes
  3542. checking for u_long... yes
  3543. checking sys/attr.h usability... no
  3544. checking sys/attr.h presence... no
  3545. checking for sys/attr.h... no
  3546. checking size of int... 4
  3547. checking size of void *... 8
  3548. checking for int large enough for pointers... no
  3549. checking size of long long... (cached) 8
  3550. checking whether struct flock compatible with MPI_Offset... yes
  3551. checking for pvfs2-config... notfound
  3552. checking configured file systems... testfs ufs nfs
  3553. configure: WARNING: File locks may not work with NFS. See the Installation and
  3554. users manual for instructions on testing and if necessary fixing this
  3555. checking sys/vfs.h usability... yes
  3556. checking sys/vfs.h presence... yes
  3557. checking for sys/vfs.h... yes
  3558. checking sys/param.h usability... yes
  3559. checking sys/param.h presence... yes
  3560. checking for sys/param.h... yes
  3561. checking sys/mount.h usability... yes
  3562. checking sys/mount.h presence... yes
  3563. checking for sys/mount.h... yes
  3564. checking sys/statvfs.h usability... yes
  3565. checking sys/statvfs.h presence... yes
  3566. checking for sys/statvfs.h... yes
  3567. checking for statfs... yes
  3568. checking whether struct statfs properly defined... yes
  3569. checking for f_fstypename member of statfs structure... no
  3570. checking for sys/stat.h... (cached) yes
  3571. checking for sys/types.h... (cached) yes
  3572. checking for unistd.h... (cached) yes
  3573. checking for stat... yes
  3574. checking for st_fstype member of stat structure... no
  3575. checking for sys/types.h... (cached) yes
  3576. checking for sys/statvfs.h... (cached) yes
  3577. checking for sys/vfs.h... (cached) yes
  3578. checking for statvfs... yes
  3579. checking for f_basetype member of statvfs structure... no
  3580. checking for blksize_t... yes
  3581. checking for special C compiler options needed for large files... no
  3582. checking for _FILE_OFFSET_BITS value needed for large files... no
  3583. checking whether pwrite is declared... yes
  3584. checking for strerror... yes
  3585. checking for doctext... no
  3586. checking for strdup... yes
  3587. checking whether strdup needs a declaration... no
  3588. checking for snprintf... yes
  3589. checking whether snprintf needs a declaration... no
  3590. checking for lstat... yes
  3591. checking whether lstat needs a declaration... no
  3592. checking for readlink... yes
  3593. checking whether readlink needs a declaration... no
  3594. checking for fsync... yes
  3595. checking whether fsync needs a declaration... no
  3596. checking for ftruncate... yes
  3597. checking whether ftruncate needs a declaration... no
  3598. checking for lseek64... yes
  3599. checking whether lseek64 needs a declaration... yes
  3600. checking for usleep... yes
  3601. checking whether usleep needs a declaration... no
  3602. setting SYSDEP_INC to
  3603. checking for C/C++ restrict keyword... __restrict
  3604. checking whether __attribute__ allowed... yes
  3605. checking whether __attribute__((format)) allowed... yes
  3606. checking for gcov... gcov
  3607. setting CC to gcc
  3608. setting F77 to :
  3609. setting TEST_CC to mpicc
  3610. setting TEST_F77 to mpifort
  3611. setting CFLAGS to -DNDEBUG -O2 -ftree-vectorize -g -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread -D__EXTENSIONS__ -DHAVE_ROMIOCONF_H
  3612. setting USER_CFLAGS to
  3613. setting USER_FFLAGS to
  3614. checking that generated files are newer than configure... done
  3615. configure: creating ./config.status
  3616. config.status: creating Makefile
  3617. config.status: creating localdefs
  3618. config.status: creating test/Makefile
  3619. config.status: creating test/misc.c
  3620. config.status: creating test/large_file.c
  3621. config.status: creating test/runtests
  3622. config.status: creating test-internal/Makefile
  3623. config.status: creating util/romioinstall
  3624. config.status: creating include/mpio.h
  3625. config.status: creating test/fmisc.f
  3626. config.status: creating test/fcoll_test.f
  3627. config.status: creating test/pfcoll_test.f
  3628. config.status: creating test/fperf.f
  3629. config.status: creating adio/include/romioconf.h
  3630. config.status: adio/include/romioconf.h is unchanged
  3631. config.status: executing depfiles commands
  3632. config.status: executing libtool commands
  3633. config.status: executing default-1 commands
  3634. configure: /bin/bash './configure' succeeded for ompi/mca/io/romio321/romio
  3635. ROMIO distribution configured successfully
  3636. checking if MCA component io:romio321 can compile... yes
  3637.  
  3638. +++ Configuring MCA framework mtl
  3639. checking for no configure components in framework mtl...
  3640. checking for m4 configure components in framework mtl... ofi, portals4, psm, psm2
  3641.  
  3642. --- MCA component mtl:ofi (m4 configuration macro)
  3643. checking for MCA component mtl:ofi compile mode... dso
  3644. checking if OFI libfabric is available... no
  3645. checking if MCA component mtl:ofi can compile... no
  3646.  
  3647. --- MCA component mtl:portals4 (m4 configuration macro)
  3648. checking for MCA component mtl:portals4 compile mode... dso
  3649. checking whether to enable flow control... yes
  3650. checking if MCA component mtl:portals4 can compile... no
  3651.  
  3652. --- MCA component mtl:psm (m4 configuration macro)
  3653. checking for MCA component mtl:psm compile mode... dso
  3654. checking --with-psm value... simple ok (unspecified value)
  3655. checking --with-psm-libdir value... simple ok (unspecified value)
  3656. checking psm.h usability... no
  3657. checking psm.h presence... no
  3658. checking for psm.h... no
  3659. checking if MCA component mtl:psm can compile... no
  3660.  
  3661. --- MCA component mtl:psm2 (m4 configuration macro)
  3662. checking for MCA component mtl:psm2 compile mode... dso
  3663. checking --with-psm2 value... simple ok (unspecified value)
  3664. checking --with-psm2-libdir value... simple ok (unspecified value)
  3665. checking psm2.h usability... no
  3666. checking psm2.h presence... no
  3667. checking for psm2.h... no
  3668. checking if MCA component mtl:psm2 can compile... no
  3669.  
  3670. +++ Configuring MCA framework op
  3671. checking for no configure components in framework op...
  3672. checking for m4 configure components in framework op...
  3673.  
  3674. +++ Configuring MCA framework osc
  3675. checking for no configure components in framework osc... sm
  3676. checking for m4 configure components in framework osc... monitoring, portals4, pt2pt, rdma, ucx
  3677.  
  3678. --- MCA component osc:sm (no configuration)
  3679. checking for MCA component osc:sm compile mode... dso
  3680. checking if MCA component osc:sm can compile... yes
  3681.  
  3682. --- MCA component osc:monitoring (m4 configuration macro)
  3683. checking for MCA component osc:monitoring compile mode... dso
  3684. checking if MCA component osc:monitoring can compile... yes
  3685.  
  3686. --- MCA component osc:portals4 (m4 configuration macro)
  3687. checking for MCA component osc:portals4 compile mode... dso
  3688. checking if MCA component osc:portals4 can compile... no
  3689.  
  3690. --- MCA component osc:pt2pt (m4 configuration macro)
  3691. checking for MCA component osc:pt2pt compile mode... dso
  3692. checking if MCA component osc:pt2pt can compile... yes
  3693.  
  3694. --- MCA component osc:rdma (m4 configuration macro)
  3695. checking for MCA component osc:rdma compile mode... dso
  3696. checking if MCA component osc:rdma can compile... yes
  3697. checking for index in endpoint array for tag BML... 0
  3698.  
  3699. --- MCA component osc:ucx (m4 configuration macro)
  3700. checking for MCA component osc:ucx compile mode... dso
  3701. checking if MCA component osc:ucx can compile... yes
  3702. checking for index in endpoint array for tag UCX... 1
  3703.  
  3704. +++ Configuring MCA framework pml
  3705. checking for no configure components in framework pml... cm
  3706. checking for m4 configure components in framework pml... crcpw, monitoring, ob1, ucx, v, yalla
  3707.  
  3708. --- MCA component pml:cm (no configuration)
  3709. checking for MCA component pml:cm compile mode... dso
  3710. checking if MCA component pml:cm can compile... yes
  3711.  
  3712. --- MCA component pml:crcpw (m4 configuration macro)
  3713. checking for MCA component pml:crcpw compile mode... dso
  3714. checking if MCA component pml:crcpw can compile... no
  3715.  
  3716. --- MCA component pml:monitoring (m4 configuration macro)
  3717. checking for MCA component pml:monitoring compile mode... dso
  3718. checking if MCA component pml:monitoring can compile... yes
  3719.  
  3720. --- MCA component pml:ob1 (m4 configuration macro)
  3721. checking for MCA component pml:ob1 compile mode... dso
  3722. checking if MCA component pml:ob1 can compile... yes
  3723. checking for index in endpoint array for tag BML... 0
  3724.  
  3725. --- MCA component pml:ucx (m4 configuration macro)
  3726. checking for MCA component pml:ucx compile mode... dso
  3727. checking if MCA component pml:ucx can compile... yes
  3728. checking for index in endpoint array for tag PML... 2
  3729.  
  3730. --- MCA component pml:v (m4 configuration macro)
  3731. checking for MCA component pml:v compile mode... static
  3732. checking if MCA component pml:v can compile... yes
  3733.  
  3734. --- MCA component pml:yalla (m4 configuration macro)
  3735. checking for MCA component pml:yalla compile mode... dso
  3736. checking --with-mxm-libdir value... simple ok (unspecified value)
  3737. checking mxm/api/mxm_api.h usability... no
  3738. checking mxm/api/mxm_api.h presence... no
  3739. checking for mxm/api/mxm_api.h... no
  3740. checking for MXM version compatibility... no
  3741. checking if MCA component pml:yalla can compile... no
  3742.  
  3743. +++ Configuring MCA framework rte
  3744. checking for no configure components in framework rte...
  3745. checking for m4 configure components in framework rte... orte, pmix
  3746.  
  3747. --- MCA component rte:pmix (m4 configuration macro, priority 50)
  3748. checking for MCA component rte:pmix compile mode... static
  3749. checking if MCA component rte:pmix can compile... no
  3750.  
  3751. --- MCA component rte:orte (m4 configuration macro, priority 10)
  3752. checking for MCA component rte:orte compile mode... static
  3753. checking if MCA component rte:orte can compile... yes
  3754.  
  3755. +++ Configuring MCA framework sharedfp
  3756. checking for no configure components in framework sharedfp... individual, lockedfile
  3757. checking for m4 configure components in framework sharedfp... sm
  3758.  
  3759. --- MCA component sharedfp:individual (no configuration)
  3760. checking for MCA component sharedfp:individual compile mode... dso
  3761. checking if MCA component sharedfp:individual can compile... yes
  3762.  
  3763. --- MCA component sharedfp:lockedfile (no configuration)
  3764. checking for MCA component sharedfp:lockedfile compile mode... dso
  3765. checking if MCA component sharedfp:lockedfile can compile... yes
  3766.  
  3767. --- MCA component sharedfp:sm (m4 configuration macro)
  3768. checking for MCA component sharedfp:sm compile mode... dso
  3769. checking semaphore.h usability... yes
  3770. checking semaphore.h presence... yes
  3771. checking for semaphore.h... yes
  3772. checking for sem_open... yes
  3773. checking for semaphore.h... (cached) yes
  3774. checking for sem_init... yes
  3775. checking if MCA component sharedfp:sm can compile... yes
  3776.  
  3777. +++ Configuring MCA framework topo
  3778. checking for no configure components in framework topo... basic
  3779. checking for m4 configure components in framework topo... treematch
  3780.  
  3781. --- MCA component topo:basic (no configuration)
  3782. checking for MCA component topo:basic compile mode... dso
  3783. checking if MCA component topo:basic can compile... yes
  3784.  
  3785. --- MCA component topo:treematch (m4 configuration macro)
  3786. checking for MCA component topo:treematch compile mode... dso
  3787. checking TreeMatch headers... in the source
  3788. checking --with-treematch value... sanity check ok (/dev/shm/Setup/build/openmpi-git/ompi/mca/topo/treematch/treematch)
  3789. checking if MCA component topo:treematch can compile... yes
  3790.  
  3791. +++ Configuring MCA framework vprotocol
  3792. checking for no configure components in framework vprotocol... pessimist
  3793. checking for m4 configure components in framework vprotocol...
  3794.  
  3795. --- MCA component vprotocol:pessimist (no configuration)
  3796. checking for MCA component vprotocol:pessimist compile mode... dso
  3797. checking if MCA component vprotocol:pessimist can compile... yes
  3798.  
  3799. *** Configuring MCA for oshmem
  3800. checking for frameworks for oshmem... atomic, memheap, scoll, spml, sshmem
  3801.  
  3802. +++ Configuring MCA framework atomic
  3803. checking for no configure components in framework atomic... basic
  3804. checking for m4 configure components in framework atomic... mxm, ucx
  3805.  
  3806. --- MCA component atomic:basic (no configuration)
  3807. checking for MCA component atomic:basic compile mode... dso
  3808. checking if MCA component atomic:basic can compile... yes
  3809.  
  3810. --- MCA component atomic:mxm (m4 configuration macro)
  3811. checking for MCA component atomic:mxm compile mode... dso
  3812. checking if oshmem/atomic/mxm component can be compiled... no
  3813. checking if MCA component atomic:mxm can compile... no
  3814.  
  3815. --- MCA component atomic:ucx (m4 configuration macro)
  3816. checking for MCA component atomic:ucx compile mode... dso
  3817. checking if MCA component atomic:ucx can compile... yes
  3818.  
  3819. +++ Configuring MCA framework memheap
  3820. checking for no configure components in framework memheap... buddy, ptmalloc
  3821. checking for m4 configure components in framework memheap...
  3822.  
  3823. --- MCA component memheap:buddy (no configuration)
  3824. checking for MCA component memheap:buddy compile mode... dso
  3825. checking if MCA component memheap:buddy can compile... yes
  3826.  
  3827. --- MCA component memheap:ptmalloc (no configuration)
  3828. checking for MCA component memheap:ptmalloc compile mode... dso
  3829. checking if MCA component memheap:ptmalloc can compile... yes
  3830.  
  3831. +++ Configuring MCA framework scoll
  3832. checking for no configure components in framework scoll... basic, mpi
  3833. checking for m4 configure components in framework scoll...
  3834.  
  3835. --- MCA component scoll:basic (no configuration)
  3836. checking for MCA component scoll:basic compile mode... dso
  3837. checking if MCA component scoll:basic can compile... yes
  3838.  
  3839. --- MCA component scoll:mpi (no configuration)
  3840. checking for MCA component scoll:mpi compile mode... dso
  3841. checking if MCA component scoll:mpi can compile... yes
  3842.  
  3843. +++ Configuring MCA framework spml
  3844. checking for no configure components in framework spml...
  3845. checking for m4 configure components in framework spml... ikrit, ucx
  3846.  
  3847. --- MCA component spml:ikrit (m4 configuration macro)
  3848. checking for MCA component spml:ikrit compile mode... dso
  3849. checking if MCA component spml:ikrit can compile... no
  3850.  
  3851. --- MCA component spml:ucx (m4 configuration macro)
  3852. checking for MCA component spml:ucx compile mode... dso
  3853. checking if MCA component spml:ucx can compile... yes
  3854.  
  3855. +++ Configuring MCA framework sshmem
  3856. checking for no configure components in framework sshmem...
  3857. checking for m4 configure components in framework sshmem... mmap, sysv, ucx
  3858.  
  3859. --- MCA component sshmem:mmap (m4 configuration macro)
  3860. checking for MCA component sshmem:mmap compile mode... dso
  3861. checking if want mmap shared memory support... yes
  3862. checking for library containing mmap... (cached) none required
  3863. checking if MCA component sshmem:mmap can compile... yes
  3864.  
  3865. --- MCA component sshmem:sysv (m4 configuration macro)
  3866. checking for MCA component sshmem:sysv compile mode... dso
  3867. checking if want SYSV shared memory support... yes
  3868. checking for shmget... (cached) yes
  3869. checking if MCA component sshmem:sysv can compile... yes
  3870.  
  3871. --- MCA component sshmem:ucx (m4 configuration macro)
  3872. checking for MCA component sshmem:ucx compile mode... dso
  3873. configure: UCX device memory allocation is not supported
  3874. checking if MCA component sshmem:ucx can compile... yes
  3875. checking for size of endpoint array... 3
  3876.  
  3877. ============================================================================
  3878. == Extended MPI interfaces setup
  3879. ============================================================================
  3880. checking for available MPI Extensions... affinity, cr, cuda, pcollreq, shortfloat
  3881. checking which MPI extension should be enabled... All Available Extensions
  3882.  
  3883. --- MPI Extension affinity
  3884. checking if MPI Extension affinity can compile... yes
  3885. checking if MPI Extension affinity has C bindings... yes (required)
  3886. checking if MPI Extension affinity has mpif.h bindings... no
  3887. checking if MPI Extension affinity has "use mpi" bindings... no
  3888. checking if MPI Extension affinity has "use mpi_f08" bindings... no
  3889.  
  3890. --- MPI Extension cr
  3891. checking if MPI Extension cr can compile... no
  3892.  
  3893. --- MPI Extension cuda
  3894. checking if MPI Extension cuda can compile... yes
  3895. checking if MPI Extension cuda has C bindings... yes (required)
  3896. checking if MPI Extension cuda has mpif.h bindings... no
  3897. checking if MPI Extension cuda has "use mpi" bindings... no
  3898. checking if MPI Extension cuda has "use mpi_f08" bindings... no
  3899.  
  3900. --- MPI Extension pcollreq
  3901. checking if MPI Extension pcollreq can compile... yes
  3902. checking if MPI Extension pcollreq has C bindings... yes (required)
  3903. checking if MPI Extension pcollreq has mpif.h bindings... yes
  3904. checking if MPI Extension pcollreq has "use mpi" bindings... yes
  3905. checking if MPI Extension pcollreq has "use mpi_f08" bindings... yes
  3906.  
  3907. --- MPI Extension shortfloat
  3908. ./configure: line 377206: ,: command not found
  3909. checking if MPI Extension shortfloat can compile... no
  3910.  
  3911. ============================================================================
  3912. == Contributed software setup
  3913. ============================================================================
  3914.  
  3915. *** Configuring contributed software packages
  3916. checking which contributed software packages should be disabled...
  3917.  
  3918. --- libompitrace (m4 configuration macro)
  3919. checking if contributed component libompitrace can compile... yes
  3920.  
  3921. ============================================================================
  3922. == Symbol visibility feature
  3923. ============================================================================
  3924. checking if gcc supports -fvisibility=hidden... yes
  3925. checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
  3926.  
  3927. ============================================================================
  3928. == Final top-level OMPI configuration
  3929. ============================================================================
  3930.  
  3931. *** Libtool configuration
  3932. checking how to print strings... printf
  3933. checking for a sed that does not truncate output... /bin/sed
  3934. checking for ld used by gcc... /usr/bin/ld
  3935. checking if the linker (/usr/bin/ld) is GNU ld... yes
  3936. checking the maximum length of command line arguments... 1572864
  3937. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  3938. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  3939. checking for /usr/bin/ld option to reload object files... -r
  3940. checking how to recognize dependent libraries... pass_all
  3941. checking for dlltool... no
  3942. checking how to associate runtime and link libraries... printf %s\n
  3943. checking for ar... ar
  3944. checking for archiver @FILE support... @
  3945. checking for strip... strip
  3946. checking for ranlib... ranlib
  3947. checking command to parse /usr/bin/nm -B output from gcc object... ok
  3948. checking for sysroot... no
  3949. checking for a working dd... /bin/dd
  3950. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  3951. checking for mt... mt
  3952. checking if mt is a manifest tool... no
  3953. checking for dlfcn.h... (cached) yes
  3954. checking for objdir... .libs
  3955. checking if gcc supports -fno-rtti -fno-exceptions... no
  3956. checking for gcc option to produce PIC... -fPIC -DPIC
  3957. checking if gcc PIC flag -fPIC -DPIC works... yes
  3958. checking if gcc static flag -static works... yes
  3959. checking if gcc supports -c -o file.o... yes
  3960. checking if gcc supports -c -o file.o... (cached) yes
  3961. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3962. checking whether -lc should be explicitly linked in... no
  3963. checking dynamic linker characteristics... GNU/Linux ld.so
  3964. checking how to hardcode library paths into programs... immediate
  3965. checking for shl_load... no
  3966. checking for shl_load in -ldld... no
  3967. checking for dlopen... no
  3968. checking for dlopen in -ldl... yes
  3969. checking whether a program can dlopen itself... yes
  3970. checking whether a statically linked program can dlopen itself... no
  3971. checking whether stripping libraries is possible... yes
  3972. checking if libtool supports shared libraries... yes
  3973. checking whether to build shared libraries... yes
  3974. checking whether to build static libraries... no
  3975. checking how to run the C++ preprocessor... g++ -E
  3976. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  3977. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  3978. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3979. checking for g++ option to produce PIC... -fPIC -DPIC
  3980. checking if g++ PIC flag -fPIC -DPIC works... yes
  3981. checking if g++ static flag -static works... yes
  3982. checking if g++ supports -c -o file.o... yes
  3983. checking if g++ supports -c -o file.o... (cached) yes
  3984. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3985. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  3986. checking how to hardcode library paths into programs... immediate
  3987. checking if libtool supports shared libraries... yes
  3988. checking whether to build shared libraries... yes
  3989. checking whether to build static libraries... no
  3990. checking for gfortran option to produce PIC... -fPIC
  3991. checking if gfortran PIC flag -fPIC works... yes
  3992. checking if gfortran static flag -static works... yes
  3993. checking if gfortran supports -c -o file.o... yes
  3994. checking if gfortran supports -c -o file.o... (cached) yes
  3995. checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3996. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  3997. checking how to hardcode library paths into programs... immediate
  3998. configure: creating ./config.lt
  3999. config.lt: creating libtool
  4000.  
  4001. *** Compiler flags
  4002. checking which of CFLAGS are ok for debugger modules... -DNDEBUG -ftree-vectorize -fno-omit-frame-pointer -march=native -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -fno-strict-aliasing -pthread
  4003. checking for debugger extra CFLAGS... -g
  4004. checking if -fasynchronous-unwind-tables compiler flag works... yes
  4005. checking for final compiler unwind flags... -fasynchronous-unwind-tables
  4006.  
  4007. *** Wrapper compiler final setup
  4008. checking for perl... /usr/bin/perl
  4009. checking if linker supports RPATH... yes (-Wl,-rpath -Wl,LIBDIR + -Wl,-rpath -Wl,LIBDIR)
  4010. checking if linker supports RUNPATH... yes (-Wl,--enable-new-dtags)
  4011. checking for OPAL CPPFLAGS...
  4012. checking for OPAL CFLAGS... -pthread
  4013. checking for OPAL CFLAGS_PREFIX...
  4014. checking for OPAL CXXFLAGS... -pthread
  4015. checking for OPAL CXXFLAGS_PREFIX...
  4016. checking for OPAL LDFLAGS... -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
  4017. checking for OPAL pkg-config LDFLAGS... -Wl,-rpath -Wl,${libdir} -Wl,--enable-new-dtags
  4018. checking for OPAL LIBS... -lm -ldl -lutil
  4019. checking for ORTE CPPFLAGS...
  4020. checking for ORTE CFLAGS... -pthread
  4021. checking for ORTE CFLAGS_PREFIX...
  4022. checking for ORTE LDFLAGS... -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
  4023. checking for ORTE pkg-config LDFLAGS... -Wl,-rpath -Wl,${libdir} -Wl,--enable-new-dtags
  4024. checking for ORTE LIBS... -lm -ldl -lutil
  4025. checking for OMPI CPPFLAGS...
  4026. checking for OMPI CFLAGS... -pthread
  4027. checking for OMPI CFLAGS_PREFIX...
  4028. checking for OMPI CXXFLAGS... -pthread
  4029. checking for OMPI CXXFLAGS_PREFIX...
  4030. checking for OMPI FCFLAGS... -pthread -I${libdir}
  4031. checking for OMPI FCFLAGS_PREFIX...
  4032. checking for OMPI LDFLAGS... -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
  4033. checking for OMPI pkg-config LDFLAGS... -Wl,-rpath -Wl,${libdir} -Wl,--enable-new-dtags
  4034. checking for OMPI LIBS... -lm -ldl -lutil -lrt -lz
  4035. checking if libtool needs -no-undefined flag to build shared libraries... no
  4036.  
  4037. *** Final output
  4038. checking for libraries that use libnl v1... (none)
  4039. checking for libraries that use libnl v3... nl-3
  4040. checking that generated files are newer than configure... done
  4041. configure: creating ./config.status
  4042. config.status: creating ompi/include/ompi/version.h
  4043. config.status: creating orte/include/orte/version.h
  4044. config.status: creating oshmem/include/oshmem/version.h
  4045. config.status: creating opal/include/opal/version.h
  4046. config.status: creating ompi/mpi/java/Makefile
  4047. config.status: creating ompi/mpi/java/java/Makefile
  4048. config.status: creating ompi/mpi/java/c/Makefile
  4049. config.status: creating ompi/mpi/fortran/configure-fortran-output.h
  4050. config.status: creating opal/mca/hwloc/Makefile
  4051. config.status: creating opal/mca/hwloc/external/Makefile
  4052. config.status: creating opal/mca/hwloc/hwloc201/Makefile
  4053. config.status: creating opal/mca/hwloc/hwloc201/hwloc/Makefile
  4054. config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/Makefile
  4055. config.status: creating opal/mca/hwloc/hwloc201/hwloc/hwloc/Makefile
  4056. config.status: creating opal/mca/common/Makefile
  4057. config.status: creating opal/mca/common/cuda/Makefile
  4058. config.status: creating opal/mca/common/sm/Makefile
  4059. config.status: creating opal/mca/common/ucx/Makefile
  4060. config.status: creating opal/mca/allocator/Makefile
  4061. config.status: creating opal/mca/allocator/basic/Makefile
  4062. config.status: creating opal/mca/allocator/bucket/Makefile
  4063. config.status: creating opal/mca/backtrace/Makefile
  4064. config.status: creating opal/mca/backtrace/execinfo/Makefile
  4065. config.status: creating opal/mca/backtrace/printstack/Makefile
  4066. config.status: creating opal/mca/backtrace/none/Makefile
  4067. config.status: creating opal/mca/btl/Makefile
  4068. config.status: creating opal/mca/btl/self/Makefile
  4069. config.status: creating opal/mca/btl/ofi/Makefile
  4070. config.status: creating opal/mca/btl/portals4/Makefile
  4071. config.status: creating opal/mca/btl/sm/Makefile
  4072. config.status: creating opal/mca/btl/smcuda/Makefile
  4073. config.status: creating opal/mca/btl/tcp/Makefile
  4074. config.status: creating opal/mca/btl/uct/Makefile
  4075. config.status: creating opal/mca/btl/ugni/Makefile
  4076. config.status: creating opal/mca/btl/usnic/Makefile
  4077. config.status: creating opal/mca/btl/vader/Makefile
  4078. config.status: creating opal/mca/compress/Makefile
  4079. config.status: creating opal/mca/compress/zlib/Makefile
  4080. config.status: creating opal/mca/crs/Makefile
  4081. config.status: creating opal/mca/crs/none/Makefile
  4082. config.status: creating opal/mca/crs/self/Makefile
  4083. config.status: creating opal/mca/dl/Makefile
  4084. config.status: creating opal/mca/dl/dlopen/Makefile
  4085. config.status: creating opal/mca/dl/libltdl/Makefile
  4086. config.status: creating opal/mca/event/Makefile
  4087. config.status: creating opal/mca/event/external/Makefile
  4088. config.status: creating opal/mca/event/libevent2022/Makefile
  4089. config.status: creating opal/mca/if/Makefile
  4090. config.status: creating opal/mca/if/bsdx_ipv4/Makefile
  4091. config.status: creating opal/mca/if/bsdx_ipv6/Makefile
  4092. config.status: creating opal/mca/if/linux_ipv6/Makefile
  4093. config.status: creating opal/mca/if/posix_ipv4/Makefile
  4094. config.status: creating opal/mca/if/solaris_ipv6/Makefile
  4095. config.status: creating opal/mca/installdirs/Makefile
  4096. config.status: creating opal/mca/installdirs/env/Makefile
  4097. config.status: creating opal/mca/installdirs/config/Makefile
  4098. config.status: creating opal/mca/installdirs/config/install_dirs.h
  4099. config.status: creating opal/mca/memchecker/Makefile
  4100. config.status: creating opal/mca/memchecker/valgrind/Makefile
  4101. config.status: creating opal/mca/memcpy/Makefile
  4102. config.status: creating opal/mca/memory/Makefile
  4103. config.status: creating opal/mca/memory/patcher/Makefile
  4104. config.status: creating opal/mca/memory/malloc_solaris/Makefile
  4105. config.status: creating opal/mca/mpool/Makefile
  4106. config.status: creating opal/mca/mpool/hugepage/Makefile
  4107. config.status: creating opal/mca/mpool/memkind/Makefile
  4108. config.status: creating opal/mca/patcher/Makefile
  4109. config.status: creating opal/mca/patcher/linux/Makefile
  4110. config.status: creating opal/mca/patcher/overwrite/Makefile
  4111. config.status: creating opal/mca/pmix/Makefile
  4112. config.status: creating opal/mca/pmix/isolated/Makefile
  4113. config.status: creating opal/mca/pmix/cray/Makefile
  4114. config.status: creating opal/mca/pmix/ext1x/Makefile
  4115. config.status: creating opal/mca/pmix/ext2x/Makefile
  4116. config.status: creating opal/mca/pmix/ext3x/Makefile
  4117. config.status: creating opal/mca/pmix/ext4x/Makefile
  4118. config.status: creating opal/mca/pmix/flux/Makefile
  4119. config.status: creating opal/mca/pmix/pmix4x/Makefile
  4120. config.status: creating opal/mca/pmix/s1/Makefile
  4121. config.status: creating opal/mca/pmix/s2/Makefile
  4122. config.status: creating opal/mca/pstat/Makefile
  4123. config.status: creating opal/mca/pstat/linux/Makefile
  4124. config.status: creating opal/mca/pstat/test/Makefile
  4125. config.status: creating opal/mca/rcache/Makefile
  4126. config.status: creating opal/mca/rcache/grdma/Makefile
  4127. config.status: creating opal/mca/rcache/gpusm/Makefile
  4128. config.status: creating opal/mca/rcache/rgpusm/Makefile
  4129. config.status: creating opal/mca/rcache/udreg/Makefile
  4130. config.status: creating opal/mca/reachable/Makefile
  4131. config.status: creating opal/mca/reachable/weighted/Makefile
  4132. config.status: creating opal/mca/reachable/netlink/Makefile
  4133. config.status: creating opal/mca/shmem/Makefile
  4134. config.status: creating opal/mca/shmem/mmap/Makefile
  4135. config.status: creating opal/mca/shmem/posix/Makefile
  4136. config.status: creating opal/mca/shmem/sysv/Makefile
  4137. config.status: creating opal/mca/timer/Makefile
  4138. config.status: creating opal/mca/timer/altix/Makefile
  4139. config.status: creating opal/mca/timer/darwin/Makefile
  4140. config.status: creating opal/mca/timer/linux/Makefile
  4141. config.status: creating opal/mca/timer/solaris/Makefile
  4142. config.status: creating orte/mca/common/Makefile
  4143. config.status: creating orte/mca/common/alps/Makefile
  4144. config.status: creating orte/mca/errmgr/Makefile
  4145. config.status: creating orte/mca/errmgr/default_app/Makefile
  4146. config.status: creating orte/mca/errmgr/default_hnp/Makefile
  4147. config.status: creating orte/mca/errmgr/default_orted/Makefile
  4148. config.status: creating orte/mca/errmgr/default_tool/Makefile
  4149. config.status: creating orte/mca/ess/Makefile
  4150. config.status: creating orte/mca/ess/env/Makefile
  4151. config.status: creating orte/mca/ess/hnp/Makefile
  4152. config.status: creating orte/mca/ess/pmi/Makefile
  4153. config.status: creating orte/mca/ess/singleton/Makefile
  4154. config.status: creating orte/mca/ess/tool/Makefile
  4155. config.status: creating orte/mca/ess/alps/Makefile
  4156. config.status: creating orte/mca/ess/lsf/Makefile
  4157. config.status: creating orte/mca/ess/slurm/Makefile
  4158. config.status: creating orte/mca/ess/tm/Makefile
  4159. config.status: creating orte/mca/filem/Makefile
  4160. config.status: creating orte/mca/filem/raw/Makefile
  4161. config.status: creating orte/mca/grpcomm/Makefile
  4162. config.status: creating orte/mca/grpcomm/direct/Makefile
  4163. config.status: creating orte/mca/iof/Makefile
  4164. config.status: creating orte/mca/iof/hnp/Makefile
  4165. config.status: creating orte/mca/iof/orted/Makefile
  4166. config.status: creating orte/mca/iof/tool/Makefile
  4167. config.status: creating orte/mca/odls/Makefile
  4168. config.status: creating orte/mca/odls/alps/Makefile
  4169. config.status: creating orte/mca/odls/default/Makefile
  4170. config.status: creating orte/mca/odls/pspawn/Makefile
  4171. config.status: creating orte/mca/oob/Makefile
  4172. config.status: creating orte/mca/oob/alps/Makefile
  4173. config.status: creating orte/mca/oob/tcp/Makefile
  4174. config.status: creating orte/mca/plm/Makefile
  4175. config.status: creating orte/mca/plm/alps/Makefile
  4176. config.status: creating orte/mca/plm/isolated/Makefile
  4177. config.status: creating orte/mca/plm/lsf/Makefile
  4178. config.status: creating orte/mca/plm/rsh/Makefile
  4179. config.status: creating orte/mca/plm/slurm/Makefile
  4180. config.status: creating orte/mca/plm/tm/Makefile
  4181. config.status: creating orte/mca/ras/Makefile
  4182. config.status: creating orte/mca/ras/simulator/Makefile
  4183. config.status: creating orte/mca/ras/alps/Makefile
  4184. config.status: creating orte/mca/ras/gridengine/Makefile
  4185. config.status: creating orte/mca/ras/lsf/Makefile
  4186. config.status: creating orte/mca/ras/slurm/Makefile
  4187. config.status: creating orte/mca/ras/tm/Makefile
  4188. config.status: creating orte/mca/rmaps/Makefile
  4189. config.status: creating orte/mca/rmaps/mindist/Makefile
  4190. config.status: creating orte/mca/rmaps/ppr/Makefile
  4191. config.status: creating orte/mca/rmaps/rank_file/Makefile
  4192. config.status: creating orte/mca/rmaps/resilient/Makefile
  4193. config.status: creating orte/mca/rmaps/round_robin/Makefile
  4194. config.status: creating orte/mca/rmaps/seq/Makefile
  4195. config.status: creating orte/mca/rml/Makefile
  4196. config.status: creating orte/mca/rml/oob/Makefile
  4197. config.status: creating orte/mca/routed/Makefile
  4198. config.status: creating orte/mca/routed/binomial/Makefile
  4199. config.status: creating orte/mca/routed/debruijn/Makefile
  4200. config.status: creating orte/mca/routed/direct/Makefile
  4201. config.status: creating orte/mca/routed/radix/Makefile
  4202. config.status: creating orte/mca/rtc/Makefile
  4203. config.status: creating orte/mca/rtc/hwloc/Makefile
  4204. config.status: creating orte/mca/schizo/Makefile
  4205. config.status: creating orte/mca/schizo/flux/Makefile
  4206. config.status: creating orte/mca/schizo/ompi/Makefile
  4207. config.status: creating orte/mca/schizo/orte/Makefile
  4208. config.status: creating orte/mca/schizo/alps/Makefile
  4209. config.status: creating orte/mca/schizo/moab/Makefile
  4210. config.status: creating orte/mca/schizo/slurm/Makefile
  4211. config.status: creating orte/mca/snapc/Makefile
  4212. config.status: creating orte/mca/snapc/full/Makefile
  4213. config.status: creating orte/mca/sstore/Makefile
  4214. config.status: creating orte/mca/sstore/central/Makefile
  4215. config.status: creating orte/mca/sstore/stage/Makefile
  4216. config.status: creating orte/mca/state/Makefile
  4217. config.status: creating orte/mca/state/app/Makefile
  4218. config.status: creating orte/mca/state/hnp/Makefile
  4219. config.status: creating orte/mca/state/novm/Makefile
  4220. config.status: creating orte/mca/state/orted/Makefile
  4221. config.status: creating orte/mca/state/tool/Makefile
  4222. config.status: creating ompi/mca/common/Makefile
  4223. config.status: creating ompi/mca/common/monitoring/Makefile
  4224. config.status: creating ompi/mca/common/ompio/Makefile
  4225. config.status: creating ompi/mca/bml/Makefile
  4226. config.status: creating ompi/mca/bml/r2/Makefile
  4227. config.status: creating ompi/mca/coll/Makefile
  4228. config.status: creating ompi/mca/coll/basic/Makefile
  4229. config.status: creating ompi/mca/coll/inter/Makefile
  4230. config.status: creating ompi/mca/coll/libnbc/Makefile
  4231. config.status: creating ompi/mca/coll/self/Makefile
  4232. config.status: creating ompi/mca/coll/sm/Makefile
  4233. config.status: creating ompi/mca/coll/sync/Makefile
  4234. config.status: creating ompi/mca/coll/tuned/Makefile
  4235. config.status: creating ompi/mca/coll/cuda/Makefile
  4236. config.status: creating ompi/mca/coll/hcoll/Makefile
  4237. config.status: creating ompi/mca/coll/monitoring/Makefile
  4238. config.status: creating ompi/mca/coll/portals4/Makefile
  4239. config.status: creating ompi/mca/crcp/Makefile
  4240. config.status: creating ompi/mca/crcp/bkmrk/Makefile
  4241. config.status: creating ompi/mca/fbtl/Makefile
  4242. config.status: creating ompi/mca/fbtl/ime/Makefile
  4243. config.status: creating ompi/mca/fbtl/posix/Makefile
  4244. config.status: creating ompi/mca/fbtl/pvfs2/Makefile
  4245. config.status: creating ompi/mca/fcoll/Makefile
  4246. config.status: creating ompi/mca/fcoll/dynamic/Makefile
  4247. config.status: creating ompi/mca/fcoll/dynamic_gen2/Makefile
  4248. config.status: creating ompi/mca/fcoll/individual/Makefile
  4249. config.status: creating ompi/mca/fcoll/two_phase/Makefile
  4250. config.status: creating ompi/mca/fcoll/vulcan/Makefile
  4251. config.status: creating ompi/mca/fs/Makefile
  4252. config.status: creating ompi/mca/fs/ime/Makefile
  4253. config.status: creating ompi/mca/fs/lustre/Makefile
  4254. config.status: creating ompi/mca/fs/pvfs2/Makefile
  4255. config.status: creating ompi/mca/fs/ufs/Makefile
  4256. config.status: creating ompi/mca/hook/Makefile
  4257. config.status: creating ompi/mca/io/Makefile
  4258. config.status: creating ompi/mca/io/ompio/Makefile
  4259. config.status: creating ompi/mca/io/romio321/Makefile
  4260. config.status: creating ompi/mca/mtl/Makefile
  4261. config.status: creating ompi/mca/mtl/ofi/Makefile
  4262. config.status: creating ompi/mca/mtl/portals4/Makefile
  4263. config.status: creating ompi/mca/mtl/psm/Makefile
  4264. config.status: creating ompi/mca/mtl/psm2/Makefile
  4265. config.status: creating ompi/mca/op/Makefile
  4266. config.status: creating ompi/mca/osc/Makefile
  4267. config.status: creating ompi/mca/osc/sm/Makefile
  4268. config.status: creating ompi/mca/osc/monitoring/Makefile
  4269. config.status: creating ompi/mca/osc/portals4/Makefile
  4270. config.status: creating ompi/mca/osc/pt2pt/Makefile
  4271. config.status: creating ompi/mca/osc/rdma/Makefile
  4272. config.status: creating ompi/mca/osc/ucx/Makefile
  4273. config.status: creating ompi/mca/pml/Makefile
  4274. config.status: creating ompi/mca/pml/cm/Makefile
  4275. config.status: creating ompi/mca/pml/crcpw/Makefile
  4276. config.status: creating ompi/mca/pml/monitoring/Makefile
  4277. config.status: creating ompi/mca/pml/ob1/Makefile
  4278. config.status: creating ompi/mca/pml/ucx/Makefile
  4279. config.status: creating ompi/mca/pml/v/Makefile
  4280. config.status: creating ompi/mca/pml/yalla/Makefile
  4281. config.status: creating ompi/mca/rte/Makefile
  4282. config.status: creating ompi/mca/rte/pmix/Makefile
  4283. config.status: creating ompi/mca/rte/orte/Makefile
  4284. config.status: creating ompi/mca/sharedfp/Makefile
  4285. config.status: creating ompi/mca/sharedfp/individual/Makefile
  4286. config.status: creating ompi/mca/sharedfp/lockedfile/Makefile
  4287. config.status: creating ompi/mca/sharedfp/sm/Makefile
  4288. config.status: creating ompi/mca/topo/Makefile
  4289. config.status: creating ompi/mca/topo/basic/Makefile
  4290. config.status: creating ompi/mca/topo/treematch/Makefile
  4291. config.status: creating ompi/mca/vprotocol/Makefile
  4292. config.status: creating ompi/mca/vprotocol/pessimist/Makefile
  4293. config.status: creating oshmem/mca/atomic/Makefile
  4294. config.status: creating oshmem/mca/atomic/basic/Makefile
  4295. config.status: creating oshmem/mca/atomic/mxm/Makefile
  4296. config.status: creating oshmem/mca/atomic/ucx/Makefile
  4297. config.status: creating oshmem/mca/memheap/Makefile
  4298. config.status: creating oshmem/mca/memheap/buddy/Makefile
  4299. config.status: creating oshmem/mca/memheap/ptmalloc/Makefile
  4300. config.status: creating oshmem/mca/scoll/Makefile
  4301. config.status: creating oshmem/mca/scoll/basic/Makefile
  4302. config.status: creating oshmem/mca/scoll/mpi/Makefile
  4303. config.status: creating oshmem/mca/spml/Makefile
  4304. config.status: creating oshmem/mca/spml/ikrit/Makefile
  4305. config.status: creating oshmem/mca/spml/ucx/Makefile
  4306. config.status: creating oshmem/mca/sshmem/Makefile
  4307. config.status: creating oshmem/mca/sshmem/mmap/Makefile
  4308. config.status: creating oshmem/mca/sshmem/sysv/Makefile
  4309. config.status: creating oshmem/mca/sshmem/ucx/Makefile
  4310. config.status: creating ompi/mpiext/affinity/Makefile
  4311. config.status: creating ompi/mpiext/affinity/c/Makefile
  4312. config.status: creating ompi/mpiext/cr/Makefile
  4313. config.status: creating ompi/mpiext/cr/c/Makefile
  4314. config.status: creating ompi/mpiext/cuda/Makefile
  4315. config.status: creating ompi/mpiext/cuda/c/Makefile
  4316. config.status: creating ompi/mpiext/pcollreq/Makefile
  4317. config.status: creating ompi/mpiext/pcollreq/c/Makefile
  4318. config.status: creating ompi/mpiext/pcollreq/c/profile/Makefile
  4319. config.status: creating ompi/mpiext/pcollreq/mpif-h/Makefile
  4320. config.status: creating ompi/mpiext/pcollreq/mpif-h/profile/Makefile
  4321. config.status: creating ompi/mpiext/pcollreq/use-mpi/Makefile
  4322. config.status: creating ompi/mpiext/pcollreq/use-mpi-f08/Makefile
  4323. config.status: creating ompi/mpiext/shortfloat/Makefile
  4324. config.status: creating ompi/mpiext/shortfloat/c/Makefile
  4325. config.status: creating ompi/mpiext/shortfloat/mpif-h/Makefile
  4326. config.status: creating ompi/mpiext/shortfloat/use-mpi/Makefile
  4327. config.status: creating ompi/mpiext/shortfloat/use-mpi-f08/Makefile
  4328. config.status: creating ompi/mpiext/shortfloat/c/mpiext_shortfloat_c.h
  4329. config.status: creating ompi/mpiext/shortfloat/mpif-h/mpiext_shortfloat_mpifh.h
  4330. config.status: creating ompi/mpiext/shortfloat/use-mpi-f08/mpiext_shortfloat_usempif08.h
  4331. config.status: creating ompi/contrib/libompitrace/Makefile
  4332. config.status: creating Makefile
  4333. config.status: creating config/Makefile
  4334. config.status: creating contrib/Makefile
  4335. config.status: creating contrib/dist/mofed/debian/changelog
  4336. config.status: creating contrib/dist/mofed/debian/control
  4337. config.status: creating contrib/dist/mofed/debian/copyright
  4338. config.status: creating test/Makefile
  4339. config.status: creating test/event/Makefile
  4340. config.status: creating test/asm/Makefile
  4341. config.status: creating test/datatype/Makefile
  4342. config.status: creating test/dss/Makefile
  4343. config.status: creating test/class/Makefile
  4344. config.status: creating test/mpool/Makefile
  4345. config.status: creating test/support/Makefile
  4346. config.status: creating test/threads/Makefile
  4347. config.status: creating test/util/Makefile
  4348. config.status: creating test/monitoring/Makefile
  4349. config.status: creating test/spc/Makefile
  4350. config.status: creating contrib/dist/mofed/debian/rules
  4351. config.status: creating contrib/dist/mofed/compile_debian_mlnx_example
  4352. config.status: creating opal/Makefile
  4353. config.status: creating opal/etc/Makefile
  4354. config.status: creating opal/include/Makefile
  4355. config.status: creating opal/datatype/Makefile
  4356. config.status: creating opal/util/Makefile
  4357. config.status: creating opal/util/keyval/Makefile
  4358. config.status: creating opal/mca/base/Makefile
  4359. config.status: creating opal/tools/wrappers/Makefile
  4360. config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt
  4361. config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt
  4362. config.status: creating opal/tools/wrappers/opal.pc
  4363. config.status: creating opal/tools/opal-checkpoint/Makefile
  4364. config.status: creating opal/tools/opal-restart/Makefile
  4365. config.status: creating orte/Makefile
  4366. config.status: creating orte/include/Makefile
  4367. config.status: creating orte/etc/Makefile
  4368. config.status: creating orte/tools/orted/Makefile
  4369. config.status: creating orte/tools/orterun/Makefile
  4370. config.status: creating orte/tools/wrappers/Makefile
  4371. config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt
  4372. config.status: creating orte/tools/wrappers/orte.pc
  4373. config.status: creating orte/tools/orte-clean/Makefile
  4374. config.status: creating orte/tools/orte-info/Makefile
  4375. config.status: creating orte/tools/orte-server/Makefile
  4376. config.status: creating ompi/Makefile
  4377. config.status: creating ompi/etc/Makefile
  4378. config.status: creating ompi/include/Makefile
  4379. config.status: creating ompi/include/mpif.h
  4380. config.status: creating ompi/include/mpif-config.h
  4381. config.status: creating ompi/datatype/Makefile
  4382. config.status: creating ompi/debuggers/Makefile
  4383. config.status: creating ompi/mpi/c/Makefile
  4384. config.status: creating ompi/mpi/c/profile/Makefile
  4385. config.status: creating ompi/mpi/cxx/Makefile
  4386. config.status: creating ompi/mpi/fortran/base/Makefile
  4387. config.status: creating ompi/mpi/fortran/mpif-h/Makefile
  4388. config.status: creating ompi/mpi/fortran/mpif-h/profile/Makefile
  4389. config.status: creating ompi/mpi/fortran/use-mpi-tkr/Makefile
  4390. config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
  4391. config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
  4392. config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
  4393. config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
  4394. config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
  4395. config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-removed-interfaces.h
  4396. config.status: creating ompi/mpi/fortran/use-mpi-f08/Makefile
  4397. config.status: creating ompi/mpi/fortran/use-mpi-f08/bindings/Makefile
  4398. config.status: creating ompi/mpi/fortran/use-mpi-f08/mod/Makefile
  4399. config.status: creating ompi/mpi/fortran/mpiext-use-mpi/Makefile
  4400. config.status: creating ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile
  4401. config.status: creating ompi/mpi/tool/Makefile
  4402. config.status: creating ompi/mpi/tool/profile/Makefile
  4403. config.status: creating ompi/tools/ompi_info/Makefile
  4404. config.status: creating ompi/tools/wrappers/Makefile
  4405. config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
  4406. config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
  4407. config.status: creating ompi/tools/wrappers/mpifort-wrapper-data.txt
  4408. config.status: creating ompi/tools/wrappers/ompi.pc
  4409. config.status: creating ompi/tools/wrappers/ompi-c.pc
  4410. config.status: creating ompi/tools/wrappers/ompi-cxx.pc
  4411. config.status: creating ompi/tools/wrappers/ompi-fort.pc
  4412. config.status: creating ompi/tools/wrappers/mpijavac.pl
  4413. config.status: creating ompi/tools/mpisync/Makefile
  4414. config.status: creating oshmem/Makefile
  4415. config.status: creating oshmem/include/Makefile
  4416. config.status: creating oshmem/shmem/c/Makefile
  4417. config.status: creating oshmem/shmem/c/profile/Makefile
  4418. config.status: creating oshmem/shmem/fortran/Makefile
  4419. config.status: creating oshmem/shmem/fortran/profile/Makefile
  4420. config.status: creating oshmem/tools/oshmem_info/Makefile
  4421. config.status: creating oshmem/tools/wrappers/Makefile
  4422. config.status: creating oshmem/tools/wrappers/shmemcc-wrapper-data.txt
  4423. config.status: creating oshmem/tools/wrappers/shmemc++-wrapper-data.txt
  4424. config.status: creating oshmem/tools/wrappers/shmemfort-wrapper-data.txt
  4425. config.status: creating opal/include/opal_config.h
  4426. config.status: creating ompi/include/mpi.h
  4427. config.status: creating oshmem/include/shmem.h
  4428. config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/private/autogen/config.h
  4429. config.status: opal/mca/hwloc/hwloc201/hwloc/include/private/autogen/config.h is unchanged
  4430. config.status: creating opal/mca/hwloc/hwloc201/hwloc/include/hwloc/autogen/config.h
  4431. config.status: opal/mca/hwloc/hwloc201/hwloc/include/hwloc/autogen/config.h is unchanged
  4432. config.status: creating ompi/mpiext/cuda/c/mpiext_cuda_c.h
  4433. config.status: ompi/mpiext/cuda/c/mpiext_cuda_c.h is unchanged
  4434. config.status: executing depfiles commands
  4435. config.status: executing opal/mca/event/libevent2022/libevent/include/event2/event-config.h commands
  4436. opal/mca/event/libevent2022/libevent/include/event2/event-config.h is unchanged
  4437. config.status: executing ompi/mca/osc/monitoring/osc_monitoring_template_gen.h commands
  4438. config.status: executing libtool commands
  4439. configure: WARNING: unrecognized options: --without-verbs
  4440.  
  4441. Open MPI configuration:
  4442. -----------------------
  4443. Version: 4.1.0a1
  4444. Build MPI C bindings: yes
  4445. Build MPI C++ bindings (deprecated): no
  4446. Build MPI Fortran bindings: mpif.h, use mpi, use mpi_f08
  4447. Build MPI Java bindings (experimental): no
  4448. Build Open SHMEM support: yes
  4449. Debug build: no
  4450. Platform file: (none)
  4451.  
  4452. Miscellaneous
  4453. -----------------------
  4454. CUDA support: no
  4455. HWLOC support: internal (external hlwoc version is less than internal version 2.0)
  4456. Libevent support: internal
  4457. PMIx support: Internal
  4458.  
  4459. Transports
  4460. -----------------------
  4461. Cisco usNIC: no
  4462. Cray uGNI (Gemini/Aries): no
  4463. Intel Omnipath (PSM2): no
  4464. Intel TrueScale (PSM): no
  4465. Mellanox MXM: no
  4466. Open UCX: yes
  4467. OpenFabrics OFI Libfabric: no
  4468. Portals4: no
  4469. Shared memory/copy in+copy out: yes
  4470. Shared memory/Linux CMA: yes
  4471. Shared memory/Linux KNEM: no
  4472. Shared memory/XPMEM: no
  4473. TCP: yes
  4474.  
  4475. External Packages
  4476. -----------------------
  4477. ZLIB: yes (standard)
  4478.  
  4479. Resource Managers
  4480. -----------------------
  4481. Cray Alps: no
  4482. Grid Engine: no
  4483. LSF: no
  4484. Moab: no
  4485. Slurm: yes
  4486. ssh/rsh: yes
  4487. Torque: no
  4488.  
  4489. OMPIO File Systems
  4490. -----------------------
  4491. DDN Infinite Memory Engine: no
  4492. Generic Unix FS: yes
  4493. Lustre: no
  4494. PVFS2/OrangeFS: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement