Advertisement
Guest User

config.log

a guest
Apr 20th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 447.96 KB | None | 0 0
  1.  
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by Open MPI configure 4.0.0, which was
  6. generated by GNU Autoconf 2.69. Invocation command line was
  7.  
  8. $ ./configure --prefix=/home/guido/libraries/compiled_with_gcc-5.4.0/openmpi-4.0.0 --enable-fortran=all FC=/share/apps/gcc-5.4.0/bin/gfortran CC=/share/apps/gcc-5.4.0/bin/gcc CXX=/share/apps/gcc-5.4.0/bin/g++ CPPFLAGS=-I/share/apps/gcc-5.4.0/include LDFLAGS=-L/share/apps/gcc-5.4.0/lib64
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = mouruka.crya.privado
  15. uname -m = x86_64
  16. uname -r = 2.6.32-504.16.2.el6.x86_64
  17. uname -s = Linux
  18. uname -v = #1 SMP Wed Apr 22 06:48:29 UTC 2015
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = x86_64
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH: /home/guido/anaconda3/bin
  32. PATH: /home/guido/anaconda3/condabin
  33. PATH: /usr/lib64/qt-3.3/bin
  34. PATH: /share/apps/composerxe-2011.2.137/composerxe-2011.2.137/bin/intel64
  35. PATH: /share/apps/composerxe-2011.2.137/composerxe-2011.2.137/mpirt/bin/intel64
  36. PATH: /share/apps/anaconda2/bin
  37. PATH: /usr/local/bin
  38. PATH: /bin
  39. PATH: /usr/bin
  40. PATH: /usr/local/sbin
  41. PATH: /usr/sbin
  42. PATH: /sbin
  43. PATH: /opt/ganglia/bin
  44. PATH: /opt/ganglia/sbin
  45. PATH: /usr/java/latest/bin
  46. PATH: /opt/maven/bin
  47. PATH: /opt/maui/bin
  48. PATH: /opt/torque/bin
  49. PATH: /opt/torque/sbin
  50. PATH: /opt/pdsh/bin
  51. PATH: /opt/rocks/bin
  52. PATH: /opt/rocks/sbin
  53. PATH: /home/guido/libraries/compiled_with_gcc-7.3.0/hdf5-1.8.20/bin
  54. PATH: /home/guido/libraries/compiled_with_gcc-7.3.0/mpich-3.2.1/bin
  55. PATH: /share/apps/gcc-7.3.0/bin
  56. PATH: /home/guido/bin
  57. PATH: /home/guido/libraries/compiled_with_gcc-7.3.0/hdf5-1.8.20/bin
  58. PATH: /home/guido/libraries/compiled_with_gcc-7.3.0/mpich-3.2.1/bin
  59. PATH: /share/apps/gcc-5.4.0/bin
  60.  
  61.  
  62. ## ----------- ##
  63. ## Core tests. ##
  64. ## ----------- ##
  65.  
  66. configure:5797: checking for perl
  67. configure:5813: found /usr/bin/perl
  68. configure:5825: result: perl
  69. configure:5854: === Configuring Open MPI
  70. configure:5870: *** Startup tests
  71. configure:5986: checking build system type
  72. configure:6000: result: x86_64-unknown-linux-gnu
  73. configure:6020: checking host system type
  74. configure:6033: result: x86_64-unknown-linux-gnu
  75. configure:6053: checking target system type
  76. configure:6066: result: x86_64-unknown-linux-gnu
  77. configure:6196: checking for gcc
  78. configure:6223: result: /share/apps/gcc-5.4.0/bin/gcc
  79. configure:6452: checking for C compiler version
  80. configure:6461: /share/apps/gcc-5.4.0/bin/gcc --version >&5
  81. gcc (GCC) 5.4.0
  82. Copyright (C) 2015 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions. There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85.  
  86. configure:6472: $? = 0
  87. configure:6461: /share/apps/gcc-5.4.0/bin/gcc -v >&5
  88. Using built-in specs.
  89. COLLECT_GCC=/share/apps/gcc-5.4.0/bin/gcc
  90. COLLECT_LTO_WRAPPER=/share/apps/gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
  91. Target: x86_64-unknown-linux-gnu
  92. Configured with: /share/Part1/root/gcc/gcc-5.4.0/configure --prefix=/share/apps/gcc-5.4.0
  93. Thread model: posix
  94. gcc version 5.4.0 (GCC)
  95. configure:6472: $? = 0
  96. configure:6461: /share/apps/gcc-5.4.0/bin/gcc -V >&5
  97. gcc: error: unrecognized command line option '-V'
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:6472: $? = 1
  101. configure:6461: /share/apps/gcc-5.4.0/bin/gcc -qversion >&5
  102. gcc: error: unrecognized command line option '-qversion'
  103. gcc: fatal error: no input files
  104. compilation terminated.
  105. configure:6472: $? = 1
  106. configure:6492: checking whether the C compiler works
  107. configure:6514: /share/apps/gcc-5.4.0/bin/gcc -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  108. configure:6518: $? = 0
  109. configure:6566: result: yes
  110. configure:6569: checking for C compiler default output file name
  111. configure:6571: result: a.out
  112. configure:6577: checking for suffix of executables
  113. configure:6584: /share/apps/gcc-5.4.0/bin/gcc -o conftest -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  114. configure:6588: $? = 0
  115. configure:6610: result:
  116. configure:6632: checking whether we are cross compiling
  117. configure:6640: /share/apps/gcc-5.4.0/bin/gcc -o conftest -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  118. configure:6644: $? = 0
  119. configure:6651: ./conftest
  120. configure:6655: $? = 0
  121. configure:6670: result: no
  122. configure:6675: checking for suffix of object files
  123. configure:6697: /share/apps/gcc-5.4.0/bin/gcc -c -I/share/apps/gcc-5.4.0/include conftest.c >&5
  124. configure:6701: $? = 0
  125. configure:6722: result: o
  126. configure:6726: checking whether we are using the GNU C compiler
  127. configure:6745: /share/apps/gcc-5.4.0/bin/gcc -c -I/share/apps/gcc-5.4.0/include conftest.c >&5
  128. configure:6745: $? = 0
  129. configure:6754: result: yes
  130. configure:6763: checking whether /share/apps/gcc-5.4.0/bin/gcc accepts -g
  131. configure:6783: /share/apps/gcc-5.4.0/bin/gcc -c -g -I/share/apps/gcc-5.4.0/include conftest.c >&5
  132. configure:6783: $? = 0
  133. configure:6824: result: yes
  134. configure:6841: checking for /share/apps/gcc-5.4.0/bin/gcc option to accept ISO C89
  135. configure:6904: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  136. configure:6904: $? = 0
  137. configure:6917: result: none needed
  138. configure:6942: checking whether /share/apps/gcc-5.4.0/bin/gcc understands -c and -o together
  139. configure:6964: /share/apps/gcc-5.4.0/bin/gcc -c conftest.c -o conftest2.o
  140. configure:6967: $? = 0
  141. configure:6964: /share/apps/gcc-5.4.0/bin/gcc -c conftest.c -o conftest2.o
  142. configure:6967: $? = 0
  143. configure:6979: result: yes
  144. configure:7002: checking how to run the C preprocessor
  145. configure:7033: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  146. configure:7033: $? = 0
  147. configure:7047: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  148. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  149. compilation terminated.
  150. configure:7047: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME "Open MPI"
  154. | #define PACKAGE_TARNAME "openmpi"
  155. | #define PACKAGE_VERSION "4.0.0"
  156. | #define PACKAGE_STRING "Open MPI 4.0.0"
  157. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  158. | #define PACKAGE_URL ""
  159. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:7072: result: /share/apps/gcc-5.4.0/bin/gcc -E
  163. configure:7092: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  164. configure:7092: $? = 0
  165. configure:7106: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  166. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  167. compilation terminated.
  168. configure:7106: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "Open MPI"
  172. | #define PACKAGE_TARNAME "openmpi"
  173. | #define PACKAGE_VERSION "4.0.0"
  174. | #define PACKAGE_STRING "Open MPI 4.0.0"
  175. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  176. | #define PACKAGE_URL ""
  177. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  178. | /* end confdefs.h. */
  179. | #include <ac_nonexistent.h>
  180. configure:7135: checking for grep that handles long lines and -e
  181. configure:7193: result: /bin/grep
  182. configure:7198: checking for egrep
  183. configure:7260: result: /bin/grep -E
  184. configure:7265: checking for ANSI C header files
  185. configure:7285: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  186. configure:7285: $? = 0
  187. configure:7358: /share/apps/gcc-5.4.0/bin/gcc -o conftest -g -O2 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  188. configure:7358: $? = 0
  189. configure:7358: ./conftest
  190. configure:7358: $? = 0
  191. configure:7369: result: yes
  192. configure:7382: checking for sys/types.h
  193. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  194. configure:7382: $? = 0
  195. configure:7382: result: yes
  196. configure:7382: checking for sys/stat.h
  197. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  198. configure:7382: $? = 0
  199. configure:7382: result: yes
  200. configure:7382: checking for stdlib.h
  201. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  202. configure:7382: $? = 0
  203. configure:7382: result: yes
  204. configure:7382: checking for string.h
  205. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  206. configure:7382: $? = 0
  207. configure:7382: result: yes
  208. configure:7382: checking for memory.h
  209. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  210. configure:7382: $? = 0
  211. configure:7382: result: yes
  212. configure:7382: checking for strings.h
  213. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  214. configure:7382: $? = 0
  215. configure:7382: result: yes
  216. configure:7382: checking for inttypes.h
  217. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  218. configure:7382: $? = 0
  219. configure:7382: result: yes
  220. configure:7382: checking for stdint.h
  221. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  222. configure:7382: $? = 0
  223. configure:7382: result: yes
  224. configure:7382: checking for unistd.h
  225. configure:7382: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  226. configure:7382: $? = 0
  227. configure:7382: result: yes
  228. configure:7395: checking minix/config.h usability
  229. configure:7395: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  230. conftest.c:53:26: fatal error: minix/config.h: No such file or directory
  231. compilation terminated.
  232. configure:7395: $? = 1
  233. configure: failed program was:
  234. | /* confdefs.h */
  235. | #define PACKAGE_NAME "Open MPI"
  236. | #define PACKAGE_TARNAME "openmpi"
  237. | #define PACKAGE_VERSION "4.0.0"
  238. | #define PACKAGE_STRING "Open MPI 4.0.0"
  239. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  240. | #define PACKAGE_URL ""
  241. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  242. | #define STDC_HEADERS 1
  243. | #define HAVE_SYS_TYPES_H 1
  244. | #define HAVE_SYS_STAT_H 1
  245. | #define HAVE_STDLIB_H 1
  246. | #define HAVE_STRING_H 1
  247. | #define HAVE_MEMORY_H 1
  248. | #define HAVE_STRINGS_H 1
  249. | #define HAVE_INTTYPES_H 1
  250. | #define HAVE_STDINT_H 1
  251. | #define HAVE_UNISTD_H 1
  252. | /* end confdefs.h. */
  253. | #include <stdio.h>
  254. | #ifdef HAVE_SYS_TYPES_H
  255. | # include <sys/types.h>
  256. | #endif
  257. | #ifdef HAVE_SYS_STAT_H
  258. | # include <sys/stat.h>
  259. | #endif
  260. | #ifdef STDC_HEADERS
  261. | # include <stdlib.h>
  262. | # include <stddef.h>
  263. | #else
  264. | # ifdef HAVE_STDLIB_H
  265. | # include <stdlib.h>
  266. | # endif
  267. | #endif
  268. | #ifdef HAVE_STRING_H
  269. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  270. | # include <memory.h>
  271. | # endif
  272. | # include <string.h>
  273. | #endif
  274. | #ifdef HAVE_STRINGS_H
  275. | # include <strings.h>
  276. | #endif
  277. | #ifdef HAVE_INTTYPES_H
  278. | # include <inttypes.h>
  279. | #endif
  280. | #ifdef HAVE_STDINT_H
  281. | # include <stdint.h>
  282. | #endif
  283. | #ifdef HAVE_UNISTD_H
  284. | # include <unistd.h>
  285. | #endif
  286. | #include <minix/config.h>
  287. configure:7395: result: no
  288. configure:7395: checking minix/config.h presence
  289. configure:7395: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  290. conftest.c:20:26: fatal error: minix/config.h: No such file or directory
  291. compilation terminated.
  292. configure:7395: $? = 1
  293. configure: failed program was:
  294. | /* confdefs.h */
  295. | #define PACKAGE_NAME "Open MPI"
  296. | #define PACKAGE_TARNAME "openmpi"
  297. | #define PACKAGE_VERSION "4.0.0"
  298. | #define PACKAGE_STRING "Open MPI 4.0.0"
  299. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  300. | #define PACKAGE_URL ""
  301. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  302. | #define STDC_HEADERS 1
  303. | #define HAVE_SYS_TYPES_H 1
  304. | #define HAVE_SYS_STAT_H 1
  305. | #define HAVE_STDLIB_H 1
  306. | #define HAVE_STRING_H 1
  307. | #define HAVE_MEMORY_H 1
  308. | #define HAVE_STRINGS_H 1
  309. | #define HAVE_INTTYPES_H 1
  310. | #define HAVE_STDINT_H 1
  311. | #define HAVE_UNISTD_H 1
  312. | /* end confdefs.h. */
  313. | #include <minix/config.h>
  314. configure:7395: result: no
  315. configure:7395: checking for minix/config.h
  316. configure:7395: result: no
  317. configure:7416: checking whether it is safe to define __EXTENSIONS__
  318. configure:7434: /share/apps/gcc-5.4.0/bin/gcc -c -g -O2 -I/share/apps/gcc-5.4.0/include conftest.c >&5
  319. configure:7434: $? = 0
  320. configure:7441: result: yes
  321. configure:7502: checking for a BSD-compatible install
  322. configure:7570: result: /usr/bin/install -c
  323. configure:7581: checking whether build environment is sane
  324. configure:7636: result: yes
  325. configure:7784: checking for a thread-safe mkdir -p
  326. configure:7823: result: /bin/mkdir -p
  327. configure:7830: checking for gawk
  328. configure:7846: found /bin/gawk
  329. configure:7857: result: gawk
  330. configure:7868: checking whether make sets $(MAKE)
  331. configure:7890: result: yes
  332. configure:7920: checking for style of include used by make
  333. configure:7948: result: GNU
  334. configure:7982: checking whether make supports nested variables
  335. configure:7999: result: yes
  336. configure:8079: checking whether UID '840' is supported by ustar format
  337. configure:8082: result: yes
  338. configure:8089: checking whether GID '840' is supported by ustar format
  339. configure:8092: result: yes
  340. configure:8100: checking how to create a ustar tar archive
  341. configure:8111: tar --version
  342. tar (GNU tar) 1.23
  343. Copyright (C) 2010 Free Software Foundation, Inc.
  344. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  345. This is free software: you are free to change and redistribute it.
  346. There is NO WARRANTY, to the extent permitted by law.
  347.  
  348. Written by John Gilmore and Jay Fenlason.
  349. configure:8114: $? = 0
  350. configure:8154: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  351. configure:8157: $? = 0
  352. configure:8161: tar -xf - <conftest.tar
  353. configure:8164: $? = 0
  354. configure:8166: cat conftest.dir/file
  355. GrepMe
  356. configure:8169: $? = 0
  357. configure:8182: result: gnutar
  358. configure:8191: checking dependency style of /share/apps/gcc-5.4.0/bin/gcc
  359. configure:8302: result: gcc3
  360. configure:8376: checking whether make supports nested variables
  361. configure:8393: result: yes
  362. configure:5870: *** Checking versions
  363. configure:8440: checking for repo version
  364. configure:8469: result: v4.0.0
  365. configure:8483: checking Open MPI version
  366. configure:8485: result: 4.0.0
  367. configure:8487: checking Open MPI release date
  368. configure:8489: result: Nov 12, 2018
  369. configure:8491: checking Open MPI repository version
  370. configure:8493: result: v4.0.0
  371. configure:8568: checking for repo version
  372. configure:8597: result: v4.0.0
  373. configure:8611: checking Open MPI Run-Time Environment version
  374. configure:8613: result: 4.0.0
  375. configure:8615: checking Open MPI Run-Time Environment release date
  376. configure:8617: result: Nov 12, 2018
  377. configure:8619: checking Open MPI Run-Time Environment repository version
  378. configure:8621: result: v4.0.0
  379. configure:8696: checking for repo version
  380. configure:8725: result: v4.0.0
  381. configure:8739: checking Open SHMEM version
  382. configure:8741: result: 4.0.0
  383. configure:8743: checking Open SHMEM release date
  384. configure:8745: result: Nov 12, 2018
  385. configure:8747: checking Open SHMEM repository version
  386. configure:8749: result: v4.0.0
  387. configure:8824: checking for repo version
  388. configure:8853: result: v4.0.0
  389. configure:8867: checking Open Portable Access Layer version
  390. configure:8869: result: 4.0.0
  391. configure:8871: checking Open Portable Access Layer release date
  392. configure:8873: result: Nov 12, 2018
  393. configure:8875: checking Open Portable Access Layer repository version
  394. configure:8877: result: v4.0.0
  395. configure:8958: checking for bootstrap Autoconf version
  396. configure:8961: result: 2.69
  397. configure:8963: checking for bootstrap Automake version
  398. configure:8965: result: 1.15
  399. configure:8967: checking for boostrap Libtool version
  400. configure:8970: result: 2.4.6
  401. configure:5870: *** Initialization, setup
  402. configure:8991: builddir: /home/guido/downloads/openmpi-4.0.0
  403. configure:8993: srcdir: /home/guido/downloads/openmpi-4.0.0
  404. configure:5870: *** OPAL Configuration options
  405. configure:9224: checking if want to run code coverage
  406. configure:9249: result: no
  407. configure:9259: checking if want to compile with branch probabilities
  408. configure:9271: result: no
  409. configure:9281: checking if want to debug memory usage
  410. configure:9293: result: no
  411. configure:9307: checking if want to profile memory usage
  412. configure:9319: result: no
  413. configure:9333: checking if want developer-level compiler pickyness
  414. configure:9345: result: no
  415. configure:9360: checking if want developer-level debugging code
  416. configure:9372: result: no
  417. configure:9378: checking if want to developer-level timing framework
  418. configure:9390: result: no
  419. configure:9438: checking if want to install project-internal header files
  420. configure:9451: result: no
  421. configure:9469: checking if want pretty-print stacktrace
  422. configure:9481: result: yes
  423. configure:9496: checking if want pty support
  424. configure:9508: result: yes
  425. configure:9523: checking if want weak symbol support
  426. configure:9531: result: yes
  427. configure:9545: checking if want dlopen support
  428. configure:9560: result: yes
  429. configure:9574: checking for default value of mca_base_component_show_load_errors
  430. configure:9587: result: enabled by default
  431. configure:9601: checking if want heterogeneous support
  432. configure:9613: result: no
  433. configure:9627: checking if word-sized integers must be word-size aligned
  434. configure:9658: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  435. configure:9658: $? = 0
  436. configure:9658: ./conftest
  437. configure:9658: $? = 0
  438. configure:9668: result: no
  439. configure:9776: checking if want IPv6 support
  440. configure:9788: result: no
  441. configure:9802: checking if want package/brand string
  442. configure:9818: result: Open MPI guido@mouruka.crya.privado Distribution
  443. configure:9824: checking if want ident string
  444. configure:9850: result: 4.0.0
  445. configure:9857: checking if want to use an alternative checksum algo for messages
  446. configure:9870: result: no
  447. configure:9886: checking maximum length of processor name
  448. configure:9917: result: 256
  449. configure:9931: checking maximum length of error string
  450. configure:9962: result: 256
  451. configure:9976: checking maximum length of object name
  452. configure:10007: result: 64
  453. configure:10021: checking maximum length of info key
  454. configure:10052: result: 36
  455. configure:10066: checking maximum length of info val
  456. configure:10097: result: 256
  457. configure:10111: checking maximum length of port name
  458. configure:10142: result: 1024
  459. configure:10156: checking maximum length of datarep string
  460. configure:10187: result: 128
  461. configure:10205: checking if want getpwuid support
  462. configure:10217: result: yes
  463. configure:10286: checking for zlib in
  464. configure:10309: result: (default search paths)
  465. configure:10409: checking zlib.h usability
  466. configure:10409: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  467. configure:10409: $? = 0
  468. configure:10409: result: yes
  469. configure:10409: checking zlib.h presence
  470. configure:10409: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  471. configure:10409: $? = 0
  472. configure:10409: result: yes
  473. configure:10409: checking for zlib.h
  474. configure:10409: result: yes
  475. configure:10503: result: looking for library without search path
  476. configure:10505: checking for library containing deflate
  477. configure:10536: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c >&5
  478. /tmp/ccG6JruE.o: In function `main':
  479. conftest.c:(.text+0xa): undefined reference to `deflate'
  480. collect2: error: ld returned 1 exit status
  481. configure:10536: $? = 1
  482. configure: failed program was:
  483. | /* confdefs.h */
  484. | #define PACKAGE_NAME "Open MPI"
  485. | #define PACKAGE_TARNAME "openmpi"
  486. | #define PACKAGE_VERSION "4.0.0"
  487. | #define PACKAGE_STRING "Open MPI 4.0.0"
  488. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  489. | #define PACKAGE_URL ""
  490. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  491. | #define STDC_HEADERS 1
  492. | #define HAVE_SYS_TYPES_H 1
  493. | #define HAVE_SYS_STAT_H 1
  494. | #define HAVE_STDLIB_H 1
  495. | #define HAVE_STRING_H 1
  496. | #define HAVE_MEMORY_H 1
  497. | #define HAVE_STRINGS_H 1
  498. | #define HAVE_INTTYPES_H 1
  499. | #define HAVE_STDINT_H 1
  500. | #define HAVE_UNISTD_H 1
  501. | #define __EXTENSIONS__ 1
  502. | #define _ALL_SOURCE 1
  503. | #define _GNU_SOURCE 1
  504. | #define _POSIX_PTHREAD_SEMANTICS 1
  505. | #define _TANDEM_SOURCE 1
  506. | #define OMPI_MAJOR_VERSION 4
  507. | #define OMPI_MINOR_VERSION 0
  508. | #define OMPI_RELEASE_VERSION 0
  509. | #define OMPI_GREEK_VERSION ""
  510. | #define OMPI_REPO_REV "v4.0.0"
  511. | #define OMPI_TARBALL_VERSION "4.0.0"
  512. | #define OMPI_VERSION "0"
  513. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  514. | #define ORTE_MAJOR_VERSION 4
  515. | #define ORTE_MINOR_VERSION 0
  516. | #define ORTE_RELEASE_VERSION 0
  517. | #define ORTE_GREEK_VERSION ""
  518. | #define ORTE_REPO_REV "v4.0.0"
  519. | #define ORTE_TARBALL_VERSION "4.0.0"
  520. | #define ORTE_VERSION "0"
  521. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  522. | #define OSHMEM_MAJOR_VERSION 4
  523. | #define OSHMEM_MINOR_VERSION 0
  524. | #define OSHMEM_RELEASE_VERSION 0
  525. | #define OSHMEM_GREEK_VERSION ""
  526. | #define OSHMEM_REPO_REV "v4.0.0"
  527. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  528. | #define OSHMEM_VERSION "0"
  529. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  530. | #define OPAL_MAJOR_VERSION 4
  531. | #define OPAL_MINOR_VERSION 0
  532. | #define OPAL_RELEASE_VERSION 0
  533. | #define OPAL_GREEK_VERSION ""
  534. | #define OPAL_REPO_REV "v4.0.0"
  535. | #define OPAL_TARBALL_VERSION "4.0.0"
  536. | #define OPAL_VERSION "0"
  537. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  538. | #define OPAL_ENABLE_MEM_DEBUG 0
  539. | #define OPAL_ENABLE_MEM_PROFILE 0
  540. | #define OPAL_ENABLE_TIMING 0
  541. | #define OPAL_ENABLE_DEBUG 0
  542. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  543. | #define OPAL_ENABLE_PTY_SUPPORT 1
  544. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  545. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  546. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  547. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  548. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  549. | #define OPAL_ENABLE_IPV6 0
  550. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  551. | #define OPAL_IDENT_STRING "4.0.0"
  552. | #define OPAL_MAX_PROCESSOR_NAME 256
  553. | #define OPAL_MAX_ERROR_STRING 256
  554. | #define OPAL_MAX_OBJECT_NAME 64
  555. | #define OPAL_MAX_INFO_KEY 36
  556. | #define OPAL_MAX_INFO_VAL 256
  557. | #define OPAL_MAX_PORT_NAME 1024
  558. | #define OPAL_MAX_DATAREP_STRING 128
  559. | #define OPAL_ENABLE_CRDEBUG 0
  560. | #define OPAL_ENABLE_GETPWUID 1
  561. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  562. | #define HAVE_ZLIB_H 1
  563. | /* end confdefs.h. */
  564. |
  565. | /* Override any GCC internal prototype to avoid an error.
  566. | Use char because int might match the return type of a GCC
  567. | builtin and then its argument prototype would still apply. */
  568. | #ifdef __cplusplus
  569. | extern "C"
  570. | #endif
  571. | char deflate ();
  572. | int
  573. | main ()
  574. | {
  575. | return deflate ();
  576. | ;
  577. | return 0;
  578. | }
  579. configure:10536: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz -lz >&5
  580. configure:10536: $? = 0
  581. configure:10553: result: -lz
  582. configure:10809: checking if libz requires libnl v1 or v3
  583. configure:10826: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest_c.c -L/share/apps/gcc-5.4.0/lib64 -lz -lz
  584. configure:10833: $? = 0
  585. configure:10848: result:
  586. configure:11922: checking will zlib support be built
  587. configure:11928: result: yes
  588. configure:11964: checking __NetBSD__
  589. configure:11980: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  590. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  591. error: this is not __NetBSD__
  592. ^
  593. configure:11980: $? = 1
  594. configure: failed program was:
  595. | /* confdefs.h */
  596. | #define PACKAGE_NAME "Open MPI"
  597. | #define PACKAGE_TARNAME "openmpi"
  598. | #define PACKAGE_VERSION "4.0.0"
  599. | #define PACKAGE_STRING "Open MPI 4.0.0"
  600. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  601. | #define PACKAGE_URL ""
  602. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  603. | #define STDC_HEADERS 1
  604. | #define HAVE_SYS_TYPES_H 1
  605. | #define HAVE_SYS_STAT_H 1
  606. | #define HAVE_STDLIB_H 1
  607. | #define HAVE_STRING_H 1
  608. | #define HAVE_MEMORY_H 1
  609. | #define HAVE_STRINGS_H 1
  610. | #define HAVE_INTTYPES_H 1
  611. | #define HAVE_STDINT_H 1
  612. | #define HAVE_UNISTD_H 1
  613. | #define __EXTENSIONS__ 1
  614. | #define _ALL_SOURCE 1
  615. | #define _GNU_SOURCE 1
  616. | #define _POSIX_PTHREAD_SEMANTICS 1
  617. | #define _TANDEM_SOURCE 1
  618. | #define OMPI_MAJOR_VERSION 4
  619. | #define OMPI_MINOR_VERSION 0
  620. | #define OMPI_RELEASE_VERSION 0
  621. | #define OMPI_GREEK_VERSION ""
  622. | #define OMPI_REPO_REV "v4.0.0"
  623. | #define OMPI_TARBALL_VERSION "4.0.0"
  624. | #define OMPI_VERSION "0"
  625. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  626. | #define ORTE_MAJOR_VERSION 4
  627. | #define ORTE_MINOR_VERSION 0
  628. | #define ORTE_RELEASE_VERSION 0
  629. | #define ORTE_GREEK_VERSION ""
  630. | #define ORTE_REPO_REV "v4.0.0"
  631. | #define ORTE_TARBALL_VERSION "4.0.0"
  632. | #define ORTE_VERSION "0"
  633. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  634. | #define OSHMEM_MAJOR_VERSION 4
  635. | #define OSHMEM_MINOR_VERSION 0
  636. | #define OSHMEM_RELEASE_VERSION 0
  637. | #define OSHMEM_GREEK_VERSION ""
  638. | #define OSHMEM_REPO_REV "v4.0.0"
  639. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  640. | #define OSHMEM_VERSION "0"
  641. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  642. | #define OPAL_MAJOR_VERSION 4
  643. | #define OPAL_MINOR_VERSION 0
  644. | #define OPAL_RELEASE_VERSION 0
  645. | #define OPAL_GREEK_VERSION ""
  646. | #define OPAL_REPO_REV "v4.0.0"
  647. | #define OPAL_TARBALL_VERSION "4.0.0"
  648. | #define OPAL_VERSION "0"
  649. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  650. | #define OPAL_ENABLE_MEM_DEBUG 0
  651. | #define OPAL_ENABLE_MEM_PROFILE 0
  652. | #define OPAL_ENABLE_TIMING 0
  653. | #define OPAL_ENABLE_DEBUG 0
  654. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  655. | #define OPAL_ENABLE_PTY_SUPPORT 1
  656. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  657. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  658. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  659. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  660. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  661. | #define OPAL_ENABLE_IPV6 0
  662. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  663. | #define OPAL_IDENT_STRING "4.0.0"
  664. | #define OPAL_MAX_PROCESSOR_NAME 256
  665. | #define OPAL_MAX_ERROR_STRING 256
  666. | #define OPAL_MAX_OBJECT_NAME 64
  667. | #define OPAL_MAX_INFO_KEY 36
  668. | #define OPAL_MAX_INFO_VAL 256
  669. | #define OPAL_MAX_PORT_NAME 1024
  670. | #define OPAL_MAX_DATAREP_STRING 128
  671. | #define OPAL_ENABLE_CRDEBUG 0
  672. | #define OPAL_ENABLE_GETPWUID 1
  673. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  674. | #define HAVE_ZLIB_H 1
  675. | #define OPAL_HAVE_ZLIB 1
  676. | /* end confdefs.h. */
  677. | #ifndef __NetBSD__
  678. | error: this is not __NetBSD__
  679. | #endif
  680. |
  681. | int
  682. | main ()
  683. | {
  684. |
  685. | ;
  686. | return 0;
  687. | }
  688. configure:11986: result: no
  689. configure:11990: checking __FreeBSD__
  690. configure:12006: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  691. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  692. error: this is not __FreeBSD__
  693. ^
  694. configure:12006: $? = 1
  695. configure: failed program was:
  696. | /* confdefs.h */
  697. | #define PACKAGE_NAME "Open MPI"
  698. | #define PACKAGE_TARNAME "openmpi"
  699. | #define PACKAGE_VERSION "4.0.0"
  700. | #define PACKAGE_STRING "Open MPI 4.0.0"
  701. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  702. | #define PACKAGE_URL ""
  703. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  704. | #define STDC_HEADERS 1
  705. | #define HAVE_SYS_TYPES_H 1
  706. | #define HAVE_SYS_STAT_H 1
  707. | #define HAVE_STDLIB_H 1
  708. | #define HAVE_STRING_H 1
  709. | #define HAVE_MEMORY_H 1
  710. | #define HAVE_STRINGS_H 1
  711. | #define HAVE_INTTYPES_H 1
  712. | #define HAVE_STDINT_H 1
  713. | #define HAVE_UNISTD_H 1
  714. | #define __EXTENSIONS__ 1
  715. | #define _ALL_SOURCE 1
  716. | #define _GNU_SOURCE 1
  717. | #define _POSIX_PTHREAD_SEMANTICS 1
  718. | #define _TANDEM_SOURCE 1
  719. | #define OMPI_MAJOR_VERSION 4
  720. | #define OMPI_MINOR_VERSION 0
  721. | #define OMPI_RELEASE_VERSION 0
  722. | #define OMPI_GREEK_VERSION ""
  723. | #define OMPI_REPO_REV "v4.0.0"
  724. | #define OMPI_TARBALL_VERSION "4.0.0"
  725. | #define OMPI_VERSION "0"
  726. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  727. | #define ORTE_MAJOR_VERSION 4
  728. | #define ORTE_MINOR_VERSION 0
  729. | #define ORTE_RELEASE_VERSION 0
  730. | #define ORTE_GREEK_VERSION ""
  731. | #define ORTE_REPO_REV "v4.0.0"
  732. | #define ORTE_TARBALL_VERSION "4.0.0"
  733. | #define ORTE_VERSION "0"
  734. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  735. | #define OSHMEM_MAJOR_VERSION 4
  736. | #define OSHMEM_MINOR_VERSION 0
  737. | #define OSHMEM_RELEASE_VERSION 0
  738. | #define OSHMEM_GREEK_VERSION ""
  739. | #define OSHMEM_REPO_REV "v4.0.0"
  740. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  741. | #define OSHMEM_VERSION "0"
  742. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  743. | #define OPAL_MAJOR_VERSION 4
  744. | #define OPAL_MINOR_VERSION 0
  745. | #define OPAL_RELEASE_VERSION 0
  746. | #define OPAL_GREEK_VERSION ""
  747. | #define OPAL_REPO_REV "v4.0.0"
  748. | #define OPAL_TARBALL_VERSION "4.0.0"
  749. | #define OPAL_VERSION "0"
  750. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  751. | #define OPAL_ENABLE_MEM_DEBUG 0
  752. | #define OPAL_ENABLE_MEM_PROFILE 0
  753. | #define OPAL_ENABLE_TIMING 0
  754. | #define OPAL_ENABLE_DEBUG 0
  755. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  756. | #define OPAL_ENABLE_PTY_SUPPORT 1
  757. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  758. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  759. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  760. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  761. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  762. | #define OPAL_ENABLE_IPV6 0
  763. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  764. | #define OPAL_IDENT_STRING "4.0.0"
  765. | #define OPAL_MAX_PROCESSOR_NAME 256
  766. | #define OPAL_MAX_ERROR_STRING 256
  767. | #define OPAL_MAX_OBJECT_NAME 64
  768. | #define OPAL_MAX_INFO_KEY 36
  769. | #define OPAL_MAX_INFO_VAL 256
  770. | #define OPAL_MAX_PORT_NAME 1024
  771. | #define OPAL_MAX_DATAREP_STRING 128
  772. | #define OPAL_ENABLE_CRDEBUG 0
  773. | #define OPAL_ENABLE_GETPWUID 1
  774. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  775. | #define HAVE_ZLIB_H 1
  776. | #define OPAL_HAVE_ZLIB 1
  777. | /* end confdefs.h. */
  778. | #ifndef __FreeBSD__
  779. | error: this is not __FreeBSD__
  780. | #endif
  781. |
  782. | int
  783. | main ()
  784. | {
  785. |
  786. | ;
  787. | return 0;
  788. | }
  789. configure:12012: result: no
  790. configure:12016: checking __OpenBSD__
  791. configure:12032: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  792. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  793. error: this is not __OpenBSD__
  794. ^
  795. configure:12032: $? = 1
  796. configure: failed program was:
  797. | /* confdefs.h */
  798. | #define PACKAGE_NAME "Open MPI"
  799. | #define PACKAGE_TARNAME "openmpi"
  800. | #define PACKAGE_VERSION "4.0.0"
  801. | #define PACKAGE_STRING "Open MPI 4.0.0"
  802. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  803. | #define PACKAGE_URL ""
  804. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  805. | #define STDC_HEADERS 1
  806. | #define HAVE_SYS_TYPES_H 1
  807. | #define HAVE_SYS_STAT_H 1
  808. | #define HAVE_STDLIB_H 1
  809. | #define HAVE_STRING_H 1
  810. | #define HAVE_MEMORY_H 1
  811. | #define HAVE_STRINGS_H 1
  812. | #define HAVE_INTTYPES_H 1
  813. | #define HAVE_STDINT_H 1
  814. | #define HAVE_UNISTD_H 1
  815. | #define __EXTENSIONS__ 1
  816. | #define _ALL_SOURCE 1
  817. | #define _GNU_SOURCE 1
  818. | #define _POSIX_PTHREAD_SEMANTICS 1
  819. | #define _TANDEM_SOURCE 1
  820. | #define OMPI_MAJOR_VERSION 4
  821. | #define OMPI_MINOR_VERSION 0
  822. | #define OMPI_RELEASE_VERSION 0
  823. | #define OMPI_GREEK_VERSION ""
  824. | #define OMPI_REPO_REV "v4.0.0"
  825. | #define OMPI_TARBALL_VERSION "4.0.0"
  826. | #define OMPI_VERSION "0"
  827. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  828. | #define ORTE_MAJOR_VERSION 4
  829. | #define ORTE_MINOR_VERSION 0
  830. | #define ORTE_RELEASE_VERSION 0
  831. | #define ORTE_GREEK_VERSION ""
  832. | #define ORTE_REPO_REV "v4.0.0"
  833. | #define ORTE_TARBALL_VERSION "4.0.0"
  834. | #define ORTE_VERSION "0"
  835. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  836. | #define OSHMEM_MAJOR_VERSION 4
  837. | #define OSHMEM_MINOR_VERSION 0
  838. | #define OSHMEM_RELEASE_VERSION 0
  839. | #define OSHMEM_GREEK_VERSION ""
  840. | #define OSHMEM_REPO_REV "v4.0.0"
  841. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  842. | #define OSHMEM_VERSION "0"
  843. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  844. | #define OPAL_MAJOR_VERSION 4
  845. | #define OPAL_MINOR_VERSION 0
  846. | #define OPAL_RELEASE_VERSION 0
  847. | #define OPAL_GREEK_VERSION ""
  848. | #define OPAL_REPO_REV "v4.0.0"
  849. | #define OPAL_TARBALL_VERSION "4.0.0"
  850. | #define OPAL_VERSION "0"
  851. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  852. | #define OPAL_ENABLE_MEM_DEBUG 0
  853. | #define OPAL_ENABLE_MEM_PROFILE 0
  854. | #define OPAL_ENABLE_TIMING 0
  855. | #define OPAL_ENABLE_DEBUG 0
  856. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  857. | #define OPAL_ENABLE_PTY_SUPPORT 1
  858. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  859. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  860. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  861. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  862. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  863. | #define OPAL_ENABLE_IPV6 0
  864. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  865. | #define OPAL_IDENT_STRING "4.0.0"
  866. | #define OPAL_MAX_PROCESSOR_NAME 256
  867. | #define OPAL_MAX_ERROR_STRING 256
  868. | #define OPAL_MAX_OBJECT_NAME 64
  869. | #define OPAL_MAX_INFO_KEY 36
  870. | #define OPAL_MAX_INFO_VAL 256
  871. | #define OPAL_MAX_PORT_NAME 1024
  872. | #define OPAL_MAX_DATAREP_STRING 128
  873. | #define OPAL_ENABLE_CRDEBUG 0
  874. | #define OPAL_ENABLE_GETPWUID 1
  875. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  876. | #define HAVE_ZLIB_H 1
  877. | #define OPAL_HAVE_ZLIB 1
  878. | /* end confdefs.h. */
  879. | #ifndef __OpenBSD__
  880. | error: this is not __OpenBSD__
  881. | #endif
  882. |
  883. | int
  884. | main ()
  885. | {
  886. |
  887. | ;
  888. | return 0;
  889. | }
  890. configure:12038: result: no
  891. configure:12042: checking __DragonFly__
  892. configure:12058: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  893. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  894. error: this is not __DragonFly__
  895. ^
  896. configure:12058: $? = 1
  897. configure: failed program was:
  898. | /* confdefs.h */
  899. | #define PACKAGE_NAME "Open MPI"
  900. | #define PACKAGE_TARNAME "openmpi"
  901. | #define PACKAGE_VERSION "4.0.0"
  902. | #define PACKAGE_STRING "Open MPI 4.0.0"
  903. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  904. | #define PACKAGE_URL ""
  905. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  906. | #define STDC_HEADERS 1
  907. | #define HAVE_SYS_TYPES_H 1
  908. | #define HAVE_SYS_STAT_H 1
  909. | #define HAVE_STDLIB_H 1
  910. | #define HAVE_STRING_H 1
  911. | #define HAVE_MEMORY_H 1
  912. | #define HAVE_STRINGS_H 1
  913. | #define HAVE_INTTYPES_H 1
  914. | #define HAVE_STDINT_H 1
  915. | #define HAVE_UNISTD_H 1
  916. | #define __EXTENSIONS__ 1
  917. | #define _ALL_SOURCE 1
  918. | #define _GNU_SOURCE 1
  919. | #define _POSIX_PTHREAD_SEMANTICS 1
  920. | #define _TANDEM_SOURCE 1
  921. | #define OMPI_MAJOR_VERSION 4
  922. | #define OMPI_MINOR_VERSION 0
  923. | #define OMPI_RELEASE_VERSION 0
  924. | #define OMPI_GREEK_VERSION ""
  925. | #define OMPI_REPO_REV "v4.0.0"
  926. | #define OMPI_TARBALL_VERSION "4.0.0"
  927. | #define OMPI_VERSION "0"
  928. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  929. | #define ORTE_MAJOR_VERSION 4
  930. | #define ORTE_MINOR_VERSION 0
  931. | #define ORTE_RELEASE_VERSION 0
  932. | #define ORTE_GREEK_VERSION ""
  933. | #define ORTE_REPO_REV "v4.0.0"
  934. | #define ORTE_TARBALL_VERSION "4.0.0"
  935. | #define ORTE_VERSION "0"
  936. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  937. | #define OSHMEM_MAJOR_VERSION 4
  938. | #define OSHMEM_MINOR_VERSION 0
  939. | #define OSHMEM_RELEASE_VERSION 0
  940. | #define OSHMEM_GREEK_VERSION ""
  941. | #define OSHMEM_REPO_REV "v4.0.0"
  942. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  943. | #define OSHMEM_VERSION "0"
  944. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  945. | #define OPAL_MAJOR_VERSION 4
  946. | #define OPAL_MINOR_VERSION 0
  947. | #define OPAL_RELEASE_VERSION 0
  948. | #define OPAL_GREEK_VERSION ""
  949. | #define OPAL_REPO_REV "v4.0.0"
  950. | #define OPAL_TARBALL_VERSION "4.0.0"
  951. | #define OPAL_VERSION "0"
  952. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  953. | #define OPAL_ENABLE_MEM_DEBUG 0
  954. | #define OPAL_ENABLE_MEM_PROFILE 0
  955. | #define OPAL_ENABLE_TIMING 0
  956. | #define OPAL_ENABLE_DEBUG 0
  957. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  958. | #define OPAL_ENABLE_PTY_SUPPORT 1
  959. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  960. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  961. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  962. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  963. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  964. | #define OPAL_ENABLE_IPV6 0
  965. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  966. | #define OPAL_IDENT_STRING "4.0.0"
  967. | #define OPAL_MAX_PROCESSOR_NAME 256
  968. | #define OPAL_MAX_ERROR_STRING 256
  969. | #define OPAL_MAX_OBJECT_NAME 64
  970. | #define OPAL_MAX_INFO_KEY 36
  971. | #define OPAL_MAX_INFO_VAL 256
  972. | #define OPAL_MAX_PORT_NAME 1024
  973. | #define OPAL_MAX_DATAREP_STRING 128
  974. | #define OPAL_ENABLE_CRDEBUG 0
  975. | #define OPAL_ENABLE_GETPWUID 1
  976. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  977. | #define HAVE_ZLIB_H 1
  978. | #define OPAL_HAVE_ZLIB 1
  979. | /* end confdefs.h. */
  980. | #ifndef __DragonFly__
  981. | error: this is not __DragonFly__
  982. | #endif
  983. |
  984. | int
  985. | main ()
  986. | {
  987. |
  988. | ;
  989. | return 0;
  990. | }
  991. configure:12064: result: no
  992. configure:12068: checking __386BSD__
  993. configure:12084: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  994. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  995. error: this is not __386BSD__
  996. ^
  997. configure:12084: $? = 1
  998. configure: failed program was:
  999. | /* confdefs.h */
  1000. | #define PACKAGE_NAME "Open MPI"
  1001. | #define PACKAGE_TARNAME "openmpi"
  1002. | #define PACKAGE_VERSION "4.0.0"
  1003. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1004. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1005. | #define PACKAGE_URL ""
  1006. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1007. | #define STDC_HEADERS 1
  1008. | #define HAVE_SYS_TYPES_H 1
  1009. | #define HAVE_SYS_STAT_H 1
  1010. | #define HAVE_STDLIB_H 1
  1011. | #define HAVE_STRING_H 1
  1012. | #define HAVE_MEMORY_H 1
  1013. | #define HAVE_STRINGS_H 1
  1014. | #define HAVE_INTTYPES_H 1
  1015. | #define HAVE_STDINT_H 1
  1016. | #define HAVE_UNISTD_H 1
  1017. | #define __EXTENSIONS__ 1
  1018. | #define _ALL_SOURCE 1
  1019. | #define _GNU_SOURCE 1
  1020. | #define _POSIX_PTHREAD_SEMANTICS 1
  1021. | #define _TANDEM_SOURCE 1
  1022. | #define OMPI_MAJOR_VERSION 4
  1023. | #define OMPI_MINOR_VERSION 0
  1024. | #define OMPI_RELEASE_VERSION 0
  1025. | #define OMPI_GREEK_VERSION ""
  1026. | #define OMPI_REPO_REV "v4.0.0"
  1027. | #define OMPI_TARBALL_VERSION "4.0.0"
  1028. | #define OMPI_VERSION "0"
  1029. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1030. | #define ORTE_MAJOR_VERSION 4
  1031. | #define ORTE_MINOR_VERSION 0
  1032. | #define ORTE_RELEASE_VERSION 0
  1033. | #define ORTE_GREEK_VERSION ""
  1034. | #define ORTE_REPO_REV "v4.0.0"
  1035. | #define ORTE_TARBALL_VERSION "4.0.0"
  1036. | #define ORTE_VERSION "0"
  1037. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1038. | #define OSHMEM_MAJOR_VERSION 4
  1039. | #define OSHMEM_MINOR_VERSION 0
  1040. | #define OSHMEM_RELEASE_VERSION 0
  1041. | #define OSHMEM_GREEK_VERSION ""
  1042. | #define OSHMEM_REPO_REV "v4.0.0"
  1043. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1044. | #define OSHMEM_VERSION "0"
  1045. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1046. | #define OPAL_MAJOR_VERSION 4
  1047. | #define OPAL_MINOR_VERSION 0
  1048. | #define OPAL_RELEASE_VERSION 0
  1049. | #define OPAL_GREEK_VERSION ""
  1050. | #define OPAL_REPO_REV "v4.0.0"
  1051. | #define OPAL_TARBALL_VERSION "4.0.0"
  1052. | #define OPAL_VERSION "0"
  1053. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1054. | #define OPAL_ENABLE_MEM_DEBUG 0
  1055. | #define OPAL_ENABLE_MEM_PROFILE 0
  1056. | #define OPAL_ENABLE_TIMING 0
  1057. | #define OPAL_ENABLE_DEBUG 0
  1058. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1059. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1060. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1061. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1062. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1063. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1064. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1065. | #define OPAL_ENABLE_IPV6 0
  1066. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1067. | #define OPAL_IDENT_STRING "4.0.0"
  1068. | #define OPAL_MAX_PROCESSOR_NAME 256
  1069. | #define OPAL_MAX_ERROR_STRING 256
  1070. | #define OPAL_MAX_OBJECT_NAME 64
  1071. | #define OPAL_MAX_INFO_KEY 36
  1072. | #define OPAL_MAX_INFO_VAL 256
  1073. | #define OPAL_MAX_PORT_NAME 1024
  1074. | #define OPAL_MAX_DATAREP_STRING 128
  1075. | #define OPAL_ENABLE_CRDEBUG 0
  1076. | #define OPAL_ENABLE_GETPWUID 1
  1077. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1078. | #define HAVE_ZLIB_H 1
  1079. | #define OPAL_HAVE_ZLIB 1
  1080. | /* end confdefs.h. */
  1081. | #ifndef __386BSD__
  1082. | error: this is not __386BSD__
  1083. | #endif
  1084. |
  1085. | int
  1086. | main ()
  1087. | {
  1088. |
  1089. | ;
  1090. | return 0;
  1091. | }
  1092. configure:12090: result: no
  1093. configure:12094: checking __bsdi__
  1094. configure:12110: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1095. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  1096. error: this is not __bsdi__
  1097. ^
  1098. configure:12110: $? = 1
  1099. configure: failed program was:
  1100. | /* confdefs.h */
  1101. | #define PACKAGE_NAME "Open MPI"
  1102. | #define PACKAGE_TARNAME "openmpi"
  1103. | #define PACKAGE_VERSION "4.0.0"
  1104. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1105. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1106. | #define PACKAGE_URL ""
  1107. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1108. | #define STDC_HEADERS 1
  1109. | #define HAVE_SYS_TYPES_H 1
  1110. | #define HAVE_SYS_STAT_H 1
  1111. | #define HAVE_STDLIB_H 1
  1112. | #define HAVE_STRING_H 1
  1113. | #define HAVE_MEMORY_H 1
  1114. | #define HAVE_STRINGS_H 1
  1115. | #define HAVE_INTTYPES_H 1
  1116. | #define HAVE_STDINT_H 1
  1117. | #define HAVE_UNISTD_H 1
  1118. | #define __EXTENSIONS__ 1
  1119. | #define _ALL_SOURCE 1
  1120. | #define _GNU_SOURCE 1
  1121. | #define _POSIX_PTHREAD_SEMANTICS 1
  1122. | #define _TANDEM_SOURCE 1
  1123. | #define OMPI_MAJOR_VERSION 4
  1124. | #define OMPI_MINOR_VERSION 0
  1125. | #define OMPI_RELEASE_VERSION 0
  1126. | #define OMPI_GREEK_VERSION ""
  1127. | #define OMPI_REPO_REV "v4.0.0"
  1128. | #define OMPI_TARBALL_VERSION "4.0.0"
  1129. | #define OMPI_VERSION "0"
  1130. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1131. | #define ORTE_MAJOR_VERSION 4
  1132. | #define ORTE_MINOR_VERSION 0
  1133. | #define ORTE_RELEASE_VERSION 0
  1134. | #define ORTE_GREEK_VERSION ""
  1135. | #define ORTE_REPO_REV "v4.0.0"
  1136. | #define ORTE_TARBALL_VERSION "4.0.0"
  1137. | #define ORTE_VERSION "0"
  1138. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1139. | #define OSHMEM_MAJOR_VERSION 4
  1140. | #define OSHMEM_MINOR_VERSION 0
  1141. | #define OSHMEM_RELEASE_VERSION 0
  1142. | #define OSHMEM_GREEK_VERSION ""
  1143. | #define OSHMEM_REPO_REV "v4.0.0"
  1144. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1145. | #define OSHMEM_VERSION "0"
  1146. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1147. | #define OPAL_MAJOR_VERSION 4
  1148. | #define OPAL_MINOR_VERSION 0
  1149. | #define OPAL_RELEASE_VERSION 0
  1150. | #define OPAL_GREEK_VERSION ""
  1151. | #define OPAL_REPO_REV "v4.0.0"
  1152. | #define OPAL_TARBALL_VERSION "4.0.0"
  1153. | #define OPAL_VERSION "0"
  1154. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1155. | #define OPAL_ENABLE_MEM_DEBUG 0
  1156. | #define OPAL_ENABLE_MEM_PROFILE 0
  1157. | #define OPAL_ENABLE_TIMING 0
  1158. | #define OPAL_ENABLE_DEBUG 0
  1159. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1160. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1161. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1162. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1163. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1164. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1165. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1166. | #define OPAL_ENABLE_IPV6 0
  1167. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1168. | #define OPAL_IDENT_STRING "4.0.0"
  1169. | #define OPAL_MAX_PROCESSOR_NAME 256
  1170. | #define OPAL_MAX_ERROR_STRING 256
  1171. | #define OPAL_MAX_OBJECT_NAME 64
  1172. | #define OPAL_MAX_INFO_KEY 36
  1173. | #define OPAL_MAX_INFO_VAL 256
  1174. | #define OPAL_MAX_PORT_NAME 1024
  1175. | #define OPAL_MAX_DATAREP_STRING 128
  1176. | #define OPAL_ENABLE_CRDEBUG 0
  1177. | #define OPAL_ENABLE_GETPWUID 1
  1178. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1179. | #define HAVE_ZLIB_H 1
  1180. | #define OPAL_HAVE_ZLIB 1
  1181. | /* end confdefs.h. */
  1182. | #ifndef __bsdi__
  1183. | error: this is not __bsdi__
  1184. | #endif
  1185. |
  1186. | int
  1187. | main ()
  1188. | {
  1189. |
  1190. | ;
  1191. | return 0;
  1192. | }
  1193. configure:12116: result: no
  1194. configure:12120: checking __APPLE__
  1195. configure:12136: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1196. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  1197. error: this is not __APPLE__
  1198. ^
  1199. configure:12136: $? = 1
  1200. configure: failed program was:
  1201. | /* confdefs.h */
  1202. | #define PACKAGE_NAME "Open MPI"
  1203. | #define PACKAGE_TARNAME "openmpi"
  1204. | #define PACKAGE_VERSION "4.0.0"
  1205. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1206. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1207. | #define PACKAGE_URL ""
  1208. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1209. | #define STDC_HEADERS 1
  1210. | #define HAVE_SYS_TYPES_H 1
  1211. | #define HAVE_SYS_STAT_H 1
  1212. | #define HAVE_STDLIB_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_MEMORY_H 1
  1215. | #define HAVE_STRINGS_H 1
  1216. | #define HAVE_INTTYPES_H 1
  1217. | #define HAVE_STDINT_H 1
  1218. | #define HAVE_UNISTD_H 1
  1219. | #define __EXTENSIONS__ 1
  1220. | #define _ALL_SOURCE 1
  1221. | #define _GNU_SOURCE 1
  1222. | #define _POSIX_PTHREAD_SEMANTICS 1
  1223. | #define _TANDEM_SOURCE 1
  1224. | #define OMPI_MAJOR_VERSION 4
  1225. | #define OMPI_MINOR_VERSION 0
  1226. | #define OMPI_RELEASE_VERSION 0
  1227. | #define OMPI_GREEK_VERSION ""
  1228. | #define OMPI_REPO_REV "v4.0.0"
  1229. | #define OMPI_TARBALL_VERSION "4.0.0"
  1230. | #define OMPI_VERSION "0"
  1231. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1232. | #define ORTE_MAJOR_VERSION 4
  1233. | #define ORTE_MINOR_VERSION 0
  1234. | #define ORTE_RELEASE_VERSION 0
  1235. | #define ORTE_GREEK_VERSION ""
  1236. | #define ORTE_REPO_REV "v4.0.0"
  1237. | #define ORTE_TARBALL_VERSION "4.0.0"
  1238. | #define ORTE_VERSION "0"
  1239. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1240. | #define OSHMEM_MAJOR_VERSION 4
  1241. | #define OSHMEM_MINOR_VERSION 0
  1242. | #define OSHMEM_RELEASE_VERSION 0
  1243. | #define OSHMEM_GREEK_VERSION ""
  1244. | #define OSHMEM_REPO_REV "v4.0.0"
  1245. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1246. | #define OSHMEM_VERSION "0"
  1247. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1248. | #define OPAL_MAJOR_VERSION 4
  1249. | #define OPAL_MINOR_VERSION 0
  1250. | #define OPAL_RELEASE_VERSION 0
  1251. | #define OPAL_GREEK_VERSION ""
  1252. | #define OPAL_REPO_REV "v4.0.0"
  1253. | #define OPAL_TARBALL_VERSION "4.0.0"
  1254. | #define OPAL_VERSION "0"
  1255. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1256. | #define OPAL_ENABLE_MEM_DEBUG 0
  1257. | #define OPAL_ENABLE_MEM_PROFILE 0
  1258. | #define OPAL_ENABLE_TIMING 0
  1259. | #define OPAL_ENABLE_DEBUG 0
  1260. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1261. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1262. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1263. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1264. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1265. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1266. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1267. | #define OPAL_ENABLE_IPV6 0
  1268. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1269. | #define OPAL_IDENT_STRING "4.0.0"
  1270. | #define OPAL_MAX_PROCESSOR_NAME 256
  1271. | #define OPAL_MAX_ERROR_STRING 256
  1272. | #define OPAL_MAX_OBJECT_NAME 64
  1273. | #define OPAL_MAX_INFO_KEY 36
  1274. | #define OPAL_MAX_INFO_VAL 256
  1275. | #define OPAL_MAX_PORT_NAME 1024
  1276. | #define OPAL_MAX_DATAREP_STRING 128
  1277. | #define OPAL_ENABLE_CRDEBUG 0
  1278. | #define OPAL_ENABLE_GETPWUID 1
  1279. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1280. | #define HAVE_ZLIB_H 1
  1281. | #define OPAL_HAVE_ZLIB 1
  1282. | /* end confdefs.h. */
  1283. | #ifndef __APPLE__
  1284. | error: this is not __APPLE__
  1285. | #endif
  1286. |
  1287. | int
  1288. | main ()
  1289. | {
  1290. |
  1291. | ;
  1292. | return 0;
  1293. | }
  1294. configure:12142: result: no
  1295. configure:12146: checking __linux__
  1296. configure:12162: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1297. configure:12162: $? = 0
  1298. configure:12168: result: yes
  1299. configure:12172: checking __sun__
  1300. configure:12188: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1301. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  1302. error: this is not __sun__
  1303. ^
  1304. configure:12188: $? = 1
  1305. configure: failed program was:
  1306. | /* confdefs.h */
  1307. | #define PACKAGE_NAME "Open MPI"
  1308. | #define PACKAGE_TARNAME "openmpi"
  1309. | #define PACKAGE_VERSION "4.0.0"
  1310. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1311. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1312. | #define PACKAGE_URL ""
  1313. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1314. | #define STDC_HEADERS 1
  1315. | #define HAVE_SYS_TYPES_H 1
  1316. | #define HAVE_SYS_STAT_H 1
  1317. | #define HAVE_STDLIB_H 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define HAVE_MEMORY_H 1
  1320. | #define HAVE_STRINGS_H 1
  1321. | #define HAVE_INTTYPES_H 1
  1322. | #define HAVE_STDINT_H 1
  1323. | #define HAVE_UNISTD_H 1
  1324. | #define __EXTENSIONS__ 1
  1325. | #define _ALL_SOURCE 1
  1326. | #define _GNU_SOURCE 1
  1327. | #define _POSIX_PTHREAD_SEMANTICS 1
  1328. | #define _TANDEM_SOURCE 1
  1329. | #define OMPI_MAJOR_VERSION 4
  1330. | #define OMPI_MINOR_VERSION 0
  1331. | #define OMPI_RELEASE_VERSION 0
  1332. | #define OMPI_GREEK_VERSION ""
  1333. | #define OMPI_REPO_REV "v4.0.0"
  1334. | #define OMPI_TARBALL_VERSION "4.0.0"
  1335. | #define OMPI_VERSION "0"
  1336. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1337. | #define ORTE_MAJOR_VERSION 4
  1338. | #define ORTE_MINOR_VERSION 0
  1339. | #define ORTE_RELEASE_VERSION 0
  1340. | #define ORTE_GREEK_VERSION ""
  1341. | #define ORTE_REPO_REV "v4.0.0"
  1342. | #define ORTE_TARBALL_VERSION "4.0.0"
  1343. | #define ORTE_VERSION "0"
  1344. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1345. | #define OSHMEM_MAJOR_VERSION 4
  1346. | #define OSHMEM_MINOR_VERSION 0
  1347. | #define OSHMEM_RELEASE_VERSION 0
  1348. | #define OSHMEM_GREEK_VERSION ""
  1349. | #define OSHMEM_REPO_REV "v4.0.0"
  1350. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1351. | #define OSHMEM_VERSION "0"
  1352. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1353. | #define OPAL_MAJOR_VERSION 4
  1354. | #define OPAL_MINOR_VERSION 0
  1355. | #define OPAL_RELEASE_VERSION 0
  1356. | #define OPAL_GREEK_VERSION ""
  1357. | #define OPAL_REPO_REV "v4.0.0"
  1358. | #define OPAL_TARBALL_VERSION "4.0.0"
  1359. | #define OPAL_VERSION "0"
  1360. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1361. | #define OPAL_ENABLE_MEM_DEBUG 0
  1362. | #define OPAL_ENABLE_MEM_PROFILE 0
  1363. | #define OPAL_ENABLE_TIMING 0
  1364. | #define OPAL_ENABLE_DEBUG 0
  1365. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1366. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1367. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1368. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1369. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1370. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1371. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1372. | #define OPAL_ENABLE_IPV6 0
  1373. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1374. | #define OPAL_IDENT_STRING "4.0.0"
  1375. | #define OPAL_MAX_PROCESSOR_NAME 256
  1376. | #define OPAL_MAX_ERROR_STRING 256
  1377. | #define OPAL_MAX_OBJECT_NAME 64
  1378. | #define OPAL_MAX_INFO_KEY 36
  1379. | #define OPAL_MAX_INFO_VAL 256
  1380. | #define OPAL_MAX_PORT_NAME 1024
  1381. | #define OPAL_MAX_DATAREP_STRING 128
  1382. | #define OPAL_ENABLE_CRDEBUG 0
  1383. | #define OPAL_ENABLE_GETPWUID 1
  1384. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1385. | #define HAVE_ZLIB_H 1
  1386. | #define OPAL_HAVE_ZLIB 1
  1387. | /* end confdefs.h. */
  1388. | #ifndef __sun__
  1389. | error: this is not __sun__
  1390. | #endif
  1391. |
  1392. | int
  1393. | main ()
  1394. | {
  1395. |
  1396. | ;
  1397. | return 0;
  1398. | }
  1399. configure:12194: result: no
  1400. configure:12199: checking __sun
  1401. configure:12215: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1402. conftest.c:84:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
  1403. error: this is not __sun
  1404. ^
  1405. configure:12215: $? = 1
  1406. configure: failed program was:
  1407. | /* confdefs.h */
  1408. | #define PACKAGE_NAME "Open MPI"
  1409. | #define PACKAGE_TARNAME "openmpi"
  1410. | #define PACKAGE_VERSION "4.0.0"
  1411. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1412. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1413. | #define PACKAGE_URL ""
  1414. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1415. | #define STDC_HEADERS 1
  1416. | #define HAVE_SYS_TYPES_H 1
  1417. | #define HAVE_SYS_STAT_H 1
  1418. | #define HAVE_STDLIB_H 1
  1419. | #define HAVE_STRING_H 1
  1420. | #define HAVE_MEMORY_H 1
  1421. | #define HAVE_STRINGS_H 1
  1422. | #define HAVE_INTTYPES_H 1
  1423. | #define HAVE_STDINT_H 1
  1424. | #define HAVE_UNISTD_H 1
  1425. | #define __EXTENSIONS__ 1
  1426. | #define _ALL_SOURCE 1
  1427. | #define _GNU_SOURCE 1
  1428. | #define _POSIX_PTHREAD_SEMANTICS 1
  1429. | #define _TANDEM_SOURCE 1
  1430. | #define OMPI_MAJOR_VERSION 4
  1431. | #define OMPI_MINOR_VERSION 0
  1432. | #define OMPI_RELEASE_VERSION 0
  1433. | #define OMPI_GREEK_VERSION ""
  1434. | #define OMPI_REPO_REV "v4.0.0"
  1435. | #define OMPI_TARBALL_VERSION "4.0.0"
  1436. | #define OMPI_VERSION "0"
  1437. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1438. | #define ORTE_MAJOR_VERSION 4
  1439. | #define ORTE_MINOR_VERSION 0
  1440. | #define ORTE_RELEASE_VERSION 0
  1441. | #define ORTE_GREEK_VERSION ""
  1442. | #define ORTE_REPO_REV "v4.0.0"
  1443. | #define ORTE_TARBALL_VERSION "4.0.0"
  1444. | #define ORTE_VERSION "0"
  1445. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1446. | #define OSHMEM_MAJOR_VERSION 4
  1447. | #define OSHMEM_MINOR_VERSION 0
  1448. | #define OSHMEM_RELEASE_VERSION 0
  1449. | #define OSHMEM_GREEK_VERSION ""
  1450. | #define OSHMEM_REPO_REV "v4.0.0"
  1451. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1452. | #define OSHMEM_VERSION "0"
  1453. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1454. | #define OPAL_MAJOR_VERSION 4
  1455. | #define OPAL_MINOR_VERSION 0
  1456. | #define OPAL_RELEASE_VERSION 0
  1457. | #define OPAL_GREEK_VERSION ""
  1458. | #define OPAL_REPO_REV "v4.0.0"
  1459. | #define OPAL_TARBALL_VERSION "4.0.0"
  1460. | #define OPAL_VERSION "0"
  1461. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1462. | #define OPAL_ENABLE_MEM_DEBUG 0
  1463. | #define OPAL_ENABLE_MEM_PROFILE 0
  1464. | #define OPAL_ENABLE_TIMING 0
  1465. | #define OPAL_ENABLE_DEBUG 0
  1466. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1467. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1468. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1469. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1470. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1471. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1472. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1473. | #define OPAL_ENABLE_IPV6 0
  1474. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1475. | #define OPAL_IDENT_STRING "4.0.0"
  1476. | #define OPAL_MAX_PROCESSOR_NAME 256
  1477. | #define OPAL_MAX_ERROR_STRING 256
  1478. | #define OPAL_MAX_OBJECT_NAME 64
  1479. | #define OPAL_MAX_INFO_KEY 36
  1480. | #define OPAL_MAX_INFO_VAL 256
  1481. | #define OPAL_MAX_PORT_NAME 1024
  1482. | #define OPAL_MAX_DATAREP_STRING 128
  1483. | #define OPAL_ENABLE_CRDEBUG 0
  1484. | #define OPAL_ENABLE_GETPWUID 1
  1485. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1486. | #define HAVE_ZLIB_H 1
  1487. | #define OPAL_HAVE_ZLIB 1
  1488. | /* end confdefs.h. */
  1489. | #ifndef __sun
  1490. | error: this is not __sun
  1491. | #endif
  1492. |
  1493. | int
  1494. | main ()
  1495. | {
  1496. |
  1497. | ;
  1498. | return 0;
  1499. | }
  1500. configure:12221: result: no
  1501. configure:12243: checking netdb.h usability
  1502. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1503. configure:12243: $? = 0
  1504. configure:12243: result: yes
  1505. configure:12243: checking netdb.h presence
  1506. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  1507. configure:12243: $? = 0
  1508. configure:12243: result: yes
  1509. configure:12243: checking for netdb.h
  1510. configure:12243: result: yes
  1511. configure:12243: checking netinet/in.h usability
  1512. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1513. configure:12243: $? = 0
  1514. configure:12243: result: yes
  1515. configure:12243: checking netinet/in.h presence
  1516. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  1517. configure:12243: $? = 0
  1518. configure:12243: result: yes
  1519. configure:12243: checking for netinet/in.h
  1520. configure:12243: result: yes
  1521. configure:12243: checking netinet/tcp.h usability
  1522. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1523. configure:12243: $? = 0
  1524. configure:12243: result: yes
  1525. configure:12243: checking netinet/tcp.h presence
  1526. configure:12243: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  1527. configure:12243: $? = 0
  1528. configure:12243: result: yes
  1529. configure:12243: checking for netinet/tcp.h
  1530. configure:12243: result: yes
  1531. configure:12253: checking for struct sockaddr_in
  1532. configure:12253: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1533. configure:12253: $? = 0
  1534. configure:12253: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1535. conftest.c: In function 'main':
  1536. conftest.c:127:33: error: expected expression before ')' token
  1537. if (sizeof ((struct sockaddr_in)))
  1538. ^
  1539. configure:12253: $? = 1
  1540. configure: failed program was:
  1541. | /* confdefs.h */
  1542. | #define PACKAGE_NAME "Open MPI"
  1543. | #define PACKAGE_TARNAME "openmpi"
  1544. | #define PACKAGE_VERSION "4.0.0"
  1545. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1546. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1547. | #define PACKAGE_URL ""
  1548. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1549. | #define STDC_HEADERS 1
  1550. | #define HAVE_SYS_TYPES_H 1
  1551. | #define HAVE_SYS_STAT_H 1
  1552. | #define HAVE_STDLIB_H 1
  1553. | #define HAVE_STRING_H 1
  1554. | #define HAVE_MEMORY_H 1
  1555. | #define HAVE_STRINGS_H 1
  1556. | #define HAVE_INTTYPES_H 1
  1557. | #define HAVE_STDINT_H 1
  1558. | #define HAVE_UNISTD_H 1
  1559. | #define __EXTENSIONS__ 1
  1560. | #define _ALL_SOURCE 1
  1561. | #define _GNU_SOURCE 1
  1562. | #define _POSIX_PTHREAD_SEMANTICS 1
  1563. | #define _TANDEM_SOURCE 1
  1564. | #define OMPI_MAJOR_VERSION 4
  1565. | #define OMPI_MINOR_VERSION 0
  1566. | #define OMPI_RELEASE_VERSION 0
  1567. | #define OMPI_GREEK_VERSION ""
  1568. | #define OMPI_REPO_REV "v4.0.0"
  1569. | #define OMPI_TARBALL_VERSION "4.0.0"
  1570. | #define OMPI_VERSION "0"
  1571. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1572. | #define ORTE_MAJOR_VERSION 4
  1573. | #define ORTE_MINOR_VERSION 0
  1574. | #define ORTE_RELEASE_VERSION 0
  1575. | #define ORTE_GREEK_VERSION ""
  1576. | #define ORTE_REPO_REV "v4.0.0"
  1577. | #define ORTE_TARBALL_VERSION "4.0.0"
  1578. | #define ORTE_VERSION "0"
  1579. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1580. | #define OSHMEM_MAJOR_VERSION 4
  1581. | #define OSHMEM_MINOR_VERSION 0
  1582. | #define OSHMEM_RELEASE_VERSION 0
  1583. | #define OSHMEM_GREEK_VERSION ""
  1584. | #define OSHMEM_REPO_REV "v4.0.0"
  1585. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1586. | #define OSHMEM_VERSION "0"
  1587. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1588. | #define OPAL_MAJOR_VERSION 4
  1589. | #define OPAL_MINOR_VERSION 0
  1590. | #define OPAL_RELEASE_VERSION 0
  1591. | #define OPAL_GREEK_VERSION ""
  1592. | #define OPAL_REPO_REV "v4.0.0"
  1593. | #define OPAL_TARBALL_VERSION "4.0.0"
  1594. | #define OPAL_VERSION "0"
  1595. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1596. | #define OPAL_ENABLE_MEM_DEBUG 0
  1597. | #define OPAL_ENABLE_MEM_PROFILE 0
  1598. | #define OPAL_ENABLE_TIMING 0
  1599. | #define OPAL_ENABLE_DEBUG 0
  1600. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1601. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1602. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1603. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1604. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1605. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1606. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1607. | #define OPAL_ENABLE_IPV6 0
  1608. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1609. | #define OPAL_IDENT_STRING "4.0.0"
  1610. | #define OPAL_MAX_PROCESSOR_NAME 256
  1611. | #define OPAL_MAX_ERROR_STRING 256
  1612. | #define OPAL_MAX_OBJECT_NAME 64
  1613. | #define OPAL_MAX_INFO_KEY 36
  1614. | #define OPAL_MAX_INFO_VAL 256
  1615. | #define OPAL_MAX_PORT_NAME 1024
  1616. | #define OPAL_MAX_DATAREP_STRING 128
  1617. | #define OPAL_ENABLE_CRDEBUG 0
  1618. | #define OPAL_ENABLE_GETPWUID 1
  1619. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1620. | #define HAVE_ZLIB_H 1
  1621. | #define OPAL_HAVE_ZLIB 1
  1622. | #define OPAL_HAVE_SOLARIS 0
  1623. | #define HAVE_NETDB_H 1
  1624. | #define HAVE_NETINET_IN_H 1
  1625. | #define HAVE_NETINET_TCP_H 1
  1626. | /* end confdefs.h. */
  1627. | #include <stdio.h>
  1628. | #ifdef HAVE_SYS_TYPES_H
  1629. | # include <sys/types.h>
  1630. | #endif
  1631. | #ifdef HAVE_SYS_STAT_H
  1632. | # include <sys/stat.h>
  1633. | #endif
  1634. | #ifdef STDC_HEADERS
  1635. | # include <stdlib.h>
  1636. | # include <stddef.h>
  1637. | #else
  1638. | # ifdef HAVE_STDLIB_H
  1639. | # include <stdlib.h>
  1640. | # endif
  1641. | #endif
  1642. | #ifdef HAVE_STRING_H
  1643. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1644. | # include <memory.h>
  1645. | # endif
  1646. | # include <string.h>
  1647. | #endif
  1648. | #ifdef HAVE_STRINGS_H
  1649. | # include <strings.h>
  1650. | #endif
  1651. | #ifdef HAVE_INTTYPES_H
  1652. | # include <inttypes.h>
  1653. | #endif
  1654. | #ifdef HAVE_STDINT_H
  1655. | # include <stdint.h>
  1656. | #endif
  1657. | #ifdef HAVE_UNISTD_H
  1658. | # include <unistd.h>
  1659. | #endif
  1660. | #ifdef HAVE_NETINET_IN_H
  1661. | #include <netinet/in.h>
  1662. | #endif
  1663. |
  1664. | int
  1665. | main ()
  1666. | {
  1667. | if (sizeof ((struct sockaddr_in)))
  1668. | return 0;
  1669. | ;
  1670. | return 0;
  1671. | }
  1672. configure:12253: result: yes
  1673. configure:12280: checking if --with-cuda is set
  1674. configure:12294: result: not set (--with-cuda=)
  1675. configure:12404: checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared
  1676. configure:12404: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1677. conftest.c:88:19: fatal error: /cuda.h: No such file or directory
  1678. compilation terminated.
  1679. configure:12404: $? = 1
  1680. configure: failed program was:
  1681. | /* confdefs.h */
  1682. | #define PACKAGE_NAME "Open MPI"
  1683. | #define PACKAGE_TARNAME "openmpi"
  1684. | #define PACKAGE_VERSION "4.0.0"
  1685. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1686. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1687. | #define PACKAGE_URL ""
  1688. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1689. | #define STDC_HEADERS 1
  1690. | #define HAVE_SYS_TYPES_H 1
  1691. | #define HAVE_SYS_STAT_H 1
  1692. | #define HAVE_STDLIB_H 1
  1693. | #define HAVE_STRING_H 1
  1694. | #define HAVE_MEMORY_H 1
  1695. | #define HAVE_STRINGS_H 1
  1696. | #define HAVE_INTTYPES_H 1
  1697. | #define HAVE_STDINT_H 1
  1698. | #define HAVE_UNISTD_H 1
  1699. | #define __EXTENSIONS__ 1
  1700. | #define _ALL_SOURCE 1
  1701. | #define _GNU_SOURCE 1
  1702. | #define _POSIX_PTHREAD_SEMANTICS 1
  1703. | #define _TANDEM_SOURCE 1
  1704. | #define OMPI_MAJOR_VERSION 4
  1705. | #define OMPI_MINOR_VERSION 0
  1706. | #define OMPI_RELEASE_VERSION 0
  1707. | #define OMPI_GREEK_VERSION ""
  1708. | #define OMPI_REPO_REV "v4.0.0"
  1709. | #define OMPI_TARBALL_VERSION "4.0.0"
  1710. | #define OMPI_VERSION "0"
  1711. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1712. | #define ORTE_MAJOR_VERSION 4
  1713. | #define ORTE_MINOR_VERSION 0
  1714. | #define ORTE_RELEASE_VERSION 0
  1715. | #define ORTE_GREEK_VERSION ""
  1716. | #define ORTE_REPO_REV "v4.0.0"
  1717. | #define ORTE_TARBALL_VERSION "4.0.0"
  1718. | #define ORTE_VERSION "0"
  1719. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1720. | #define OSHMEM_MAJOR_VERSION 4
  1721. | #define OSHMEM_MINOR_VERSION 0
  1722. | #define OSHMEM_RELEASE_VERSION 0
  1723. | #define OSHMEM_GREEK_VERSION ""
  1724. | #define OSHMEM_REPO_REV "v4.0.0"
  1725. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1726. | #define OSHMEM_VERSION "0"
  1727. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1728. | #define OPAL_MAJOR_VERSION 4
  1729. | #define OPAL_MINOR_VERSION 0
  1730. | #define OPAL_RELEASE_VERSION 0
  1731. | #define OPAL_GREEK_VERSION ""
  1732. | #define OPAL_REPO_REV "v4.0.0"
  1733. | #define OPAL_TARBALL_VERSION "4.0.0"
  1734. | #define OPAL_VERSION "0"
  1735. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1736. | #define OPAL_ENABLE_MEM_DEBUG 0
  1737. | #define OPAL_ENABLE_MEM_PROFILE 0
  1738. | #define OPAL_ENABLE_TIMING 0
  1739. | #define OPAL_ENABLE_DEBUG 0
  1740. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1741. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1742. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1743. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1744. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1745. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1746. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1747. | #define OPAL_ENABLE_IPV6 0
  1748. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1749. | #define OPAL_IDENT_STRING "4.0.0"
  1750. | #define OPAL_MAX_PROCESSOR_NAME 256
  1751. | #define OPAL_MAX_ERROR_STRING 256
  1752. | #define OPAL_MAX_OBJECT_NAME 64
  1753. | #define OPAL_MAX_INFO_KEY 36
  1754. | #define OPAL_MAX_INFO_VAL 256
  1755. | #define OPAL_MAX_PORT_NAME 1024
  1756. | #define OPAL_MAX_DATAREP_STRING 128
  1757. | #define OPAL_ENABLE_CRDEBUG 0
  1758. | #define OPAL_ENABLE_GETPWUID 1
  1759. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1760. | #define HAVE_ZLIB_H 1
  1761. | #define OPAL_HAVE_ZLIB 1
  1762. | #define OPAL_HAVE_SOLARIS 0
  1763. | #define HAVE_NETDB_H 1
  1764. | #define HAVE_NETINET_IN_H 1
  1765. | #define HAVE_NETINET_TCP_H 1
  1766. | #define HAVE_STRUCT_SOCKADDR_IN 1
  1767. | /* end confdefs.h. */
  1768. | #include </cuda.h>
  1769. |
  1770. | int
  1771. | main ()
  1772. | {
  1773. | #ifndef CU_POINTER_ATTRIBUTE_SYNC_MEMOPS
  1774. | #ifdef __cplusplus
  1775. | (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS;
  1776. | #else
  1777. | (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS;
  1778. | #endif
  1779. | #endif
  1780. |
  1781. | ;
  1782. | return 0;
  1783. | }
  1784. configure:12404: result: no
  1785. configure:12430: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1786. conftest.c:88:19: fatal error: /cuda.h: No such file or directory
  1787. compilation terminated.
  1788. configure:12430: $? = 1
  1789. configure: failed program was:
  1790. | /* confdefs.h */
  1791. | #define PACKAGE_NAME "Open MPI"
  1792. | #define PACKAGE_TARNAME "openmpi"
  1793. | #define PACKAGE_VERSION "4.0.0"
  1794. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1795. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1796. | #define PACKAGE_URL ""
  1797. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1798. | #define STDC_HEADERS 1
  1799. | #define HAVE_SYS_TYPES_H 1
  1800. | #define HAVE_SYS_STAT_H 1
  1801. | #define HAVE_STDLIB_H 1
  1802. | #define HAVE_STRING_H 1
  1803. | #define HAVE_MEMORY_H 1
  1804. | #define HAVE_STRINGS_H 1
  1805. | #define HAVE_INTTYPES_H 1
  1806. | #define HAVE_STDINT_H 1
  1807. | #define HAVE_UNISTD_H 1
  1808. | #define __EXTENSIONS__ 1
  1809. | #define _ALL_SOURCE 1
  1810. | #define _GNU_SOURCE 1
  1811. | #define _POSIX_PTHREAD_SEMANTICS 1
  1812. | #define _TANDEM_SOURCE 1
  1813. | #define OMPI_MAJOR_VERSION 4
  1814. | #define OMPI_MINOR_VERSION 0
  1815. | #define OMPI_RELEASE_VERSION 0
  1816. | #define OMPI_GREEK_VERSION ""
  1817. | #define OMPI_REPO_REV "v4.0.0"
  1818. | #define OMPI_TARBALL_VERSION "4.0.0"
  1819. | #define OMPI_VERSION "0"
  1820. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1821. | #define ORTE_MAJOR_VERSION 4
  1822. | #define ORTE_MINOR_VERSION 0
  1823. | #define ORTE_RELEASE_VERSION 0
  1824. | #define ORTE_GREEK_VERSION ""
  1825. | #define ORTE_REPO_REV "v4.0.0"
  1826. | #define ORTE_TARBALL_VERSION "4.0.0"
  1827. | #define ORTE_VERSION "0"
  1828. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1829. | #define OSHMEM_MAJOR_VERSION 4
  1830. | #define OSHMEM_MINOR_VERSION 0
  1831. | #define OSHMEM_RELEASE_VERSION 0
  1832. | #define OSHMEM_GREEK_VERSION ""
  1833. | #define OSHMEM_REPO_REV "v4.0.0"
  1834. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1835. | #define OSHMEM_VERSION "0"
  1836. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1837. | #define OPAL_MAJOR_VERSION 4
  1838. | #define OPAL_MINOR_VERSION 0
  1839. | #define OPAL_RELEASE_VERSION 0
  1840. | #define OPAL_GREEK_VERSION ""
  1841. | #define OPAL_REPO_REV "v4.0.0"
  1842. | #define OPAL_TARBALL_VERSION "4.0.0"
  1843. | #define OPAL_VERSION "0"
  1844. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1845. | #define OPAL_ENABLE_MEM_DEBUG 0
  1846. | #define OPAL_ENABLE_MEM_PROFILE 0
  1847. | #define OPAL_ENABLE_TIMING 0
  1848. | #define OPAL_ENABLE_DEBUG 0
  1849. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1850. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1851. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1852. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1853. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1854. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1855. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1856. | #define OPAL_ENABLE_IPV6 0
  1857. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1858. | #define OPAL_IDENT_STRING "4.0.0"
  1859. | #define OPAL_MAX_PROCESSOR_NAME 256
  1860. | #define OPAL_MAX_ERROR_STRING 256
  1861. | #define OPAL_MAX_OBJECT_NAME 64
  1862. | #define OPAL_MAX_INFO_KEY 36
  1863. | #define OPAL_MAX_INFO_VAL 256
  1864. | #define OPAL_MAX_PORT_NAME 1024
  1865. | #define OPAL_MAX_DATAREP_STRING 128
  1866. | #define OPAL_ENABLE_CRDEBUG 0
  1867. | #define OPAL_ENABLE_GETPWUID 1
  1868. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1869. | #define HAVE_ZLIB_H 1
  1870. | #define OPAL_HAVE_ZLIB 1
  1871. | #define OPAL_HAVE_SOLARIS 0
  1872. | #define HAVE_NETDB_H 1
  1873. | #define HAVE_NETINET_IN_H 1
  1874. | #define HAVE_NETINET_TCP_H 1
  1875. | #define HAVE_STRUCT_SOCKADDR_IN 1
  1876. | /* end confdefs.h. */
  1877. | #include </cuda.h>
  1878. | int
  1879. | main ()
  1880. | {
  1881. |
  1882. | #if CUDA_VERSION < 6000
  1883. | #error "CUDA_VERSION is less than 6000"
  1884. | #endif
  1885. |
  1886. | ;
  1887. | return 0;
  1888. | }
  1889. configure:12440: checking whether cuPointerGetAttributes is declared
  1890. configure:12440: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  1891. conftest.c:88:19: fatal error: /cuda.h: No such file or directory
  1892. compilation terminated.
  1893. configure:12440: $? = 1
  1894. configure: failed program was:
  1895. | /* confdefs.h */
  1896. | #define PACKAGE_NAME "Open MPI"
  1897. | #define PACKAGE_TARNAME "openmpi"
  1898. | #define PACKAGE_VERSION "4.0.0"
  1899. | #define PACKAGE_STRING "Open MPI 4.0.0"
  1900. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  1901. | #define PACKAGE_URL ""
  1902. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  1903. | #define STDC_HEADERS 1
  1904. | #define HAVE_SYS_TYPES_H 1
  1905. | #define HAVE_SYS_STAT_H 1
  1906. | #define HAVE_STDLIB_H 1
  1907. | #define HAVE_STRING_H 1
  1908. | #define HAVE_MEMORY_H 1
  1909. | #define HAVE_STRINGS_H 1
  1910. | #define HAVE_INTTYPES_H 1
  1911. | #define HAVE_STDINT_H 1
  1912. | #define HAVE_UNISTD_H 1
  1913. | #define __EXTENSIONS__ 1
  1914. | #define _ALL_SOURCE 1
  1915. | #define _GNU_SOURCE 1
  1916. | #define _POSIX_PTHREAD_SEMANTICS 1
  1917. | #define _TANDEM_SOURCE 1
  1918. | #define OMPI_MAJOR_VERSION 4
  1919. | #define OMPI_MINOR_VERSION 0
  1920. | #define OMPI_RELEASE_VERSION 0
  1921. | #define OMPI_GREEK_VERSION ""
  1922. | #define OMPI_REPO_REV "v4.0.0"
  1923. | #define OMPI_TARBALL_VERSION "4.0.0"
  1924. | #define OMPI_VERSION "0"
  1925. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  1926. | #define ORTE_MAJOR_VERSION 4
  1927. | #define ORTE_MINOR_VERSION 0
  1928. | #define ORTE_RELEASE_VERSION 0
  1929. | #define ORTE_GREEK_VERSION ""
  1930. | #define ORTE_REPO_REV "v4.0.0"
  1931. | #define ORTE_TARBALL_VERSION "4.0.0"
  1932. | #define ORTE_VERSION "0"
  1933. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  1934. | #define OSHMEM_MAJOR_VERSION 4
  1935. | #define OSHMEM_MINOR_VERSION 0
  1936. | #define OSHMEM_RELEASE_VERSION 0
  1937. | #define OSHMEM_GREEK_VERSION ""
  1938. | #define OSHMEM_REPO_REV "v4.0.0"
  1939. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  1940. | #define OSHMEM_VERSION "0"
  1941. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  1942. | #define OPAL_MAJOR_VERSION 4
  1943. | #define OPAL_MINOR_VERSION 0
  1944. | #define OPAL_RELEASE_VERSION 0
  1945. | #define OPAL_GREEK_VERSION ""
  1946. | #define OPAL_REPO_REV "v4.0.0"
  1947. | #define OPAL_TARBALL_VERSION "4.0.0"
  1948. | #define OPAL_VERSION "0"
  1949. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  1950. | #define OPAL_ENABLE_MEM_DEBUG 0
  1951. | #define OPAL_ENABLE_MEM_PROFILE 0
  1952. | #define OPAL_ENABLE_TIMING 0
  1953. | #define OPAL_ENABLE_DEBUG 0
  1954. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  1955. | #define OPAL_ENABLE_PTY_SUPPORT 1
  1956. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  1957. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  1958. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  1959. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  1960. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  1961. | #define OPAL_ENABLE_IPV6 0
  1962. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  1963. | #define OPAL_IDENT_STRING "4.0.0"
  1964. | #define OPAL_MAX_PROCESSOR_NAME 256
  1965. | #define OPAL_MAX_ERROR_STRING 256
  1966. | #define OPAL_MAX_OBJECT_NAME 64
  1967. | #define OPAL_MAX_INFO_KEY 36
  1968. | #define OPAL_MAX_INFO_VAL 256
  1969. | #define OPAL_MAX_PORT_NAME 1024
  1970. | #define OPAL_MAX_DATAREP_STRING 128
  1971. | #define OPAL_ENABLE_CRDEBUG 0
  1972. | #define OPAL_ENABLE_GETPWUID 1
  1973. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  1974. | #define HAVE_ZLIB_H 1
  1975. | #define OPAL_HAVE_ZLIB 1
  1976. | #define OPAL_HAVE_SOLARIS 0
  1977. | #define HAVE_NETDB_H 1
  1978. | #define HAVE_NETINET_IN_H 1
  1979. | #define HAVE_NETINET_TCP_H 1
  1980. | #define HAVE_STRUCT_SOCKADDR_IN 1
  1981. | /* end confdefs.h. */
  1982. | #include </cuda.h>
  1983. |
  1984. | int
  1985. | main ()
  1986. | {
  1987. | #ifndef cuPointerGetAttributes
  1988. | #ifdef __cplusplus
  1989. | (void) cuPointerGetAttributes;
  1990. | #else
  1991. | (void) cuPointerGetAttributes;
  1992. | #endif
  1993. | #endif
  1994. |
  1995. | ;
  1996. | return 0;
  1997. | }
  1998. configure:12440: result: no
  1999. configure:12450: checking if have cuda support
  2000. configure:12459: result: no
  2001. configure:12664: checking if user requested internal PMIx support()
  2002. configure:12675: result: no
  2003. configure:12685: checking for pmix.h in /usr
  2004. configure:12693: result: not found
  2005. configure:12695: checking for pmix.h in /usr/include
  2006. configure:12703: result: not found
  2007. configure:12941: checking PMIx version to be used
  2008. configure:12952: result: internal
  2009. configure:5870: *** ORTE Configuration options
  2010. configure:13225: checking if want orterun "--prefix" behavior to be enabled by default
  2011. configure:13245: result: no
  2012. configure:5870: *** OMPI Configuration options
  2013. configure:13277: checking if want compile-time warnings inside of mpi.h
  2014. configure:13285: result: yes
  2015. configure:13303: checking if want sparse process groups
  2016. configure:13315: result: no
  2017. configure:13330: checking if want peruse support
  2018. configure:13342: result: no
  2019. configure:13363: checking if want Fortran MPI bindings
  2020. configure:13389: result: (try)
  2021. configure:13443: checking if want C++ bindings
  2022. configure:13455: result: no
  2023. configure:13460: checking if want MPI::SEEK_SET support
  2024. configure:13468: result: yes
  2025. configure:13545: checking if want run-time MPI parameter checking
  2026. configure:13569: result: runtime
  2027. configure:5870: *** OSHMEM Configuration options
  2028. configure:13608: checking if want oshmem
  2029. configure:13620: result: yes
  2030. configure:13642: checking if want SGI/Quadrics compatibility mode
  2031. configure:13650: result: yes
  2032. configure:13669: checking if want OSHMEM API parameter checking
  2033. configure:13686: result: always
  2034. configure:13710: checking for on_exit
  2035. configure:13710: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2036. configure:13710: $? = 0
  2037. configure:13710: result: yes
  2038. configure:13728: checking if want pshmem
  2039. configure:13731: result: yes
  2040. configure:13753: checking if want to build OSHMEM fortran bindings
  2041. configure:13775: result: yes
  2042. configure:13827: result: no
  2043. configure:13886: checking if want custom libmpi(_FOO) name
  2044. configure:13907: result: mpi
  2045. configure:14067: checking if want wrapper compiler rpath support
  2046. configure:14077: result: yes
  2047. configure:14080: checking if want wrapper compiler runpath support
  2048. configure:14090: result: yes
  2049. configure:5854: === Compiler and preprocessor tests
  2050. configure:5870: *** C compiler and preprocessor
  2051. configure:14229: checking for gcc
  2052. configure:14256: result: /share/apps/gcc-5.4.0/bin/gcc
  2053. configure:14485: checking for C compiler version
  2054. configure:14494: /share/apps/gcc-5.4.0/bin/gcc --version >&5
  2055. gcc (GCC) 5.4.0
  2056. Copyright (C) 2015 Free Software Foundation, Inc.
  2057. This is free software; see the source for copying conditions. There is NO
  2058. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  2059.  
  2060. configure:14505: $? = 0
  2061. configure:14494: /share/apps/gcc-5.4.0/bin/gcc -v >&5
  2062. Using built-in specs.
  2063. COLLECT_GCC=/share/apps/gcc-5.4.0/bin/gcc
  2064. COLLECT_LTO_WRAPPER=/share/apps/gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
  2065. Target: x86_64-unknown-linux-gnu
  2066. Configured with: /share/Part1/root/gcc/gcc-5.4.0/configure --prefix=/share/apps/gcc-5.4.0
  2067. Thread model: posix
  2068. gcc version 5.4.0 (GCC)
  2069. configure:14505: $? = 0
  2070. configure:14494: /share/apps/gcc-5.4.0/bin/gcc -V >&5
  2071. gcc: error: unrecognized command line option '-V'
  2072. gcc: fatal error: no input files
  2073. compilation terminated.
  2074. configure:14505: $? = 1
  2075. configure:14494: /share/apps/gcc-5.4.0/bin/gcc -qversion >&5
  2076. gcc: error: unrecognized command line option '-qversion'
  2077. gcc: fatal error: no input files
  2078. compilation terminated.
  2079. configure:14505: $? = 1
  2080. configure:14509: checking whether we are using the GNU C compiler
  2081. configure:14537: result: yes
  2082. configure:14546: checking whether /share/apps/gcc-5.4.0/bin/gcc accepts -g
  2083. configure:14607: result: yes
  2084. configure:14624: checking for /share/apps/gcc-5.4.0/bin/gcc option to accept ISO C89
  2085. configure:14700: result: none needed
  2086. configure:14725: checking whether /share/apps/gcc-5.4.0/bin/gcc understands -c and -o together
  2087. configure:14762: result: yes
  2088. configure:14982: checking if /share/apps/gcc-5.4.0/bin/gcc requires a flag for C11
  2089. configure:15000: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2090. configure:15000: $? = 0
  2091. configure:15005: result: no
  2092. configure:15009: verifying /share/apps/gcc-5.4.0/bin/gcc supports C11 without a flag
  2093. configure:15091: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 _Thread_local
  2094. configure:15105: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2095. configure:15105: $? = 0
  2096. configure:15115: result: yes
  2097. configure:15178: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 atomic variables
  2098. configure:15192: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2099. configure:15192: $? = 0
  2100. configure:15202: result: yes
  2101. configure:15265: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 _Atomic keyword
  2102. configure:15279: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2103. configure:15279: $? = 0
  2104. configure:15289: result: yes
  2105. configure:15352: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 _Generic keyword
  2106. configure:15366: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2107. configure:15366: $? = 0
  2108. configure:15376: result: yes
  2109. configure:15439: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 _Static_assert
  2110. configure:15453: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2111. configure:15453: $? = 0
  2112. configure:15463: result: yes
  2113. configure:16041: no flag required for C11 support
  2114. configure:16808: checking if /share/apps/gcc-5.4.0/bin/gcc supports __thread
  2115. configure:16822: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2116. configure:16822: $? = 0
  2117. configure:16832: result: yes
  2118. configure:16895: checking if /share/apps/gcc-5.4.0/bin/gcc supports C11 _Thread_local
  2119. configure:16909: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2120. configure:16909: $? = 0
  2121. configure:16919: result: yes
  2122. configure:16983: checking for the C compiler vendor
  2123. configure:17012: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2124. conftest.c:115:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  2125. #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  2126. ^
  2127. conftest.c:116:1: error: unknown type name 'choke'
  2128. choke me
  2129. ^
  2130. conftest.c:116:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  2131. configure:17012: $? = 1
  2132. configure: failed program was:
  2133. | /* confdefs.h */
  2134. | #define PACKAGE_NAME "Open MPI"
  2135. | #define PACKAGE_TARNAME "openmpi"
  2136. | #define PACKAGE_VERSION "4.0.0"
  2137. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2138. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2139. | #define PACKAGE_URL ""
  2140. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2141. | #define STDC_HEADERS 1
  2142. | #define HAVE_SYS_TYPES_H 1
  2143. | #define HAVE_SYS_STAT_H 1
  2144. | #define HAVE_STDLIB_H 1
  2145. | #define HAVE_STRING_H 1
  2146. | #define HAVE_MEMORY_H 1
  2147. | #define HAVE_STRINGS_H 1
  2148. | #define HAVE_INTTYPES_H 1
  2149. | #define HAVE_STDINT_H 1
  2150. | #define HAVE_UNISTD_H 1
  2151. | #define __EXTENSIONS__ 1
  2152. | #define _ALL_SOURCE 1
  2153. | #define _GNU_SOURCE 1
  2154. | #define _POSIX_PTHREAD_SEMANTICS 1
  2155. | #define _TANDEM_SOURCE 1
  2156. | #define OMPI_MAJOR_VERSION 4
  2157. | #define OMPI_MINOR_VERSION 0
  2158. | #define OMPI_RELEASE_VERSION 0
  2159. | #define OMPI_GREEK_VERSION ""
  2160. | #define OMPI_REPO_REV "v4.0.0"
  2161. | #define OMPI_TARBALL_VERSION "4.0.0"
  2162. | #define OMPI_VERSION "0"
  2163. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2164. | #define ORTE_MAJOR_VERSION 4
  2165. | #define ORTE_MINOR_VERSION 0
  2166. | #define ORTE_RELEASE_VERSION 0
  2167. | #define ORTE_GREEK_VERSION ""
  2168. | #define ORTE_REPO_REV "v4.0.0"
  2169. | #define ORTE_TARBALL_VERSION "4.0.0"
  2170. | #define ORTE_VERSION "0"
  2171. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2172. | #define OSHMEM_MAJOR_VERSION 4
  2173. | #define OSHMEM_MINOR_VERSION 0
  2174. | #define OSHMEM_RELEASE_VERSION 0
  2175. | #define OSHMEM_GREEK_VERSION ""
  2176. | #define OSHMEM_REPO_REV "v4.0.0"
  2177. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2178. | #define OSHMEM_VERSION "0"
  2179. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2180. | #define OPAL_MAJOR_VERSION 4
  2181. | #define OPAL_MINOR_VERSION 0
  2182. | #define OPAL_RELEASE_VERSION 0
  2183. | #define OPAL_GREEK_VERSION ""
  2184. | #define OPAL_REPO_REV "v4.0.0"
  2185. | #define OPAL_TARBALL_VERSION "4.0.0"
  2186. | #define OPAL_VERSION "0"
  2187. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2188. | #define OPAL_ENABLE_MEM_DEBUG 0
  2189. | #define OPAL_ENABLE_MEM_PROFILE 0
  2190. | #define OPAL_ENABLE_TIMING 0
  2191. | #define OPAL_ENABLE_DEBUG 0
  2192. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2193. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2194. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2195. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2196. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2197. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2198. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2199. | #define OPAL_ENABLE_IPV6 0
  2200. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2201. | #define OPAL_IDENT_STRING "4.0.0"
  2202. | #define OPAL_MAX_PROCESSOR_NAME 256
  2203. | #define OPAL_MAX_ERROR_STRING 256
  2204. | #define OPAL_MAX_OBJECT_NAME 64
  2205. | #define OPAL_MAX_INFO_KEY 36
  2206. | #define OPAL_MAX_INFO_VAL 256
  2207. | #define OPAL_MAX_PORT_NAME 1024
  2208. | #define OPAL_MAX_DATAREP_STRING 128
  2209. | #define OPAL_ENABLE_CRDEBUG 0
  2210. | #define OPAL_ENABLE_GETPWUID 1
  2211. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2212. | #define HAVE_ZLIB_H 1
  2213. | #define OPAL_HAVE_ZLIB 1
  2214. | #define OPAL_HAVE_SOLARIS 0
  2215. | #define HAVE_NETDB_H 1
  2216. | #define HAVE_NETINET_IN_H 1
  2217. | #define HAVE_NETINET_TCP_H 1
  2218. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2219. | #define OPAL_CUDA_SUPPORT 0
  2220. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2221. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2222. | #define OPAL_CUDA_GDR_SUPPORT 0
  2223. | #define OPAL_PMIX_V1 0
  2224. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2225. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2226. | #define OMPI_GROUP_SPARSE 0
  2227. | #define OMPI_WANT_PERUSE 0
  2228. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2229. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2230. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2231. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2232. | #define OMPI_PARAM_CHECK 1
  2233. | #define OSHMEM_SPEC_COMPAT 1
  2234. | #define OSHMEM_PARAM_CHECK 1
  2235. | #define HAVE_ON_EXIT 1
  2236. | #define SPC_ENABLE 0
  2237. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2238. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2239. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2240. | #define OPAL_C_HAVE__ATOMIC 1
  2241. | #define OPAL_C_HAVE__GENERIC 1
  2242. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2243. | #define OPAL_C_HAVE___THREAD 1
  2244. | /* end confdefs.h. */
  2245. |
  2246. | #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
  2247. | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  2248. | choke me
  2249. | #endif
  2250. configure:17029: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2251. conftest.c:115:2: error: #error "condition defined(__FUJITSU) not met"
  2252. #error "condition defined(__FUJITSU) not met"
  2253. ^
  2254. conftest.c:116:1: error: unknown type name 'choke'
  2255. choke me
  2256. ^
  2257. conftest.c:116:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  2258. configure:17029: $? = 1
  2259. configure: failed program was:
  2260. | /* confdefs.h */
  2261. | #define PACKAGE_NAME "Open MPI"
  2262. | #define PACKAGE_TARNAME "openmpi"
  2263. | #define PACKAGE_VERSION "4.0.0"
  2264. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2265. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2266. | #define PACKAGE_URL ""
  2267. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2268. | #define STDC_HEADERS 1
  2269. | #define HAVE_SYS_TYPES_H 1
  2270. | #define HAVE_SYS_STAT_H 1
  2271. | #define HAVE_STDLIB_H 1
  2272. | #define HAVE_STRING_H 1
  2273. | #define HAVE_MEMORY_H 1
  2274. | #define HAVE_STRINGS_H 1
  2275. | #define HAVE_INTTYPES_H 1
  2276. | #define HAVE_STDINT_H 1
  2277. | #define HAVE_UNISTD_H 1
  2278. | #define __EXTENSIONS__ 1
  2279. | #define _ALL_SOURCE 1
  2280. | #define _GNU_SOURCE 1
  2281. | #define _POSIX_PTHREAD_SEMANTICS 1
  2282. | #define _TANDEM_SOURCE 1
  2283. | #define OMPI_MAJOR_VERSION 4
  2284. | #define OMPI_MINOR_VERSION 0
  2285. | #define OMPI_RELEASE_VERSION 0
  2286. | #define OMPI_GREEK_VERSION ""
  2287. | #define OMPI_REPO_REV "v4.0.0"
  2288. | #define OMPI_TARBALL_VERSION "4.0.0"
  2289. | #define OMPI_VERSION "0"
  2290. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2291. | #define ORTE_MAJOR_VERSION 4
  2292. | #define ORTE_MINOR_VERSION 0
  2293. | #define ORTE_RELEASE_VERSION 0
  2294. | #define ORTE_GREEK_VERSION ""
  2295. | #define ORTE_REPO_REV "v4.0.0"
  2296. | #define ORTE_TARBALL_VERSION "4.0.0"
  2297. | #define ORTE_VERSION "0"
  2298. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2299. | #define OSHMEM_MAJOR_VERSION 4
  2300. | #define OSHMEM_MINOR_VERSION 0
  2301. | #define OSHMEM_RELEASE_VERSION 0
  2302. | #define OSHMEM_GREEK_VERSION ""
  2303. | #define OSHMEM_REPO_REV "v4.0.0"
  2304. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2305. | #define OSHMEM_VERSION "0"
  2306. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2307. | #define OPAL_MAJOR_VERSION 4
  2308. | #define OPAL_MINOR_VERSION 0
  2309. | #define OPAL_RELEASE_VERSION 0
  2310. | #define OPAL_GREEK_VERSION ""
  2311. | #define OPAL_REPO_REV "v4.0.0"
  2312. | #define OPAL_TARBALL_VERSION "4.0.0"
  2313. | #define OPAL_VERSION "0"
  2314. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2315. | #define OPAL_ENABLE_MEM_DEBUG 0
  2316. | #define OPAL_ENABLE_MEM_PROFILE 0
  2317. | #define OPAL_ENABLE_TIMING 0
  2318. | #define OPAL_ENABLE_DEBUG 0
  2319. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2320. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2321. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2322. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2323. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2324. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2325. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2326. | #define OPAL_ENABLE_IPV6 0
  2327. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2328. | #define OPAL_IDENT_STRING "4.0.0"
  2329. | #define OPAL_MAX_PROCESSOR_NAME 256
  2330. | #define OPAL_MAX_ERROR_STRING 256
  2331. | #define OPAL_MAX_OBJECT_NAME 64
  2332. | #define OPAL_MAX_INFO_KEY 36
  2333. | #define OPAL_MAX_INFO_VAL 256
  2334. | #define OPAL_MAX_PORT_NAME 1024
  2335. | #define OPAL_MAX_DATAREP_STRING 128
  2336. | #define OPAL_ENABLE_CRDEBUG 0
  2337. | #define OPAL_ENABLE_GETPWUID 1
  2338. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2339. | #define HAVE_ZLIB_H 1
  2340. | #define OPAL_HAVE_ZLIB 1
  2341. | #define OPAL_HAVE_SOLARIS 0
  2342. | #define HAVE_NETDB_H 1
  2343. | #define HAVE_NETINET_IN_H 1
  2344. | #define HAVE_NETINET_TCP_H 1
  2345. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2346. | #define OPAL_CUDA_SUPPORT 0
  2347. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2348. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2349. | #define OPAL_CUDA_GDR_SUPPORT 0
  2350. | #define OPAL_PMIX_V1 0
  2351. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2352. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2353. | #define OMPI_GROUP_SPARSE 0
  2354. | #define OMPI_WANT_PERUSE 0
  2355. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2356. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2357. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2358. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2359. | #define OMPI_PARAM_CHECK 1
  2360. | #define OSHMEM_SPEC_COMPAT 1
  2361. | #define OSHMEM_PARAM_CHECK 1
  2362. | #define HAVE_ON_EXIT 1
  2363. | #define SPC_ENABLE 0
  2364. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2365. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2366. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2367. | #define OPAL_C_HAVE__ATOMIC 1
  2368. | #define OPAL_C_HAVE__GENERIC 1
  2369. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2370. | #define OPAL_C_HAVE___THREAD 1
  2371. | /* end confdefs.h. */
  2372. |
  2373. | #if !( defined(__FUJITSU) )
  2374. | #error "condition defined(__FUJITSU) not met"
  2375. | choke me
  2376. | #endif
  2377. configure:17046: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2378. conftest.c:115:2: error: #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  2379. #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  2380. ^
  2381. conftest.c:116:1: error: unknown type name 'choke'
  2382. choke me
  2383. ^
  2384. conftest.c:116:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  2385. configure:17046: $? = 1
  2386. configure: failed program was:
  2387. | /* confdefs.h */
  2388. | #define PACKAGE_NAME "Open MPI"
  2389. | #define PACKAGE_TARNAME "openmpi"
  2390. | #define PACKAGE_VERSION "4.0.0"
  2391. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2392. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2393. | #define PACKAGE_URL ""
  2394. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2395. | #define STDC_HEADERS 1
  2396. | #define HAVE_SYS_TYPES_H 1
  2397. | #define HAVE_SYS_STAT_H 1
  2398. | #define HAVE_STDLIB_H 1
  2399. | #define HAVE_STRING_H 1
  2400. | #define HAVE_MEMORY_H 1
  2401. | #define HAVE_STRINGS_H 1
  2402. | #define HAVE_INTTYPES_H 1
  2403. | #define HAVE_STDINT_H 1
  2404. | #define HAVE_UNISTD_H 1
  2405. | #define __EXTENSIONS__ 1
  2406. | #define _ALL_SOURCE 1
  2407. | #define _GNU_SOURCE 1
  2408. | #define _POSIX_PTHREAD_SEMANTICS 1
  2409. | #define _TANDEM_SOURCE 1
  2410. | #define OMPI_MAJOR_VERSION 4
  2411. | #define OMPI_MINOR_VERSION 0
  2412. | #define OMPI_RELEASE_VERSION 0
  2413. | #define OMPI_GREEK_VERSION ""
  2414. | #define OMPI_REPO_REV "v4.0.0"
  2415. | #define OMPI_TARBALL_VERSION "4.0.0"
  2416. | #define OMPI_VERSION "0"
  2417. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2418. | #define ORTE_MAJOR_VERSION 4
  2419. | #define ORTE_MINOR_VERSION 0
  2420. | #define ORTE_RELEASE_VERSION 0
  2421. | #define ORTE_GREEK_VERSION ""
  2422. | #define ORTE_REPO_REV "v4.0.0"
  2423. | #define ORTE_TARBALL_VERSION "4.0.0"
  2424. | #define ORTE_VERSION "0"
  2425. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2426. | #define OSHMEM_MAJOR_VERSION 4
  2427. | #define OSHMEM_MINOR_VERSION 0
  2428. | #define OSHMEM_RELEASE_VERSION 0
  2429. | #define OSHMEM_GREEK_VERSION ""
  2430. | #define OSHMEM_REPO_REV "v4.0.0"
  2431. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2432. | #define OSHMEM_VERSION "0"
  2433. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2434. | #define OPAL_MAJOR_VERSION 4
  2435. | #define OPAL_MINOR_VERSION 0
  2436. | #define OPAL_RELEASE_VERSION 0
  2437. | #define OPAL_GREEK_VERSION ""
  2438. | #define OPAL_REPO_REV "v4.0.0"
  2439. | #define OPAL_TARBALL_VERSION "4.0.0"
  2440. | #define OPAL_VERSION "0"
  2441. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2442. | #define OPAL_ENABLE_MEM_DEBUG 0
  2443. | #define OPAL_ENABLE_MEM_PROFILE 0
  2444. | #define OPAL_ENABLE_TIMING 0
  2445. | #define OPAL_ENABLE_DEBUG 0
  2446. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2447. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2448. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2449. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2450. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2451. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2452. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2453. | #define OPAL_ENABLE_IPV6 0
  2454. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2455. | #define OPAL_IDENT_STRING "4.0.0"
  2456. | #define OPAL_MAX_PROCESSOR_NAME 256
  2457. | #define OPAL_MAX_ERROR_STRING 256
  2458. | #define OPAL_MAX_OBJECT_NAME 64
  2459. | #define OPAL_MAX_INFO_KEY 36
  2460. | #define OPAL_MAX_INFO_VAL 256
  2461. | #define OPAL_MAX_PORT_NAME 1024
  2462. | #define OPAL_MAX_DATAREP_STRING 128
  2463. | #define OPAL_ENABLE_CRDEBUG 0
  2464. | #define OPAL_ENABLE_GETPWUID 1
  2465. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2466. | #define HAVE_ZLIB_H 1
  2467. | #define OPAL_HAVE_ZLIB 1
  2468. | #define OPAL_HAVE_SOLARIS 0
  2469. | #define HAVE_NETDB_H 1
  2470. | #define HAVE_NETINET_IN_H 1
  2471. | #define HAVE_NETINET_TCP_H 1
  2472. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2473. | #define OPAL_CUDA_SUPPORT 0
  2474. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2475. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2476. | #define OPAL_CUDA_GDR_SUPPORT 0
  2477. | #define OPAL_PMIX_V1 0
  2478. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2479. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2480. | #define OMPI_GROUP_SPARSE 0
  2481. | #define OMPI_WANT_PERUSE 0
  2482. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2483. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2484. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2485. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2486. | #define OMPI_PARAM_CHECK 1
  2487. | #define OSHMEM_SPEC_COMPAT 1
  2488. | #define OSHMEM_PARAM_CHECK 1
  2489. | #define HAVE_ON_EXIT 1
  2490. | #define SPC_ENABLE 0
  2491. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2492. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2493. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2494. | #define OPAL_C_HAVE__ATOMIC 1
  2495. | #define OPAL_C_HAVE__GENERIC 1
  2496. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2497. | #define OPAL_C_HAVE___THREAD 1
  2498. | /* end confdefs.h. */
  2499. |
  2500. | #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) )
  2501. | #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  2502. | choke me
  2503. | #endif
  2504. configure:17064: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2505. conftest.c:115:2: error: #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  2506. #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  2507. ^
  2508. conftest.c:116:1: error: unknown type name 'choke'
  2509. choke me
  2510. ^
  2511. conftest.c:116:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  2512. configure:17064: $? = 1
  2513. configure: failed program was:
  2514. | /* confdefs.h */
  2515. | #define PACKAGE_NAME "Open MPI"
  2516. | #define PACKAGE_TARNAME "openmpi"
  2517. | #define PACKAGE_VERSION "4.0.0"
  2518. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2519. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2520. | #define PACKAGE_URL ""
  2521. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2522. | #define STDC_HEADERS 1
  2523. | #define HAVE_SYS_TYPES_H 1
  2524. | #define HAVE_SYS_STAT_H 1
  2525. | #define HAVE_STDLIB_H 1
  2526. | #define HAVE_STRING_H 1
  2527. | #define HAVE_MEMORY_H 1
  2528. | #define HAVE_STRINGS_H 1
  2529. | #define HAVE_INTTYPES_H 1
  2530. | #define HAVE_STDINT_H 1
  2531. | #define HAVE_UNISTD_H 1
  2532. | #define __EXTENSIONS__ 1
  2533. | #define _ALL_SOURCE 1
  2534. | #define _GNU_SOURCE 1
  2535. | #define _POSIX_PTHREAD_SEMANTICS 1
  2536. | #define _TANDEM_SOURCE 1
  2537. | #define OMPI_MAJOR_VERSION 4
  2538. | #define OMPI_MINOR_VERSION 0
  2539. | #define OMPI_RELEASE_VERSION 0
  2540. | #define OMPI_GREEK_VERSION ""
  2541. | #define OMPI_REPO_REV "v4.0.0"
  2542. | #define OMPI_TARBALL_VERSION "4.0.0"
  2543. | #define OMPI_VERSION "0"
  2544. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2545. | #define ORTE_MAJOR_VERSION 4
  2546. | #define ORTE_MINOR_VERSION 0
  2547. | #define ORTE_RELEASE_VERSION 0
  2548. | #define ORTE_GREEK_VERSION ""
  2549. | #define ORTE_REPO_REV "v4.0.0"
  2550. | #define ORTE_TARBALL_VERSION "4.0.0"
  2551. | #define ORTE_VERSION "0"
  2552. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2553. | #define OSHMEM_MAJOR_VERSION 4
  2554. | #define OSHMEM_MINOR_VERSION 0
  2555. | #define OSHMEM_RELEASE_VERSION 0
  2556. | #define OSHMEM_GREEK_VERSION ""
  2557. | #define OSHMEM_REPO_REV "v4.0.0"
  2558. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2559. | #define OSHMEM_VERSION "0"
  2560. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2561. | #define OPAL_MAJOR_VERSION 4
  2562. | #define OPAL_MINOR_VERSION 0
  2563. | #define OPAL_RELEASE_VERSION 0
  2564. | #define OPAL_GREEK_VERSION ""
  2565. | #define OPAL_REPO_REV "v4.0.0"
  2566. | #define OPAL_TARBALL_VERSION "4.0.0"
  2567. | #define OPAL_VERSION "0"
  2568. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2569. | #define OPAL_ENABLE_MEM_DEBUG 0
  2570. | #define OPAL_ENABLE_MEM_PROFILE 0
  2571. | #define OPAL_ENABLE_TIMING 0
  2572. | #define OPAL_ENABLE_DEBUG 0
  2573. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2574. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2575. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2576. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2577. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2578. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2579. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2580. | #define OPAL_ENABLE_IPV6 0
  2581. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2582. | #define OPAL_IDENT_STRING "4.0.0"
  2583. | #define OPAL_MAX_PROCESSOR_NAME 256
  2584. | #define OPAL_MAX_ERROR_STRING 256
  2585. | #define OPAL_MAX_OBJECT_NAME 64
  2586. | #define OPAL_MAX_INFO_KEY 36
  2587. | #define OPAL_MAX_INFO_VAL 256
  2588. | #define OPAL_MAX_PORT_NAME 1024
  2589. | #define OPAL_MAX_DATAREP_STRING 128
  2590. | #define OPAL_ENABLE_CRDEBUG 0
  2591. | #define OPAL_ENABLE_GETPWUID 1
  2592. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2593. | #define HAVE_ZLIB_H 1
  2594. | #define OPAL_HAVE_ZLIB 1
  2595. | #define OPAL_HAVE_SOLARIS 0
  2596. | #define HAVE_NETDB_H 1
  2597. | #define HAVE_NETINET_IN_H 1
  2598. | #define HAVE_NETINET_TCP_H 1
  2599. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2600. | #define OPAL_CUDA_SUPPORT 0
  2601. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2602. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2603. | #define OPAL_CUDA_GDR_SUPPORT 0
  2604. | #define OPAL_PMIX_V1 0
  2605. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2606. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2607. | #define OMPI_GROUP_SPARSE 0
  2608. | #define OMPI_WANT_PERUSE 0
  2609. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2610. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2611. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2612. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2613. | #define OMPI_PARAM_CHECK 1
  2614. | #define OSHMEM_SPEC_COMPAT 1
  2615. | #define OSHMEM_PARAM_CHECK 1
  2616. | #define HAVE_ON_EXIT 1
  2617. | #define SPC_ENABLE 0
  2618. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2619. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2620. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2621. | #define OPAL_C_HAVE__ATOMIC 1
  2622. | #define OPAL_C_HAVE__GENERIC 1
  2623. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2624. | #define OPAL_C_HAVE___THREAD 1
  2625. | /* end confdefs.h. */
  2626. |
  2627. | #if !( defined(_AIX) && !defined(__GNUC__) )
  2628. | #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  2629. | choke me
  2630. | #endif
  2631. configure:17083: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2632. configure:17083: $? = 0
  2633. configure:17574: result: gnu
  2634. configure:17582: checking for ANSI C header files
  2635. configure:17686: result: yes
  2636. configure:18419: checking if /share/apps/gcc-5.4.0/bin/gcc supports -finline-functions
  2637. configure:18435: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2638. configure:18435: $? = 0
  2639. configure:18451: result: yes
  2640. configure:18461: checking if /share/apps/gcc-5.4.0/bin/gcc supports -fno-strict-aliasing
  2641. configure:18477: /share/apps/gcc-5.4.0/bin/gcc -c -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2642. configure:18477: $? = 0
  2643. configure:18484: result: yes
  2644. configure:18582: WARNING: -fno-strict-aliasing has been added to CFLAGS
  2645. configure:18730: checking if /share/apps/gcc-5.4.0/bin/gcc supports __builtin_expect
  2646. configure:18747: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2647. configure:18747: $? = 0
  2648. configure:18755: result: yes
  2649. configure:18769: checking if /share/apps/gcc-5.4.0/bin/gcc supports __builtin_prefetch
  2650. configure:18786: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2651. configure:18786: $? = 0
  2652. configure:18794: result: yes
  2653. configure:18808: checking if /share/apps/gcc-5.4.0/bin/gcc supports __builtin_clz
  2654. configure:18825: /share/apps/gcc-5.4.0/bin/gcc -o conftest -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  2655. configure:18825: $? = 0
  2656. configure:18833: result: yes
  2657. configure:18911: checking for C optimization flags
  2658. configure:18958: result: -O3 -DNDEBUG -finline-functions -fno-strict-aliasing
  2659. configure:18998: checking for Interix environment
  2660. configure:19013: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2661. conftest.c: In function 'main':
  2662. conftest.c:123:22: error: #error Normal Unix environment
  2663. #error Normal Unix environment
  2664. ^
  2665. configure:19013: $? = 1
  2666. configure: failed program was:
  2667. | /* confdefs.h */
  2668. | #define PACKAGE_NAME "Open MPI"
  2669. | #define PACKAGE_TARNAME "openmpi"
  2670. | #define PACKAGE_VERSION "4.0.0"
  2671. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2672. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2673. | #define PACKAGE_URL ""
  2674. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2675. | #define STDC_HEADERS 1
  2676. | #define HAVE_SYS_TYPES_H 1
  2677. | #define HAVE_SYS_STAT_H 1
  2678. | #define HAVE_STDLIB_H 1
  2679. | #define HAVE_STRING_H 1
  2680. | #define HAVE_MEMORY_H 1
  2681. | #define HAVE_STRINGS_H 1
  2682. | #define HAVE_INTTYPES_H 1
  2683. | #define HAVE_STDINT_H 1
  2684. | #define HAVE_UNISTD_H 1
  2685. | #define __EXTENSIONS__ 1
  2686. | #define _ALL_SOURCE 1
  2687. | #define _GNU_SOURCE 1
  2688. | #define _POSIX_PTHREAD_SEMANTICS 1
  2689. | #define _TANDEM_SOURCE 1
  2690. | #define OMPI_MAJOR_VERSION 4
  2691. | #define OMPI_MINOR_VERSION 0
  2692. | #define OMPI_RELEASE_VERSION 0
  2693. | #define OMPI_GREEK_VERSION ""
  2694. | #define OMPI_REPO_REV "v4.0.0"
  2695. | #define OMPI_TARBALL_VERSION "4.0.0"
  2696. | #define OMPI_VERSION "0"
  2697. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2698. | #define ORTE_MAJOR_VERSION 4
  2699. | #define ORTE_MINOR_VERSION 0
  2700. | #define ORTE_RELEASE_VERSION 0
  2701. | #define ORTE_GREEK_VERSION ""
  2702. | #define ORTE_REPO_REV "v4.0.0"
  2703. | #define ORTE_TARBALL_VERSION "4.0.0"
  2704. | #define ORTE_VERSION "0"
  2705. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2706. | #define OSHMEM_MAJOR_VERSION 4
  2707. | #define OSHMEM_MINOR_VERSION 0
  2708. | #define OSHMEM_RELEASE_VERSION 0
  2709. | #define OSHMEM_GREEK_VERSION ""
  2710. | #define OSHMEM_REPO_REV "v4.0.0"
  2711. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2712. | #define OSHMEM_VERSION "0"
  2713. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2714. | #define OPAL_MAJOR_VERSION 4
  2715. | #define OPAL_MINOR_VERSION 0
  2716. | #define OPAL_RELEASE_VERSION 0
  2717. | #define OPAL_GREEK_VERSION ""
  2718. | #define OPAL_REPO_REV "v4.0.0"
  2719. | #define OPAL_TARBALL_VERSION "4.0.0"
  2720. | #define OPAL_VERSION "0"
  2721. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2722. | #define OPAL_ENABLE_MEM_DEBUG 0
  2723. | #define OPAL_ENABLE_MEM_PROFILE 0
  2724. | #define OPAL_ENABLE_TIMING 0
  2725. | #define OPAL_ENABLE_DEBUG 0
  2726. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2727. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2728. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2729. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2730. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2731. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2732. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2733. | #define OPAL_ENABLE_IPV6 0
  2734. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2735. | #define OPAL_IDENT_STRING "4.0.0"
  2736. | #define OPAL_MAX_PROCESSOR_NAME 256
  2737. | #define OPAL_MAX_ERROR_STRING 256
  2738. | #define OPAL_MAX_OBJECT_NAME 64
  2739. | #define OPAL_MAX_INFO_KEY 36
  2740. | #define OPAL_MAX_INFO_VAL 256
  2741. | #define OPAL_MAX_PORT_NAME 1024
  2742. | #define OPAL_MAX_DATAREP_STRING 128
  2743. | #define OPAL_ENABLE_CRDEBUG 0
  2744. | #define OPAL_ENABLE_GETPWUID 1
  2745. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2746. | #define HAVE_ZLIB_H 1
  2747. | #define OPAL_HAVE_ZLIB 1
  2748. | #define OPAL_HAVE_SOLARIS 0
  2749. | #define HAVE_NETDB_H 1
  2750. | #define HAVE_NETINET_IN_H 1
  2751. | #define HAVE_NETINET_TCP_H 1
  2752. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2753. | #define OPAL_CUDA_SUPPORT 0
  2754. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2755. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2756. | #define OPAL_CUDA_GDR_SUPPORT 0
  2757. | #define OPAL_PMIX_V1 0
  2758. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2759. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2760. | #define OMPI_GROUP_SPARSE 0
  2761. | #define OMPI_WANT_PERUSE 0
  2762. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2763. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2764. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2765. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2766. | #define OMPI_PARAM_CHECK 1
  2767. | #define OSHMEM_SPEC_COMPAT 1
  2768. | #define OSHMEM_PARAM_CHECK 1
  2769. | #define HAVE_ON_EXIT 1
  2770. | #define SPC_ENABLE 0
  2771. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2772. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2773. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2774. | #define OPAL_C_HAVE__ATOMIC 1
  2775. | #define OPAL_C_HAVE__GENERIC 1
  2776. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2777. | #define OPAL_C_HAVE___THREAD 1
  2778. | #define STDC_HEADERS 1
  2779. | #define _GNU_SOURCE 1
  2780. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  2781. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  2782. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  2783. | /* end confdefs.h. */
  2784. |
  2785. | int
  2786. | main ()
  2787. | {
  2788. | #if !defined(__INTERIX)
  2789. | #error Normal Unix environment
  2790. | #endif
  2791. | ;
  2792. | return 0;
  2793. | }
  2794. configure:19019: result: no
  2795. configure:19053: checking for C ident string support
  2796. configure:19081: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o
  2797. configure:19088: $? = 0
  2798. configure:19124: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o
  2799. configure:19131: $? = 0
  2800. configure:20006: result: #ident
  2801. configure:20016: checking for int8_t
  2802. configure:20016: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2803. configure:20016: $? = 0
  2804. configure:20016: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2805. conftest.c: In function 'main':
  2806. conftest.c:158:21: error: expected expression before ')' token
  2807. if (sizeof ((int8_t)))
  2808. ^
  2809. configure:20016: $? = 1
  2810. configure: failed program was:
  2811. | /* confdefs.h */
  2812. | #define PACKAGE_NAME "Open MPI"
  2813. | #define PACKAGE_TARNAME "openmpi"
  2814. | #define PACKAGE_VERSION "4.0.0"
  2815. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2816. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2817. | #define PACKAGE_URL ""
  2818. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2819. | #define STDC_HEADERS 1
  2820. | #define HAVE_SYS_TYPES_H 1
  2821. | #define HAVE_SYS_STAT_H 1
  2822. | #define HAVE_STDLIB_H 1
  2823. | #define HAVE_STRING_H 1
  2824. | #define HAVE_MEMORY_H 1
  2825. | #define HAVE_STRINGS_H 1
  2826. | #define HAVE_INTTYPES_H 1
  2827. | #define HAVE_STDINT_H 1
  2828. | #define HAVE_UNISTD_H 1
  2829. | #define __EXTENSIONS__ 1
  2830. | #define _ALL_SOURCE 1
  2831. | #define _GNU_SOURCE 1
  2832. | #define _POSIX_PTHREAD_SEMANTICS 1
  2833. | #define _TANDEM_SOURCE 1
  2834. | #define OMPI_MAJOR_VERSION 4
  2835. | #define OMPI_MINOR_VERSION 0
  2836. | #define OMPI_RELEASE_VERSION 0
  2837. | #define OMPI_GREEK_VERSION ""
  2838. | #define OMPI_REPO_REV "v4.0.0"
  2839. | #define OMPI_TARBALL_VERSION "4.0.0"
  2840. | #define OMPI_VERSION "0"
  2841. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  2842. | #define ORTE_MAJOR_VERSION 4
  2843. | #define ORTE_MINOR_VERSION 0
  2844. | #define ORTE_RELEASE_VERSION 0
  2845. | #define ORTE_GREEK_VERSION ""
  2846. | #define ORTE_REPO_REV "v4.0.0"
  2847. | #define ORTE_TARBALL_VERSION "4.0.0"
  2848. | #define ORTE_VERSION "0"
  2849. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  2850. | #define OSHMEM_MAJOR_VERSION 4
  2851. | #define OSHMEM_MINOR_VERSION 0
  2852. | #define OSHMEM_RELEASE_VERSION 0
  2853. | #define OSHMEM_GREEK_VERSION ""
  2854. | #define OSHMEM_REPO_REV "v4.0.0"
  2855. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  2856. | #define OSHMEM_VERSION "0"
  2857. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  2858. | #define OPAL_MAJOR_VERSION 4
  2859. | #define OPAL_MINOR_VERSION 0
  2860. | #define OPAL_RELEASE_VERSION 0
  2861. | #define OPAL_GREEK_VERSION ""
  2862. | #define OPAL_REPO_REV "v4.0.0"
  2863. | #define OPAL_TARBALL_VERSION "4.0.0"
  2864. | #define OPAL_VERSION "0"
  2865. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  2866. | #define OPAL_ENABLE_MEM_DEBUG 0
  2867. | #define OPAL_ENABLE_MEM_PROFILE 0
  2868. | #define OPAL_ENABLE_TIMING 0
  2869. | #define OPAL_ENABLE_DEBUG 0
  2870. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  2871. | #define OPAL_ENABLE_PTY_SUPPORT 1
  2872. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  2873. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  2874. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  2875. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  2876. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  2877. | #define OPAL_ENABLE_IPV6 0
  2878. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  2879. | #define OPAL_IDENT_STRING "4.0.0"
  2880. | #define OPAL_MAX_PROCESSOR_NAME 256
  2881. | #define OPAL_MAX_ERROR_STRING 256
  2882. | #define OPAL_MAX_OBJECT_NAME 64
  2883. | #define OPAL_MAX_INFO_KEY 36
  2884. | #define OPAL_MAX_INFO_VAL 256
  2885. | #define OPAL_MAX_PORT_NAME 1024
  2886. | #define OPAL_MAX_DATAREP_STRING 128
  2887. | #define OPAL_ENABLE_CRDEBUG 0
  2888. | #define OPAL_ENABLE_GETPWUID 1
  2889. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  2890. | #define HAVE_ZLIB_H 1
  2891. | #define OPAL_HAVE_ZLIB 1
  2892. | #define OPAL_HAVE_SOLARIS 0
  2893. | #define HAVE_NETDB_H 1
  2894. | #define HAVE_NETINET_IN_H 1
  2895. | #define HAVE_NETINET_TCP_H 1
  2896. | #define HAVE_STRUCT_SOCKADDR_IN 1
  2897. | #define OPAL_CUDA_SUPPORT 0
  2898. | #define OPAL_CUDA_SYNC_MEMOPS 0
  2899. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  2900. | #define OPAL_CUDA_GDR_SUPPORT 0
  2901. | #define OPAL_PMIX_V1 0
  2902. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  2903. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  2904. | #define OMPI_GROUP_SPARSE 0
  2905. | #define OMPI_WANT_PERUSE 0
  2906. | #define OMPI_WANT_MPI_CXX_SEEK 1
  2907. | #define OMPI_ENABLE_MPI1_COMPAT 0
  2908. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  2909. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  2910. | #define OMPI_PARAM_CHECK 1
  2911. | #define OSHMEM_SPEC_COMPAT 1
  2912. | #define OSHMEM_PARAM_CHECK 1
  2913. | #define HAVE_ON_EXIT 1
  2914. | #define SPC_ENABLE 0
  2915. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  2916. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  2917. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  2918. | #define OPAL_C_HAVE__ATOMIC 1
  2919. | #define OPAL_C_HAVE__GENERIC 1
  2920. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  2921. | #define OPAL_C_HAVE___THREAD 1
  2922. | #define STDC_HEADERS 1
  2923. | #define _GNU_SOURCE 1
  2924. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  2925. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  2926. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  2927. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  2928. | #define OPAL_CC_USE_IDENT 1
  2929. | #define OPAL_CC_USE_PRAGMA_COMMENT
  2930. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  2931. | /* end confdefs.h. */
  2932. | #include <stdio.h>
  2933. | #ifdef HAVE_SYS_TYPES_H
  2934. | # include <sys/types.h>
  2935. | #endif
  2936. | #ifdef HAVE_SYS_STAT_H
  2937. | # include <sys/stat.h>
  2938. | #endif
  2939. | #ifdef STDC_HEADERS
  2940. | # include <stdlib.h>
  2941. | # include <stddef.h>
  2942. | #else
  2943. | # ifdef HAVE_STDLIB_H
  2944. | # include <stdlib.h>
  2945. | # endif
  2946. | #endif
  2947. | #ifdef HAVE_STRING_H
  2948. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2949. | # include <memory.h>
  2950. | # endif
  2951. | # include <string.h>
  2952. | #endif
  2953. | #ifdef HAVE_STRINGS_H
  2954. | # include <strings.h>
  2955. | #endif
  2956. | #ifdef HAVE_INTTYPES_H
  2957. | # include <inttypes.h>
  2958. | #endif
  2959. | #ifdef HAVE_STDINT_H
  2960. | # include <stdint.h>
  2961. | #endif
  2962. | #ifdef HAVE_UNISTD_H
  2963. | # include <unistd.h>
  2964. | #endif
  2965. | int
  2966. | main ()
  2967. | {
  2968. | if (sizeof ((int8_t)))
  2969. | return 0;
  2970. | ;
  2971. | return 0;
  2972. | }
  2973. configure:20016: result: yes
  2974. configure:20026: checking for uint8_t
  2975. configure:20026: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2976. configure:20026: $? = 0
  2977. configure:20026: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  2978. conftest.c: In function 'main':
  2979. conftest.c:159:22: error: expected expression before ')' token
  2980. if (sizeof ((uint8_t)))
  2981. ^
  2982. configure:20026: $? = 1
  2983. configure: failed program was:
  2984. | /* confdefs.h */
  2985. | #define PACKAGE_NAME "Open MPI"
  2986. | #define PACKAGE_TARNAME "openmpi"
  2987. | #define PACKAGE_VERSION "4.0.0"
  2988. | #define PACKAGE_STRING "Open MPI 4.0.0"
  2989. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  2990. | #define PACKAGE_URL ""
  2991. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  2992. | #define STDC_HEADERS 1
  2993. | #define HAVE_SYS_TYPES_H 1
  2994. | #define HAVE_SYS_STAT_H 1
  2995. | #define HAVE_STDLIB_H 1
  2996. | #define HAVE_STRING_H 1
  2997. | #define HAVE_MEMORY_H 1
  2998. | #define HAVE_STRINGS_H 1
  2999. | #define HAVE_INTTYPES_H 1
  3000. | #define HAVE_STDINT_H 1
  3001. | #define HAVE_UNISTD_H 1
  3002. | #define __EXTENSIONS__ 1
  3003. | #define _ALL_SOURCE 1
  3004. | #define _GNU_SOURCE 1
  3005. | #define _POSIX_PTHREAD_SEMANTICS 1
  3006. | #define _TANDEM_SOURCE 1
  3007. | #define OMPI_MAJOR_VERSION 4
  3008. | #define OMPI_MINOR_VERSION 0
  3009. | #define OMPI_RELEASE_VERSION 0
  3010. | #define OMPI_GREEK_VERSION ""
  3011. | #define OMPI_REPO_REV "v4.0.0"
  3012. | #define OMPI_TARBALL_VERSION "4.0.0"
  3013. | #define OMPI_VERSION "0"
  3014. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3015. | #define ORTE_MAJOR_VERSION 4
  3016. | #define ORTE_MINOR_VERSION 0
  3017. | #define ORTE_RELEASE_VERSION 0
  3018. | #define ORTE_GREEK_VERSION ""
  3019. | #define ORTE_REPO_REV "v4.0.0"
  3020. | #define ORTE_TARBALL_VERSION "4.0.0"
  3021. | #define ORTE_VERSION "0"
  3022. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3023. | #define OSHMEM_MAJOR_VERSION 4
  3024. | #define OSHMEM_MINOR_VERSION 0
  3025. | #define OSHMEM_RELEASE_VERSION 0
  3026. | #define OSHMEM_GREEK_VERSION ""
  3027. | #define OSHMEM_REPO_REV "v4.0.0"
  3028. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3029. | #define OSHMEM_VERSION "0"
  3030. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3031. | #define OPAL_MAJOR_VERSION 4
  3032. | #define OPAL_MINOR_VERSION 0
  3033. | #define OPAL_RELEASE_VERSION 0
  3034. | #define OPAL_GREEK_VERSION ""
  3035. | #define OPAL_REPO_REV "v4.0.0"
  3036. | #define OPAL_TARBALL_VERSION "4.0.0"
  3037. | #define OPAL_VERSION "0"
  3038. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3039. | #define OPAL_ENABLE_MEM_DEBUG 0
  3040. | #define OPAL_ENABLE_MEM_PROFILE 0
  3041. | #define OPAL_ENABLE_TIMING 0
  3042. | #define OPAL_ENABLE_DEBUG 0
  3043. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3044. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3045. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3046. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3047. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3048. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3049. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3050. | #define OPAL_ENABLE_IPV6 0
  3051. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3052. | #define OPAL_IDENT_STRING "4.0.0"
  3053. | #define OPAL_MAX_PROCESSOR_NAME 256
  3054. | #define OPAL_MAX_ERROR_STRING 256
  3055. | #define OPAL_MAX_OBJECT_NAME 64
  3056. | #define OPAL_MAX_INFO_KEY 36
  3057. | #define OPAL_MAX_INFO_VAL 256
  3058. | #define OPAL_MAX_PORT_NAME 1024
  3059. | #define OPAL_MAX_DATAREP_STRING 128
  3060. | #define OPAL_ENABLE_CRDEBUG 0
  3061. | #define OPAL_ENABLE_GETPWUID 1
  3062. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3063. | #define HAVE_ZLIB_H 1
  3064. | #define OPAL_HAVE_ZLIB 1
  3065. | #define OPAL_HAVE_SOLARIS 0
  3066. | #define HAVE_NETDB_H 1
  3067. | #define HAVE_NETINET_IN_H 1
  3068. | #define HAVE_NETINET_TCP_H 1
  3069. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3070. | #define OPAL_CUDA_SUPPORT 0
  3071. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3072. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3073. | #define OPAL_CUDA_GDR_SUPPORT 0
  3074. | #define OPAL_PMIX_V1 0
  3075. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3076. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3077. | #define OMPI_GROUP_SPARSE 0
  3078. | #define OMPI_WANT_PERUSE 0
  3079. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3080. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3081. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3082. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3083. | #define OMPI_PARAM_CHECK 1
  3084. | #define OSHMEM_SPEC_COMPAT 1
  3085. | #define OSHMEM_PARAM_CHECK 1
  3086. | #define HAVE_ON_EXIT 1
  3087. | #define SPC_ENABLE 0
  3088. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3089. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3090. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3091. | #define OPAL_C_HAVE__ATOMIC 1
  3092. | #define OPAL_C_HAVE__GENERIC 1
  3093. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3094. | #define OPAL_C_HAVE___THREAD 1
  3095. | #define STDC_HEADERS 1
  3096. | #define _GNU_SOURCE 1
  3097. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3098. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3099. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3100. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3101. | #define OPAL_CC_USE_IDENT 1
  3102. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3103. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3104. | #define HAVE_INT8_T 1
  3105. | /* end confdefs.h. */
  3106. | #include <stdio.h>
  3107. | #ifdef HAVE_SYS_TYPES_H
  3108. | # include <sys/types.h>
  3109. | #endif
  3110. | #ifdef HAVE_SYS_STAT_H
  3111. | # include <sys/stat.h>
  3112. | #endif
  3113. | #ifdef STDC_HEADERS
  3114. | # include <stdlib.h>
  3115. | # include <stddef.h>
  3116. | #else
  3117. | # ifdef HAVE_STDLIB_H
  3118. | # include <stdlib.h>
  3119. | # endif
  3120. | #endif
  3121. | #ifdef HAVE_STRING_H
  3122. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3123. | # include <memory.h>
  3124. | # endif
  3125. | # include <string.h>
  3126. | #endif
  3127. | #ifdef HAVE_STRINGS_H
  3128. | # include <strings.h>
  3129. | #endif
  3130. | #ifdef HAVE_INTTYPES_H
  3131. | # include <inttypes.h>
  3132. | #endif
  3133. | #ifdef HAVE_STDINT_H
  3134. | # include <stdint.h>
  3135. | #endif
  3136. | #ifdef HAVE_UNISTD_H
  3137. | # include <unistd.h>
  3138. | #endif
  3139. | int
  3140. | main ()
  3141. | {
  3142. | if (sizeof ((uint8_t)))
  3143. | return 0;
  3144. | ;
  3145. | return 0;
  3146. | }
  3147. configure:20026: result: yes
  3148. configure:20036: checking for int16_t
  3149. configure:20036: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3150. configure:20036: $? = 0
  3151. configure:20036: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3152. conftest.c: In function 'main':
  3153. conftest.c:160:22: error: expected expression before ')' token
  3154. if (sizeof ((int16_t)))
  3155. ^
  3156. configure:20036: $? = 1
  3157. configure: failed program was:
  3158. | /* confdefs.h */
  3159. | #define PACKAGE_NAME "Open MPI"
  3160. | #define PACKAGE_TARNAME "openmpi"
  3161. | #define PACKAGE_VERSION "4.0.0"
  3162. | #define PACKAGE_STRING "Open MPI 4.0.0"
  3163. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  3164. | #define PACKAGE_URL ""
  3165. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  3166. | #define STDC_HEADERS 1
  3167. | #define HAVE_SYS_TYPES_H 1
  3168. | #define HAVE_SYS_STAT_H 1
  3169. | #define HAVE_STDLIB_H 1
  3170. | #define HAVE_STRING_H 1
  3171. | #define HAVE_MEMORY_H 1
  3172. | #define HAVE_STRINGS_H 1
  3173. | #define HAVE_INTTYPES_H 1
  3174. | #define HAVE_STDINT_H 1
  3175. | #define HAVE_UNISTD_H 1
  3176. | #define __EXTENSIONS__ 1
  3177. | #define _ALL_SOURCE 1
  3178. | #define _GNU_SOURCE 1
  3179. | #define _POSIX_PTHREAD_SEMANTICS 1
  3180. | #define _TANDEM_SOURCE 1
  3181. | #define OMPI_MAJOR_VERSION 4
  3182. | #define OMPI_MINOR_VERSION 0
  3183. | #define OMPI_RELEASE_VERSION 0
  3184. | #define OMPI_GREEK_VERSION ""
  3185. | #define OMPI_REPO_REV "v4.0.0"
  3186. | #define OMPI_TARBALL_VERSION "4.0.0"
  3187. | #define OMPI_VERSION "0"
  3188. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3189. | #define ORTE_MAJOR_VERSION 4
  3190. | #define ORTE_MINOR_VERSION 0
  3191. | #define ORTE_RELEASE_VERSION 0
  3192. | #define ORTE_GREEK_VERSION ""
  3193. | #define ORTE_REPO_REV "v4.0.0"
  3194. | #define ORTE_TARBALL_VERSION "4.0.0"
  3195. | #define ORTE_VERSION "0"
  3196. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3197. | #define OSHMEM_MAJOR_VERSION 4
  3198. | #define OSHMEM_MINOR_VERSION 0
  3199. | #define OSHMEM_RELEASE_VERSION 0
  3200. | #define OSHMEM_GREEK_VERSION ""
  3201. | #define OSHMEM_REPO_REV "v4.0.0"
  3202. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3203. | #define OSHMEM_VERSION "0"
  3204. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3205. | #define OPAL_MAJOR_VERSION 4
  3206. | #define OPAL_MINOR_VERSION 0
  3207. | #define OPAL_RELEASE_VERSION 0
  3208. | #define OPAL_GREEK_VERSION ""
  3209. | #define OPAL_REPO_REV "v4.0.0"
  3210. | #define OPAL_TARBALL_VERSION "4.0.0"
  3211. | #define OPAL_VERSION "0"
  3212. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3213. | #define OPAL_ENABLE_MEM_DEBUG 0
  3214. | #define OPAL_ENABLE_MEM_PROFILE 0
  3215. | #define OPAL_ENABLE_TIMING 0
  3216. | #define OPAL_ENABLE_DEBUG 0
  3217. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3218. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3219. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3220. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3221. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3222. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3223. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3224. | #define OPAL_ENABLE_IPV6 0
  3225. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3226. | #define OPAL_IDENT_STRING "4.0.0"
  3227. | #define OPAL_MAX_PROCESSOR_NAME 256
  3228. | #define OPAL_MAX_ERROR_STRING 256
  3229. | #define OPAL_MAX_OBJECT_NAME 64
  3230. | #define OPAL_MAX_INFO_KEY 36
  3231. | #define OPAL_MAX_INFO_VAL 256
  3232. | #define OPAL_MAX_PORT_NAME 1024
  3233. | #define OPAL_MAX_DATAREP_STRING 128
  3234. | #define OPAL_ENABLE_CRDEBUG 0
  3235. | #define OPAL_ENABLE_GETPWUID 1
  3236. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3237. | #define HAVE_ZLIB_H 1
  3238. | #define OPAL_HAVE_ZLIB 1
  3239. | #define OPAL_HAVE_SOLARIS 0
  3240. | #define HAVE_NETDB_H 1
  3241. | #define HAVE_NETINET_IN_H 1
  3242. | #define HAVE_NETINET_TCP_H 1
  3243. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3244. | #define OPAL_CUDA_SUPPORT 0
  3245. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3246. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3247. | #define OPAL_CUDA_GDR_SUPPORT 0
  3248. | #define OPAL_PMIX_V1 0
  3249. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3250. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3251. | #define OMPI_GROUP_SPARSE 0
  3252. | #define OMPI_WANT_PERUSE 0
  3253. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3254. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3255. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3256. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3257. | #define OMPI_PARAM_CHECK 1
  3258. | #define OSHMEM_SPEC_COMPAT 1
  3259. | #define OSHMEM_PARAM_CHECK 1
  3260. | #define HAVE_ON_EXIT 1
  3261. | #define SPC_ENABLE 0
  3262. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3263. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3264. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3265. | #define OPAL_C_HAVE__ATOMIC 1
  3266. | #define OPAL_C_HAVE__GENERIC 1
  3267. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3268. | #define OPAL_C_HAVE___THREAD 1
  3269. | #define STDC_HEADERS 1
  3270. | #define _GNU_SOURCE 1
  3271. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3272. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3273. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3274. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3275. | #define OPAL_CC_USE_IDENT 1
  3276. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3277. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3278. | #define HAVE_INT8_T 1
  3279. | #define HAVE_UINT8_T 1
  3280. | /* end confdefs.h. */
  3281. | #include <stdio.h>
  3282. | #ifdef HAVE_SYS_TYPES_H
  3283. | # include <sys/types.h>
  3284. | #endif
  3285. | #ifdef HAVE_SYS_STAT_H
  3286. | # include <sys/stat.h>
  3287. | #endif
  3288. | #ifdef STDC_HEADERS
  3289. | # include <stdlib.h>
  3290. | # include <stddef.h>
  3291. | #else
  3292. | # ifdef HAVE_STDLIB_H
  3293. | # include <stdlib.h>
  3294. | # endif
  3295. | #endif
  3296. | #ifdef HAVE_STRING_H
  3297. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3298. | # include <memory.h>
  3299. | # endif
  3300. | # include <string.h>
  3301. | #endif
  3302. | #ifdef HAVE_STRINGS_H
  3303. | # include <strings.h>
  3304. | #endif
  3305. | #ifdef HAVE_INTTYPES_H
  3306. | # include <inttypes.h>
  3307. | #endif
  3308. | #ifdef HAVE_STDINT_H
  3309. | # include <stdint.h>
  3310. | #endif
  3311. | #ifdef HAVE_UNISTD_H
  3312. | # include <unistd.h>
  3313. | #endif
  3314. | int
  3315. | main ()
  3316. | {
  3317. | if (sizeof ((int16_t)))
  3318. | return 0;
  3319. | ;
  3320. | return 0;
  3321. | }
  3322. configure:20036: result: yes
  3323. configure:20046: checking for uint16_t
  3324. configure:20046: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3325. configure:20046: $? = 0
  3326. configure:20046: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3327. conftest.c: In function 'main':
  3328. conftest.c:161:23: error: expected expression before ')' token
  3329. if (sizeof ((uint16_t)))
  3330. ^
  3331. configure:20046: $? = 1
  3332. configure: failed program was:
  3333. | /* confdefs.h */
  3334. | #define PACKAGE_NAME "Open MPI"
  3335. | #define PACKAGE_TARNAME "openmpi"
  3336. | #define PACKAGE_VERSION "4.0.0"
  3337. | #define PACKAGE_STRING "Open MPI 4.0.0"
  3338. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  3339. | #define PACKAGE_URL ""
  3340. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  3341. | #define STDC_HEADERS 1
  3342. | #define HAVE_SYS_TYPES_H 1
  3343. | #define HAVE_SYS_STAT_H 1
  3344. | #define HAVE_STDLIB_H 1
  3345. | #define HAVE_STRING_H 1
  3346. | #define HAVE_MEMORY_H 1
  3347. | #define HAVE_STRINGS_H 1
  3348. | #define HAVE_INTTYPES_H 1
  3349. | #define HAVE_STDINT_H 1
  3350. | #define HAVE_UNISTD_H 1
  3351. | #define __EXTENSIONS__ 1
  3352. | #define _ALL_SOURCE 1
  3353. | #define _GNU_SOURCE 1
  3354. | #define _POSIX_PTHREAD_SEMANTICS 1
  3355. | #define _TANDEM_SOURCE 1
  3356. | #define OMPI_MAJOR_VERSION 4
  3357. | #define OMPI_MINOR_VERSION 0
  3358. | #define OMPI_RELEASE_VERSION 0
  3359. | #define OMPI_GREEK_VERSION ""
  3360. | #define OMPI_REPO_REV "v4.0.0"
  3361. | #define OMPI_TARBALL_VERSION "4.0.0"
  3362. | #define OMPI_VERSION "0"
  3363. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3364. | #define ORTE_MAJOR_VERSION 4
  3365. | #define ORTE_MINOR_VERSION 0
  3366. | #define ORTE_RELEASE_VERSION 0
  3367. | #define ORTE_GREEK_VERSION ""
  3368. | #define ORTE_REPO_REV "v4.0.0"
  3369. | #define ORTE_TARBALL_VERSION "4.0.0"
  3370. | #define ORTE_VERSION "0"
  3371. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3372. | #define OSHMEM_MAJOR_VERSION 4
  3373. | #define OSHMEM_MINOR_VERSION 0
  3374. | #define OSHMEM_RELEASE_VERSION 0
  3375. | #define OSHMEM_GREEK_VERSION ""
  3376. | #define OSHMEM_REPO_REV "v4.0.0"
  3377. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3378. | #define OSHMEM_VERSION "0"
  3379. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3380. | #define OPAL_MAJOR_VERSION 4
  3381. | #define OPAL_MINOR_VERSION 0
  3382. | #define OPAL_RELEASE_VERSION 0
  3383. | #define OPAL_GREEK_VERSION ""
  3384. | #define OPAL_REPO_REV "v4.0.0"
  3385. | #define OPAL_TARBALL_VERSION "4.0.0"
  3386. | #define OPAL_VERSION "0"
  3387. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3388. | #define OPAL_ENABLE_MEM_DEBUG 0
  3389. | #define OPAL_ENABLE_MEM_PROFILE 0
  3390. | #define OPAL_ENABLE_TIMING 0
  3391. | #define OPAL_ENABLE_DEBUG 0
  3392. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3393. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3394. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3395. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3396. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3397. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3398. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3399. | #define OPAL_ENABLE_IPV6 0
  3400. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3401. | #define OPAL_IDENT_STRING "4.0.0"
  3402. | #define OPAL_MAX_PROCESSOR_NAME 256
  3403. | #define OPAL_MAX_ERROR_STRING 256
  3404. | #define OPAL_MAX_OBJECT_NAME 64
  3405. | #define OPAL_MAX_INFO_KEY 36
  3406. | #define OPAL_MAX_INFO_VAL 256
  3407. | #define OPAL_MAX_PORT_NAME 1024
  3408. | #define OPAL_MAX_DATAREP_STRING 128
  3409. | #define OPAL_ENABLE_CRDEBUG 0
  3410. | #define OPAL_ENABLE_GETPWUID 1
  3411. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3412. | #define HAVE_ZLIB_H 1
  3413. | #define OPAL_HAVE_ZLIB 1
  3414. | #define OPAL_HAVE_SOLARIS 0
  3415. | #define HAVE_NETDB_H 1
  3416. | #define HAVE_NETINET_IN_H 1
  3417. | #define HAVE_NETINET_TCP_H 1
  3418. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3419. | #define OPAL_CUDA_SUPPORT 0
  3420. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3421. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3422. | #define OPAL_CUDA_GDR_SUPPORT 0
  3423. | #define OPAL_PMIX_V1 0
  3424. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3425. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3426. | #define OMPI_GROUP_SPARSE 0
  3427. | #define OMPI_WANT_PERUSE 0
  3428. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3429. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3430. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3431. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3432. | #define OMPI_PARAM_CHECK 1
  3433. | #define OSHMEM_SPEC_COMPAT 1
  3434. | #define OSHMEM_PARAM_CHECK 1
  3435. | #define HAVE_ON_EXIT 1
  3436. | #define SPC_ENABLE 0
  3437. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3438. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3439. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3440. | #define OPAL_C_HAVE__ATOMIC 1
  3441. | #define OPAL_C_HAVE__GENERIC 1
  3442. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3443. | #define OPAL_C_HAVE___THREAD 1
  3444. | #define STDC_HEADERS 1
  3445. | #define _GNU_SOURCE 1
  3446. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3447. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3448. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3449. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3450. | #define OPAL_CC_USE_IDENT 1
  3451. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3452. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3453. | #define HAVE_INT8_T 1
  3454. | #define HAVE_UINT8_T 1
  3455. | #define HAVE_INT16_T 1
  3456. | /* end confdefs.h. */
  3457. | #include <stdio.h>
  3458. | #ifdef HAVE_SYS_TYPES_H
  3459. | # include <sys/types.h>
  3460. | #endif
  3461. | #ifdef HAVE_SYS_STAT_H
  3462. | # include <sys/stat.h>
  3463. | #endif
  3464. | #ifdef STDC_HEADERS
  3465. | # include <stdlib.h>
  3466. | # include <stddef.h>
  3467. | #else
  3468. | # ifdef HAVE_STDLIB_H
  3469. | # include <stdlib.h>
  3470. | # endif
  3471. | #endif
  3472. | #ifdef HAVE_STRING_H
  3473. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3474. | # include <memory.h>
  3475. | # endif
  3476. | # include <string.h>
  3477. | #endif
  3478. | #ifdef HAVE_STRINGS_H
  3479. | # include <strings.h>
  3480. | #endif
  3481. | #ifdef HAVE_INTTYPES_H
  3482. | # include <inttypes.h>
  3483. | #endif
  3484. | #ifdef HAVE_STDINT_H
  3485. | # include <stdint.h>
  3486. | #endif
  3487. | #ifdef HAVE_UNISTD_H
  3488. | # include <unistd.h>
  3489. | #endif
  3490. | int
  3491. | main ()
  3492. | {
  3493. | if (sizeof ((uint16_t)))
  3494. | return 0;
  3495. | ;
  3496. | return 0;
  3497. | }
  3498. configure:20046: result: yes
  3499. configure:20056: checking for int32_t
  3500. configure:20056: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3501. configure:20056: $? = 0
  3502. configure:20056: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3503. conftest.c: In function 'main':
  3504. conftest.c:162:22: error: expected expression before ')' token
  3505. if (sizeof ((int32_t)))
  3506. ^
  3507. configure:20056: $? = 1
  3508. configure: failed program was:
  3509. | /* confdefs.h */
  3510. | #define PACKAGE_NAME "Open MPI"
  3511. | #define PACKAGE_TARNAME "openmpi"
  3512. | #define PACKAGE_VERSION "4.0.0"
  3513. | #define PACKAGE_STRING "Open MPI 4.0.0"
  3514. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  3515. | #define PACKAGE_URL ""
  3516. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  3517. | #define STDC_HEADERS 1
  3518. | #define HAVE_SYS_TYPES_H 1
  3519. | #define HAVE_SYS_STAT_H 1
  3520. | #define HAVE_STDLIB_H 1
  3521. | #define HAVE_STRING_H 1
  3522. | #define HAVE_MEMORY_H 1
  3523. | #define HAVE_STRINGS_H 1
  3524. | #define HAVE_INTTYPES_H 1
  3525. | #define HAVE_STDINT_H 1
  3526. | #define HAVE_UNISTD_H 1
  3527. | #define __EXTENSIONS__ 1
  3528. | #define _ALL_SOURCE 1
  3529. | #define _GNU_SOURCE 1
  3530. | #define _POSIX_PTHREAD_SEMANTICS 1
  3531. | #define _TANDEM_SOURCE 1
  3532. | #define OMPI_MAJOR_VERSION 4
  3533. | #define OMPI_MINOR_VERSION 0
  3534. | #define OMPI_RELEASE_VERSION 0
  3535. | #define OMPI_GREEK_VERSION ""
  3536. | #define OMPI_REPO_REV "v4.0.0"
  3537. | #define OMPI_TARBALL_VERSION "4.0.0"
  3538. | #define OMPI_VERSION "0"
  3539. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3540. | #define ORTE_MAJOR_VERSION 4
  3541. | #define ORTE_MINOR_VERSION 0
  3542. | #define ORTE_RELEASE_VERSION 0
  3543. | #define ORTE_GREEK_VERSION ""
  3544. | #define ORTE_REPO_REV "v4.0.0"
  3545. | #define ORTE_TARBALL_VERSION "4.0.0"
  3546. | #define ORTE_VERSION "0"
  3547. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3548. | #define OSHMEM_MAJOR_VERSION 4
  3549. | #define OSHMEM_MINOR_VERSION 0
  3550. | #define OSHMEM_RELEASE_VERSION 0
  3551. | #define OSHMEM_GREEK_VERSION ""
  3552. | #define OSHMEM_REPO_REV "v4.0.0"
  3553. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3554. | #define OSHMEM_VERSION "0"
  3555. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3556. | #define OPAL_MAJOR_VERSION 4
  3557. | #define OPAL_MINOR_VERSION 0
  3558. | #define OPAL_RELEASE_VERSION 0
  3559. | #define OPAL_GREEK_VERSION ""
  3560. | #define OPAL_REPO_REV "v4.0.0"
  3561. | #define OPAL_TARBALL_VERSION "4.0.0"
  3562. | #define OPAL_VERSION "0"
  3563. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3564. | #define OPAL_ENABLE_MEM_DEBUG 0
  3565. | #define OPAL_ENABLE_MEM_PROFILE 0
  3566. | #define OPAL_ENABLE_TIMING 0
  3567. | #define OPAL_ENABLE_DEBUG 0
  3568. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3569. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3570. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3571. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3572. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3573. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3574. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3575. | #define OPAL_ENABLE_IPV6 0
  3576. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3577. | #define OPAL_IDENT_STRING "4.0.0"
  3578. | #define OPAL_MAX_PROCESSOR_NAME 256
  3579. | #define OPAL_MAX_ERROR_STRING 256
  3580. | #define OPAL_MAX_OBJECT_NAME 64
  3581. | #define OPAL_MAX_INFO_KEY 36
  3582. | #define OPAL_MAX_INFO_VAL 256
  3583. | #define OPAL_MAX_PORT_NAME 1024
  3584. | #define OPAL_MAX_DATAREP_STRING 128
  3585. | #define OPAL_ENABLE_CRDEBUG 0
  3586. | #define OPAL_ENABLE_GETPWUID 1
  3587. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3588. | #define HAVE_ZLIB_H 1
  3589. | #define OPAL_HAVE_ZLIB 1
  3590. | #define OPAL_HAVE_SOLARIS 0
  3591. | #define HAVE_NETDB_H 1
  3592. | #define HAVE_NETINET_IN_H 1
  3593. | #define HAVE_NETINET_TCP_H 1
  3594. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3595. | #define OPAL_CUDA_SUPPORT 0
  3596. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3597. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3598. | #define OPAL_CUDA_GDR_SUPPORT 0
  3599. | #define OPAL_PMIX_V1 0
  3600. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3601. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3602. | #define OMPI_GROUP_SPARSE 0
  3603. | #define OMPI_WANT_PERUSE 0
  3604. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3605. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3606. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3607. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3608. | #define OMPI_PARAM_CHECK 1
  3609. | #define OSHMEM_SPEC_COMPAT 1
  3610. | #define OSHMEM_PARAM_CHECK 1
  3611. | #define HAVE_ON_EXIT 1
  3612. | #define SPC_ENABLE 0
  3613. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3614. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3615. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3616. | #define OPAL_C_HAVE__ATOMIC 1
  3617. | #define OPAL_C_HAVE__GENERIC 1
  3618. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3619. | #define OPAL_C_HAVE___THREAD 1
  3620. | #define STDC_HEADERS 1
  3621. | #define _GNU_SOURCE 1
  3622. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3623. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3624. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3625. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3626. | #define OPAL_CC_USE_IDENT 1
  3627. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3628. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3629. | #define HAVE_INT8_T 1
  3630. | #define HAVE_UINT8_T 1
  3631. | #define HAVE_INT16_T 1
  3632. | #define HAVE_UINT16_T 1
  3633. | /* end confdefs.h. */
  3634. | #include <stdio.h>
  3635. | #ifdef HAVE_SYS_TYPES_H
  3636. | # include <sys/types.h>
  3637. | #endif
  3638. | #ifdef HAVE_SYS_STAT_H
  3639. | # include <sys/stat.h>
  3640. | #endif
  3641. | #ifdef STDC_HEADERS
  3642. | # include <stdlib.h>
  3643. | # include <stddef.h>
  3644. | #else
  3645. | # ifdef HAVE_STDLIB_H
  3646. | # include <stdlib.h>
  3647. | # endif
  3648. | #endif
  3649. | #ifdef HAVE_STRING_H
  3650. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3651. | # include <memory.h>
  3652. | # endif
  3653. | # include <string.h>
  3654. | #endif
  3655. | #ifdef HAVE_STRINGS_H
  3656. | # include <strings.h>
  3657. | #endif
  3658. | #ifdef HAVE_INTTYPES_H
  3659. | # include <inttypes.h>
  3660. | #endif
  3661. | #ifdef HAVE_STDINT_H
  3662. | # include <stdint.h>
  3663. | #endif
  3664. | #ifdef HAVE_UNISTD_H
  3665. | # include <unistd.h>
  3666. | #endif
  3667. | int
  3668. | main ()
  3669. | {
  3670. | if (sizeof ((int32_t)))
  3671. | return 0;
  3672. | ;
  3673. | return 0;
  3674. | }
  3675. configure:20056: result: yes
  3676. configure:20066: checking for uint32_t
  3677. configure:20066: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3678. configure:20066: $? = 0
  3679. configure:20066: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3680. conftest.c: In function 'main':
  3681. conftest.c:163:23: error: expected expression before ')' token
  3682. if (sizeof ((uint32_t)))
  3683. ^
  3684. configure:20066: $? = 1
  3685. configure: failed program was:
  3686. | /* confdefs.h */
  3687. | #define PACKAGE_NAME "Open MPI"
  3688. | #define PACKAGE_TARNAME "openmpi"
  3689. | #define PACKAGE_VERSION "4.0.0"
  3690. | #define PACKAGE_STRING "Open MPI 4.0.0"
  3691. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  3692. | #define PACKAGE_URL ""
  3693. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  3694. | #define STDC_HEADERS 1
  3695. | #define HAVE_SYS_TYPES_H 1
  3696. | #define HAVE_SYS_STAT_H 1
  3697. | #define HAVE_STDLIB_H 1
  3698. | #define HAVE_STRING_H 1
  3699. | #define HAVE_MEMORY_H 1
  3700. | #define HAVE_STRINGS_H 1
  3701. | #define HAVE_INTTYPES_H 1
  3702. | #define HAVE_STDINT_H 1
  3703. | #define HAVE_UNISTD_H 1
  3704. | #define __EXTENSIONS__ 1
  3705. | #define _ALL_SOURCE 1
  3706. | #define _GNU_SOURCE 1
  3707. | #define _POSIX_PTHREAD_SEMANTICS 1
  3708. | #define _TANDEM_SOURCE 1
  3709. | #define OMPI_MAJOR_VERSION 4
  3710. | #define OMPI_MINOR_VERSION 0
  3711. | #define OMPI_RELEASE_VERSION 0
  3712. | #define OMPI_GREEK_VERSION ""
  3713. | #define OMPI_REPO_REV "v4.0.0"
  3714. | #define OMPI_TARBALL_VERSION "4.0.0"
  3715. | #define OMPI_VERSION "0"
  3716. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3717. | #define ORTE_MAJOR_VERSION 4
  3718. | #define ORTE_MINOR_VERSION 0
  3719. | #define ORTE_RELEASE_VERSION 0
  3720. | #define ORTE_GREEK_VERSION ""
  3721. | #define ORTE_REPO_REV "v4.0.0"
  3722. | #define ORTE_TARBALL_VERSION "4.0.0"
  3723. | #define ORTE_VERSION "0"
  3724. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3725. | #define OSHMEM_MAJOR_VERSION 4
  3726. | #define OSHMEM_MINOR_VERSION 0
  3727. | #define OSHMEM_RELEASE_VERSION 0
  3728. | #define OSHMEM_GREEK_VERSION ""
  3729. | #define OSHMEM_REPO_REV "v4.0.0"
  3730. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3731. | #define OSHMEM_VERSION "0"
  3732. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3733. | #define OPAL_MAJOR_VERSION 4
  3734. | #define OPAL_MINOR_VERSION 0
  3735. | #define OPAL_RELEASE_VERSION 0
  3736. | #define OPAL_GREEK_VERSION ""
  3737. | #define OPAL_REPO_REV "v4.0.0"
  3738. | #define OPAL_TARBALL_VERSION "4.0.0"
  3739. | #define OPAL_VERSION "0"
  3740. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3741. | #define OPAL_ENABLE_MEM_DEBUG 0
  3742. | #define OPAL_ENABLE_MEM_PROFILE 0
  3743. | #define OPAL_ENABLE_TIMING 0
  3744. | #define OPAL_ENABLE_DEBUG 0
  3745. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3746. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3747. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3748. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3749. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3750. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3751. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3752. | #define OPAL_ENABLE_IPV6 0
  3753. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3754. | #define OPAL_IDENT_STRING "4.0.0"
  3755. | #define OPAL_MAX_PROCESSOR_NAME 256
  3756. | #define OPAL_MAX_ERROR_STRING 256
  3757. | #define OPAL_MAX_OBJECT_NAME 64
  3758. | #define OPAL_MAX_INFO_KEY 36
  3759. | #define OPAL_MAX_INFO_VAL 256
  3760. | #define OPAL_MAX_PORT_NAME 1024
  3761. | #define OPAL_MAX_DATAREP_STRING 128
  3762. | #define OPAL_ENABLE_CRDEBUG 0
  3763. | #define OPAL_ENABLE_GETPWUID 1
  3764. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3765. | #define HAVE_ZLIB_H 1
  3766. | #define OPAL_HAVE_ZLIB 1
  3767. | #define OPAL_HAVE_SOLARIS 0
  3768. | #define HAVE_NETDB_H 1
  3769. | #define HAVE_NETINET_IN_H 1
  3770. | #define HAVE_NETINET_TCP_H 1
  3771. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3772. | #define OPAL_CUDA_SUPPORT 0
  3773. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3774. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3775. | #define OPAL_CUDA_GDR_SUPPORT 0
  3776. | #define OPAL_PMIX_V1 0
  3777. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3778. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3779. | #define OMPI_GROUP_SPARSE 0
  3780. | #define OMPI_WANT_PERUSE 0
  3781. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3782. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3783. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3784. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3785. | #define OMPI_PARAM_CHECK 1
  3786. | #define OSHMEM_SPEC_COMPAT 1
  3787. | #define OSHMEM_PARAM_CHECK 1
  3788. | #define HAVE_ON_EXIT 1
  3789. | #define SPC_ENABLE 0
  3790. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3791. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3792. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3793. | #define OPAL_C_HAVE__ATOMIC 1
  3794. | #define OPAL_C_HAVE__GENERIC 1
  3795. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3796. | #define OPAL_C_HAVE___THREAD 1
  3797. | #define STDC_HEADERS 1
  3798. | #define _GNU_SOURCE 1
  3799. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3800. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3801. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3802. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3803. | #define OPAL_CC_USE_IDENT 1
  3804. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3805. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3806. | #define HAVE_INT8_T 1
  3807. | #define HAVE_UINT8_T 1
  3808. | #define HAVE_INT16_T 1
  3809. | #define HAVE_UINT16_T 1
  3810. | #define HAVE_INT32_T 1
  3811. | /* end confdefs.h. */
  3812. | #include <stdio.h>
  3813. | #ifdef HAVE_SYS_TYPES_H
  3814. | # include <sys/types.h>
  3815. | #endif
  3816. | #ifdef HAVE_SYS_STAT_H
  3817. | # include <sys/stat.h>
  3818. | #endif
  3819. | #ifdef STDC_HEADERS
  3820. | # include <stdlib.h>
  3821. | # include <stddef.h>
  3822. | #else
  3823. | # ifdef HAVE_STDLIB_H
  3824. | # include <stdlib.h>
  3825. | # endif
  3826. | #endif
  3827. | #ifdef HAVE_STRING_H
  3828. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3829. | # include <memory.h>
  3830. | # endif
  3831. | # include <string.h>
  3832. | #endif
  3833. | #ifdef HAVE_STRINGS_H
  3834. | # include <strings.h>
  3835. | #endif
  3836. | #ifdef HAVE_INTTYPES_H
  3837. | # include <inttypes.h>
  3838. | #endif
  3839. | #ifdef HAVE_STDINT_H
  3840. | # include <stdint.h>
  3841. | #endif
  3842. | #ifdef HAVE_UNISTD_H
  3843. | # include <unistd.h>
  3844. | #endif
  3845. | int
  3846. | main ()
  3847. | {
  3848. | if (sizeof ((uint32_t)))
  3849. | return 0;
  3850. | ;
  3851. | return 0;
  3852. | }
  3853. configure:20066: result: yes
  3854. configure:20076: checking for int64_t
  3855. configure:20076: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3856. configure:20076: $? = 0
  3857. configure:20076: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  3858. conftest.c: In function 'main':
  3859. conftest.c:164:22: error: expected expression before ')' token
  3860. if (sizeof ((int64_t)))
  3861. ^
  3862. configure:20076: $? = 1
  3863. configure: failed program was:
  3864. | /* confdefs.h */
  3865. | #define PACKAGE_NAME "Open MPI"
  3866. | #define PACKAGE_TARNAME "openmpi"
  3867. | #define PACKAGE_VERSION "4.0.0"
  3868. | #define PACKAGE_STRING "Open MPI 4.0.0"
  3869. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  3870. | #define PACKAGE_URL ""
  3871. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  3872. | #define STDC_HEADERS 1
  3873. | #define HAVE_SYS_TYPES_H 1
  3874. | #define HAVE_SYS_STAT_H 1
  3875. | #define HAVE_STDLIB_H 1
  3876. | #define HAVE_STRING_H 1
  3877. | #define HAVE_MEMORY_H 1
  3878. | #define HAVE_STRINGS_H 1
  3879. | #define HAVE_INTTYPES_H 1
  3880. | #define HAVE_STDINT_H 1
  3881. | #define HAVE_UNISTD_H 1
  3882. | #define __EXTENSIONS__ 1
  3883. | #define _ALL_SOURCE 1
  3884. | #define _GNU_SOURCE 1
  3885. | #define _POSIX_PTHREAD_SEMANTICS 1
  3886. | #define _TANDEM_SOURCE 1
  3887. | #define OMPI_MAJOR_VERSION 4
  3888. | #define OMPI_MINOR_VERSION 0
  3889. | #define OMPI_RELEASE_VERSION 0
  3890. | #define OMPI_GREEK_VERSION ""
  3891. | #define OMPI_REPO_REV "v4.0.0"
  3892. | #define OMPI_TARBALL_VERSION "4.0.0"
  3893. | #define OMPI_VERSION "0"
  3894. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  3895. | #define ORTE_MAJOR_VERSION 4
  3896. | #define ORTE_MINOR_VERSION 0
  3897. | #define ORTE_RELEASE_VERSION 0
  3898. | #define ORTE_GREEK_VERSION ""
  3899. | #define ORTE_REPO_REV "v4.0.0"
  3900. | #define ORTE_TARBALL_VERSION "4.0.0"
  3901. | #define ORTE_VERSION "0"
  3902. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  3903. | #define OSHMEM_MAJOR_VERSION 4
  3904. | #define OSHMEM_MINOR_VERSION 0
  3905. | #define OSHMEM_RELEASE_VERSION 0
  3906. | #define OSHMEM_GREEK_VERSION ""
  3907. | #define OSHMEM_REPO_REV "v4.0.0"
  3908. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  3909. | #define OSHMEM_VERSION "0"
  3910. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  3911. | #define OPAL_MAJOR_VERSION 4
  3912. | #define OPAL_MINOR_VERSION 0
  3913. | #define OPAL_RELEASE_VERSION 0
  3914. | #define OPAL_GREEK_VERSION ""
  3915. | #define OPAL_REPO_REV "v4.0.0"
  3916. | #define OPAL_TARBALL_VERSION "4.0.0"
  3917. | #define OPAL_VERSION "0"
  3918. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  3919. | #define OPAL_ENABLE_MEM_DEBUG 0
  3920. | #define OPAL_ENABLE_MEM_PROFILE 0
  3921. | #define OPAL_ENABLE_TIMING 0
  3922. | #define OPAL_ENABLE_DEBUG 0
  3923. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  3924. | #define OPAL_ENABLE_PTY_SUPPORT 1
  3925. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  3926. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  3927. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  3928. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  3929. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  3930. | #define OPAL_ENABLE_IPV6 0
  3931. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  3932. | #define OPAL_IDENT_STRING "4.0.0"
  3933. | #define OPAL_MAX_PROCESSOR_NAME 256
  3934. | #define OPAL_MAX_ERROR_STRING 256
  3935. | #define OPAL_MAX_OBJECT_NAME 64
  3936. | #define OPAL_MAX_INFO_KEY 36
  3937. | #define OPAL_MAX_INFO_VAL 256
  3938. | #define OPAL_MAX_PORT_NAME 1024
  3939. | #define OPAL_MAX_DATAREP_STRING 128
  3940. | #define OPAL_ENABLE_CRDEBUG 0
  3941. | #define OPAL_ENABLE_GETPWUID 1
  3942. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  3943. | #define HAVE_ZLIB_H 1
  3944. | #define OPAL_HAVE_ZLIB 1
  3945. | #define OPAL_HAVE_SOLARIS 0
  3946. | #define HAVE_NETDB_H 1
  3947. | #define HAVE_NETINET_IN_H 1
  3948. | #define HAVE_NETINET_TCP_H 1
  3949. | #define HAVE_STRUCT_SOCKADDR_IN 1
  3950. | #define OPAL_CUDA_SUPPORT 0
  3951. | #define OPAL_CUDA_SYNC_MEMOPS 0
  3952. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  3953. | #define OPAL_CUDA_GDR_SUPPORT 0
  3954. | #define OPAL_PMIX_V1 0
  3955. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  3956. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  3957. | #define OMPI_GROUP_SPARSE 0
  3958. | #define OMPI_WANT_PERUSE 0
  3959. | #define OMPI_WANT_MPI_CXX_SEEK 1
  3960. | #define OMPI_ENABLE_MPI1_COMPAT 0
  3961. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  3962. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  3963. | #define OMPI_PARAM_CHECK 1
  3964. | #define OSHMEM_SPEC_COMPAT 1
  3965. | #define OSHMEM_PARAM_CHECK 1
  3966. | #define HAVE_ON_EXIT 1
  3967. | #define SPC_ENABLE 0
  3968. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  3969. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  3970. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  3971. | #define OPAL_C_HAVE__ATOMIC 1
  3972. | #define OPAL_C_HAVE__GENERIC 1
  3973. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  3974. | #define OPAL_C_HAVE___THREAD 1
  3975. | #define STDC_HEADERS 1
  3976. | #define _GNU_SOURCE 1
  3977. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  3978. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  3979. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  3980. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  3981. | #define OPAL_CC_USE_IDENT 1
  3982. | #define OPAL_CC_USE_PRAGMA_COMMENT
  3983. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  3984. | #define HAVE_INT8_T 1
  3985. | #define HAVE_UINT8_T 1
  3986. | #define HAVE_INT16_T 1
  3987. | #define HAVE_UINT16_T 1
  3988. | #define HAVE_INT32_T 1
  3989. | #define HAVE_UINT32_T 1
  3990. | /* end confdefs.h. */
  3991. | #include <stdio.h>
  3992. | #ifdef HAVE_SYS_TYPES_H
  3993. | # include <sys/types.h>
  3994. | #endif
  3995. | #ifdef HAVE_SYS_STAT_H
  3996. | # include <sys/stat.h>
  3997. | #endif
  3998. | #ifdef STDC_HEADERS
  3999. | # include <stdlib.h>
  4000. | # include <stddef.h>
  4001. | #else
  4002. | # ifdef HAVE_STDLIB_H
  4003. | # include <stdlib.h>
  4004. | # endif
  4005. | #endif
  4006. | #ifdef HAVE_STRING_H
  4007. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4008. | # include <memory.h>
  4009. | # endif
  4010. | # include <string.h>
  4011. | #endif
  4012. | #ifdef HAVE_STRINGS_H
  4013. | # include <strings.h>
  4014. | #endif
  4015. | #ifdef HAVE_INTTYPES_H
  4016. | # include <inttypes.h>
  4017. | #endif
  4018. | #ifdef HAVE_STDINT_H
  4019. | # include <stdint.h>
  4020. | #endif
  4021. | #ifdef HAVE_UNISTD_H
  4022. | # include <unistd.h>
  4023. | #endif
  4024. | int
  4025. | main ()
  4026. | {
  4027. | if (sizeof ((int64_t)))
  4028. | return 0;
  4029. | ;
  4030. | return 0;
  4031. | }
  4032. configure:20076: result: yes
  4033. configure:20086: checking for uint64_t
  4034. configure:20086: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4035. configure:20086: $? = 0
  4036. configure:20086: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4037. conftest.c: In function 'main':
  4038. conftest.c:165:23: error: expected expression before ')' token
  4039. if (sizeof ((uint64_t)))
  4040. ^
  4041. configure:20086: $? = 1
  4042. configure: failed program was:
  4043. | /* confdefs.h */
  4044. | #define PACKAGE_NAME "Open MPI"
  4045. | #define PACKAGE_TARNAME "openmpi"
  4046. | #define PACKAGE_VERSION "4.0.0"
  4047. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4048. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4049. | #define PACKAGE_URL ""
  4050. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4051. | #define STDC_HEADERS 1
  4052. | #define HAVE_SYS_TYPES_H 1
  4053. | #define HAVE_SYS_STAT_H 1
  4054. | #define HAVE_STDLIB_H 1
  4055. | #define HAVE_STRING_H 1
  4056. | #define HAVE_MEMORY_H 1
  4057. | #define HAVE_STRINGS_H 1
  4058. | #define HAVE_INTTYPES_H 1
  4059. | #define HAVE_STDINT_H 1
  4060. | #define HAVE_UNISTD_H 1
  4061. | #define __EXTENSIONS__ 1
  4062. | #define _ALL_SOURCE 1
  4063. | #define _GNU_SOURCE 1
  4064. | #define _POSIX_PTHREAD_SEMANTICS 1
  4065. | #define _TANDEM_SOURCE 1
  4066. | #define OMPI_MAJOR_VERSION 4
  4067. | #define OMPI_MINOR_VERSION 0
  4068. | #define OMPI_RELEASE_VERSION 0
  4069. | #define OMPI_GREEK_VERSION ""
  4070. | #define OMPI_REPO_REV "v4.0.0"
  4071. | #define OMPI_TARBALL_VERSION "4.0.0"
  4072. | #define OMPI_VERSION "0"
  4073. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4074. | #define ORTE_MAJOR_VERSION 4
  4075. | #define ORTE_MINOR_VERSION 0
  4076. | #define ORTE_RELEASE_VERSION 0
  4077. | #define ORTE_GREEK_VERSION ""
  4078. | #define ORTE_REPO_REV "v4.0.0"
  4079. | #define ORTE_TARBALL_VERSION "4.0.0"
  4080. | #define ORTE_VERSION "0"
  4081. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4082. | #define OSHMEM_MAJOR_VERSION 4
  4083. | #define OSHMEM_MINOR_VERSION 0
  4084. | #define OSHMEM_RELEASE_VERSION 0
  4085. | #define OSHMEM_GREEK_VERSION ""
  4086. | #define OSHMEM_REPO_REV "v4.0.0"
  4087. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4088. | #define OSHMEM_VERSION "0"
  4089. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4090. | #define OPAL_MAJOR_VERSION 4
  4091. | #define OPAL_MINOR_VERSION 0
  4092. | #define OPAL_RELEASE_VERSION 0
  4093. | #define OPAL_GREEK_VERSION ""
  4094. | #define OPAL_REPO_REV "v4.0.0"
  4095. | #define OPAL_TARBALL_VERSION "4.0.0"
  4096. | #define OPAL_VERSION "0"
  4097. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  4098. | #define OPAL_ENABLE_MEM_DEBUG 0
  4099. | #define OPAL_ENABLE_MEM_PROFILE 0
  4100. | #define OPAL_ENABLE_TIMING 0
  4101. | #define OPAL_ENABLE_DEBUG 0
  4102. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  4103. | #define OPAL_ENABLE_PTY_SUPPORT 1
  4104. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  4105. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  4106. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  4107. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  4108. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  4109. | #define OPAL_ENABLE_IPV6 0
  4110. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  4111. | #define OPAL_IDENT_STRING "4.0.0"
  4112. | #define OPAL_MAX_PROCESSOR_NAME 256
  4113. | #define OPAL_MAX_ERROR_STRING 256
  4114. | #define OPAL_MAX_OBJECT_NAME 64
  4115. | #define OPAL_MAX_INFO_KEY 36
  4116. | #define OPAL_MAX_INFO_VAL 256
  4117. | #define OPAL_MAX_PORT_NAME 1024
  4118. | #define OPAL_MAX_DATAREP_STRING 128
  4119. | #define OPAL_ENABLE_CRDEBUG 0
  4120. | #define OPAL_ENABLE_GETPWUID 1
  4121. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  4122. | #define HAVE_ZLIB_H 1
  4123. | #define OPAL_HAVE_ZLIB 1
  4124. | #define OPAL_HAVE_SOLARIS 0
  4125. | #define HAVE_NETDB_H 1
  4126. | #define HAVE_NETINET_IN_H 1
  4127. | #define HAVE_NETINET_TCP_H 1
  4128. | #define HAVE_STRUCT_SOCKADDR_IN 1
  4129. | #define OPAL_CUDA_SUPPORT 0
  4130. | #define OPAL_CUDA_SYNC_MEMOPS 0
  4131. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  4132. | #define OPAL_CUDA_GDR_SUPPORT 0
  4133. | #define OPAL_PMIX_V1 0
  4134. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  4135. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  4136. | #define OMPI_GROUP_SPARSE 0
  4137. | #define OMPI_WANT_PERUSE 0
  4138. | #define OMPI_WANT_MPI_CXX_SEEK 1
  4139. | #define OMPI_ENABLE_MPI1_COMPAT 0
  4140. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  4141. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  4142. | #define OMPI_PARAM_CHECK 1
  4143. | #define OSHMEM_SPEC_COMPAT 1
  4144. | #define OSHMEM_PARAM_CHECK 1
  4145. | #define HAVE_ON_EXIT 1
  4146. | #define SPC_ENABLE 0
  4147. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  4148. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  4149. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  4150. | #define OPAL_C_HAVE__ATOMIC 1
  4151. | #define OPAL_C_HAVE__GENERIC 1
  4152. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  4153. | #define OPAL_C_HAVE___THREAD 1
  4154. | #define STDC_HEADERS 1
  4155. | #define _GNU_SOURCE 1
  4156. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  4157. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  4158. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  4159. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  4160. | #define OPAL_CC_USE_IDENT 1
  4161. | #define OPAL_CC_USE_PRAGMA_COMMENT
  4162. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  4163. | #define HAVE_INT8_T 1
  4164. | #define HAVE_UINT8_T 1
  4165. | #define HAVE_INT16_T 1
  4166. | #define HAVE_UINT16_T 1
  4167. | #define HAVE_INT32_T 1
  4168. | #define HAVE_UINT32_T 1
  4169. | #define HAVE_INT64_T 1
  4170. | /* end confdefs.h. */
  4171. | #include <stdio.h>
  4172. | #ifdef HAVE_SYS_TYPES_H
  4173. | # include <sys/types.h>
  4174. | #endif
  4175. | #ifdef HAVE_SYS_STAT_H
  4176. | # include <sys/stat.h>
  4177. | #endif
  4178. | #ifdef STDC_HEADERS
  4179. | # include <stdlib.h>
  4180. | # include <stddef.h>
  4181. | #else
  4182. | # ifdef HAVE_STDLIB_H
  4183. | # include <stdlib.h>
  4184. | # endif
  4185. | #endif
  4186. | #ifdef HAVE_STRING_H
  4187. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4188. | # include <memory.h>
  4189. | # endif
  4190. | # include <string.h>
  4191. | #endif
  4192. | #ifdef HAVE_STRINGS_H
  4193. | # include <strings.h>
  4194. | #endif
  4195. | #ifdef HAVE_INTTYPES_H
  4196. | # include <inttypes.h>
  4197. | #endif
  4198. | #ifdef HAVE_STDINT_H
  4199. | # include <stdint.h>
  4200. | #endif
  4201. | #ifdef HAVE_UNISTD_H
  4202. | # include <unistd.h>
  4203. | #endif
  4204. | int
  4205. | main ()
  4206. | {
  4207. | if (sizeof ((uint64_t)))
  4208. | return 0;
  4209. | ;
  4210. | return 0;
  4211. | }
  4212. configure:20086: result: yes
  4213. configure:20096: checking for int128_t
  4214. configure:20096: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4215. conftest.c: In function 'main':
  4216. conftest.c:166:13: error: 'int128_t' undeclared (first use in this function)
  4217. if (sizeof (int128_t))
  4218. ^
  4219. conftest.c:166:13: note: each undeclared identifier is reported only once for each function it appears in
  4220. configure:20096: $? = 1
  4221. configure: failed program was:
  4222. | /* confdefs.h */
  4223. | #define PACKAGE_NAME "Open MPI"
  4224. | #define PACKAGE_TARNAME "openmpi"
  4225. | #define PACKAGE_VERSION "4.0.0"
  4226. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4227. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4228. | #define PACKAGE_URL ""
  4229. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4230. | #define STDC_HEADERS 1
  4231. | #define HAVE_SYS_TYPES_H 1
  4232. | #define HAVE_SYS_STAT_H 1
  4233. | #define HAVE_STDLIB_H 1
  4234. | #define HAVE_STRING_H 1
  4235. | #define HAVE_MEMORY_H 1
  4236. | #define HAVE_STRINGS_H 1
  4237. | #define HAVE_INTTYPES_H 1
  4238. | #define HAVE_STDINT_H 1
  4239. | #define HAVE_UNISTD_H 1
  4240. | #define __EXTENSIONS__ 1
  4241. | #define _ALL_SOURCE 1
  4242. | #define _GNU_SOURCE 1
  4243. | #define _POSIX_PTHREAD_SEMANTICS 1
  4244. | #define _TANDEM_SOURCE 1
  4245. | #define OMPI_MAJOR_VERSION 4
  4246. | #define OMPI_MINOR_VERSION 0
  4247. | #define OMPI_RELEASE_VERSION 0
  4248. | #define OMPI_GREEK_VERSION ""
  4249. | #define OMPI_REPO_REV "v4.0.0"
  4250. | #define OMPI_TARBALL_VERSION "4.0.0"
  4251. | #define OMPI_VERSION "0"
  4252. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4253. | #define ORTE_MAJOR_VERSION 4
  4254. | #define ORTE_MINOR_VERSION 0
  4255. | #define ORTE_RELEASE_VERSION 0
  4256. | #define ORTE_GREEK_VERSION ""
  4257. | #define ORTE_REPO_REV "v4.0.0"
  4258. | #define ORTE_TARBALL_VERSION "4.0.0"
  4259. | #define ORTE_VERSION "0"
  4260. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4261. | #define OSHMEM_MAJOR_VERSION 4
  4262. | #define OSHMEM_MINOR_VERSION 0
  4263. | #define OSHMEM_RELEASE_VERSION 0
  4264. | #define OSHMEM_GREEK_VERSION ""
  4265. | #define OSHMEM_REPO_REV "v4.0.0"
  4266. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4267. | #define OSHMEM_VERSION "0"
  4268. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4269. | #define OPAL_MAJOR_VERSION 4
  4270. | #define OPAL_MINOR_VERSION 0
  4271. | #define OPAL_RELEASE_VERSION 0
  4272. | #define OPAL_GREEK_VERSION ""
  4273. | #define OPAL_REPO_REV "v4.0.0"
  4274. | #define OPAL_TARBALL_VERSION "4.0.0"
  4275. | #define OPAL_VERSION "0"
  4276. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  4277. | #define OPAL_ENABLE_MEM_DEBUG 0
  4278. | #define OPAL_ENABLE_MEM_PROFILE 0
  4279. | #define OPAL_ENABLE_TIMING 0
  4280. | #define OPAL_ENABLE_DEBUG 0
  4281. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  4282. | #define OPAL_ENABLE_PTY_SUPPORT 1
  4283. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  4284. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  4285. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  4286. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  4287. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  4288. | #define OPAL_ENABLE_IPV6 0
  4289. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  4290. | #define OPAL_IDENT_STRING "4.0.0"
  4291. | #define OPAL_MAX_PROCESSOR_NAME 256
  4292. | #define OPAL_MAX_ERROR_STRING 256
  4293. | #define OPAL_MAX_OBJECT_NAME 64
  4294. | #define OPAL_MAX_INFO_KEY 36
  4295. | #define OPAL_MAX_INFO_VAL 256
  4296. | #define OPAL_MAX_PORT_NAME 1024
  4297. | #define OPAL_MAX_DATAREP_STRING 128
  4298. | #define OPAL_ENABLE_CRDEBUG 0
  4299. | #define OPAL_ENABLE_GETPWUID 1
  4300. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  4301. | #define HAVE_ZLIB_H 1
  4302. | #define OPAL_HAVE_ZLIB 1
  4303. | #define OPAL_HAVE_SOLARIS 0
  4304. | #define HAVE_NETDB_H 1
  4305. | #define HAVE_NETINET_IN_H 1
  4306. | #define HAVE_NETINET_TCP_H 1
  4307. | #define HAVE_STRUCT_SOCKADDR_IN 1
  4308. | #define OPAL_CUDA_SUPPORT 0
  4309. | #define OPAL_CUDA_SYNC_MEMOPS 0
  4310. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  4311. | #define OPAL_CUDA_GDR_SUPPORT 0
  4312. | #define OPAL_PMIX_V1 0
  4313. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  4314. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  4315. | #define OMPI_GROUP_SPARSE 0
  4316. | #define OMPI_WANT_PERUSE 0
  4317. | #define OMPI_WANT_MPI_CXX_SEEK 1
  4318. | #define OMPI_ENABLE_MPI1_COMPAT 0
  4319. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  4320. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  4321. | #define OMPI_PARAM_CHECK 1
  4322. | #define OSHMEM_SPEC_COMPAT 1
  4323. | #define OSHMEM_PARAM_CHECK 1
  4324. | #define HAVE_ON_EXIT 1
  4325. | #define SPC_ENABLE 0
  4326. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  4327. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  4328. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  4329. | #define OPAL_C_HAVE__ATOMIC 1
  4330. | #define OPAL_C_HAVE__GENERIC 1
  4331. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  4332. | #define OPAL_C_HAVE___THREAD 1
  4333. | #define STDC_HEADERS 1
  4334. | #define _GNU_SOURCE 1
  4335. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  4336. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  4337. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  4338. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  4339. | #define OPAL_CC_USE_IDENT 1
  4340. | #define OPAL_CC_USE_PRAGMA_COMMENT
  4341. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  4342. | #define HAVE_INT8_T 1
  4343. | #define HAVE_UINT8_T 1
  4344. | #define HAVE_INT16_T 1
  4345. | #define HAVE_UINT16_T 1
  4346. | #define HAVE_INT32_T 1
  4347. | #define HAVE_UINT32_T 1
  4348. | #define HAVE_INT64_T 1
  4349. | #define HAVE_UINT64_T 1
  4350. | /* end confdefs.h. */
  4351. | #include <stdio.h>
  4352. | #ifdef HAVE_SYS_TYPES_H
  4353. | # include <sys/types.h>
  4354. | #endif
  4355. | #ifdef HAVE_SYS_STAT_H
  4356. | # include <sys/stat.h>
  4357. | #endif
  4358. | #ifdef STDC_HEADERS
  4359. | # include <stdlib.h>
  4360. | # include <stddef.h>
  4361. | #else
  4362. | # ifdef HAVE_STDLIB_H
  4363. | # include <stdlib.h>
  4364. | # endif
  4365. | #endif
  4366. | #ifdef HAVE_STRING_H
  4367. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4368. | # include <memory.h>
  4369. | # endif
  4370. | # include <string.h>
  4371. | #endif
  4372. | #ifdef HAVE_STRINGS_H
  4373. | # include <strings.h>
  4374. | #endif
  4375. | #ifdef HAVE_INTTYPES_H
  4376. | # include <inttypes.h>
  4377. | #endif
  4378. | #ifdef HAVE_STDINT_H
  4379. | # include <stdint.h>
  4380. | #endif
  4381. | #ifdef HAVE_UNISTD_H
  4382. | # include <unistd.h>
  4383. | #endif
  4384. | int
  4385. | main ()
  4386. | {
  4387. | if (sizeof (int128_t))
  4388. | return 0;
  4389. | ;
  4390. | return 0;
  4391. | }
  4392. configure:20096: result: no
  4393. configure:20106: checking for __int128
  4394. configure:20106: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4395. configure:20106: $? = 0
  4396. configure:20106: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4397. conftest.c: In function 'main':
  4398. conftest.c:166:23: error: expected expression before ')' token
  4399. if (sizeof ((__int128)))
  4400. ^
  4401. configure:20106: $? = 1
  4402. configure: failed program was:
  4403. | /* confdefs.h */
  4404. | #define PACKAGE_NAME "Open MPI"
  4405. | #define PACKAGE_TARNAME "openmpi"
  4406. | #define PACKAGE_VERSION "4.0.0"
  4407. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4408. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4409. | #define PACKAGE_URL ""
  4410. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4411. | #define STDC_HEADERS 1
  4412. | #define HAVE_SYS_TYPES_H 1
  4413. | #define HAVE_SYS_STAT_H 1
  4414. | #define HAVE_STDLIB_H 1
  4415. | #define HAVE_STRING_H 1
  4416. | #define HAVE_MEMORY_H 1
  4417. | #define HAVE_STRINGS_H 1
  4418. | #define HAVE_INTTYPES_H 1
  4419. | #define HAVE_STDINT_H 1
  4420. | #define HAVE_UNISTD_H 1
  4421. | #define __EXTENSIONS__ 1
  4422. | #define _ALL_SOURCE 1
  4423. | #define _GNU_SOURCE 1
  4424. | #define _POSIX_PTHREAD_SEMANTICS 1
  4425. | #define _TANDEM_SOURCE 1
  4426. | #define OMPI_MAJOR_VERSION 4
  4427. | #define OMPI_MINOR_VERSION 0
  4428. | #define OMPI_RELEASE_VERSION 0
  4429. | #define OMPI_GREEK_VERSION ""
  4430. | #define OMPI_REPO_REV "v4.0.0"
  4431. | #define OMPI_TARBALL_VERSION "4.0.0"
  4432. | #define OMPI_VERSION "0"
  4433. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4434. | #define ORTE_MAJOR_VERSION 4
  4435. | #define ORTE_MINOR_VERSION 0
  4436. | #define ORTE_RELEASE_VERSION 0
  4437. | #define ORTE_GREEK_VERSION ""
  4438. | #define ORTE_REPO_REV "v4.0.0"
  4439. | #define ORTE_TARBALL_VERSION "4.0.0"
  4440. | #define ORTE_VERSION "0"
  4441. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4442. | #define OSHMEM_MAJOR_VERSION 4
  4443. | #define OSHMEM_MINOR_VERSION 0
  4444. | #define OSHMEM_RELEASE_VERSION 0
  4445. | #define OSHMEM_GREEK_VERSION ""
  4446. | #define OSHMEM_REPO_REV "v4.0.0"
  4447. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4448. | #define OSHMEM_VERSION "0"
  4449. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4450. | #define OPAL_MAJOR_VERSION 4
  4451. | #define OPAL_MINOR_VERSION 0
  4452. | #define OPAL_RELEASE_VERSION 0
  4453. | #define OPAL_GREEK_VERSION ""
  4454. | #define OPAL_REPO_REV "v4.0.0"
  4455. | #define OPAL_TARBALL_VERSION "4.0.0"
  4456. | #define OPAL_VERSION "0"
  4457. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  4458. | #define OPAL_ENABLE_MEM_DEBUG 0
  4459. | #define OPAL_ENABLE_MEM_PROFILE 0
  4460. | #define OPAL_ENABLE_TIMING 0
  4461. | #define OPAL_ENABLE_DEBUG 0
  4462. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  4463. | #define OPAL_ENABLE_PTY_SUPPORT 1
  4464. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  4465. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  4466. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  4467. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  4468. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  4469. | #define OPAL_ENABLE_IPV6 0
  4470. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  4471. | #define OPAL_IDENT_STRING "4.0.0"
  4472. | #define OPAL_MAX_PROCESSOR_NAME 256
  4473. | #define OPAL_MAX_ERROR_STRING 256
  4474. | #define OPAL_MAX_OBJECT_NAME 64
  4475. | #define OPAL_MAX_INFO_KEY 36
  4476. | #define OPAL_MAX_INFO_VAL 256
  4477. | #define OPAL_MAX_PORT_NAME 1024
  4478. | #define OPAL_MAX_DATAREP_STRING 128
  4479. | #define OPAL_ENABLE_CRDEBUG 0
  4480. | #define OPAL_ENABLE_GETPWUID 1
  4481. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  4482. | #define HAVE_ZLIB_H 1
  4483. | #define OPAL_HAVE_ZLIB 1
  4484. | #define OPAL_HAVE_SOLARIS 0
  4485. | #define HAVE_NETDB_H 1
  4486. | #define HAVE_NETINET_IN_H 1
  4487. | #define HAVE_NETINET_TCP_H 1
  4488. | #define HAVE_STRUCT_SOCKADDR_IN 1
  4489. | #define OPAL_CUDA_SUPPORT 0
  4490. | #define OPAL_CUDA_SYNC_MEMOPS 0
  4491. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  4492. | #define OPAL_CUDA_GDR_SUPPORT 0
  4493. | #define OPAL_PMIX_V1 0
  4494. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  4495. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  4496. | #define OMPI_GROUP_SPARSE 0
  4497. | #define OMPI_WANT_PERUSE 0
  4498. | #define OMPI_WANT_MPI_CXX_SEEK 1
  4499. | #define OMPI_ENABLE_MPI1_COMPAT 0
  4500. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  4501. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  4502. | #define OMPI_PARAM_CHECK 1
  4503. | #define OSHMEM_SPEC_COMPAT 1
  4504. | #define OSHMEM_PARAM_CHECK 1
  4505. | #define HAVE_ON_EXIT 1
  4506. | #define SPC_ENABLE 0
  4507. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  4508. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  4509. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  4510. | #define OPAL_C_HAVE__ATOMIC 1
  4511. | #define OPAL_C_HAVE__GENERIC 1
  4512. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  4513. | #define OPAL_C_HAVE___THREAD 1
  4514. | #define STDC_HEADERS 1
  4515. | #define _GNU_SOURCE 1
  4516. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  4517. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  4518. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  4519. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  4520. | #define OPAL_CC_USE_IDENT 1
  4521. | #define OPAL_CC_USE_PRAGMA_COMMENT
  4522. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  4523. | #define HAVE_INT8_T 1
  4524. | #define HAVE_UINT8_T 1
  4525. | #define HAVE_INT16_T 1
  4526. | #define HAVE_UINT16_T 1
  4527. | #define HAVE_INT32_T 1
  4528. | #define HAVE_UINT32_T 1
  4529. | #define HAVE_INT64_T 1
  4530. | #define HAVE_UINT64_T 1
  4531. | /* end confdefs.h. */
  4532. | #include <stdio.h>
  4533. | #ifdef HAVE_SYS_TYPES_H
  4534. | # include <sys/types.h>
  4535. | #endif
  4536. | #ifdef HAVE_SYS_STAT_H
  4537. | # include <sys/stat.h>
  4538. | #endif
  4539. | #ifdef STDC_HEADERS
  4540. | # include <stdlib.h>
  4541. | # include <stddef.h>
  4542. | #else
  4543. | # ifdef HAVE_STDLIB_H
  4544. | # include <stdlib.h>
  4545. | # endif
  4546. | #endif
  4547. | #ifdef HAVE_STRING_H
  4548. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4549. | # include <memory.h>
  4550. | # endif
  4551. | # include <string.h>
  4552. | #endif
  4553. | #ifdef HAVE_STRINGS_H
  4554. | # include <strings.h>
  4555. | #endif
  4556. | #ifdef HAVE_INTTYPES_H
  4557. | # include <inttypes.h>
  4558. | #endif
  4559. | #ifdef HAVE_STDINT_H
  4560. | # include <stdint.h>
  4561. | #endif
  4562. | #ifdef HAVE_UNISTD_H
  4563. | # include <unistd.h>
  4564. | #endif
  4565. | int
  4566. | main ()
  4567. | {
  4568. | if (sizeof ((__int128)))
  4569. | return 0;
  4570. | ;
  4571. | return 0;
  4572. | }
  4573. configure:20106: result: yes
  4574. configure:20116: checking for uint128_t
  4575. configure:20116: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4576. conftest.c: In function 'main':
  4577. conftest.c:167:13: error: 'uint128_t' undeclared (first use in this function)
  4578. if (sizeof (uint128_t))
  4579. ^
  4580. conftest.c:167:13: note: each undeclared identifier is reported only once for each function it appears in
  4581. configure:20116: $? = 1
  4582. configure: failed program was:
  4583. | /* confdefs.h */
  4584. | #define PACKAGE_NAME "Open MPI"
  4585. | #define PACKAGE_TARNAME "openmpi"
  4586. | #define PACKAGE_VERSION "4.0.0"
  4587. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4588. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4589. | #define PACKAGE_URL ""
  4590. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4591. | #define STDC_HEADERS 1
  4592. | #define HAVE_SYS_TYPES_H 1
  4593. | #define HAVE_SYS_STAT_H 1
  4594. | #define HAVE_STDLIB_H 1
  4595. | #define HAVE_STRING_H 1
  4596. | #define HAVE_MEMORY_H 1
  4597. | #define HAVE_STRINGS_H 1
  4598. | #define HAVE_INTTYPES_H 1
  4599. | #define HAVE_STDINT_H 1
  4600. | #define HAVE_UNISTD_H 1
  4601. | #define __EXTENSIONS__ 1
  4602. | #define _ALL_SOURCE 1
  4603. | #define _GNU_SOURCE 1
  4604. | #define _POSIX_PTHREAD_SEMANTICS 1
  4605. | #define _TANDEM_SOURCE 1
  4606. | #define OMPI_MAJOR_VERSION 4
  4607. | #define OMPI_MINOR_VERSION 0
  4608. | #define OMPI_RELEASE_VERSION 0
  4609. | #define OMPI_GREEK_VERSION ""
  4610. | #define OMPI_REPO_REV "v4.0.0"
  4611. | #define OMPI_TARBALL_VERSION "4.0.0"
  4612. | #define OMPI_VERSION "0"
  4613. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4614. | #define ORTE_MAJOR_VERSION 4
  4615. | #define ORTE_MINOR_VERSION 0
  4616. | #define ORTE_RELEASE_VERSION 0
  4617. | #define ORTE_GREEK_VERSION ""
  4618. | #define ORTE_REPO_REV "v4.0.0"
  4619. | #define ORTE_TARBALL_VERSION "4.0.0"
  4620. | #define ORTE_VERSION "0"
  4621. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4622. | #define OSHMEM_MAJOR_VERSION 4
  4623. | #define OSHMEM_MINOR_VERSION 0
  4624. | #define OSHMEM_RELEASE_VERSION 0
  4625. | #define OSHMEM_GREEK_VERSION ""
  4626. | #define OSHMEM_REPO_REV "v4.0.0"
  4627. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4628. | #define OSHMEM_VERSION "0"
  4629. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4630. | #define OPAL_MAJOR_VERSION 4
  4631. | #define OPAL_MINOR_VERSION 0
  4632. | #define OPAL_RELEASE_VERSION 0
  4633. | #define OPAL_GREEK_VERSION ""
  4634. | #define OPAL_REPO_REV "v4.0.0"
  4635. | #define OPAL_TARBALL_VERSION "4.0.0"
  4636. | #define OPAL_VERSION "0"
  4637. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  4638. | #define OPAL_ENABLE_MEM_DEBUG 0
  4639. | #define OPAL_ENABLE_MEM_PROFILE 0
  4640. | #define OPAL_ENABLE_TIMING 0
  4641. | #define OPAL_ENABLE_DEBUG 0
  4642. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  4643. | #define OPAL_ENABLE_PTY_SUPPORT 1
  4644. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  4645. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  4646. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  4647. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  4648. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  4649. | #define OPAL_ENABLE_IPV6 0
  4650. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  4651. | #define OPAL_IDENT_STRING "4.0.0"
  4652. | #define OPAL_MAX_PROCESSOR_NAME 256
  4653. | #define OPAL_MAX_ERROR_STRING 256
  4654. | #define OPAL_MAX_OBJECT_NAME 64
  4655. | #define OPAL_MAX_INFO_KEY 36
  4656. | #define OPAL_MAX_INFO_VAL 256
  4657. | #define OPAL_MAX_PORT_NAME 1024
  4658. | #define OPAL_MAX_DATAREP_STRING 128
  4659. | #define OPAL_ENABLE_CRDEBUG 0
  4660. | #define OPAL_ENABLE_GETPWUID 1
  4661. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  4662. | #define HAVE_ZLIB_H 1
  4663. | #define OPAL_HAVE_ZLIB 1
  4664. | #define OPAL_HAVE_SOLARIS 0
  4665. | #define HAVE_NETDB_H 1
  4666. | #define HAVE_NETINET_IN_H 1
  4667. | #define HAVE_NETINET_TCP_H 1
  4668. | #define HAVE_STRUCT_SOCKADDR_IN 1
  4669. | #define OPAL_CUDA_SUPPORT 0
  4670. | #define OPAL_CUDA_SYNC_MEMOPS 0
  4671. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  4672. | #define OPAL_CUDA_GDR_SUPPORT 0
  4673. | #define OPAL_PMIX_V1 0
  4674. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  4675. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  4676. | #define OMPI_GROUP_SPARSE 0
  4677. | #define OMPI_WANT_PERUSE 0
  4678. | #define OMPI_WANT_MPI_CXX_SEEK 1
  4679. | #define OMPI_ENABLE_MPI1_COMPAT 0
  4680. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  4681. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  4682. | #define OMPI_PARAM_CHECK 1
  4683. | #define OSHMEM_SPEC_COMPAT 1
  4684. | #define OSHMEM_PARAM_CHECK 1
  4685. | #define HAVE_ON_EXIT 1
  4686. | #define SPC_ENABLE 0
  4687. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  4688. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  4689. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  4690. | #define OPAL_C_HAVE__ATOMIC 1
  4691. | #define OPAL_C_HAVE__GENERIC 1
  4692. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  4693. | #define OPAL_C_HAVE___THREAD 1
  4694. | #define STDC_HEADERS 1
  4695. | #define _GNU_SOURCE 1
  4696. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  4697. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  4698. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  4699. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  4700. | #define OPAL_CC_USE_IDENT 1
  4701. | #define OPAL_CC_USE_PRAGMA_COMMENT
  4702. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  4703. | #define HAVE_INT8_T 1
  4704. | #define HAVE_UINT8_T 1
  4705. | #define HAVE_INT16_T 1
  4706. | #define HAVE_UINT16_T 1
  4707. | #define HAVE_INT32_T 1
  4708. | #define HAVE_UINT32_T 1
  4709. | #define HAVE_INT64_T 1
  4710. | #define HAVE_UINT64_T 1
  4711. | #define HAVE___INT128 1
  4712. | /* end confdefs.h. */
  4713. | #include <stdio.h>
  4714. | #ifdef HAVE_SYS_TYPES_H
  4715. | # include <sys/types.h>
  4716. | #endif
  4717. | #ifdef HAVE_SYS_STAT_H
  4718. | # include <sys/stat.h>
  4719. | #endif
  4720. | #ifdef STDC_HEADERS
  4721. | # include <stdlib.h>
  4722. | # include <stddef.h>
  4723. | #else
  4724. | # ifdef HAVE_STDLIB_H
  4725. | # include <stdlib.h>
  4726. | # endif
  4727. | #endif
  4728. | #ifdef HAVE_STRING_H
  4729. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4730. | # include <memory.h>
  4731. | # endif
  4732. | # include <string.h>
  4733. | #endif
  4734. | #ifdef HAVE_STRINGS_H
  4735. | # include <strings.h>
  4736. | #endif
  4737. | #ifdef HAVE_INTTYPES_H
  4738. | # include <inttypes.h>
  4739. | #endif
  4740. | #ifdef HAVE_STDINT_H
  4741. | # include <stdint.h>
  4742. | #endif
  4743. | #ifdef HAVE_UNISTD_H
  4744. | # include <unistd.h>
  4745. | #endif
  4746. | int
  4747. | main ()
  4748. | {
  4749. | if (sizeof (uint128_t))
  4750. | return 0;
  4751. | ;
  4752. | return 0;
  4753. | }
  4754. configure:20116: result: no
  4755. configure:20126: checking for long long
  4756. configure:20126: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4757. configure:20126: $? = 0
  4758. configure:20126: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4759. conftest.c: In function 'main':
  4760. conftest.c:167:24: error: expected expression before ')' token
  4761. if (sizeof ((long long)))
  4762. ^
  4763. configure:20126: $? = 1
  4764. configure: failed program was:
  4765. | /* confdefs.h */
  4766. | #define PACKAGE_NAME "Open MPI"
  4767. | #define PACKAGE_TARNAME "openmpi"
  4768. | #define PACKAGE_VERSION "4.0.0"
  4769. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4770. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4771. | #define PACKAGE_URL ""
  4772. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4773. | #define STDC_HEADERS 1
  4774. | #define HAVE_SYS_TYPES_H 1
  4775. | #define HAVE_SYS_STAT_H 1
  4776. | #define HAVE_STDLIB_H 1
  4777. | #define HAVE_STRING_H 1
  4778. | #define HAVE_MEMORY_H 1
  4779. | #define HAVE_STRINGS_H 1
  4780. | #define HAVE_INTTYPES_H 1
  4781. | #define HAVE_STDINT_H 1
  4782. | #define HAVE_UNISTD_H 1
  4783. | #define __EXTENSIONS__ 1
  4784. | #define _ALL_SOURCE 1
  4785. | #define _GNU_SOURCE 1
  4786. | #define _POSIX_PTHREAD_SEMANTICS 1
  4787. | #define _TANDEM_SOURCE 1
  4788. | #define OMPI_MAJOR_VERSION 4
  4789. | #define OMPI_MINOR_VERSION 0
  4790. | #define OMPI_RELEASE_VERSION 0
  4791. | #define OMPI_GREEK_VERSION ""
  4792. | #define OMPI_REPO_REV "v4.0.0"
  4793. | #define OMPI_TARBALL_VERSION "4.0.0"
  4794. | #define OMPI_VERSION "0"
  4795. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4796. | #define ORTE_MAJOR_VERSION 4
  4797. | #define ORTE_MINOR_VERSION 0
  4798. | #define ORTE_RELEASE_VERSION 0
  4799. | #define ORTE_GREEK_VERSION ""
  4800. | #define ORTE_REPO_REV "v4.0.0"
  4801. | #define ORTE_TARBALL_VERSION "4.0.0"
  4802. | #define ORTE_VERSION "0"
  4803. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4804. | #define OSHMEM_MAJOR_VERSION 4
  4805. | #define OSHMEM_MINOR_VERSION 0
  4806. | #define OSHMEM_RELEASE_VERSION 0
  4807. | #define OSHMEM_GREEK_VERSION ""
  4808. | #define OSHMEM_REPO_REV "v4.0.0"
  4809. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4810. | #define OSHMEM_VERSION "0"
  4811. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4812. | #define OPAL_MAJOR_VERSION 4
  4813. | #define OPAL_MINOR_VERSION 0
  4814. | #define OPAL_RELEASE_VERSION 0
  4815. | #define OPAL_GREEK_VERSION ""
  4816. | #define OPAL_REPO_REV "v4.0.0"
  4817. | #define OPAL_TARBALL_VERSION "4.0.0"
  4818. | #define OPAL_VERSION "0"
  4819. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  4820. | #define OPAL_ENABLE_MEM_DEBUG 0
  4821. | #define OPAL_ENABLE_MEM_PROFILE 0
  4822. | #define OPAL_ENABLE_TIMING 0
  4823. | #define OPAL_ENABLE_DEBUG 0
  4824. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  4825. | #define OPAL_ENABLE_PTY_SUPPORT 1
  4826. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  4827. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  4828. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  4829. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  4830. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  4831. | #define OPAL_ENABLE_IPV6 0
  4832. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  4833. | #define OPAL_IDENT_STRING "4.0.0"
  4834. | #define OPAL_MAX_PROCESSOR_NAME 256
  4835. | #define OPAL_MAX_ERROR_STRING 256
  4836. | #define OPAL_MAX_OBJECT_NAME 64
  4837. | #define OPAL_MAX_INFO_KEY 36
  4838. | #define OPAL_MAX_INFO_VAL 256
  4839. | #define OPAL_MAX_PORT_NAME 1024
  4840. | #define OPAL_MAX_DATAREP_STRING 128
  4841. | #define OPAL_ENABLE_CRDEBUG 0
  4842. | #define OPAL_ENABLE_GETPWUID 1
  4843. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  4844. | #define HAVE_ZLIB_H 1
  4845. | #define OPAL_HAVE_ZLIB 1
  4846. | #define OPAL_HAVE_SOLARIS 0
  4847. | #define HAVE_NETDB_H 1
  4848. | #define HAVE_NETINET_IN_H 1
  4849. | #define HAVE_NETINET_TCP_H 1
  4850. | #define HAVE_STRUCT_SOCKADDR_IN 1
  4851. | #define OPAL_CUDA_SUPPORT 0
  4852. | #define OPAL_CUDA_SYNC_MEMOPS 0
  4853. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  4854. | #define OPAL_CUDA_GDR_SUPPORT 0
  4855. | #define OPAL_PMIX_V1 0
  4856. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  4857. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  4858. | #define OMPI_GROUP_SPARSE 0
  4859. | #define OMPI_WANT_PERUSE 0
  4860. | #define OMPI_WANT_MPI_CXX_SEEK 1
  4861. | #define OMPI_ENABLE_MPI1_COMPAT 0
  4862. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  4863. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  4864. | #define OMPI_PARAM_CHECK 1
  4865. | #define OSHMEM_SPEC_COMPAT 1
  4866. | #define OSHMEM_PARAM_CHECK 1
  4867. | #define HAVE_ON_EXIT 1
  4868. | #define SPC_ENABLE 0
  4869. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  4870. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  4871. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  4872. | #define OPAL_C_HAVE__ATOMIC 1
  4873. | #define OPAL_C_HAVE__GENERIC 1
  4874. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  4875. | #define OPAL_C_HAVE___THREAD 1
  4876. | #define STDC_HEADERS 1
  4877. | #define _GNU_SOURCE 1
  4878. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  4879. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  4880. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  4881. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  4882. | #define OPAL_CC_USE_IDENT 1
  4883. | #define OPAL_CC_USE_PRAGMA_COMMENT
  4884. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  4885. | #define HAVE_INT8_T 1
  4886. | #define HAVE_UINT8_T 1
  4887. | #define HAVE_INT16_T 1
  4888. | #define HAVE_UINT16_T 1
  4889. | #define HAVE_INT32_T 1
  4890. | #define HAVE_UINT32_T 1
  4891. | #define HAVE_INT64_T 1
  4892. | #define HAVE_UINT64_T 1
  4893. | #define HAVE___INT128 1
  4894. | /* end confdefs.h. */
  4895. | #include <stdio.h>
  4896. | #ifdef HAVE_SYS_TYPES_H
  4897. | # include <sys/types.h>
  4898. | #endif
  4899. | #ifdef HAVE_SYS_STAT_H
  4900. | # include <sys/stat.h>
  4901. | #endif
  4902. | #ifdef STDC_HEADERS
  4903. | # include <stdlib.h>
  4904. | # include <stddef.h>
  4905. | #else
  4906. | # ifdef HAVE_STDLIB_H
  4907. | # include <stdlib.h>
  4908. | # endif
  4909. | #endif
  4910. | #ifdef HAVE_STRING_H
  4911. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4912. | # include <memory.h>
  4913. | # endif
  4914. | # include <string.h>
  4915. | #endif
  4916. | #ifdef HAVE_STRINGS_H
  4917. | # include <strings.h>
  4918. | #endif
  4919. | #ifdef HAVE_INTTYPES_H
  4920. | # include <inttypes.h>
  4921. | #endif
  4922. | #ifdef HAVE_STDINT_H
  4923. | # include <stdint.h>
  4924. | #endif
  4925. | #ifdef HAVE_UNISTD_H
  4926. | # include <unistd.h>
  4927. | #endif
  4928. | int
  4929. | main ()
  4930. | {
  4931. | if (sizeof ((long long)))
  4932. | return 0;
  4933. | ;
  4934. | return 0;
  4935. | }
  4936. configure:20126: result: yes
  4937. configure:20137: checking for __float128
  4938. configure:20137: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4939. configure:20137: $? = 0
  4940. configure:20137: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  4941. conftest.c: In function 'main':
  4942. conftest.c:168:25: error: expected expression before ')' token
  4943. if (sizeof ((__float128)))
  4944. ^
  4945. configure:20137: $? = 1
  4946. configure: failed program was:
  4947. | /* confdefs.h */
  4948. | #define PACKAGE_NAME "Open MPI"
  4949. | #define PACKAGE_TARNAME "openmpi"
  4950. | #define PACKAGE_VERSION "4.0.0"
  4951. | #define PACKAGE_STRING "Open MPI 4.0.0"
  4952. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  4953. | #define PACKAGE_URL ""
  4954. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  4955. | #define STDC_HEADERS 1
  4956. | #define HAVE_SYS_TYPES_H 1
  4957. | #define HAVE_SYS_STAT_H 1
  4958. | #define HAVE_STDLIB_H 1
  4959. | #define HAVE_STRING_H 1
  4960. | #define HAVE_MEMORY_H 1
  4961. | #define HAVE_STRINGS_H 1
  4962. | #define HAVE_INTTYPES_H 1
  4963. | #define HAVE_STDINT_H 1
  4964. | #define HAVE_UNISTD_H 1
  4965. | #define __EXTENSIONS__ 1
  4966. | #define _ALL_SOURCE 1
  4967. | #define _GNU_SOURCE 1
  4968. | #define _POSIX_PTHREAD_SEMANTICS 1
  4969. | #define _TANDEM_SOURCE 1
  4970. | #define OMPI_MAJOR_VERSION 4
  4971. | #define OMPI_MINOR_VERSION 0
  4972. | #define OMPI_RELEASE_VERSION 0
  4973. | #define OMPI_GREEK_VERSION ""
  4974. | #define OMPI_REPO_REV "v4.0.0"
  4975. | #define OMPI_TARBALL_VERSION "4.0.0"
  4976. | #define OMPI_VERSION "0"
  4977. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  4978. | #define ORTE_MAJOR_VERSION 4
  4979. | #define ORTE_MINOR_VERSION 0
  4980. | #define ORTE_RELEASE_VERSION 0
  4981. | #define ORTE_GREEK_VERSION ""
  4982. | #define ORTE_REPO_REV "v4.0.0"
  4983. | #define ORTE_TARBALL_VERSION "4.0.0"
  4984. | #define ORTE_VERSION "0"
  4985. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  4986. | #define OSHMEM_MAJOR_VERSION 4
  4987. | #define OSHMEM_MINOR_VERSION 0
  4988. | #define OSHMEM_RELEASE_VERSION 0
  4989. | #define OSHMEM_GREEK_VERSION ""
  4990. | #define OSHMEM_REPO_REV "v4.0.0"
  4991. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  4992. | #define OSHMEM_VERSION "0"
  4993. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  4994. | #define OPAL_MAJOR_VERSION 4
  4995. | #define OPAL_MINOR_VERSION 0
  4996. | #define OPAL_RELEASE_VERSION 0
  4997. | #define OPAL_GREEK_VERSION ""
  4998. | #define OPAL_REPO_REV "v4.0.0"
  4999. | #define OPAL_TARBALL_VERSION "4.0.0"
  5000. | #define OPAL_VERSION "0"
  5001. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5002. | #define OPAL_ENABLE_MEM_DEBUG 0
  5003. | #define OPAL_ENABLE_MEM_PROFILE 0
  5004. | #define OPAL_ENABLE_TIMING 0
  5005. | #define OPAL_ENABLE_DEBUG 0
  5006. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5007. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5008. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5009. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5010. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5011. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5012. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5013. | #define OPAL_ENABLE_IPV6 0
  5014. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5015. | #define OPAL_IDENT_STRING "4.0.0"
  5016. | #define OPAL_MAX_PROCESSOR_NAME 256
  5017. | #define OPAL_MAX_ERROR_STRING 256
  5018. | #define OPAL_MAX_OBJECT_NAME 64
  5019. | #define OPAL_MAX_INFO_KEY 36
  5020. | #define OPAL_MAX_INFO_VAL 256
  5021. | #define OPAL_MAX_PORT_NAME 1024
  5022. | #define OPAL_MAX_DATAREP_STRING 128
  5023. | #define OPAL_ENABLE_CRDEBUG 0
  5024. | #define OPAL_ENABLE_GETPWUID 1
  5025. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5026. | #define HAVE_ZLIB_H 1
  5027. | #define OPAL_HAVE_ZLIB 1
  5028. | #define OPAL_HAVE_SOLARIS 0
  5029. | #define HAVE_NETDB_H 1
  5030. | #define HAVE_NETINET_IN_H 1
  5031. | #define HAVE_NETINET_TCP_H 1
  5032. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5033. | #define OPAL_CUDA_SUPPORT 0
  5034. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5035. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5036. | #define OPAL_CUDA_GDR_SUPPORT 0
  5037. | #define OPAL_PMIX_V1 0
  5038. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5039. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5040. | #define OMPI_GROUP_SPARSE 0
  5041. | #define OMPI_WANT_PERUSE 0
  5042. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5043. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5044. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5045. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5046. | #define OMPI_PARAM_CHECK 1
  5047. | #define OSHMEM_SPEC_COMPAT 1
  5048. | #define OSHMEM_PARAM_CHECK 1
  5049. | #define HAVE_ON_EXIT 1
  5050. | #define SPC_ENABLE 0
  5051. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5052. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5053. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5054. | #define OPAL_C_HAVE__ATOMIC 1
  5055. | #define OPAL_C_HAVE__GENERIC 1
  5056. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5057. | #define OPAL_C_HAVE___THREAD 1
  5058. | #define STDC_HEADERS 1
  5059. | #define _GNU_SOURCE 1
  5060. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5061. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  5062. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  5063. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  5064. | #define OPAL_CC_USE_IDENT 1
  5065. | #define OPAL_CC_USE_PRAGMA_COMMENT
  5066. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  5067. | #define HAVE_INT8_T 1
  5068. | #define HAVE_UINT8_T 1
  5069. | #define HAVE_INT16_T 1
  5070. | #define HAVE_UINT16_T 1
  5071. | #define HAVE_INT32_T 1
  5072. | #define HAVE_UINT32_T 1
  5073. | #define HAVE_INT64_T 1
  5074. | #define HAVE_UINT64_T 1
  5075. | #define HAVE___INT128 1
  5076. | #define HAVE_LONG_LONG 1
  5077. | /* end confdefs.h. */
  5078. | #include <stdio.h>
  5079. | #ifdef HAVE_SYS_TYPES_H
  5080. | # include <sys/types.h>
  5081. | #endif
  5082. | #ifdef HAVE_SYS_STAT_H
  5083. | # include <sys/stat.h>
  5084. | #endif
  5085. | #ifdef STDC_HEADERS
  5086. | # include <stdlib.h>
  5087. | # include <stddef.h>
  5088. | #else
  5089. | # ifdef HAVE_STDLIB_H
  5090. | # include <stdlib.h>
  5091. | # endif
  5092. | #endif
  5093. | #ifdef HAVE_STRING_H
  5094. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5095. | # include <memory.h>
  5096. | # endif
  5097. | # include <string.h>
  5098. | #endif
  5099. | #ifdef HAVE_STRINGS_H
  5100. | # include <strings.h>
  5101. | #endif
  5102. | #ifdef HAVE_INTTYPES_H
  5103. | # include <inttypes.h>
  5104. | #endif
  5105. | #ifdef HAVE_STDINT_H
  5106. | # include <stdint.h>
  5107. | #endif
  5108. | #ifdef HAVE_UNISTD_H
  5109. | # include <unistd.h>
  5110. | #endif
  5111. | int
  5112. | main ()
  5113. | {
  5114. | if (sizeof ((__float128)))
  5115. | return 0;
  5116. | ;
  5117. | return 0;
  5118. | }
  5119. configure:20137: result: yes
  5120. configure:20147: checking for long double
  5121. configure:20147: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5122. configure:20147: $? = 0
  5123. configure:20147: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5124. conftest.c: In function 'main':
  5125. conftest.c:169:26: error: expected expression before ')' token
  5126. if (sizeof ((long double)))
  5127. ^
  5128. configure:20147: $? = 1
  5129. configure: failed program was:
  5130. | /* confdefs.h */
  5131. | #define PACKAGE_NAME "Open MPI"
  5132. | #define PACKAGE_TARNAME "openmpi"
  5133. | #define PACKAGE_VERSION "4.0.0"
  5134. | #define PACKAGE_STRING "Open MPI 4.0.0"
  5135. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  5136. | #define PACKAGE_URL ""
  5137. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  5138. | #define STDC_HEADERS 1
  5139. | #define HAVE_SYS_TYPES_H 1
  5140. | #define HAVE_SYS_STAT_H 1
  5141. | #define HAVE_STDLIB_H 1
  5142. | #define HAVE_STRING_H 1
  5143. | #define HAVE_MEMORY_H 1
  5144. | #define HAVE_STRINGS_H 1
  5145. | #define HAVE_INTTYPES_H 1
  5146. | #define HAVE_STDINT_H 1
  5147. | #define HAVE_UNISTD_H 1
  5148. | #define __EXTENSIONS__ 1
  5149. | #define _ALL_SOURCE 1
  5150. | #define _GNU_SOURCE 1
  5151. | #define _POSIX_PTHREAD_SEMANTICS 1
  5152. | #define _TANDEM_SOURCE 1
  5153. | #define OMPI_MAJOR_VERSION 4
  5154. | #define OMPI_MINOR_VERSION 0
  5155. | #define OMPI_RELEASE_VERSION 0
  5156. | #define OMPI_GREEK_VERSION ""
  5157. | #define OMPI_REPO_REV "v4.0.0"
  5158. | #define OMPI_TARBALL_VERSION "4.0.0"
  5159. | #define OMPI_VERSION "0"
  5160. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  5161. | #define ORTE_MAJOR_VERSION 4
  5162. | #define ORTE_MINOR_VERSION 0
  5163. | #define ORTE_RELEASE_VERSION 0
  5164. | #define ORTE_GREEK_VERSION ""
  5165. | #define ORTE_REPO_REV "v4.0.0"
  5166. | #define ORTE_TARBALL_VERSION "4.0.0"
  5167. | #define ORTE_VERSION "0"
  5168. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  5169. | #define OSHMEM_MAJOR_VERSION 4
  5170. | #define OSHMEM_MINOR_VERSION 0
  5171. | #define OSHMEM_RELEASE_VERSION 0
  5172. | #define OSHMEM_GREEK_VERSION ""
  5173. | #define OSHMEM_REPO_REV "v4.0.0"
  5174. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  5175. | #define OSHMEM_VERSION "0"
  5176. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  5177. | #define OPAL_MAJOR_VERSION 4
  5178. | #define OPAL_MINOR_VERSION 0
  5179. | #define OPAL_RELEASE_VERSION 0
  5180. | #define OPAL_GREEK_VERSION ""
  5181. | #define OPAL_REPO_REV "v4.0.0"
  5182. | #define OPAL_TARBALL_VERSION "4.0.0"
  5183. | #define OPAL_VERSION "0"
  5184. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5185. | #define OPAL_ENABLE_MEM_DEBUG 0
  5186. | #define OPAL_ENABLE_MEM_PROFILE 0
  5187. | #define OPAL_ENABLE_TIMING 0
  5188. | #define OPAL_ENABLE_DEBUG 0
  5189. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5190. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5191. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5192. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5193. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5194. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5195. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5196. | #define OPAL_ENABLE_IPV6 0
  5197. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5198. | #define OPAL_IDENT_STRING "4.0.0"
  5199. | #define OPAL_MAX_PROCESSOR_NAME 256
  5200. | #define OPAL_MAX_ERROR_STRING 256
  5201. | #define OPAL_MAX_OBJECT_NAME 64
  5202. | #define OPAL_MAX_INFO_KEY 36
  5203. | #define OPAL_MAX_INFO_VAL 256
  5204. | #define OPAL_MAX_PORT_NAME 1024
  5205. | #define OPAL_MAX_DATAREP_STRING 128
  5206. | #define OPAL_ENABLE_CRDEBUG 0
  5207. | #define OPAL_ENABLE_GETPWUID 1
  5208. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5209. | #define HAVE_ZLIB_H 1
  5210. | #define OPAL_HAVE_ZLIB 1
  5211. | #define OPAL_HAVE_SOLARIS 0
  5212. | #define HAVE_NETDB_H 1
  5213. | #define HAVE_NETINET_IN_H 1
  5214. | #define HAVE_NETINET_TCP_H 1
  5215. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5216. | #define OPAL_CUDA_SUPPORT 0
  5217. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5218. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5219. | #define OPAL_CUDA_GDR_SUPPORT 0
  5220. | #define OPAL_PMIX_V1 0
  5221. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5222. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5223. | #define OMPI_GROUP_SPARSE 0
  5224. | #define OMPI_WANT_PERUSE 0
  5225. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5226. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5227. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5228. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5229. | #define OMPI_PARAM_CHECK 1
  5230. | #define OSHMEM_SPEC_COMPAT 1
  5231. | #define OSHMEM_PARAM_CHECK 1
  5232. | #define HAVE_ON_EXIT 1
  5233. | #define SPC_ENABLE 0
  5234. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5235. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5236. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5237. | #define OPAL_C_HAVE__ATOMIC 1
  5238. | #define OPAL_C_HAVE__GENERIC 1
  5239. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5240. | #define OPAL_C_HAVE___THREAD 1
  5241. | #define STDC_HEADERS 1
  5242. | #define _GNU_SOURCE 1
  5243. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5244. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  5245. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  5246. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  5247. | #define OPAL_CC_USE_IDENT 1
  5248. | #define OPAL_CC_USE_PRAGMA_COMMENT
  5249. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  5250. | #define HAVE_INT8_T 1
  5251. | #define HAVE_UINT8_T 1
  5252. | #define HAVE_INT16_T 1
  5253. | #define HAVE_UINT16_T 1
  5254. | #define HAVE_INT32_T 1
  5255. | #define HAVE_UINT32_T 1
  5256. | #define HAVE_INT64_T 1
  5257. | #define HAVE_UINT64_T 1
  5258. | #define HAVE___INT128 1
  5259. | #define HAVE_LONG_LONG 1
  5260. | #define HAVE___FLOAT128 1
  5261. | /* end confdefs.h. */
  5262. | #include <stdio.h>
  5263. | #ifdef HAVE_SYS_TYPES_H
  5264. | # include <sys/types.h>
  5265. | #endif
  5266. | #ifdef HAVE_SYS_STAT_H
  5267. | # include <sys/stat.h>
  5268. | #endif
  5269. | #ifdef STDC_HEADERS
  5270. | # include <stdlib.h>
  5271. | # include <stddef.h>
  5272. | #else
  5273. | # ifdef HAVE_STDLIB_H
  5274. | # include <stdlib.h>
  5275. | # endif
  5276. | #endif
  5277. | #ifdef HAVE_STRING_H
  5278. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5279. | # include <memory.h>
  5280. | # endif
  5281. | # include <string.h>
  5282. | #endif
  5283. | #ifdef HAVE_STRINGS_H
  5284. | # include <strings.h>
  5285. | #endif
  5286. | #ifdef HAVE_INTTYPES_H
  5287. | # include <inttypes.h>
  5288. | #endif
  5289. | #ifdef HAVE_STDINT_H
  5290. | # include <stdint.h>
  5291. | #endif
  5292. | #ifdef HAVE_UNISTD_H
  5293. | # include <unistd.h>
  5294. | #endif
  5295. | int
  5296. | main ()
  5297. | {
  5298. | if (sizeof ((long double)))
  5299. | return 0;
  5300. | ;
  5301. | return 0;
  5302. | }
  5303. configure:20147: result: yes
  5304. configure:20161: checking complex.h usability
  5305. configure:20161: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5306. configure:20161: $? = 0
  5307. configure:20161: result: yes
  5308. configure:20161: checking complex.h presence
  5309. configure:20161: /share/apps/gcc-5.4.0/bin/gcc -E -I/share/apps/gcc-5.4.0/include conftest.c
  5310. configure:20161: $? = 0
  5311. configure:20161: result: yes
  5312. configure:20161: checking for complex.h
  5313. configure:20161: result: yes
  5314. configure:20171: checking for float _Complex
  5315. configure:20171: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5316. configure:20171: $? = 0
  5317. configure:20171: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5318. conftest.c: In function 'main':
  5319. conftest.c:171:29: error: expected expression before ')' token
  5320. if (sizeof ((float _Complex)))
  5321. ^
  5322. configure:20171: $? = 1
  5323. configure: failed program was:
  5324. | /* confdefs.h */
  5325. | #define PACKAGE_NAME "Open MPI"
  5326. | #define PACKAGE_TARNAME "openmpi"
  5327. | #define PACKAGE_VERSION "4.0.0"
  5328. | #define PACKAGE_STRING "Open MPI 4.0.0"
  5329. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  5330. | #define PACKAGE_URL ""
  5331. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  5332. | #define STDC_HEADERS 1
  5333. | #define HAVE_SYS_TYPES_H 1
  5334. | #define HAVE_SYS_STAT_H 1
  5335. | #define HAVE_STDLIB_H 1
  5336. | #define HAVE_STRING_H 1
  5337. | #define HAVE_MEMORY_H 1
  5338. | #define HAVE_STRINGS_H 1
  5339. | #define HAVE_INTTYPES_H 1
  5340. | #define HAVE_STDINT_H 1
  5341. | #define HAVE_UNISTD_H 1
  5342. | #define __EXTENSIONS__ 1
  5343. | #define _ALL_SOURCE 1
  5344. | #define _GNU_SOURCE 1
  5345. | #define _POSIX_PTHREAD_SEMANTICS 1
  5346. | #define _TANDEM_SOURCE 1
  5347. | #define OMPI_MAJOR_VERSION 4
  5348. | #define OMPI_MINOR_VERSION 0
  5349. | #define OMPI_RELEASE_VERSION 0
  5350. | #define OMPI_GREEK_VERSION ""
  5351. | #define OMPI_REPO_REV "v4.0.0"
  5352. | #define OMPI_TARBALL_VERSION "4.0.0"
  5353. | #define OMPI_VERSION "0"
  5354. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  5355. | #define ORTE_MAJOR_VERSION 4
  5356. | #define ORTE_MINOR_VERSION 0
  5357. | #define ORTE_RELEASE_VERSION 0
  5358. | #define ORTE_GREEK_VERSION ""
  5359. | #define ORTE_REPO_REV "v4.0.0"
  5360. | #define ORTE_TARBALL_VERSION "4.0.0"
  5361. | #define ORTE_VERSION "0"
  5362. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  5363. | #define OSHMEM_MAJOR_VERSION 4
  5364. | #define OSHMEM_MINOR_VERSION 0
  5365. | #define OSHMEM_RELEASE_VERSION 0
  5366. | #define OSHMEM_GREEK_VERSION ""
  5367. | #define OSHMEM_REPO_REV "v4.0.0"
  5368. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  5369. | #define OSHMEM_VERSION "0"
  5370. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  5371. | #define OPAL_MAJOR_VERSION 4
  5372. | #define OPAL_MINOR_VERSION 0
  5373. | #define OPAL_RELEASE_VERSION 0
  5374. | #define OPAL_GREEK_VERSION ""
  5375. | #define OPAL_REPO_REV "v4.0.0"
  5376. | #define OPAL_TARBALL_VERSION "4.0.0"
  5377. | #define OPAL_VERSION "0"
  5378. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5379. | #define OPAL_ENABLE_MEM_DEBUG 0
  5380. | #define OPAL_ENABLE_MEM_PROFILE 0
  5381. | #define OPAL_ENABLE_TIMING 0
  5382. | #define OPAL_ENABLE_DEBUG 0
  5383. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5384. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5385. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5386. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5387. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5388. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5389. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5390. | #define OPAL_ENABLE_IPV6 0
  5391. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5392. | #define OPAL_IDENT_STRING "4.0.0"
  5393. | #define OPAL_MAX_PROCESSOR_NAME 256
  5394. | #define OPAL_MAX_ERROR_STRING 256
  5395. | #define OPAL_MAX_OBJECT_NAME 64
  5396. | #define OPAL_MAX_INFO_KEY 36
  5397. | #define OPAL_MAX_INFO_VAL 256
  5398. | #define OPAL_MAX_PORT_NAME 1024
  5399. | #define OPAL_MAX_DATAREP_STRING 128
  5400. | #define OPAL_ENABLE_CRDEBUG 0
  5401. | #define OPAL_ENABLE_GETPWUID 1
  5402. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5403. | #define HAVE_ZLIB_H 1
  5404. | #define OPAL_HAVE_ZLIB 1
  5405. | #define OPAL_HAVE_SOLARIS 0
  5406. | #define HAVE_NETDB_H 1
  5407. | #define HAVE_NETINET_IN_H 1
  5408. | #define HAVE_NETINET_TCP_H 1
  5409. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5410. | #define OPAL_CUDA_SUPPORT 0
  5411. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5412. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5413. | #define OPAL_CUDA_GDR_SUPPORT 0
  5414. | #define OPAL_PMIX_V1 0
  5415. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5416. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5417. | #define OMPI_GROUP_SPARSE 0
  5418. | #define OMPI_WANT_PERUSE 0
  5419. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5420. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5421. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5422. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5423. | #define OMPI_PARAM_CHECK 1
  5424. | #define OSHMEM_SPEC_COMPAT 1
  5425. | #define OSHMEM_PARAM_CHECK 1
  5426. | #define HAVE_ON_EXIT 1
  5427. | #define SPC_ENABLE 0
  5428. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5429. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5430. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5431. | #define OPAL_C_HAVE__ATOMIC 1
  5432. | #define OPAL_C_HAVE__GENERIC 1
  5433. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5434. | #define OPAL_C_HAVE___THREAD 1
  5435. | #define STDC_HEADERS 1
  5436. | #define _GNU_SOURCE 1
  5437. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5438. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  5439. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  5440. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  5441. | #define OPAL_CC_USE_IDENT 1
  5442. | #define OPAL_CC_USE_PRAGMA_COMMENT
  5443. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  5444. | #define HAVE_INT8_T 1
  5445. | #define HAVE_UINT8_T 1
  5446. | #define HAVE_INT16_T 1
  5447. | #define HAVE_UINT16_T 1
  5448. | #define HAVE_INT32_T 1
  5449. | #define HAVE_UINT32_T 1
  5450. | #define HAVE_INT64_T 1
  5451. | #define HAVE_UINT64_T 1
  5452. | #define HAVE___INT128 1
  5453. | #define HAVE_LONG_LONG 1
  5454. | #define HAVE___FLOAT128 1
  5455. | #define HAVE_LONG_DOUBLE 1
  5456. | #define HAVE_COMPLEX_H 1
  5457. | /* end confdefs.h. */
  5458. | #include <stdio.h>
  5459. | #ifdef HAVE_SYS_TYPES_H
  5460. | # include <sys/types.h>
  5461. | #endif
  5462. | #ifdef HAVE_SYS_STAT_H
  5463. | # include <sys/stat.h>
  5464. | #endif
  5465. | #ifdef STDC_HEADERS
  5466. | # include <stdlib.h>
  5467. | # include <stddef.h>
  5468. | #else
  5469. | # ifdef HAVE_STDLIB_H
  5470. | # include <stdlib.h>
  5471. | # endif
  5472. | #endif
  5473. | #ifdef HAVE_STRING_H
  5474. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5475. | # include <memory.h>
  5476. | # endif
  5477. | # include <string.h>
  5478. | #endif
  5479. | #ifdef HAVE_STRINGS_H
  5480. | # include <strings.h>
  5481. | #endif
  5482. | #ifdef HAVE_INTTYPES_H
  5483. | # include <inttypes.h>
  5484. | #endif
  5485. | #ifdef HAVE_STDINT_H
  5486. | # include <stdint.h>
  5487. | #endif
  5488. | #ifdef HAVE_UNISTD_H
  5489. | # include <unistd.h>
  5490. | #endif
  5491. | int
  5492. | main ()
  5493. | {
  5494. | if (sizeof ((float _Complex)))
  5495. | return 0;
  5496. | ;
  5497. | return 0;
  5498. | }
  5499. configure:20171: result: yes
  5500. configure:20181: checking for double _Complex
  5501. configure:20181: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5502. configure:20181: $? = 0
  5503. configure:20181: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5504. conftest.c: In function 'main':
  5505. conftest.c:172:30: error: expected expression before ')' token
  5506. if (sizeof ((double _Complex)))
  5507. ^
  5508. configure:20181: $? = 1
  5509. configure: failed program was:
  5510. | /* confdefs.h */
  5511. | #define PACKAGE_NAME "Open MPI"
  5512. | #define PACKAGE_TARNAME "openmpi"
  5513. | #define PACKAGE_VERSION "4.0.0"
  5514. | #define PACKAGE_STRING "Open MPI 4.0.0"
  5515. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  5516. | #define PACKAGE_URL ""
  5517. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  5518. | #define STDC_HEADERS 1
  5519. | #define HAVE_SYS_TYPES_H 1
  5520. | #define HAVE_SYS_STAT_H 1
  5521. | #define HAVE_STDLIB_H 1
  5522. | #define HAVE_STRING_H 1
  5523. | #define HAVE_MEMORY_H 1
  5524. | #define HAVE_STRINGS_H 1
  5525. | #define HAVE_INTTYPES_H 1
  5526. | #define HAVE_STDINT_H 1
  5527. | #define HAVE_UNISTD_H 1
  5528. | #define __EXTENSIONS__ 1
  5529. | #define _ALL_SOURCE 1
  5530. | #define _GNU_SOURCE 1
  5531. | #define _POSIX_PTHREAD_SEMANTICS 1
  5532. | #define _TANDEM_SOURCE 1
  5533. | #define OMPI_MAJOR_VERSION 4
  5534. | #define OMPI_MINOR_VERSION 0
  5535. | #define OMPI_RELEASE_VERSION 0
  5536. | #define OMPI_GREEK_VERSION ""
  5537. | #define OMPI_REPO_REV "v4.0.0"
  5538. | #define OMPI_TARBALL_VERSION "4.0.0"
  5539. | #define OMPI_VERSION "0"
  5540. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  5541. | #define ORTE_MAJOR_VERSION 4
  5542. | #define ORTE_MINOR_VERSION 0
  5543. | #define ORTE_RELEASE_VERSION 0
  5544. | #define ORTE_GREEK_VERSION ""
  5545. | #define ORTE_REPO_REV "v4.0.0"
  5546. | #define ORTE_TARBALL_VERSION "4.0.0"
  5547. | #define ORTE_VERSION "0"
  5548. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  5549. | #define OSHMEM_MAJOR_VERSION 4
  5550. | #define OSHMEM_MINOR_VERSION 0
  5551. | #define OSHMEM_RELEASE_VERSION 0
  5552. | #define OSHMEM_GREEK_VERSION ""
  5553. | #define OSHMEM_REPO_REV "v4.0.0"
  5554. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  5555. | #define OSHMEM_VERSION "0"
  5556. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  5557. | #define OPAL_MAJOR_VERSION 4
  5558. | #define OPAL_MINOR_VERSION 0
  5559. | #define OPAL_RELEASE_VERSION 0
  5560. | #define OPAL_GREEK_VERSION ""
  5561. | #define OPAL_REPO_REV "v4.0.0"
  5562. | #define OPAL_TARBALL_VERSION "4.0.0"
  5563. | #define OPAL_VERSION "0"
  5564. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5565. | #define OPAL_ENABLE_MEM_DEBUG 0
  5566. | #define OPAL_ENABLE_MEM_PROFILE 0
  5567. | #define OPAL_ENABLE_TIMING 0
  5568. | #define OPAL_ENABLE_DEBUG 0
  5569. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5570. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5571. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5572. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5573. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5574. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5575. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5576. | #define OPAL_ENABLE_IPV6 0
  5577. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5578. | #define OPAL_IDENT_STRING "4.0.0"
  5579. | #define OPAL_MAX_PROCESSOR_NAME 256
  5580. | #define OPAL_MAX_ERROR_STRING 256
  5581. | #define OPAL_MAX_OBJECT_NAME 64
  5582. | #define OPAL_MAX_INFO_KEY 36
  5583. | #define OPAL_MAX_INFO_VAL 256
  5584. | #define OPAL_MAX_PORT_NAME 1024
  5585. | #define OPAL_MAX_DATAREP_STRING 128
  5586. | #define OPAL_ENABLE_CRDEBUG 0
  5587. | #define OPAL_ENABLE_GETPWUID 1
  5588. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5589. | #define HAVE_ZLIB_H 1
  5590. | #define OPAL_HAVE_ZLIB 1
  5591. | #define OPAL_HAVE_SOLARIS 0
  5592. | #define HAVE_NETDB_H 1
  5593. | #define HAVE_NETINET_IN_H 1
  5594. | #define HAVE_NETINET_TCP_H 1
  5595. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5596. | #define OPAL_CUDA_SUPPORT 0
  5597. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5598. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5599. | #define OPAL_CUDA_GDR_SUPPORT 0
  5600. | #define OPAL_PMIX_V1 0
  5601. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5602. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5603. | #define OMPI_GROUP_SPARSE 0
  5604. | #define OMPI_WANT_PERUSE 0
  5605. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5606. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5607. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5608. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5609. | #define OMPI_PARAM_CHECK 1
  5610. | #define OSHMEM_SPEC_COMPAT 1
  5611. | #define OSHMEM_PARAM_CHECK 1
  5612. | #define HAVE_ON_EXIT 1
  5613. | #define SPC_ENABLE 0
  5614. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5615. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5616. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5617. | #define OPAL_C_HAVE__ATOMIC 1
  5618. | #define OPAL_C_HAVE__GENERIC 1
  5619. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5620. | #define OPAL_C_HAVE___THREAD 1
  5621. | #define STDC_HEADERS 1
  5622. | #define _GNU_SOURCE 1
  5623. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5624. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  5625. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  5626. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  5627. | #define OPAL_CC_USE_IDENT 1
  5628. | #define OPAL_CC_USE_PRAGMA_COMMENT
  5629. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  5630. | #define HAVE_INT8_T 1
  5631. | #define HAVE_UINT8_T 1
  5632. | #define HAVE_INT16_T 1
  5633. | #define HAVE_UINT16_T 1
  5634. | #define HAVE_INT32_T 1
  5635. | #define HAVE_UINT32_T 1
  5636. | #define HAVE_INT64_T 1
  5637. | #define HAVE_UINT64_T 1
  5638. | #define HAVE___INT128 1
  5639. | #define HAVE_LONG_LONG 1
  5640. | #define HAVE___FLOAT128 1
  5641. | #define HAVE_LONG_DOUBLE 1
  5642. | #define HAVE_COMPLEX_H 1
  5643. | #define HAVE_FLOAT__COMPLEX 1
  5644. | /* end confdefs.h. */
  5645. | #include <stdio.h>
  5646. | #ifdef HAVE_SYS_TYPES_H
  5647. | # include <sys/types.h>
  5648. | #endif
  5649. | #ifdef HAVE_SYS_STAT_H
  5650. | # include <sys/stat.h>
  5651. | #endif
  5652. | #ifdef STDC_HEADERS
  5653. | # include <stdlib.h>
  5654. | # include <stddef.h>
  5655. | #else
  5656. | # ifdef HAVE_STDLIB_H
  5657. | # include <stdlib.h>
  5658. | # endif
  5659. | #endif
  5660. | #ifdef HAVE_STRING_H
  5661. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5662. | # include <memory.h>
  5663. | # endif
  5664. | # include <string.h>
  5665. | #endif
  5666. | #ifdef HAVE_STRINGS_H
  5667. | # include <strings.h>
  5668. | #endif
  5669. | #ifdef HAVE_INTTYPES_H
  5670. | # include <inttypes.h>
  5671. | #endif
  5672. | #ifdef HAVE_STDINT_H
  5673. | # include <stdint.h>
  5674. | #endif
  5675. | #ifdef HAVE_UNISTD_H
  5676. | # include <unistd.h>
  5677. | #endif
  5678. | int
  5679. | main ()
  5680. | {
  5681. | if (sizeof ((double _Complex)))
  5682. | return 0;
  5683. | ;
  5684. | return 0;
  5685. | }
  5686. configure:20181: result: yes
  5687. configure:20191: checking for long double _Complex
  5688. configure:20191: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5689. configure:20191: $? = 0
  5690. configure:20191: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5691. conftest.c: In function 'main':
  5692. conftest.c:173:35: error: expected expression before ')' token
  5693. if (sizeof ((long double _Complex)))
  5694. ^
  5695. configure:20191: $? = 1
  5696. configure: failed program was:
  5697. | /* confdefs.h */
  5698. | #define PACKAGE_NAME "Open MPI"
  5699. | #define PACKAGE_TARNAME "openmpi"
  5700. | #define PACKAGE_VERSION "4.0.0"
  5701. | #define PACKAGE_STRING "Open MPI 4.0.0"
  5702. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  5703. | #define PACKAGE_URL ""
  5704. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  5705. | #define STDC_HEADERS 1
  5706. | #define HAVE_SYS_TYPES_H 1
  5707. | #define HAVE_SYS_STAT_H 1
  5708. | #define HAVE_STDLIB_H 1
  5709. | #define HAVE_STRING_H 1
  5710. | #define HAVE_MEMORY_H 1
  5711. | #define HAVE_STRINGS_H 1
  5712. | #define HAVE_INTTYPES_H 1
  5713. | #define HAVE_STDINT_H 1
  5714. | #define HAVE_UNISTD_H 1
  5715. | #define __EXTENSIONS__ 1
  5716. | #define _ALL_SOURCE 1
  5717. | #define _GNU_SOURCE 1
  5718. | #define _POSIX_PTHREAD_SEMANTICS 1
  5719. | #define _TANDEM_SOURCE 1
  5720. | #define OMPI_MAJOR_VERSION 4
  5721. | #define OMPI_MINOR_VERSION 0
  5722. | #define OMPI_RELEASE_VERSION 0
  5723. | #define OMPI_GREEK_VERSION ""
  5724. | #define OMPI_REPO_REV "v4.0.0"
  5725. | #define OMPI_TARBALL_VERSION "4.0.0"
  5726. | #define OMPI_VERSION "0"
  5727. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  5728. | #define ORTE_MAJOR_VERSION 4
  5729. | #define ORTE_MINOR_VERSION 0
  5730. | #define ORTE_RELEASE_VERSION 0
  5731. | #define ORTE_GREEK_VERSION ""
  5732. | #define ORTE_REPO_REV "v4.0.0"
  5733. | #define ORTE_TARBALL_VERSION "4.0.0"
  5734. | #define ORTE_VERSION "0"
  5735. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  5736. | #define OSHMEM_MAJOR_VERSION 4
  5737. | #define OSHMEM_MINOR_VERSION 0
  5738. | #define OSHMEM_RELEASE_VERSION 0
  5739. | #define OSHMEM_GREEK_VERSION ""
  5740. | #define OSHMEM_REPO_REV "v4.0.0"
  5741. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  5742. | #define OSHMEM_VERSION "0"
  5743. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  5744. | #define OPAL_MAJOR_VERSION 4
  5745. | #define OPAL_MINOR_VERSION 0
  5746. | #define OPAL_RELEASE_VERSION 0
  5747. | #define OPAL_GREEK_VERSION ""
  5748. | #define OPAL_REPO_REV "v4.0.0"
  5749. | #define OPAL_TARBALL_VERSION "4.0.0"
  5750. | #define OPAL_VERSION "0"
  5751. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5752. | #define OPAL_ENABLE_MEM_DEBUG 0
  5753. | #define OPAL_ENABLE_MEM_PROFILE 0
  5754. | #define OPAL_ENABLE_TIMING 0
  5755. | #define OPAL_ENABLE_DEBUG 0
  5756. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5757. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5758. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5759. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5760. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5761. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5762. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5763. | #define OPAL_ENABLE_IPV6 0
  5764. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5765. | #define OPAL_IDENT_STRING "4.0.0"
  5766. | #define OPAL_MAX_PROCESSOR_NAME 256
  5767. | #define OPAL_MAX_ERROR_STRING 256
  5768. | #define OPAL_MAX_OBJECT_NAME 64
  5769. | #define OPAL_MAX_INFO_KEY 36
  5770. | #define OPAL_MAX_INFO_VAL 256
  5771. | #define OPAL_MAX_PORT_NAME 1024
  5772. | #define OPAL_MAX_DATAREP_STRING 128
  5773. | #define OPAL_ENABLE_CRDEBUG 0
  5774. | #define OPAL_ENABLE_GETPWUID 1
  5775. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5776. | #define HAVE_ZLIB_H 1
  5777. | #define OPAL_HAVE_ZLIB 1
  5778. | #define OPAL_HAVE_SOLARIS 0
  5779. | #define HAVE_NETDB_H 1
  5780. | #define HAVE_NETINET_IN_H 1
  5781. | #define HAVE_NETINET_TCP_H 1
  5782. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5783. | #define OPAL_CUDA_SUPPORT 0
  5784. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5785. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5786. | #define OPAL_CUDA_GDR_SUPPORT 0
  5787. | #define OPAL_PMIX_V1 0
  5788. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5789. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5790. | #define OMPI_GROUP_SPARSE 0
  5791. | #define OMPI_WANT_PERUSE 0
  5792. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5793. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5794. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5795. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5796. | #define OMPI_PARAM_CHECK 1
  5797. | #define OSHMEM_SPEC_COMPAT 1
  5798. | #define OSHMEM_PARAM_CHECK 1
  5799. | #define HAVE_ON_EXIT 1
  5800. | #define SPC_ENABLE 0
  5801. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5802. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5803. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5804. | #define OPAL_C_HAVE__ATOMIC 1
  5805. | #define OPAL_C_HAVE__GENERIC 1
  5806. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5807. | #define OPAL_C_HAVE___THREAD 1
  5808. | #define STDC_HEADERS 1
  5809. | #define _GNU_SOURCE 1
  5810. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5811. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  5812. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  5813. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  5814. | #define OPAL_CC_USE_IDENT 1
  5815. | #define OPAL_CC_USE_PRAGMA_COMMENT
  5816. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  5817. | #define HAVE_INT8_T 1
  5818. | #define HAVE_UINT8_T 1
  5819. | #define HAVE_INT16_T 1
  5820. | #define HAVE_UINT16_T 1
  5821. | #define HAVE_INT32_T 1
  5822. | #define HAVE_UINT32_T 1
  5823. | #define HAVE_INT64_T 1
  5824. | #define HAVE_UINT64_T 1
  5825. | #define HAVE___INT128 1
  5826. | #define HAVE_LONG_LONG 1
  5827. | #define HAVE___FLOAT128 1
  5828. | #define HAVE_LONG_DOUBLE 1
  5829. | #define HAVE_COMPLEX_H 1
  5830. | #define HAVE_FLOAT__COMPLEX 1
  5831. | #define HAVE_DOUBLE__COMPLEX 1
  5832. | /* end confdefs.h. */
  5833. | #include <stdio.h>
  5834. | #ifdef HAVE_SYS_TYPES_H
  5835. | # include <sys/types.h>
  5836. | #endif
  5837. | #ifdef HAVE_SYS_STAT_H
  5838. | # include <sys/stat.h>
  5839. | #endif
  5840. | #ifdef STDC_HEADERS
  5841. | # include <stdlib.h>
  5842. | # include <stddef.h>
  5843. | #else
  5844. | # ifdef HAVE_STDLIB_H
  5845. | # include <stdlib.h>
  5846. | # endif
  5847. | #endif
  5848. | #ifdef HAVE_STRING_H
  5849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5850. | # include <memory.h>
  5851. | # endif
  5852. | # include <string.h>
  5853. | #endif
  5854. | #ifdef HAVE_STRINGS_H
  5855. | # include <strings.h>
  5856. | #endif
  5857. | #ifdef HAVE_INTTYPES_H
  5858. | # include <inttypes.h>
  5859. | #endif
  5860. | #ifdef HAVE_STDINT_H
  5861. | # include <stdint.h>
  5862. | #endif
  5863. | #ifdef HAVE_UNISTD_H
  5864. | # include <unistd.h>
  5865. | #endif
  5866. | int
  5867. | main ()
  5868. | {
  5869. | if (sizeof ((long double _Complex)))
  5870. | return 0;
  5871. | ;
  5872. | return 0;
  5873. | }
  5874. configure:20191: result: yes
  5875. configure:20202: checking for intptr_t
  5876. configure:20202: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5877. configure:20202: $? = 0
  5878. configure:20202: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  5879. conftest.c: In function 'main':
  5880. conftest.c:174:23: error: expected expression before ')' token
  5881. if (sizeof ((intptr_t)))
  5882. ^
  5883. configure:20202: $? = 1
  5884. configure: failed program was:
  5885. | /* confdefs.h */
  5886. | #define PACKAGE_NAME "Open MPI"
  5887. | #define PACKAGE_TARNAME "openmpi"
  5888. | #define PACKAGE_VERSION "4.0.0"
  5889. | #define PACKAGE_STRING "Open MPI 4.0.0"
  5890. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  5891. | #define PACKAGE_URL ""
  5892. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  5893. | #define STDC_HEADERS 1
  5894. | #define HAVE_SYS_TYPES_H 1
  5895. | #define HAVE_SYS_STAT_H 1
  5896. | #define HAVE_STDLIB_H 1
  5897. | #define HAVE_STRING_H 1
  5898. | #define HAVE_MEMORY_H 1
  5899. | #define HAVE_STRINGS_H 1
  5900. | #define HAVE_INTTYPES_H 1
  5901. | #define HAVE_STDINT_H 1
  5902. | #define HAVE_UNISTD_H 1
  5903. | #define __EXTENSIONS__ 1
  5904. | #define _ALL_SOURCE 1
  5905. | #define _GNU_SOURCE 1
  5906. | #define _POSIX_PTHREAD_SEMANTICS 1
  5907. | #define _TANDEM_SOURCE 1
  5908. | #define OMPI_MAJOR_VERSION 4
  5909. | #define OMPI_MINOR_VERSION 0
  5910. | #define OMPI_RELEASE_VERSION 0
  5911. | #define OMPI_GREEK_VERSION ""
  5912. | #define OMPI_REPO_REV "v4.0.0"
  5913. | #define OMPI_TARBALL_VERSION "4.0.0"
  5914. | #define OMPI_VERSION "0"
  5915. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  5916. | #define ORTE_MAJOR_VERSION 4
  5917. | #define ORTE_MINOR_VERSION 0
  5918. | #define ORTE_RELEASE_VERSION 0
  5919. | #define ORTE_GREEK_VERSION ""
  5920. | #define ORTE_REPO_REV "v4.0.0"
  5921. | #define ORTE_TARBALL_VERSION "4.0.0"
  5922. | #define ORTE_VERSION "0"
  5923. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  5924. | #define OSHMEM_MAJOR_VERSION 4
  5925. | #define OSHMEM_MINOR_VERSION 0
  5926. | #define OSHMEM_RELEASE_VERSION 0
  5927. | #define OSHMEM_GREEK_VERSION ""
  5928. | #define OSHMEM_REPO_REV "v4.0.0"
  5929. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  5930. | #define OSHMEM_VERSION "0"
  5931. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  5932. | #define OPAL_MAJOR_VERSION 4
  5933. | #define OPAL_MINOR_VERSION 0
  5934. | #define OPAL_RELEASE_VERSION 0
  5935. | #define OPAL_GREEK_VERSION ""
  5936. | #define OPAL_REPO_REV "v4.0.0"
  5937. | #define OPAL_TARBALL_VERSION "4.0.0"
  5938. | #define OPAL_VERSION "0"
  5939. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  5940. | #define OPAL_ENABLE_MEM_DEBUG 0
  5941. | #define OPAL_ENABLE_MEM_PROFILE 0
  5942. | #define OPAL_ENABLE_TIMING 0
  5943. | #define OPAL_ENABLE_DEBUG 0
  5944. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  5945. | #define OPAL_ENABLE_PTY_SUPPORT 1
  5946. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  5947. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  5948. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  5949. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  5950. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  5951. | #define OPAL_ENABLE_IPV6 0
  5952. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  5953. | #define OPAL_IDENT_STRING "4.0.0"
  5954. | #define OPAL_MAX_PROCESSOR_NAME 256
  5955. | #define OPAL_MAX_ERROR_STRING 256
  5956. | #define OPAL_MAX_OBJECT_NAME 64
  5957. | #define OPAL_MAX_INFO_KEY 36
  5958. | #define OPAL_MAX_INFO_VAL 256
  5959. | #define OPAL_MAX_PORT_NAME 1024
  5960. | #define OPAL_MAX_DATAREP_STRING 128
  5961. | #define OPAL_ENABLE_CRDEBUG 0
  5962. | #define OPAL_ENABLE_GETPWUID 1
  5963. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  5964. | #define HAVE_ZLIB_H 1
  5965. | #define OPAL_HAVE_ZLIB 1
  5966. | #define OPAL_HAVE_SOLARIS 0
  5967. | #define HAVE_NETDB_H 1
  5968. | #define HAVE_NETINET_IN_H 1
  5969. | #define HAVE_NETINET_TCP_H 1
  5970. | #define HAVE_STRUCT_SOCKADDR_IN 1
  5971. | #define OPAL_CUDA_SUPPORT 0
  5972. | #define OPAL_CUDA_SYNC_MEMOPS 0
  5973. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  5974. | #define OPAL_CUDA_GDR_SUPPORT 0
  5975. | #define OPAL_PMIX_V1 0
  5976. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  5977. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  5978. | #define OMPI_GROUP_SPARSE 0
  5979. | #define OMPI_WANT_PERUSE 0
  5980. | #define OMPI_WANT_MPI_CXX_SEEK 1
  5981. | #define OMPI_ENABLE_MPI1_COMPAT 0
  5982. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  5983. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  5984. | #define OMPI_PARAM_CHECK 1
  5985. | #define OSHMEM_SPEC_COMPAT 1
  5986. | #define OSHMEM_PARAM_CHECK 1
  5987. | #define HAVE_ON_EXIT 1
  5988. | #define SPC_ENABLE 0
  5989. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  5990. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  5991. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  5992. | #define OPAL_C_HAVE__ATOMIC 1
  5993. | #define OPAL_C_HAVE__GENERIC 1
  5994. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  5995. | #define OPAL_C_HAVE___THREAD 1
  5996. | #define STDC_HEADERS 1
  5997. | #define _GNU_SOURCE 1
  5998. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  5999. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  6000. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  6001. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  6002. | #define OPAL_CC_USE_IDENT 1
  6003. | #define OPAL_CC_USE_PRAGMA_COMMENT
  6004. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  6005. | #define HAVE_INT8_T 1
  6006. | #define HAVE_UINT8_T 1
  6007. | #define HAVE_INT16_T 1
  6008. | #define HAVE_UINT16_T 1
  6009. | #define HAVE_INT32_T 1
  6010. | #define HAVE_UINT32_T 1
  6011. | #define HAVE_INT64_T 1
  6012. | #define HAVE_UINT64_T 1
  6013. | #define HAVE___INT128 1
  6014. | #define HAVE_LONG_LONG 1
  6015. | #define HAVE___FLOAT128 1
  6016. | #define HAVE_LONG_DOUBLE 1
  6017. | #define HAVE_COMPLEX_H 1
  6018. | #define HAVE_FLOAT__COMPLEX 1
  6019. | #define HAVE_DOUBLE__COMPLEX 1
  6020. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  6021. | /* end confdefs.h. */
  6022. | #include <stdio.h>
  6023. | #ifdef HAVE_SYS_TYPES_H
  6024. | # include <sys/types.h>
  6025. | #endif
  6026. | #ifdef HAVE_SYS_STAT_H
  6027. | # include <sys/stat.h>
  6028. | #endif
  6029. | #ifdef STDC_HEADERS
  6030. | # include <stdlib.h>
  6031. | # include <stddef.h>
  6032. | #else
  6033. | # ifdef HAVE_STDLIB_H
  6034. | # include <stdlib.h>
  6035. | # endif
  6036. | #endif
  6037. | #ifdef HAVE_STRING_H
  6038. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6039. | # include <memory.h>
  6040. | # endif
  6041. | # include <string.h>
  6042. | #endif
  6043. | #ifdef HAVE_STRINGS_H
  6044. | # include <strings.h>
  6045. | #endif
  6046. | #ifdef HAVE_INTTYPES_H
  6047. | # include <inttypes.h>
  6048. | #endif
  6049. | #ifdef HAVE_STDINT_H
  6050. | # include <stdint.h>
  6051. | #endif
  6052. | #ifdef HAVE_UNISTD_H
  6053. | # include <unistd.h>
  6054. | #endif
  6055. | int
  6056. | main ()
  6057. | {
  6058. | if (sizeof ((intptr_t)))
  6059. | return 0;
  6060. | ;
  6061. | return 0;
  6062. | }
  6063. configure:20202: result: yes
  6064. configure:20212: checking for uintptr_t
  6065. configure:20212: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6066. configure:20212: $? = 0
  6067. configure:20212: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6068. conftest.c: In function 'main':
  6069. conftest.c:175:24: error: expected expression before ')' token
  6070. if (sizeof ((uintptr_t)))
  6071. ^
  6072. configure:20212: $? = 1
  6073. configure: failed program was:
  6074. | /* confdefs.h */
  6075. | #define PACKAGE_NAME "Open MPI"
  6076. | #define PACKAGE_TARNAME "openmpi"
  6077. | #define PACKAGE_VERSION "4.0.0"
  6078. | #define PACKAGE_STRING "Open MPI 4.0.0"
  6079. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  6080. | #define PACKAGE_URL ""
  6081. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  6082. | #define STDC_HEADERS 1
  6083. | #define HAVE_SYS_TYPES_H 1
  6084. | #define HAVE_SYS_STAT_H 1
  6085. | #define HAVE_STDLIB_H 1
  6086. | #define HAVE_STRING_H 1
  6087. | #define HAVE_MEMORY_H 1
  6088. | #define HAVE_STRINGS_H 1
  6089. | #define HAVE_INTTYPES_H 1
  6090. | #define HAVE_STDINT_H 1
  6091. | #define HAVE_UNISTD_H 1
  6092. | #define __EXTENSIONS__ 1
  6093. | #define _ALL_SOURCE 1
  6094. | #define _GNU_SOURCE 1
  6095. | #define _POSIX_PTHREAD_SEMANTICS 1
  6096. | #define _TANDEM_SOURCE 1
  6097. | #define OMPI_MAJOR_VERSION 4
  6098. | #define OMPI_MINOR_VERSION 0
  6099. | #define OMPI_RELEASE_VERSION 0
  6100. | #define OMPI_GREEK_VERSION ""
  6101. | #define OMPI_REPO_REV "v4.0.0"
  6102. | #define OMPI_TARBALL_VERSION "4.0.0"
  6103. | #define OMPI_VERSION "0"
  6104. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  6105. | #define ORTE_MAJOR_VERSION 4
  6106. | #define ORTE_MINOR_VERSION 0
  6107. | #define ORTE_RELEASE_VERSION 0
  6108. | #define ORTE_GREEK_VERSION ""
  6109. | #define ORTE_REPO_REV "v4.0.0"
  6110. | #define ORTE_TARBALL_VERSION "4.0.0"
  6111. | #define ORTE_VERSION "0"
  6112. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  6113. | #define OSHMEM_MAJOR_VERSION 4
  6114. | #define OSHMEM_MINOR_VERSION 0
  6115. | #define OSHMEM_RELEASE_VERSION 0
  6116. | #define OSHMEM_GREEK_VERSION ""
  6117. | #define OSHMEM_REPO_REV "v4.0.0"
  6118. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  6119. | #define OSHMEM_VERSION "0"
  6120. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  6121. | #define OPAL_MAJOR_VERSION 4
  6122. | #define OPAL_MINOR_VERSION 0
  6123. | #define OPAL_RELEASE_VERSION 0
  6124. | #define OPAL_GREEK_VERSION ""
  6125. | #define OPAL_REPO_REV "v4.0.0"
  6126. | #define OPAL_TARBALL_VERSION "4.0.0"
  6127. | #define OPAL_VERSION "0"
  6128. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  6129. | #define OPAL_ENABLE_MEM_DEBUG 0
  6130. | #define OPAL_ENABLE_MEM_PROFILE 0
  6131. | #define OPAL_ENABLE_TIMING 0
  6132. | #define OPAL_ENABLE_DEBUG 0
  6133. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  6134. | #define OPAL_ENABLE_PTY_SUPPORT 1
  6135. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  6136. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  6137. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  6138. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  6139. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  6140. | #define OPAL_ENABLE_IPV6 0
  6141. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  6142. | #define OPAL_IDENT_STRING "4.0.0"
  6143. | #define OPAL_MAX_PROCESSOR_NAME 256
  6144. | #define OPAL_MAX_ERROR_STRING 256
  6145. | #define OPAL_MAX_OBJECT_NAME 64
  6146. | #define OPAL_MAX_INFO_KEY 36
  6147. | #define OPAL_MAX_INFO_VAL 256
  6148. | #define OPAL_MAX_PORT_NAME 1024
  6149. | #define OPAL_MAX_DATAREP_STRING 128
  6150. | #define OPAL_ENABLE_CRDEBUG 0
  6151. | #define OPAL_ENABLE_GETPWUID 1
  6152. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  6153. | #define HAVE_ZLIB_H 1
  6154. | #define OPAL_HAVE_ZLIB 1
  6155. | #define OPAL_HAVE_SOLARIS 0
  6156. | #define HAVE_NETDB_H 1
  6157. | #define HAVE_NETINET_IN_H 1
  6158. | #define HAVE_NETINET_TCP_H 1
  6159. | #define HAVE_STRUCT_SOCKADDR_IN 1
  6160. | #define OPAL_CUDA_SUPPORT 0
  6161. | #define OPAL_CUDA_SYNC_MEMOPS 0
  6162. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  6163. | #define OPAL_CUDA_GDR_SUPPORT 0
  6164. | #define OPAL_PMIX_V1 0
  6165. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  6166. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  6167. | #define OMPI_GROUP_SPARSE 0
  6168. | #define OMPI_WANT_PERUSE 0
  6169. | #define OMPI_WANT_MPI_CXX_SEEK 1
  6170. | #define OMPI_ENABLE_MPI1_COMPAT 0
  6171. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  6172. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  6173. | #define OMPI_PARAM_CHECK 1
  6174. | #define OSHMEM_SPEC_COMPAT 1
  6175. | #define OSHMEM_PARAM_CHECK 1
  6176. | #define HAVE_ON_EXIT 1
  6177. | #define SPC_ENABLE 0
  6178. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  6179. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  6180. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  6181. | #define OPAL_C_HAVE__ATOMIC 1
  6182. | #define OPAL_C_HAVE__GENERIC 1
  6183. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  6184. | #define OPAL_C_HAVE___THREAD 1
  6185. | #define STDC_HEADERS 1
  6186. | #define _GNU_SOURCE 1
  6187. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  6188. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  6189. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  6190. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  6191. | #define OPAL_CC_USE_IDENT 1
  6192. | #define OPAL_CC_USE_PRAGMA_COMMENT
  6193. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  6194. | #define HAVE_INT8_T 1
  6195. | #define HAVE_UINT8_T 1
  6196. | #define HAVE_INT16_T 1
  6197. | #define HAVE_UINT16_T 1
  6198. | #define HAVE_INT32_T 1
  6199. | #define HAVE_UINT32_T 1
  6200. | #define HAVE_INT64_T 1
  6201. | #define HAVE_UINT64_T 1
  6202. | #define HAVE___INT128 1
  6203. | #define HAVE_LONG_LONG 1
  6204. | #define HAVE___FLOAT128 1
  6205. | #define HAVE_LONG_DOUBLE 1
  6206. | #define HAVE_COMPLEX_H 1
  6207. | #define HAVE_FLOAT__COMPLEX 1
  6208. | #define HAVE_DOUBLE__COMPLEX 1
  6209. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  6210. | #define HAVE_INTPTR_T 1
  6211. | /* end confdefs.h. */
  6212. | #include <stdio.h>
  6213. | #ifdef HAVE_SYS_TYPES_H
  6214. | # include <sys/types.h>
  6215. | #endif
  6216. | #ifdef HAVE_SYS_STAT_H
  6217. | # include <sys/stat.h>
  6218. | #endif
  6219. | #ifdef STDC_HEADERS
  6220. | # include <stdlib.h>
  6221. | # include <stddef.h>
  6222. | #else
  6223. | # ifdef HAVE_STDLIB_H
  6224. | # include <stdlib.h>
  6225. | # endif
  6226. | #endif
  6227. | #ifdef HAVE_STRING_H
  6228. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6229. | # include <memory.h>
  6230. | # endif
  6231. | # include <string.h>
  6232. | #endif
  6233. | #ifdef HAVE_STRINGS_H
  6234. | # include <strings.h>
  6235. | #endif
  6236. | #ifdef HAVE_INTTYPES_H
  6237. | # include <inttypes.h>
  6238. | #endif
  6239. | #ifdef HAVE_STDINT_H
  6240. | # include <stdint.h>
  6241. | #endif
  6242. | #ifdef HAVE_UNISTD_H
  6243. | # include <unistd.h>
  6244. | #endif
  6245. | int
  6246. | main ()
  6247. | {
  6248. | if (sizeof ((uintptr_t)))
  6249. | return 0;
  6250. | ;
  6251. | return 0;
  6252. | }
  6253. configure:20212: result: yes
  6254. configure:20222: checking for mode_t
  6255. configure:20222: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6256. configure:20222: $? = 0
  6257. configure:20222: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6258. conftest.c: In function 'main':
  6259. conftest.c:176:21: error: expected expression before ')' token
  6260. if (sizeof ((mode_t)))
  6261. ^
  6262. configure:20222: $? = 1
  6263. configure: failed program was:
  6264. | /* confdefs.h */
  6265. | #define PACKAGE_NAME "Open MPI"
  6266. | #define PACKAGE_TARNAME "openmpi"
  6267. | #define PACKAGE_VERSION "4.0.0"
  6268. | #define PACKAGE_STRING "Open MPI 4.0.0"
  6269. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  6270. | #define PACKAGE_URL ""
  6271. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  6272. | #define STDC_HEADERS 1
  6273. | #define HAVE_SYS_TYPES_H 1
  6274. | #define HAVE_SYS_STAT_H 1
  6275. | #define HAVE_STDLIB_H 1
  6276. | #define HAVE_STRING_H 1
  6277. | #define HAVE_MEMORY_H 1
  6278. | #define HAVE_STRINGS_H 1
  6279. | #define HAVE_INTTYPES_H 1
  6280. | #define HAVE_STDINT_H 1
  6281. | #define HAVE_UNISTD_H 1
  6282. | #define __EXTENSIONS__ 1
  6283. | #define _ALL_SOURCE 1
  6284. | #define _GNU_SOURCE 1
  6285. | #define _POSIX_PTHREAD_SEMANTICS 1
  6286. | #define _TANDEM_SOURCE 1
  6287. | #define OMPI_MAJOR_VERSION 4
  6288. | #define OMPI_MINOR_VERSION 0
  6289. | #define OMPI_RELEASE_VERSION 0
  6290. | #define OMPI_GREEK_VERSION ""
  6291. | #define OMPI_REPO_REV "v4.0.0"
  6292. | #define OMPI_TARBALL_VERSION "4.0.0"
  6293. | #define OMPI_VERSION "0"
  6294. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  6295. | #define ORTE_MAJOR_VERSION 4
  6296. | #define ORTE_MINOR_VERSION 0
  6297. | #define ORTE_RELEASE_VERSION 0
  6298. | #define ORTE_GREEK_VERSION ""
  6299. | #define ORTE_REPO_REV "v4.0.0"
  6300. | #define ORTE_TARBALL_VERSION "4.0.0"
  6301. | #define ORTE_VERSION "0"
  6302. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  6303. | #define OSHMEM_MAJOR_VERSION 4
  6304. | #define OSHMEM_MINOR_VERSION 0
  6305. | #define OSHMEM_RELEASE_VERSION 0
  6306. | #define OSHMEM_GREEK_VERSION ""
  6307. | #define OSHMEM_REPO_REV "v4.0.0"
  6308. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  6309. | #define OSHMEM_VERSION "0"
  6310. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  6311. | #define OPAL_MAJOR_VERSION 4
  6312. | #define OPAL_MINOR_VERSION 0
  6313. | #define OPAL_RELEASE_VERSION 0
  6314. | #define OPAL_GREEK_VERSION ""
  6315. | #define OPAL_REPO_REV "v4.0.0"
  6316. | #define OPAL_TARBALL_VERSION "4.0.0"
  6317. | #define OPAL_VERSION "0"
  6318. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  6319. | #define OPAL_ENABLE_MEM_DEBUG 0
  6320. | #define OPAL_ENABLE_MEM_PROFILE 0
  6321. | #define OPAL_ENABLE_TIMING 0
  6322. | #define OPAL_ENABLE_DEBUG 0
  6323. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  6324. | #define OPAL_ENABLE_PTY_SUPPORT 1
  6325. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  6326. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  6327. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  6328. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  6329. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  6330. | #define OPAL_ENABLE_IPV6 0
  6331. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  6332. | #define OPAL_IDENT_STRING "4.0.0"
  6333. | #define OPAL_MAX_PROCESSOR_NAME 256
  6334. | #define OPAL_MAX_ERROR_STRING 256
  6335. | #define OPAL_MAX_OBJECT_NAME 64
  6336. | #define OPAL_MAX_INFO_KEY 36
  6337. | #define OPAL_MAX_INFO_VAL 256
  6338. | #define OPAL_MAX_PORT_NAME 1024
  6339. | #define OPAL_MAX_DATAREP_STRING 128
  6340. | #define OPAL_ENABLE_CRDEBUG 0
  6341. | #define OPAL_ENABLE_GETPWUID 1
  6342. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  6343. | #define HAVE_ZLIB_H 1
  6344. | #define OPAL_HAVE_ZLIB 1
  6345. | #define OPAL_HAVE_SOLARIS 0
  6346. | #define HAVE_NETDB_H 1
  6347. | #define HAVE_NETINET_IN_H 1
  6348. | #define HAVE_NETINET_TCP_H 1
  6349. | #define HAVE_STRUCT_SOCKADDR_IN 1
  6350. | #define OPAL_CUDA_SUPPORT 0
  6351. | #define OPAL_CUDA_SYNC_MEMOPS 0
  6352. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  6353. | #define OPAL_CUDA_GDR_SUPPORT 0
  6354. | #define OPAL_PMIX_V1 0
  6355. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  6356. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  6357. | #define OMPI_GROUP_SPARSE 0
  6358. | #define OMPI_WANT_PERUSE 0
  6359. | #define OMPI_WANT_MPI_CXX_SEEK 1
  6360. | #define OMPI_ENABLE_MPI1_COMPAT 0
  6361. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  6362. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  6363. | #define OMPI_PARAM_CHECK 1
  6364. | #define OSHMEM_SPEC_COMPAT 1
  6365. | #define OSHMEM_PARAM_CHECK 1
  6366. | #define HAVE_ON_EXIT 1
  6367. | #define SPC_ENABLE 0
  6368. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  6369. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  6370. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  6371. | #define OPAL_C_HAVE__ATOMIC 1
  6372. | #define OPAL_C_HAVE__GENERIC 1
  6373. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  6374. | #define OPAL_C_HAVE___THREAD 1
  6375. | #define STDC_HEADERS 1
  6376. | #define _GNU_SOURCE 1
  6377. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  6378. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  6379. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  6380. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  6381. | #define OPAL_CC_USE_IDENT 1
  6382. | #define OPAL_CC_USE_PRAGMA_COMMENT
  6383. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  6384. | #define HAVE_INT8_T 1
  6385. | #define HAVE_UINT8_T 1
  6386. | #define HAVE_INT16_T 1
  6387. | #define HAVE_UINT16_T 1
  6388. | #define HAVE_INT32_T 1
  6389. | #define HAVE_UINT32_T 1
  6390. | #define HAVE_INT64_T 1
  6391. | #define HAVE_UINT64_T 1
  6392. | #define HAVE___INT128 1
  6393. | #define HAVE_LONG_LONG 1
  6394. | #define HAVE___FLOAT128 1
  6395. | #define HAVE_LONG_DOUBLE 1
  6396. | #define HAVE_COMPLEX_H 1
  6397. | #define HAVE_FLOAT__COMPLEX 1
  6398. | #define HAVE_DOUBLE__COMPLEX 1
  6399. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  6400. | #define HAVE_INTPTR_T 1
  6401. | #define HAVE_UINTPTR_T 1
  6402. | /* end confdefs.h. */
  6403. | #include <stdio.h>
  6404. | #ifdef HAVE_SYS_TYPES_H
  6405. | # include <sys/types.h>
  6406. | #endif
  6407. | #ifdef HAVE_SYS_STAT_H
  6408. | # include <sys/stat.h>
  6409. | #endif
  6410. | #ifdef STDC_HEADERS
  6411. | # include <stdlib.h>
  6412. | # include <stddef.h>
  6413. | #else
  6414. | # ifdef HAVE_STDLIB_H
  6415. | # include <stdlib.h>
  6416. | # endif
  6417. | #endif
  6418. | #ifdef HAVE_STRING_H
  6419. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6420. | # include <memory.h>
  6421. | # endif
  6422. | # include <string.h>
  6423. | #endif
  6424. | #ifdef HAVE_STRINGS_H
  6425. | # include <strings.h>
  6426. | #endif
  6427. | #ifdef HAVE_INTTYPES_H
  6428. | # include <inttypes.h>
  6429. | #endif
  6430. | #ifdef HAVE_STDINT_H
  6431. | # include <stdint.h>
  6432. | #endif
  6433. | #ifdef HAVE_UNISTD_H
  6434. | # include <unistd.h>
  6435. | #endif
  6436. | int
  6437. | main ()
  6438. | {
  6439. | if (sizeof ((mode_t)))
  6440. | return 0;
  6441. | ;
  6442. | return 0;
  6443. | }
  6444. configure:20222: result: yes
  6445. configure:20232: checking for ssize_t
  6446. configure:20232: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6447. configure:20232: $? = 0
  6448. configure:20232: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6449. conftest.c: In function 'main':
  6450. conftest.c:177:22: error: expected expression before ')' token
  6451. if (sizeof ((ssize_t)))
  6452. ^
  6453. configure:20232: $? = 1
  6454. configure: failed program was:
  6455. | /* confdefs.h */
  6456. | #define PACKAGE_NAME "Open MPI"
  6457. | #define PACKAGE_TARNAME "openmpi"
  6458. | #define PACKAGE_VERSION "4.0.0"
  6459. | #define PACKAGE_STRING "Open MPI 4.0.0"
  6460. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  6461. | #define PACKAGE_URL ""
  6462. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  6463. | #define STDC_HEADERS 1
  6464. | #define HAVE_SYS_TYPES_H 1
  6465. | #define HAVE_SYS_STAT_H 1
  6466. | #define HAVE_STDLIB_H 1
  6467. | #define HAVE_STRING_H 1
  6468. | #define HAVE_MEMORY_H 1
  6469. | #define HAVE_STRINGS_H 1
  6470. | #define HAVE_INTTYPES_H 1
  6471. | #define HAVE_STDINT_H 1
  6472. | #define HAVE_UNISTD_H 1
  6473. | #define __EXTENSIONS__ 1
  6474. | #define _ALL_SOURCE 1
  6475. | #define _GNU_SOURCE 1
  6476. | #define _POSIX_PTHREAD_SEMANTICS 1
  6477. | #define _TANDEM_SOURCE 1
  6478. | #define OMPI_MAJOR_VERSION 4
  6479. | #define OMPI_MINOR_VERSION 0
  6480. | #define OMPI_RELEASE_VERSION 0
  6481. | #define OMPI_GREEK_VERSION ""
  6482. | #define OMPI_REPO_REV "v4.0.0"
  6483. | #define OMPI_TARBALL_VERSION "4.0.0"
  6484. | #define OMPI_VERSION "0"
  6485. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  6486. | #define ORTE_MAJOR_VERSION 4
  6487. | #define ORTE_MINOR_VERSION 0
  6488. | #define ORTE_RELEASE_VERSION 0
  6489. | #define ORTE_GREEK_VERSION ""
  6490. | #define ORTE_REPO_REV "v4.0.0"
  6491. | #define ORTE_TARBALL_VERSION "4.0.0"
  6492. | #define ORTE_VERSION "0"
  6493. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  6494. | #define OSHMEM_MAJOR_VERSION 4
  6495. | #define OSHMEM_MINOR_VERSION 0
  6496. | #define OSHMEM_RELEASE_VERSION 0
  6497. | #define OSHMEM_GREEK_VERSION ""
  6498. | #define OSHMEM_REPO_REV "v4.0.0"
  6499. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  6500. | #define OSHMEM_VERSION "0"
  6501. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  6502. | #define OPAL_MAJOR_VERSION 4
  6503. | #define OPAL_MINOR_VERSION 0
  6504. | #define OPAL_RELEASE_VERSION 0
  6505. | #define OPAL_GREEK_VERSION ""
  6506. | #define OPAL_REPO_REV "v4.0.0"
  6507. | #define OPAL_TARBALL_VERSION "4.0.0"
  6508. | #define OPAL_VERSION "0"
  6509. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  6510. | #define OPAL_ENABLE_MEM_DEBUG 0
  6511. | #define OPAL_ENABLE_MEM_PROFILE 0
  6512. | #define OPAL_ENABLE_TIMING 0
  6513. | #define OPAL_ENABLE_DEBUG 0
  6514. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  6515. | #define OPAL_ENABLE_PTY_SUPPORT 1
  6516. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  6517. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  6518. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  6519. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  6520. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  6521. | #define OPAL_ENABLE_IPV6 0
  6522. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  6523. | #define OPAL_IDENT_STRING "4.0.0"
  6524. | #define OPAL_MAX_PROCESSOR_NAME 256
  6525. | #define OPAL_MAX_ERROR_STRING 256
  6526. | #define OPAL_MAX_OBJECT_NAME 64
  6527. | #define OPAL_MAX_INFO_KEY 36
  6528. | #define OPAL_MAX_INFO_VAL 256
  6529. | #define OPAL_MAX_PORT_NAME 1024
  6530. | #define OPAL_MAX_DATAREP_STRING 128
  6531. | #define OPAL_ENABLE_CRDEBUG 0
  6532. | #define OPAL_ENABLE_GETPWUID 1
  6533. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  6534. | #define HAVE_ZLIB_H 1
  6535. | #define OPAL_HAVE_ZLIB 1
  6536. | #define OPAL_HAVE_SOLARIS 0
  6537. | #define HAVE_NETDB_H 1
  6538. | #define HAVE_NETINET_IN_H 1
  6539. | #define HAVE_NETINET_TCP_H 1
  6540. | #define HAVE_STRUCT_SOCKADDR_IN 1
  6541. | #define OPAL_CUDA_SUPPORT 0
  6542. | #define OPAL_CUDA_SYNC_MEMOPS 0
  6543. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  6544. | #define OPAL_CUDA_GDR_SUPPORT 0
  6545. | #define OPAL_PMIX_V1 0
  6546. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  6547. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  6548. | #define OMPI_GROUP_SPARSE 0
  6549. | #define OMPI_WANT_PERUSE 0
  6550. | #define OMPI_WANT_MPI_CXX_SEEK 1
  6551. | #define OMPI_ENABLE_MPI1_COMPAT 0
  6552. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  6553. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  6554. | #define OMPI_PARAM_CHECK 1
  6555. | #define OSHMEM_SPEC_COMPAT 1
  6556. | #define OSHMEM_PARAM_CHECK 1
  6557. | #define HAVE_ON_EXIT 1
  6558. | #define SPC_ENABLE 0
  6559. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  6560. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  6561. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  6562. | #define OPAL_C_HAVE__ATOMIC 1
  6563. | #define OPAL_C_HAVE__GENERIC 1
  6564. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  6565. | #define OPAL_C_HAVE___THREAD 1
  6566. | #define STDC_HEADERS 1
  6567. | #define _GNU_SOURCE 1
  6568. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  6569. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  6570. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  6571. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  6572. | #define OPAL_CC_USE_IDENT 1
  6573. | #define OPAL_CC_USE_PRAGMA_COMMENT
  6574. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  6575. | #define HAVE_INT8_T 1
  6576. | #define HAVE_UINT8_T 1
  6577. | #define HAVE_INT16_T 1
  6578. | #define HAVE_UINT16_T 1
  6579. | #define HAVE_INT32_T 1
  6580. | #define HAVE_UINT32_T 1
  6581. | #define HAVE_INT64_T 1
  6582. | #define HAVE_UINT64_T 1
  6583. | #define HAVE___INT128 1
  6584. | #define HAVE_LONG_LONG 1
  6585. | #define HAVE___FLOAT128 1
  6586. | #define HAVE_LONG_DOUBLE 1
  6587. | #define HAVE_COMPLEX_H 1
  6588. | #define HAVE_FLOAT__COMPLEX 1
  6589. | #define HAVE_DOUBLE__COMPLEX 1
  6590. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  6591. | #define HAVE_INTPTR_T 1
  6592. | #define HAVE_UINTPTR_T 1
  6593. | #define HAVE_MODE_T 1
  6594. | /* end confdefs.h. */
  6595. | #include <stdio.h>
  6596. | #ifdef HAVE_SYS_TYPES_H
  6597. | # include <sys/types.h>
  6598. | #endif
  6599. | #ifdef HAVE_SYS_STAT_H
  6600. | # include <sys/stat.h>
  6601. | #endif
  6602. | #ifdef STDC_HEADERS
  6603. | # include <stdlib.h>
  6604. | # include <stddef.h>
  6605. | #else
  6606. | # ifdef HAVE_STDLIB_H
  6607. | # include <stdlib.h>
  6608. | # endif
  6609. | #endif
  6610. | #ifdef HAVE_STRING_H
  6611. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6612. | # include <memory.h>
  6613. | # endif
  6614. | # include <string.h>
  6615. | #endif
  6616. | #ifdef HAVE_STRINGS_H
  6617. | # include <strings.h>
  6618. | #endif
  6619. | #ifdef HAVE_INTTYPES_H
  6620. | # include <inttypes.h>
  6621. | #endif
  6622. | #ifdef HAVE_STDINT_H
  6623. | # include <stdint.h>
  6624. | #endif
  6625. | #ifdef HAVE_UNISTD_H
  6626. | # include <unistd.h>
  6627. | #endif
  6628. | int
  6629. | main ()
  6630. | {
  6631. | if (sizeof ((ssize_t)))
  6632. | return 0;
  6633. | ;
  6634. | return 0;
  6635. | }
  6636. configure:20232: result: yes
  6637. configure:20242: checking for ptrdiff_t
  6638. configure:20242: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6639. configure:20242: $? = 0
  6640. configure:20242: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  6641. conftest.c: In function 'main':
  6642. conftest.c:178:24: error: expected expression before ')' token
  6643. if (sizeof ((ptrdiff_t)))
  6644. ^
  6645. configure:20242: $? = 1
  6646. configure: failed program was:
  6647. | /* confdefs.h */
  6648. | #define PACKAGE_NAME "Open MPI"
  6649. | #define PACKAGE_TARNAME "openmpi"
  6650. | #define PACKAGE_VERSION "4.0.0"
  6651. | #define PACKAGE_STRING "Open MPI 4.0.0"
  6652. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  6653. | #define PACKAGE_URL ""
  6654. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  6655. | #define STDC_HEADERS 1
  6656. | #define HAVE_SYS_TYPES_H 1
  6657. | #define HAVE_SYS_STAT_H 1
  6658. | #define HAVE_STDLIB_H 1
  6659. | #define HAVE_STRING_H 1
  6660. | #define HAVE_MEMORY_H 1
  6661. | #define HAVE_STRINGS_H 1
  6662. | #define HAVE_INTTYPES_H 1
  6663. | #define HAVE_STDINT_H 1
  6664. | #define HAVE_UNISTD_H 1
  6665. | #define __EXTENSIONS__ 1
  6666. | #define _ALL_SOURCE 1
  6667. | #define _GNU_SOURCE 1
  6668. | #define _POSIX_PTHREAD_SEMANTICS 1
  6669. | #define _TANDEM_SOURCE 1
  6670. | #define OMPI_MAJOR_VERSION 4
  6671. | #define OMPI_MINOR_VERSION 0
  6672. | #define OMPI_RELEASE_VERSION 0
  6673. | #define OMPI_GREEK_VERSION ""
  6674. | #define OMPI_REPO_REV "v4.0.0"
  6675. | #define OMPI_TARBALL_VERSION "4.0.0"
  6676. | #define OMPI_VERSION "0"
  6677. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  6678. | #define ORTE_MAJOR_VERSION 4
  6679. | #define ORTE_MINOR_VERSION 0
  6680. | #define ORTE_RELEASE_VERSION 0
  6681. | #define ORTE_GREEK_VERSION ""
  6682. | #define ORTE_REPO_REV "v4.0.0"
  6683. | #define ORTE_TARBALL_VERSION "4.0.0"
  6684. | #define ORTE_VERSION "0"
  6685. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  6686. | #define OSHMEM_MAJOR_VERSION 4
  6687. | #define OSHMEM_MINOR_VERSION 0
  6688. | #define OSHMEM_RELEASE_VERSION 0
  6689. | #define OSHMEM_GREEK_VERSION ""
  6690. | #define OSHMEM_REPO_REV "v4.0.0"
  6691. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  6692. | #define OSHMEM_VERSION "0"
  6693. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  6694. | #define OPAL_MAJOR_VERSION 4
  6695. | #define OPAL_MINOR_VERSION 0
  6696. | #define OPAL_RELEASE_VERSION 0
  6697. | #define OPAL_GREEK_VERSION ""
  6698. | #define OPAL_REPO_REV "v4.0.0"
  6699. | #define OPAL_TARBALL_VERSION "4.0.0"
  6700. | #define OPAL_VERSION "0"
  6701. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  6702. | #define OPAL_ENABLE_MEM_DEBUG 0
  6703. | #define OPAL_ENABLE_MEM_PROFILE 0
  6704. | #define OPAL_ENABLE_TIMING 0
  6705. | #define OPAL_ENABLE_DEBUG 0
  6706. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  6707. | #define OPAL_ENABLE_PTY_SUPPORT 1
  6708. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  6709. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  6710. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  6711. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  6712. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  6713. | #define OPAL_ENABLE_IPV6 0
  6714. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  6715. | #define OPAL_IDENT_STRING "4.0.0"
  6716. | #define OPAL_MAX_PROCESSOR_NAME 256
  6717. | #define OPAL_MAX_ERROR_STRING 256
  6718. | #define OPAL_MAX_OBJECT_NAME 64
  6719. | #define OPAL_MAX_INFO_KEY 36
  6720. | #define OPAL_MAX_INFO_VAL 256
  6721. | #define OPAL_MAX_PORT_NAME 1024
  6722. | #define OPAL_MAX_DATAREP_STRING 128
  6723. | #define OPAL_ENABLE_CRDEBUG 0
  6724. | #define OPAL_ENABLE_GETPWUID 1
  6725. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  6726. | #define HAVE_ZLIB_H 1
  6727. | #define OPAL_HAVE_ZLIB 1
  6728. | #define OPAL_HAVE_SOLARIS 0
  6729. | #define HAVE_NETDB_H 1
  6730. | #define HAVE_NETINET_IN_H 1
  6731. | #define HAVE_NETINET_TCP_H 1
  6732. | #define HAVE_STRUCT_SOCKADDR_IN 1
  6733. | #define OPAL_CUDA_SUPPORT 0
  6734. | #define OPAL_CUDA_SYNC_MEMOPS 0
  6735. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  6736. | #define OPAL_CUDA_GDR_SUPPORT 0
  6737. | #define OPAL_PMIX_V1 0
  6738. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  6739. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  6740. | #define OMPI_GROUP_SPARSE 0
  6741. | #define OMPI_WANT_PERUSE 0
  6742. | #define OMPI_WANT_MPI_CXX_SEEK 1
  6743. | #define OMPI_ENABLE_MPI1_COMPAT 0
  6744. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  6745. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  6746. | #define OMPI_PARAM_CHECK 1
  6747. | #define OSHMEM_SPEC_COMPAT 1
  6748. | #define OSHMEM_PARAM_CHECK 1
  6749. | #define HAVE_ON_EXIT 1
  6750. | #define SPC_ENABLE 0
  6751. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  6752. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  6753. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  6754. | #define OPAL_C_HAVE__ATOMIC 1
  6755. | #define OPAL_C_HAVE__GENERIC 1
  6756. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  6757. | #define OPAL_C_HAVE___THREAD 1
  6758. | #define STDC_HEADERS 1
  6759. | #define _GNU_SOURCE 1
  6760. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  6761. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  6762. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  6763. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  6764. | #define OPAL_CC_USE_IDENT 1
  6765. | #define OPAL_CC_USE_PRAGMA_COMMENT
  6766. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  6767. | #define HAVE_INT8_T 1
  6768. | #define HAVE_UINT8_T 1
  6769. | #define HAVE_INT16_T 1
  6770. | #define HAVE_UINT16_T 1
  6771. | #define HAVE_INT32_T 1
  6772. | #define HAVE_UINT32_T 1
  6773. | #define HAVE_INT64_T 1
  6774. | #define HAVE_UINT64_T 1
  6775. | #define HAVE___INT128 1
  6776. | #define HAVE_LONG_LONG 1
  6777. | #define HAVE___FLOAT128 1
  6778. | #define HAVE_LONG_DOUBLE 1
  6779. | #define HAVE_COMPLEX_H 1
  6780. | #define HAVE_FLOAT__COMPLEX 1
  6781. | #define HAVE_DOUBLE__COMPLEX 1
  6782. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  6783. | #define HAVE_INTPTR_T 1
  6784. | #define HAVE_UINTPTR_T 1
  6785. | #define HAVE_MODE_T 1
  6786. | #define HAVE_SSIZE_T 1
  6787. | /* end confdefs.h. */
  6788. | #include <stdio.h>
  6789. | #ifdef HAVE_SYS_TYPES_H
  6790. | # include <sys/types.h>
  6791. | #endif
  6792. | #ifdef HAVE_SYS_STAT_H
  6793. | # include <sys/stat.h>
  6794. | #endif
  6795. | #ifdef STDC_HEADERS
  6796. | # include <stdlib.h>
  6797. | # include <stddef.h>
  6798. | #else
  6799. | # ifdef HAVE_STDLIB_H
  6800. | # include <stdlib.h>
  6801. | # endif
  6802. | #endif
  6803. | #ifdef HAVE_STRING_H
  6804. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6805. | # include <memory.h>
  6806. | # endif
  6807. | # include <string.h>
  6808. | #endif
  6809. | #ifdef HAVE_STRINGS_H
  6810. | # include <strings.h>
  6811. | #endif
  6812. | #ifdef HAVE_INTTYPES_H
  6813. | # include <inttypes.h>
  6814. | #endif
  6815. | #ifdef HAVE_STDINT_H
  6816. | # include <stdint.h>
  6817. | #endif
  6818. | #ifdef HAVE_UNISTD_H
  6819. | # include <unistd.h>
  6820. | #endif
  6821. | int
  6822. | main ()
  6823. | {
  6824. | if (sizeof ((ptrdiff_t)))
  6825. | return 0;
  6826. | ;
  6827. | return 0;
  6828. | }
  6829. configure:20242: result: yes
  6830. configure:20261: checking size of _Bool
  6831. configure:20266: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6832. configure:20266: $? = 0
  6833. configure:20266: ./conftest
  6834. configure:20266: $? = 0
  6835. configure:20280: result: 1
  6836. configure:20294: checking size of char
  6837. configure:20299: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6838. configure:20299: $? = 0
  6839. configure:20299: ./conftest
  6840. configure:20299: $? = 0
  6841. configure:20313: result: 1
  6842. configure:20327: checking size of short
  6843. configure:20332: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6844. configure:20332: $? = 0
  6845. configure:20332: ./conftest
  6846. configure:20332: $? = 0
  6847. configure:20346: result: 2
  6848. configure:20360: checking size of int
  6849. configure:20365: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6850. configure:20365: $? = 0
  6851. configure:20365: ./conftest
  6852. configure:20365: $? = 0
  6853. configure:20379: result: 4
  6854. configure:20393: checking size of long
  6855. configure:20398: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6856. configure:20398: $? = 0
  6857. configure:20398: ./conftest
  6858. configure:20398: $? = 0
  6859. configure:20412: result: 8
  6860. configure:20427: checking size of long long
  6861. configure:20432: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6862. configure:20432: $? = 0
  6863. configure:20432: ./conftest
  6864. configure:20432: $? = 0
  6865. configure:20446: result: 8
  6866. configure:20461: checking size of float
  6867. configure:20466: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6868. configure:20466: $? = 0
  6869. configure:20466: ./conftest
  6870. configure:20466: $? = 0
  6871. configure:20480: result: 4
  6872. configure:20494: checking size of double
  6873. configure:20499: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6874. configure:20499: $? = 0
  6875. configure:20499: ./conftest
  6876. configure:20499: $? = 0
  6877. configure:20513: result: 8
  6878. configure:20528: checking size of long double
  6879. configure:20533: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6880. configure:20533: $? = 0
  6881. configure:20533: ./conftest
  6882. configure:20533: $? = 0
  6883. configure:20547: result: 16
  6884. configure:20563: checking size of __float128
  6885. configure:20568: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6886. configure:20568: $? = 0
  6887. configure:20568: ./conftest
  6888. configure:20568: $? = 0
  6889. configure:20582: result: 16
  6890. configure:20600: checking size of float _Complex
  6891. configure:20605: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6892. configure:20605: $? = 0
  6893. configure:20605: ./conftest
  6894. configure:20605: $? = 0
  6895. configure:20619: result: 8
  6896. configure:20635: checking size of double _Complex
  6897. configure:20640: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6898. configure:20640: $? = 0
  6899. configure:20640: ./conftest
  6900. configure:20640: $? = 0
  6901. configure:20654: result: 16
  6902. configure:20670: checking size of long double _Complex
  6903. configure:20675: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6904. configure:20675: $? = 0
  6905. configure:20675: ./conftest
  6906. configure:20675: $? = 0
  6907. configure:20689: result: 32
  6908. configure:20705: checking size of void *
  6909. configure:20710: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6910. configure:20710: $? = 0
  6911. configure:20710: ./conftest
  6912. configure:20710: $? = 0
  6913. configure:20724: result: 8
  6914. configure:20738: checking size of size_t
  6915. configure:20743: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6916. configure:20743: $? = 0
  6917. configure:20743: ./conftest
  6918. configure:20743: $? = 0
  6919. configure:20757: result: 8
  6920. configure:20772: checking size of ssize_t
  6921. configure:20777: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6922. configure:20777: $? = 0
  6923. configure:20777: ./conftest
  6924. configure:20777: $? = 0
  6925. configure:20791: result: 8
  6926. configure:20807: checking size of ptrdiff_t
  6927. configure:20812: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6928. configure:20812: $? = 0
  6929. configure:20812: ./conftest
  6930. configure:20812: $? = 0
  6931. configure:20826: result: 8
  6932. configure:20843: checking size of wchar_t
  6933. configure:20848: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6934. configure:20848: $? = 0
  6935. configure:20848: ./conftest
  6936. configure:20848: $? = 0
  6937. configure:20862: result: 4
  6938. configure:20877: checking size of pid_t
  6939. configure:20882: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6940. configure:20882: $? = 0
  6941. configure:20882: ./conftest
  6942. configure:20882: $? = 0
  6943. configure:20896: result: 4
  6944. configure:20912: checking size of atomic_short
  6945. configure:20917: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6946. configure:20917: $? = 0
  6947. configure:20917: ./conftest
  6948. configure:20917: $? = 0
  6949. configure:20932: result: 2
  6950. configure:20946: checking size of atomic_int
  6951. configure:20951: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6952. configure:20951: $? = 0
  6953. configure:20951: ./conftest
  6954. configure:20951: $? = 0
  6955. configure:20966: result: 4
  6956. configure:20980: checking size of atomic_long
  6957. configure:20985: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6958. configure:20985: $? = 0
  6959. configure:20985: ./conftest
  6960. configure:20985: $? = 0
  6961. configure:21000: result: 8
  6962. configure:21014: checking size of atomic_llong
  6963. configure:21019: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6964. configure:21019: $? = 0
  6965. configure:21019: ./conftest
  6966. configure:21019: $? = 0
  6967. configure:21034: result: 8
  6968. configure:21050: checking alignment of bool
  6969. configure:21098: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6970. configure:21098: $? = 0
  6971. configure:21098: ./conftest
  6972. configure:21098: $? = 0
  6973. configure:21112: result: 1
  6974. configure:21124: checking alignment of int8_t
  6975. configure:21172: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6976. configure:21172: $? = 0
  6977. configure:21172: ./conftest
  6978. configure:21172: $? = 0
  6979. configure:21186: result: 1
  6980. configure:21198: checking alignment of int16_t
  6981. configure:21246: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6982. configure:21246: $? = 0
  6983. configure:21246: ./conftest
  6984. configure:21246: $? = 0
  6985. configure:21260: result: 2
  6986. configure:21272: checking alignment of int32_t
  6987. configure:21320: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6988. configure:21320: $? = 0
  6989. configure:21320: ./conftest
  6990. configure:21320: $? = 0
  6991. configure:21334: result: 4
  6992. configure:21346: checking alignment of int64_t
  6993. configure:21394: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  6994. configure:21394: $? = 0
  6995. configure:21394: ./conftest
  6996. configure:21394: $? = 0
  6997. configure:21408: result: 8
  6998. configure:21496: checking alignment of char
  6999. configure:21544: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7000. configure:21544: $? = 0
  7001. configure:21544: ./conftest
  7002. configure:21544: $? = 0
  7003. configure:21558: result: 1
  7004. configure:21570: checking alignment of short
  7005. configure:21618: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7006. configure:21618: $? = 0
  7007. configure:21618: ./conftest
  7008. configure:21618: $? = 0
  7009. configure:21632: result: 2
  7010. configure:21644: checking alignment of wchar_t
  7011. configure:21692: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7012. configure:21692: $? = 0
  7013. configure:21692: ./conftest
  7014. configure:21692: $? = 0
  7015. configure:21706: result: 4
  7016. configure:21718: checking alignment of int
  7017. configure:21766: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7018. configure:21766: $? = 0
  7019. configure:21766: ./conftest
  7020. configure:21766: $? = 0
  7021. configure:21780: result: 4
  7022. configure:21792: checking alignment of long
  7023. configure:21840: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7024. configure:21840: $? = 0
  7025. configure:21840: ./conftest
  7026. configure:21840: $? = 0
  7027. configure:21854: result: 8
  7028. configure:21867: checking alignment of long long
  7029. configure:21915: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7030. configure:21915: $? = 0
  7031. configure:21915: ./conftest
  7032. configure:21915: $? = 0
  7033. configure:21929: result: 8
  7034. configure:21942: checking alignment of float
  7035. configure:21990: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7036. configure:21990: $? = 0
  7037. configure:21990: ./conftest
  7038. configure:21990: $? = 0
  7039. configure:22004: result: 4
  7040. configure:22016: checking alignment of double
  7041. configure:22064: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7042. configure:22064: $? = 0
  7043. configure:22064: ./conftest
  7044. configure:22064: $? = 0
  7045. configure:22078: result: 8
  7046. configure:22091: checking alignment of long double
  7047. configure:22139: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7048. configure:22139: $? = 0
  7049. configure:22139: ./conftest
  7050. configure:22139: $? = 0
  7051. configure:22153: result: 16
  7052. configure:22167: checking alignment of __float128
  7053. configure:22215: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7054. configure:22215: $? = 0
  7055. configure:22215: ./conftest
  7056. configure:22215: $? = 0
  7057. configure:22229: result: 16
  7058. configure:22247: checking alignment of float _Complex
  7059. configure:22295: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7060. configure:22295: $? = 0
  7061. configure:22295: ./conftest
  7062. configure:22295: $? = 0
  7063. configure:22309: result: 4
  7064. configure:22323: checking alignment of double _Complex
  7065. configure:22371: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7066. configure:22371: $? = 0
  7067. configure:22371: ./conftest
  7068. configure:22371: $? = 0
  7069. configure:22385: result: 8
  7070. configure:22399: checking alignment of long double _Complex
  7071. configure:22447: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7072. configure:22447: $? = 0
  7073. configure:22447: ./conftest
  7074. configure:22447: $? = 0
  7075. configure:22461: result: 16
  7076. configure:22475: checking alignment of void *
  7077. configure:22523: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7078. configure:22523: $? = 0
  7079. configure:22523: ./conftest
  7080. configure:22523: $? = 0
  7081. configure:22537: result: 8
  7082. configure:22549: checking alignment of size_t
  7083. configure:22597: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  7084. configure:22597: $? = 0
  7085. configure:22597: ./conftest
  7086. configure:22597: $? = 0
  7087. configure:22611: result: 8
  7088. configure:22628: checking for weak symbol support
  7089. configure:22659: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest_weak.c
  7090. configure:22666: $? = 0
  7091. configure:22676: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing conftest.c conftest_weak.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz
  7092. configure:22683: $? = 0
  7093. configure:22709: result: yes
  7094. configure:22719: checking for macro weak symbol support
  7095. configure:22756: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest_weak.c
  7096. configure:22763: $? = 0
  7097. configure:22773: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing conftest.c conftest_weak.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz
  7098. configure:22780: $? = 0
  7099. configure:22806: result: yes
  7100. configure:22930: checking for functional offsetof macro
  7101. configure:22943: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  7102. configure:22943: $? = 0
  7103. configure:22978: result: yes
  7104. configure:5870: *** C++ compiler and preprocessor
  7105. configure:23169: checking for C++ compiler version
  7106. configure:23178: /share/apps/gcc-5.4.0/bin/g++ --version >&5
  7107. g++ (GCC) 5.4.0
  7108. Copyright (C) 2015 Free Software Foundation, Inc.
  7109. This is free software; see the source for copying conditions. There is NO
  7110. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  7111.  
  7112. configure:23189: $? = 0
  7113. configure:23178: /share/apps/gcc-5.4.0/bin/g++ -v >&5
  7114. Using built-in specs.
  7115. COLLECT_GCC=/share/apps/gcc-5.4.0/bin/g++
  7116. COLLECT_LTO_WRAPPER=/share/apps/gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
  7117. Target: x86_64-unknown-linux-gnu
  7118. Configured with: /share/Part1/root/gcc/gcc-5.4.0/configure --prefix=/share/apps/gcc-5.4.0
  7119. Thread model: posix
  7120. gcc version 5.4.0 (GCC)
  7121. configure:23189: $? = 0
  7122. configure:23178: /share/apps/gcc-5.4.0/bin/g++ -V >&5
  7123. g++: error: unrecognized command line option '-V'
  7124. g++: fatal error: no input files
  7125. compilation terminated.
  7126. configure:23189: $? = 1
  7127. configure:23178: /share/apps/gcc-5.4.0/bin/g++ -qversion >&5
  7128. g++: error: unrecognized command line option '-qversion'
  7129. g++: fatal error: no input files
  7130. compilation terminated.
  7131. configure:23189: $? = 1
  7132. configure:23193: checking whether we are using the GNU C++ compiler
  7133. configure:23212: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  7134. configure:23212: $? = 0
  7135. configure:23221: result: yes
  7136. configure:23230: checking whether /share/apps/gcc-5.4.0/bin/g++ accepts -g
  7137. configure:23250: /share/apps/gcc-5.4.0/bin/g++ -c -g -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  7138. configure:23250: $? = 0
  7139. configure:23291: result: yes
  7140. configure:23316: checking dependency style of /share/apps/gcc-5.4.0/bin/g++
  7141. configure:23427: result: gcc3
  7142. configure:23447: checking how to run the C++ preprocessor
  7143. configure:23474: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  7144. configure:23474: $? = 0
  7145. configure:23488: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  7146. conftest.cpp:186:28: fatal error: ac_nonexistent.h: No such file or directory
  7147. compilation terminated.
  7148. configure:23488: $? = 1
  7149. configure: failed program was:
  7150. | /* confdefs.h */
  7151. | #define PACKAGE_NAME "Open MPI"
  7152. | #define PACKAGE_TARNAME "openmpi"
  7153. | #define PACKAGE_VERSION "4.0.0"
  7154. | #define PACKAGE_STRING "Open MPI 4.0.0"
  7155. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  7156. | #define PACKAGE_URL ""
  7157. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  7158. | #define STDC_HEADERS 1
  7159. | #define HAVE_SYS_TYPES_H 1
  7160. | #define HAVE_SYS_STAT_H 1
  7161. | #define HAVE_STDLIB_H 1
  7162. | #define HAVE_STRING_H 1
  7163. | #define HAVE_MEMORY_H 1
  7164. | #define HAVE_STRINGS_H 1
  7165. | #define HAVE_INTTYPES_H 1
  7166. | #define HAVE_STDINT_H 1
  7167. | #define HAVE_UNISTD_H 1
  7168. | #define __EXTENSIONS__ 1
  7169. | #define _ALL_SOURCE 1
  7170. | #define _GNU_SOURCE 1
  7171. | #define _POSIX_PTHREAD_SEMANTICS 1
  7172. | #define _TANDEM_SOURCE 1
  7173. | #define OMPI_MAJOR_VERSION 4
  7174. | #define OMPI_MINOR_VERSION 0
  7175. | #define OMPI_RELEASE_VERSION 0
  7176. | #define OMPI_GREEK_VERSION ""
  7177. | #define OMPI_REPO_REV "v4.0.0"
  7178. | #define OMPI_TARBALL_VERSION "4.0.0"
  7179. | #define OMPI_VERSION "0"
  7180. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  7181. | #define ORTE_MAJOR_VERSION 4
  7182. | #define ORTE_MINOR_VERSION 0
  7183. | #define ORTE_RELEASE_VERSION 0
  7184. | #define ORTE_GREEK_VERSION ""
  7185. | #define ORTE_REPO_REV "v4.0.0"
  7186. | #define ORTE_TARBALL_VERSION "4.0.0"
  7187. | #define ORTE_VERSION "0"
  7188. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  7189. | #define OSHMEM_MAJOR_VERSION 4
  7190. | #define OSHMEM_MINOR_VERSION 0
  7191. | #define OSHMEM_RELEASE_VERSION 0
  7192. | #define OSHMEM_GREEK_VERSION ""
  7193. | #define OSHMEM_REPO_REV "v4.0.0"
  7194. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  7195. | #define OSHMEM_VERSION "0"
  7196. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  7197. | #define OPAL_MAJOR_VERSION 4
  7198. | #define OPAL_MINOR_VERSION 0
  7199. | #define OPAL_RELEASE_VERSION 0
  7200. | #define OPAL_GREEK_VERSION ""
  7201. | #define OPAL_REPO_REV "v4.0.0"
  7202. | #define OPAL_TARBALL_VERSION "4.0.0"
  7203. | #define OPAL_VERSION "0"
  7204. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  7205. | #define OPAL_ENABLE_MEM_DEBUG 0
  7206. | #define OPAL_ENABLE_MEM_PROFILE 0
  7207. | #define OPAL_ENABLE_TIMING 0
  7208. | #define OPAL_ENABLE_DEBUG 0
  7209. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  7210. | #define OPAL_ENABLE_PTY_SUPPORT 1
  7211. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  7212. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  7213. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  7214. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  7215. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  7216. | #define OPAL_ENABLE_IPV6 0
  7217. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  7218. | #define OPAL_IDENT_STRING "4.0.0"
  7219. | #define OPAL_MAX_PROCESSOR_NAME 256
  7220. | #define OPAL_MAX_ERROR_STRING 256
  7221. | #define OPAL_MAX_OBJECT_NAME 64
  7222. | #define OPAL_MAX_INFO_KEY 36
  7223. | #define OPAL_MAX_INFO_VAL 256
  7224. | #define OPAL_MAX_PORT_NAME 1024
  7225. | #define OPAL_MAX_DATAREP_STRING 128
  7226. | #define OPAL_ENABLE_CRDEBUG 0
  7227. | #define OPAL_ENABLE_GETPWUID 1
  7228. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  7229. | #define HAVE_ZLIB_H 1
  7230. | #define OPAL_HAVE_ZLIB 1
  7231. | #define OPAL_HAVE_SOLARIS 0
  7232. | #define HAVE_NETDB_H 1
  7233. | #define HAVE_NETINET_IN_H 1
  7234. | #define HAVE_NETINET_TCP_H 1
  7235. | #define HAVE_STRUCT_SOCKADDR_IN 1
  7236. | #define OPAL_CUDA_SUPPORT 0
  7237. | #define OPAL_CUDA_SYNC_MEMOPS 0
  7238. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  7239. | #define OPAL_CUDA_GDR_SUPPORT 0
  7240. | #define OPAL_PMIX_V1 0
  7241. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  7242. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  7243. | #define OMPI_GROUP_SPARSE 0
  7244. | #define OMPI_WANT_PERUSE 0
  7245. | #define OMPI_WANT_MPI_CXX_SEEK 1
  7246. | #define OMPI_ENABLE_MPI1_COMPAT 0
  7247. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  7248. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  7249. | #define OMPI_PARAM_CHECK 1
  7250. | #define OSHMEM_SPEC_COMPAT 1
  7251. | #define OSHMEM_PARAM_CHECK 1
  7252. | #define HAVE_ON_EXIT 1
  7253. | #define SPC_ENABLE 0
  7254. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  7255. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  7256. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  7257. | #define OPAL_C_HAVE__ATOMIC 1
  7258. | #define OPAL_C_HAVE__GENERIC 1
  7259. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  7260. | #define OPAL_C_HAVE___THREAD 1
  7261. | #define STDC_HEADERS 1
  7262. | #define _GNU_SOURCE 1
  7263. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  7264. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  7265. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  7266. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  7267. | #define OPAL_CC_USE_IDENT 1
  7268. | #define OPAL_CC_USE_PRAGMA_COMMENT
  7269. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  7270. | #define HAVE_INT8_T 1
  7271. | #define HAVE_UINT8_T 1
  7272. | #define HAVE_INT16_T 1
  7273. | #define HAVE_UINT16_T 1
  7274. | #define HAVE_INT32_T 1
  7275. | #define HAVE_UINT32_T 1
  7276. | #define HAVE_INT64_T 1
  7277. | #define HAVE_UINT64_T 1
  7278. | #define HAVE___INT128 1
  7279. | #define HAVE_LONG_LONG 1
  7280. | #define HAVE___FLOAT128 1
  7281. | #define HAVE_LONG_DOUBLE 1
  7282. | #define HAVE_COMPLEX_H 1
  7283. | #define HAVE_FLOAT__COMPLEX 1
  7284. | #define HAVE_DOUBLE__COMPLEX 1
  7285. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  7286. | #define HAVE_INTPTR_T 1
  7287. | #define HAVE_UINTPTR_T 1
  7288. | #define HAVE_MODE_T 1
  7289. | #define HAVE_SSIZE_T 1
  7290. | #define HAVE_PTRDIFF_T 1
  7291. | #define SIZEOF__BOOL 1
  7292. | #define SIZEOF_CHAR 1
  7293. | #define SIZEOF_SHORT 2
  7294. | #define SIZEOF_INT 4
  7295. | #define SIZEOF_LONG 8
  7296. | #define SIZEOF_LONG_LONG 8
  7297. | #define SIZEOF_FLOAT 4
  7298. | #define SIZEOF_DOUBLE 8
  7299. | #define SIZEOF_LONG_DOUBLE 16
  7300. | #define SIZEOF___FLOAT128 16
  7301. | #define SIZEOF_FLOAT__COMPLEX 8
  7302. | #define SIZEOF_DOUBLE__COMPLEX 16
  7303. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  7304. | #define SIZEOF_VOID_P 8
  7305. | #define SIZEOF_SIZE_T 8
  7306. | #define SIZEOF_SSIZE_T 8
  7307. | #define SIZEOF_PTRDIFF_T 8
  7308. | #define SIZEOF_WCHAR_T 4
  7309. | #define SIZEOF_PID_T 4
  7310. | #define SIZEOF_ATOMIC_SHORT 2
  7311. | #define SIZEOF_ATOMIC_INT 4
  7312. | #define SIZEOF_ATOMIC_LONG 8
  7313. | #define SIZEOF_ATOMIC_LLONG 8
  7314. | #define OPAL_ALIGNMENT_BOOL 1
  7315. | #define OPAL_ALIGNMENT_INT8 1
  7316. | #define OPAL_ALIGNMENT_INT16 2
  7317. | #define OPAL_ALIGNMENT_INT32 4
  7318. | #define OPAL_ALIGNMENT_INT64 8
  7319. | #define OPAL_ALIGNMENT_CHAR 1
  7320. | #define OPAL_ALIGNMENT_SHORT 2
  7321. | #define OPAL_ALIGNMENT_WCHAR 4
  7322. | #define OPAL_ALIGNMENT_INT 4
  7323. | #define OPAL_ALIGNMENT_LONG 8
  7324. | #define OPAL_ALIGNMENT_LONG_LONG 8
  7325. | #define OPAL_ALIGNMENT_FLOAT 4
  7326. | #define OPAL_ALIGNMENT_DOUBLE 8
  7327. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  7328. | #define OPAL_ALIGNMENT___FLOAT128 16
  7329. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  7330. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  7331. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  7332. | #define OPAL_ALIGNMENT_VOID_P 8
  7333. | #define OPAL_ALIGNMENT_SIZE_T 8
  7334. | /* end confdefs.h. */
  7335. | #include <ac_nonexistent.h>
  7336. configure:23513: result: /share/apps/gcc-5.4.0/bin/g++ -E
  7337. configure:23533: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  7338. configure:23533: $? = 0
  7339. configure:23547: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  7340. conftest.cpp:186:28: fatal error: ac_nonexistent.h: No such file or directory
  7341. compilation terminated.
  7342. configure:23547: $? = 1
  7343. configure: failed program was:
  7344. | /* confdefs.h */
  7345. | #define PACKAGE_NAME "Open MPI"
  7346. | #define PACKAGE_TARNAME "openmpi"
  7347. | #define PACKAGE_VERSION "4.0.0"
  7348. | #define PACKAGE_STRING "Open MPI 4.0.0"
  7349. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  7350. | #define PACKAGE_URL ""
  7351. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  7352. | #define STDC_HEADERS 1
  7353. | #define HAVE_SYS_TYPES_H 1
  7354. | #define HAVE_SYS_STAT_H 1
  7355. | #define HAVE_STDLIB_H 1
  7356. | #define HAVE_STRING_H 1
  7357. | #define HAVE_MEMORY_H 1
  7358. | #define HAVE_STRINGS_H 1
  7359. | #define HAVE_INTTYPES_H 1
  7360. | #define HAVE_STDINT_H 1
  7361. | #define HAVE_UNISTD_H 1
  7362. | #define __EXTENSIONS__ 1
  7363. | #define _ALL_SOURCE 1
  7364. | #define _GNU_SOURCE 1
  7365. | #define _POSIX_PTHREAD_SEMANTICS 1
  7366. | #define _TANDEM_SOURCE 1
  7367. | #define OMPI_MAJOR_VERSION 4
  7368. | #define OMPI_MINOR_VERSION 0
  7369. | #define OMPI_RELEASE_VERSION 0
  7370. | #define OMPI_GREEK_VERSION ""
  7371. | #define OMPI_REPO_REV "v4.0.0"
  7372. | #define OMPI_TARBALL_VERSION "4.0.0"
  7373. | #define OMPI_VERSION "0"
  7374. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  7375. | #define ORTE_MAJOR_VERSION 4
  7376. | #define ORTE_MINOR_VERSION 0
  7377. | #define ORTE_RELEASE_VERSION 0
  7378. | #define ORTE_GREEK_VERSION ""
  7379. | #define ORTE_REPO_REV "v4.0.0"
  7380. | #define ORTE_TARBALL_VERSION "4.0.0"
  7381. | #define ORTE_VERSION "0"
  7382. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  7383. | #define OSHMEM_MAJOR_VERSION 4
  7384. | #define OSHMEM_MINOR_VERSION 0
  7385. | #define OSHMEM_RELEASE_VERSION 0
  7386. | #define OSHMEM_GREEK_VERSION ""
  7387. | #define OSHMEM_REPO_REV "v4.0.0"
  7388. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  7389. | #define OSHMEM_VERSION "0"
  7390. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  7391. | #define OPAL_MAJOR_VERSION 4
  7392. | #define OPAL_MINOR_VERSION 0
  7393. | #define OPAL_RELEASE_VERSION 0
  7394. | #define OPAL_GREEK_VERSION ""
  7395. | #define OPAL_REPO_REV "v4.0.0"
  7396. | #define OPAL_TARBALL_VERSION "4.0.0"
  7397. | #define OPAL_VERSION "0"
  7398. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  7399. | #define OPAL_ENABLE_MEM_DEBUG 0
  7400. | #define OPAL_ENABLE_MEM_PROFILE 0
  7401. | #define OPAL_ENABLE_TIMING 0
  7402. | #define OPAL_ENABLE_DEBUG 0
  7403. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  7404. | #define OPAL_ENABLE_PTY_SUPPORT 1
  7405. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  7406. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  7407. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  7408. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  7409. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  7410. | #define OPAL_ENABLE_IPV6 0
  7411. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  7412. | #define OPAL_IDENT_STRING "4.0.0"
  7413. | #define OPAL_MAX_PROCESSOR_NAME 256
  7414. | #define OPAL_MAX_ERROR_STRING 256
  7415. | #define OPAL_MAX_OBJECT_NAME 64
  7416. | #define OPAL_MAX_INFO_KEY 36
  7417. | #define OPAL_MAX_INFO_VAL 256
  7418. | #define OPAL_MAX_PORT_NAME 1024
  7419. | #define OPAL_MAX_DATAREP_STRING 128
  7420. | #define OPAL_ENABLE_CRDEBUG 0
  7421. | #define OPAL_ENABLE_GETPWUID 1
  7422. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  7423. | #define HAVE_ZLIB_H 1
  7424. | #define OPAL_HAVE_ZLIB 1
  7425. | #define OPAL_HAVE_SOLARIS 0
  7426. | #define HAVE_NETDB_H 1
  7427. | #define HAVE_NETINET_IN_H 1
  7428. | #define HAVE_NETINET_TCP_H 1
  7429. | #define HAVE_STRUCT_SOCKADDR_IN 1
  7430. | #define OPAL_CUDA_SUPPORT 0
  7431. | #define OPAL_CUDA_SYNC_MEMOPS 0
  7432. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  7433. | #define OPAL_CUDA_GDR_SUPPORT 0
  7434. | #define OPAL_PMIX_V1 0
  7435. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  7436. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  7437. | #define OMPI_GROUP_SPARSE 0
  7438. | #define OMPI_WANT_PERUSE 0
  7439. | #define OMPI_WANT_MPI_CXX_SEEK 1
  7440. | #define OMPI_ENABLE_MPI1_COMPAT 0
  7441. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  7442. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  7443. | #define OMPI_PARAM_CHECK 1
  7444. | #define OSHMEM_SPEC_COMPAT 1
  7445. | #define OSHMEM_PARAM_CHECK 1
  7446. | #define HAVE_ON_EXIT 1
  7447. | #define SPC_ENABLE 0
  7448. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  7449. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  7450. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  7451. | #define OPAL_C_HAVE__ATOMIC 1
  7452. | #define OPAL_C_HAVE__GENERIC 1
  7453. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  7454. | #define OPAL_C_HAVE___THREAD 1
  7455. | #define STDC_HEADERS 1
  7456. | #define _GNU_SOURCE 1
  7457. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  7458. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  7459. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  7460. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  7461. | #define OPAL_CC_USE_IDENT 1
  7462. | #define OPAL_CC_USE_PRAGMA_COMMENT
  7463. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  7464. | #define HAVE_INT8_T 1
  7465. | #define HAVE_UINT8_T 1
  7466. | #define HAVE_INT16_T 1
  7467. | #define HAVE_UINT16_T 1
  7468. | #define HAVE_INT32_T 1
  7469. | #define HAVE_UINT32_T 1
  7470. | #define HAVE_INT64_T 1
  7471. | #define HAVE_UINT64_T 1
  7472. | #define HAVE___INT128 1
  7473. | #define HAVE_LONG_LONG 1
  7474. | #define HAVE___FLOAT128 1
  7475. | #define HAVE_LONG_DOUBLE 1
  7476. | #define HAVE_COMPLEX_H 1
  7477. | #define HAVE_FLOAT__COMPLEX 1
  7478. | #define HAVE_DOUBLE__COMPLEX 1
  7479. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  7480. | #define HAVE_INTPTR_T 1
  7481. | #define HAVE_UINTPTR_T 1
  7482. | #define HAVE_MODE_T 1
  7483. | #define HAVE_SSIZE_T 1
  7484. | #define HAVE_PTRDIFF_T 1
  7485. | #define SIZEOF__BOOL 1
  7486. | #define SIZEOF_CHAR 1
  7487. | #define SIZEOF_SHORT 2
  7488. | #define SIZEOF_INT 4
  7489. | #define SIZEOF_LONG 8
  7490. | #define SIZEOF_LONG_LONG 8
  7491. | #define SIZEOF_FLOAT 4
  7492. | #define SIZEOF_DOUBLE 8
  7493. | #define SIZEOF_LONG_DOUBLE 16
  7494. | #define SIZEOF___FLOAT128 16
  7495. | #define SIZEOF_FLOAT__COMPLEX 8
  7496. | #define SIZEOF_DOUBLE__COMPLEX 16
  7497. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  7498. | #define SIZEOF_VOID_P 8
  7499. | #define SIZEOF_SIZE_T 8
  7500. | #define SIZEOF_SSIZE_T 8
  7501. | #define SIZEOF_PTRDIFF_T 8
  7502. | #define SIZEOF_WCHAR_T 4
  7503. | #define SIZEOF_PID_T 4
  7504. | #define SIZEOF_ATOMIC_SHORT 2
  7505. | #define SIZEOF_ATOMIC_INT 4
  7506. | #define SIZEOF_ATOMIC_LONG 8
  7507. | #define SIZEOF_ATOMIC_LLONG 8
  7508. | #define OPAL_ALIGNMENT_BOOL 1
  7509. | #define OPAL_ALIGNMENT_INT8 1
  7510. | #define OPAL_ALIGNMENT_INT16 2
  7511. | #define OPAL_ALIGNMENT_INT32 4
  7512. | #define OPAL_ALIGNMENT_INT64 8
  7513. | #define OPAL_ALIGNMENT_CHAR 1
  7514. | #define OPAL_ALIGNMENT_SHORT 2
  7515. | #define OPAL_ALIGNMENT_WCHAR 4
  7516. | #define OPAL_ALIGNMENT_INT 4
  7517. | #define OPAL_ALIGNMENT_LONG 8
  7518. | #define OPAL_ALIGNMENT_LONG_LONG 8
  7519. | #define OPAL_ALIGNMENT_FLOAT 4
  7520. | #define OPAL_ALIGNMENT_DOUBLE 8
  7521. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  7522. | #define OPAL_ALIGNMENT___FLOAT128 16
  7523. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  7524. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  7525. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  7526. | #define OPAL_ALIGNMENT_VOID_P 8
  7527. | #define OPAL_ALIGNMENT_SIZE_T 8
  7528. | /* end confdefs.h. */
  7529. | #include <ac_nonexistent.h>
  7530. configure:23764: checking for the C++ compiler vendor
  7531. configure:23793: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  7532. conftest.cpp:189:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  7533. #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  7534. ^
  7535. conftest.cpp:190:1: error: 'choke' does not name a type
  7536. choke me
  7537. ^
  7538. configure:23793: $? = 1
  7539. configure: failed program was:
  7540. | /* confdefs.h */
  7541. | #define PACKAGE_NAME "Open MPI"
  7542. | #define PACKAGE_TARNAME "openmpi"
  7543. | #define PACKAGE_VERSION "4.0.0"
  7544. | #define PACKAGE_STRING "Open MPI 4.0.0"
  7545. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  7546. | #define PACKAGE_URL ""
  7547. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  7548. | #define STDC_HEADERS 1
  7549. | #define HAVE_SYS_TYPES_H 1
  7550. | #define HAVE_SYS_STAT_H 1
  7551. | #define HAVE_STDLIB_H 1
  7552. | #define HAVE_STRING_H 1
  7553. | #define HAVE_MEMORY_H 1
  7554. | #define HAVE_STRINGS_H 1
  7555. | #define HAVE_INTTYPES_H 1
  7556. | #define HAVE_STDINT_H 1
  7557. | #define HAVE_UNISTD_H 1
  7558. | #define __EXTENSIONS__ 1
  7559. | #define _ALL_SOURCE 1
  7560. | #define _GNU_SOURCE 1
  7561. | #define _POSIX_PTHREAD_SEMANTICS 1
  7562. | #define _TANDEM_SOURCE 1
  7563. | #define OMPI_MAJOR_VERSION 4
  7564. | #define OMPI_MINOR_VERSION 0
  7565. | #define OMPI_RELEASE_VERSION 0
  7566. | #define OMPI_GREEK_VERSION ""
  7567. | #define OMPI_REPO_REV "v4.0.0"
  7568. | #define OMPI_TARBALL_VERSION "4.0.0"
  7569. | #define OMPI_VERSION "0"
  7570. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  7571. | #define ORTE_MAJOR_VERSION 4
  7572. | #define ORTE_MINOR_VERSION 0
  7573. | #define ORTE_RELEASE_VERSION 0
  7574. | #define ORTE_GREEK_VERSION ""
  7575. | #define ORTE_REPO_REV "v4.0.0"
  7576. | #define ORTE_TARBALL_VERSION "4.0.0"
  7577. | #define ORTE_VERSION "0"
  7578. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  7579. | #define OSHMEM_MAJOR_VERSION 4
  7580. | #define OSHMEM_MINOR_VERSION 0
  7581. | #define OSHMEM_RELEASE_VERSION 0
  7582. | #define OSHMEM_GREEK_VERSION ""
  7583. | #define OSHMEM_REPO_REV "v4.0.0"
  7584. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  7585. | #define OSHMEM_VERSION "0"
  7586. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  7587. | #define OPAL_MAJOR_VERSION 4
  7588. | #define OPAL_MINOR_VERSION 0
  7589. | #define OPAL_RELEASE_VERSION 0
  7590. | #define OPAL_GREEK_VERSION ""
  7591. | #define OPAL_REPO_REV "v4.0.0"
  7592. | #define OPAL_TARBALL_VERSION "4.0.0"
  7593. | #define OPAL_VERSION "0"
  7594. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  7595. | #define OPAL_ENABLE_MEM_DEBUG 0
  7596. | #define OPAL_ENABLE_MEM_PROFILE 0
  7597. | #define OPAL_ENABLE_TIMING 0
  7598. | #define OPAL_ENABLE_DEBUG 0
  7599. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  7600. | #define OPAL_ENABLE_PTY_SUPPORT 1
  7601. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  7602. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  7603. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  7604. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  7605. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  7606. | #define OPAL_ENABLE_IPV6 0
  7607. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  7608. | #define OPAL_IDENT_STRING "4.0.0"
  7609. | #define OPAL_MAX_PROCESSOR_NAME 256
  7610. | #define OPAL_MAX_ERROR_STRING 256
  7611. | #define OPAL_MAX_OBJECT_NAME 64
  7612. | #define OPAL_MAX_INFO_KEY 36
  7613. | #define OPAL_MAX_INFO_VAL 256
  7614. | #define OPAL_MAX_PORT_NAME 1024
  7615. | #define OPAL_MAX_DATAREP_STRING 128
  7616. | #define OPAL_ENABLE_CRDEBUG 0
  7617. | #define OPAL_ENABLE_GETPWUID 1
  7618. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  7619. | #define HAVE_ZLIB_H 1
  7620. | #define OPAL_HAVE_ZLIB 1
  7621. | #define OPAL_HAVE_SOLARIS 0
  7622. | #define HAVE_NETDB_H 1
  7623. | #define HAVE_NETINET_IN_H 1
  7624. | #define HAVE_NETINET_TCP_H 1
  7625. | #define HAVE_STRUCT_SOCKADDR_IN 1
  7626. | #define OPAL_CUDA_SUPPORT 0
  7627. | #define OPAL_CUDA_SYNC_MEMOPS 0
  7628. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  7629. | #define OPAL_CUDA_GDR_SUPPORT 0
  7630. | #define OPAL_PMIX_V1 0
  7631. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  7632. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  7633. | #define OMPI_GROUP_SPARSE 0
  7634. | #define OMPI_WANT_PERUSE 0
  7635. | #define OMPI_WANT_MPI_CXX_SEEK 1
  7636. | #define OMPI_ENABLE_MPI1_COMPAT 0
  7637. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  7638. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  7639. | #define OMPI_PARAM_CHECK 1
  7640. | #define OSHMEM_SPEC_COMPAT 1
  7641. | #define OSHMEM_PARAM_CHECK 1
  7642. | #define HAVE_ON_EXIT 1
  7643. | #define SPC_ENABLE 0
  7644. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  7645. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  7646. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  7647. | #define OPAL_C_HAVE__ATOMIC 1
  7648. | #define OPAL_C_HAVE__GENERIC 1
  7649. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  7650. | #define OPAL_C_HAVE___THREAD 1
  7651. | #define STDC_HEADERS 1
  7652. | #define _GNU_SOURCE 1
  7653. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  7654. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  7655. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  7656. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  7657. | #define OPAL_CC_USE_IDENT 1
  7658. | #define OPAL_CC_USE_PRAGMA_COMMENT
  7659. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  7660. | #define HAVE_INT8_T 1
  7661. | #define HAVE_UINT8_T 1
  7662. | #define HAVE_INT16_T 1
  7663. | #define HAVE_UINT16_T 1
  7664. | #define HAVE_INT32_T 1
  7665. | #define HAVE_UINT32_T 1
  7666. | #define HAVE_INT64_T 1
  7667. | #define HAVE_UINT64_T 1
  7668. | #define HAVE___INT128 1
  7669. | #define HAVE_LONG_LONG 1
  7670. | #define HAVE___FLOAT128 1
  7671. | #define HAVE_LONG_DOUBLE 1
  7672. | #define HAVE_COMPLEX_H 1
  7673. | #define HAVE_FLOAT__COMPLEX 1
  7674. | #define HAVE_DOUBLE__COMPLEX 1
  7675. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  7676. | #define HAVE_INTPTR_T 1
  7677. | #define HAVE_UINTPTR_T 1
  7678. | #define HAVE_MODE_T 1
  7679. | #define HAVE_SSIZE_T 1
  7680. | #define HAVE_PTRDIFF_T 1
  7681. | #define SIZEOF__BOOL 1
  7682. | #define SIZEOF_CHAR 1
  7683. | #define SIZEOF_SHORT 2
  7684. | #define SIZEOF_INT 4
  7685. | #define SIZEOF_LONG 8
  7686. | #define SIZEOF_LONG_LONG 8
  7687. | #define SIZEOF_FLOAT 4
  7688. | #define SIZEOF_DOUBLE 8
  7689. | #define SIZEOF_LONG_DOUBLE 16
  7690. | #define SIZEOF___FLOAT128 16
  7691. | #define SIZEOF_FLOAT__COMPLEX 8
  7692. | #define SIZEOF_DOUBLE__COMPLEX 16
  7693. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  7694. | #define SIZEOF_VOID_P 8
  7695. | #define SIZEOF_SIZE_T 8
  7696. | #define SIZEOF_SSIZE_T 8
  7697. | #define SIZEOF_PTRDIFF_T 8
  7698. | #define SIZEOF_WCHAR_T 4
  7699. | #define SIZEOF_PID_T 4
  7700. | #define SIZEOF_ATOMIC_SHORT 2
  7701. | #define SIZEOF_ATOMIC_INT 4
  7702. | #define SIZEOF_ATOMIC_LONG 8
  7703. | #define SIZEOF_ATOMIC_LLONG 8
  7704. | #define OPAL_ALIGNMENT_BOOL 1
  7705. | #define OPAL_ALIGNMENT_INT8 1
  7706. | #define OPAL_ALIGNMENT_INT16 2
  7707. | #define OPAL_ALIGNMENT_INT32 4
  7708. | #define OPAL_ALIGNMENT_INT64 8
  7709. | #define OPAL_ALIGNMENT_CHAR 1
  7710. | #define OPAL_ALIGNMENT_SHORT 2
  7711. | #define OPAL_ALIGNMENT_WCHAR 4
  7712. | #define OPAL_ALIGNMENT_INT 4
  7713. | #define OPAL_ALIGNMENT_LONG 8
  7714. | #define OPAL_ALIGNMENT_LONG_LONG 8
  7715. | #define OPAL_ALIGNMENT_FLOAT 4
  7716. | #define OPAL_ALIGNMENT_DOUBLE 8
  7717. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  7718. | #define OPAL_ALIGNMENT___FLOAT128 16
  7719. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  7720. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  7721. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  7722. | #define OPAL_ALIGNMENT_VOID_P 8
  7723. | #define OPAL_ALIGNMENT_SIZE_T 8
  7724. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  7725. | /* end confdefs.h. */
  7726. |
  7727. | #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
  7728. | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
  7729. | choke me
  7730. | #endif
  7731. configure:23810: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  7732. conftest.cpp:189:2: error: #error "condition defined(__FUJITSU) not met"
  7733. #error "condition defined(__FUJITSU) not met"
  7734. ^
  7735. conftest.cpp:190:1: error: 'choke' does not name a type
  7736. choke me
  7737. ^
  7738. configure:23810: $? = 1
  7739. configure: failed program was:
  7740. | /* confdefs.h */
  7741. | #define PACKAGE_NAME "Open MPI"
  7742. | #define PACKAGE_TARNAME "openmpi"
  7743. | #define PACKAGE_VERSION "4.0.0"
  7744. | #define PACKAGE_STRING "Open MPI 4.0.0"
  7745. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  7746. | #define PACKAGE_URL ""
  7747. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  7748. | #define STDC_HEADERS 1
  7749. | #define HAVE_SYS_TYPES_H 1
  7750. | #define HAVE_SYS_STAT_H 1
  7751. | #define HAVE_STDLIB_H 1
  7752. | #define HAVE_STRING_H 1
  7753. | #define HAVE_MEMORY_H 1
  7754. | #define HAVE_STRINGS_H 1
  7755. | #define HAVE_INTTYPES_H 1
  7756. | #define HAVE_STDINT_H 1
  7757. | #define HAVE_UNISTD_H 1
  7758. | #define __EXTENSIONS__ 1
  7759. | #define _ALL_SOURCE 1
  7760. | #define _GNU_SOURCE 1
  7761. | #define _POSIX_PTHREAD_SEMANTICS 1
  7762. | #define _TANDEM_SOURCE 1
  7763. | #define OMPI_MAJOR_VERSION 4
  7764. | #define OMPI_MINOR_VERSION 0
  7765. | #define OMPI_RELEASE_VERSION 0
  7766. | #define OMPI_GREEK_VERSION ""
  7767. | #define OMPI_REPO_REV "v4.0.0"
  7768. | #define OMPI_TARBALL_VERSION "4.0.0"
  7769. | #define OMPI_VERSION "0"
  7770. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  7771. | #define ORTE_MAJOR_VERSION 4
  7772. | #define ORTE_MINOR_VERSION 0
  7773. | #define ORTE_RELEASE_VERSION 0
  7774. | #define ORTE_GREEK_VERSION ""
  7775. | #define ORTE_REPO_REV "v4.0.0"
  7776. | #define ORTE_TARBALL_VERSION "4.0.0"
  7777. | #define ORTE_VERSION "0"
  7778. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  7779. | #define OSHMEM_MAJOR_VERSION 4
  7780. | #define OSHMEM_MINOR_VERSION 0
  7781. | #define OSHMEM_RELEASE_VERSION 0
  7782. | #define OSHMEM_GREEK_VERSION ""
  7783. | #define OSHMEM_REPO_REV "v4.0.0"
  7784. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  7785. | #define OSHMEM_VERSION "0"
  7786. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  7787. | #define OPAL_MAJOR_VERSION 4
  7788. | #define OPAL_MINOR_VERSION 0
  7789. | #define OPAL_RELEASE_VERSION 0
  7790. | #define OPAL_GREEK_VERSION ""
  7791. | #define OPAL_REPO_REV "v4.0.0"
  7792. | #define OPAL_TARBALL_VERSION "4.0.0"
  7793. | #define OPAL_VERSION "0"
  7794. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  7795. | #define OPAL_ENABLE_MEM_DEBUG 0
  7796. | #define OPAL_ENABLE_MEM_PROFILE 0
  7797. | #define OPAL_ENABLE_TIMING 0
  7798. | #define OPAL_ENABLE_DEBUG 0
  7799. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  7800. | #define OPAL_ENABLE_PTY_SUPPORT 1
  7801. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  7802. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  7803. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  7804. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  7805. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  7806. | #define OPAL_ENABLE_IPV6 0
  7807. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  7808. | #define OPAL_IDENT_STRING "4.0.0"
  7809. | #define OPAL_MAX_PROCESSOR_NAME 256
  7810. | #define OPAL_MAX_ERROR_STRING 256
  7811. | #define OPAL_MAX_OBJECT_NAME 64
  7812. | #define OPAL_MAX_INFO_KEY 36
  7813. | #define OPAL_MAX_INFO_VAL 256
  7814. | #define OPAL_MAX_PORT_NAME 1024
  7815. | #define OPAL_MAX_DATAREP_STRING 128
  7816. | #define OPAL_ENABLE_CRDEBUG 0
  7817. | #define OPAL_ENABLE_GETPWUID 1
  7818. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  7819. | #define HAVE_ZLIB_H 1
  7820. | #define OPAL_HAVE_ZLIB 1
  7821. | #define OPAL_HAVE_SOLARIS 0
  7822. | #define HAVE_NETDB_H 1
  7823. | #define HAVE_NETINET_IN_H 1
  7824. | #define HAVE_NETINET_TCP_H 1
  7825. | #define HAVE_STRUCT_SOCKADDR_IN 1
  7826. | #define OPAL_CUDA_SUPPORT 0
  7827. | #define OPAL_CUDA_SYNC_MEMOPS 0
  7828. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  7829. | #define OPAL_CUDA_GDR_SUPPORT 0
  7830. | #define OPAL_PMIX_V1 0
  7831. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  7832. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  7833. | #define OMPI_GROUP_SPARSE 0
  7834. | #define OMPI_WANT_PERUSE 0
  7835. | #define OMPI_WANT_MPI_CXX_SEEK 1
  7836. | #define OMPI_ENABLE_MPI1_COMPAT 0
  7837. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  7838. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  7839. | #define OMPI_PARAM_CHECK 1
  7840. | #define OSHMEM_SPEC_COMPAT 1
  7841. | #define OSHMEM_PARAM_CHECK 1
  7842. | #define HAVE_ON_EXIT 1
  7843. | #define SPC_ENABLE 0
  7844. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  7845. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  7846. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  7847. | #define OPAL_C_HAVE__ATOMIC 1
  7848. | #define OPAL_C_HAVE__GENERIC 1
  7849. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  7850. | #define OPAL_C_HAVE___THREAD 1
  7851. | #define STDC_HEADERS 1
  7852. | #define _GNU_SOURCE 1
  7853. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  7854. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  7855. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  7856. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  7857. | #define OPAL_CC_USE_IDENT 1
  7858. | #define OPAL_CC_USE_PRAGMA_COMMENT
  7859. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  7860. | #define HAVE_INT8_T 1
  7861. | #define HAVE_UINT8_T 1
  7862. | #define HAVE_INT16_T 1
  7863. | #define HAVE_UINT16_T 1
  7864. | #define HAVE_INT32_T 1
  7865. | #define HAVE_UINT32_T 1
  7866. | #define HAVE_INT64_T 1
  7867. | #define HAVE_UINT64_T 1
  7868. | #define HAVE___INT128 1
  7869. | #define HAVE_LONG_LONG 1
  7870. | #define HAVE___FLOAT128 1
  7871. | #define HAVE_LONG_DOUBLE 1
  7872. | #define HAVE_COMPLEX_H 1
  7873. | #define HAVE_FLOAT__COMPLEX 1
  7874. | #define HAVE_DOUBLE__COMPLEX 1
  7875. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  7876. | #define HAVE_INTPTR_T 1
  7877. | #define HAVE_UINTPTR_T 1
  7878. | #define HAVE_MODE_T 1
  7879. | #define HAVE_SSIZE_T 1
  7880. | #define HAVE_PTRDIFF_T 1
  7881. | #define SIZEOF__BOOL 1
  7882. | #define SIZEOF_CHAR 1
  7883. | #define SIZEOF_SHORT 2
  7884. | #define SIZEOF_INT 4
  7885. | #define SIZEOF_LONG 8
  7886. | #define SIZEOF_LONG_LONG 8
  7887. | #define SIZEOF_FLOAT 4
  7888. | #define SIZEOF_DOUBLE 8
  7889. | #define SIZEOF_LONG_DOUBLE 16
  7890. | #define SIZEOF___FLOAT128 16
  7891. | #define SIZEOF_FLOAT__COMPLEX 8
  7892. | #define SIZEOF_DOUBLE__COMPLEX 16
  7893. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  7894. | #define SIZEOF_VOID_P 8
  7895. | #define SIZEOF_SIZE_T 8
  7896. | #define SIZEOF_SSIZE_T 8
  7897. | #define SIZEOF_PTRDIFF_T 8
  7898. | #define SIZEOF_WCHAR_T 4
  7899. | #define SIZEOF_PID_T 4
  7900. | #define SIZEOF_ATOMIC_SHORT 2
  7901. | #define SIZEOF_ATOMIC_INT 4
  7902. | #define SIZEOF_ATOMIC_LONG 8
  7903. | #define SIZEOF_ATOMIC_LLONG 8
  7904. | #define OPAL_ALIGNMENT_BOOL 1
  7905. | #define OPAL_ALIGNMENT_INT8 1
  7906. | #define OPAL_ALIGNMENT_INT16 2
  7907. | #define OPAL_ALIGNMENT_INT32 4
  7908. | #define OPAL_ALIGNMENT_INT64 8
  7909. | #define OPAL_ALIGNMENT_CHAR 1
  7910. | #define OPAL_ALIGNMENT_SHORT 2
  7911. | #define OPAL_ALIGNMENT_WCHAR 4
  7912. | #define OPAL_ALIGNMENT_INT 4
  7913. | #define OPAL_ALIGNMENT_LONG 8
  7914. | #define OPAL_ALIGNMENT_LONG_LONG 8
  7915. | #define OPAL_ALIGNMENT_FLOAT 4
  7916. | #define OPAL_ALIGNMENT_DOUBLE 8
  7917. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  7918. | #define OPAL_ALIGNMENT___FLOAT128 16
  7919. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  7920. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  7921. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  7922. | #define OPAL_ALIGNMENT_VOID_P 8
  7923. | #define OPAL_ALIGNMENT_SIZE_T 8
  7924. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  7925. | /* end confdefs.h. */
  7926. |
  7927. | #if !( defined(__FUJITSU) )
  7928. | #error "condition defined(__FUJITSU) not met"
  7929. | choke me
  7930. | #endif
  7931. configure:23827: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  7932. conftest.cpp:189:2: error: #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  7933. #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  7934. ^
  7935. conftest.cpp:190:1: error: 'choke' does not name a type
  7936. choke me
  7937. ^
  7938. configure:23827: $? = 1
  7939. configure: failed program was:
  7940. | /* confdefs.h */
  7941. | #define PACKAGE_NAME "Open MPI"
  7942. | #define PACKAGE_TARNAME "openmpi"
  7943. | #define PACKAGE_VERSION "4.0.0"
  7944. | #define PACKAGE_STRING "Open MPI 4.0.0"
  7945. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  7946. | #define PACKAGE_URL ""
  7947. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  7948. | #define STDC_HEADERS 1
  7949. | #define HAVE_SYS_TYPES_H 1
  7950. | #define HAVE_SYS_STAT_H 1
  7951. | #define HAVE_STDLIB_H 1
  7952. | #define HAVE_STRING_H 1
  7953. | #define HAVE_MEMORY_H 1
  7954. | #define HAVE_STRINGS_H 1
  7955. | #define HAVE_INTTYPES_H 1
  7956. | #define HAVE_STDINT_H 1
  7957. | #define HAVE_UNISTD_H 1
  7958. | #define __EXTENSIONS__ 1
  7959. | #define _ALL_SOURCE 1
  7960. | #define _GNU_SOURCE 1
  7961. | #define _POSIX_PTHREAD_SEMANTICS 1
  7962. | #define _TANDEM_SOURCE 1
  7963. | #define OMPI_MAJOR_VERSION 4
  7964. | #define OMPI_MINOR_VERSION 0
  7965. | #define OMPI_RELEASE_VERSION 0
  7966. | #define OMPI_GREEK_VERSION ""
  7967. | #define OMPI_REPO_REV "v4.0.0"
  7968. | #define OMPI_TARBALL_VERSION "4.0.0"
  7969. | #define OMPI_VERSION "0"
  7970. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  7971. | #define ORTE_MAJOR_VERSION 4
  7972. | #define ORTE_MINOR_VERSION 0
  7973. | #define ORTE_RELEASE_VERSION 0
  7974. | #define ORTE_GREEK_VERSION ""
  7975. | #define ORTE_REPO_REV "v4.0.0"
  7976. | #define ORTE_TARBALL_VERSION "4.0.0"
  7977. | #define ORTE_VERSION "0"
  7978. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  7979. | #define OSHMEM_MAJOR_VERSION 4
  7980. | #define OSHMEM_MINOR_VERSION 0
  7981. | #define OSHMEM_RELEASE_VERSION 0
  7982. | #define OSHMEM_GREEK_VERSION ""
  7983. | #define OSHMEM_REPO_REV "v4.0.0"
  7984. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  7985. | #define OSHMEM_VERSION "0"
  7986. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  7987. | #define OPAL_MAJOR_VERSION 4
  7988. | #define OPAL_MINOR_VERSION 0
  7989. | #define OPAL_RELEASE_VERSION 0
  7990. | #define OPAL_GREEK_VERSION ""
  7991. | #define OPAL_REPO_REV "v4.0.0"
  7992. | #define OPAL_TARBALL_VERSION "4.0.0"
  7993. | #define OPAL_VERSION "0"
  7994. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  7995. | #define OPAL_ENABLE_MEM_DEBUG 0
  7996. | #define OPAL_ENABLE_MEM_PROFILE 0
  7997. | #define OPAL_ENABLE_TIMING 0
  7998. | #define OPAL_ENABLE_DEBUG 0
  7999. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  8000. | #define OPAL_ENABLE_PTY_SUPPORT 1
  8001. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  8002. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  8003. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  8004. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  8005. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  8006. | #define OPAL_ENABLE_IPV6 0
  8007. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  8008. | #define OPAL_IDENT_STRING "4.0.0"
  8009. | #define OPAL_MAX_PROCESSOR_NAME 256
  8010. | #define OPAL_MAX_ERROR_STRING 256
  8011. | #define OPAL_MAX_OBJECT_NAME 64
  8012. | #define OPAL_MAX_INFO_KEY 36
  8013. | #define OPAL_MAX_INFO_VAL 256
  8014. | #define OPAL_MAX_PORT_NAME 1024
  8015. | #define OPAL_MAX_DATAREP_STRING 128
  8016. | #define OPAL_ENABLE_CRDEBUG 0
  8017. | #define OPAL_ENABLE_GETPWUID 1
  8018. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  8019. | #define HAVE_ZLIB_H 1
  8020. | #define OPAL_HAVE_ZLIB 1
  8021. | #define OPAL_HAVE_SOLARIS 0
  8022. | #define HAVE_NETDB_H 1
  8023. | #define HAVE_NETINET_IN_H 1
  8024. | #define HAVE_NETINET_TCP_H 1
  8025. | #define HAVE_STRUCT_SOCKADDR_IN 1
  8026. | #define OPAL_CUDA_SUPPORT 0
  8027. | #define OPAL_CUDA_SYNC_MEMOPS 0
  8028. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  8029. | #define OPAL_CUDA_GDR_SUPPORT 0
  8030. | #define OPAL_PMIX_V1 0
  8031. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  8032. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  8033. | #define OMPI_GROUP_SPARSE 0
  8034. | #define OMPI_WANT_PERUSE 0
  8035. | #define OMPI_WANT_MPI_CXX_SEEK 1
  8036. | #define OMPI_ENABLE_MPI1_COMPAT 0
  8037. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  8038. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  8039. | #define OMPI_PARAM_CHECK 1
  8040. | #define OSHMEM_SPEC_COMPAT 1
  8041. | #define OSHMEM_PARAM_CHECK 1
  8042. | #define HAVE_ON_EXIT 1
  8043. | #define SPC_ENABLE 0
  8044. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  8045. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  8046. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  8047. | #define OPAL_C_HAVE__ATOMIC 1
  8048. | #define OPAL_C_HAVE__GENERIC 1
  8049. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  8050. | #define OPAL_C_HAVE___THREAD 1
  8051. | #define STDC_HEADERS 1
  8052. | #define _GNU_SOURCE 1
  8053. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  8054. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  8055. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  8056. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  8057. | #define OPAL_CC_USE_IDENT 1
  8058. | #define OPAL_CC_USE_PRAGMA_COMMENT
  8059. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  8060. | #define HAVE_INT8_T 1
  8061. | #define HAVE_UINT8_T 1
  8062. | #define HAVE_INT16_T 1
  8063. | #define HAVE_UINT16_T 1
  8064. | #define HAVE_INT32_T 1
  8065. | #define HAVE_UINT32_T 1
  8066. | #define HAVE_INT64_T 1
  8067. | #define HAVE_UINT64_T 1
  8068. | #define HAVE___INT128 1
  8069. | #define HAVE_LONG_LONG 1
  8070. | #define HAVE___FLOAT128 1
  8071. | #define HAVE_LONG_DOUBLE 1
  8072. | #define HAVE_COMPLEX_H 1
  8073. | #define HAVE_FLOAT__COMPLEX 1
  8074. | #define HAVE_DOUBLE__COMPLEX 1
  8075. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  8076. | #define HAVE_INTPTR_T 1
  8077. | #define HAVE_UINTPTR_T 1
  8078. | #define HAVE_MODE_T 1
  8079. | #define HAVE_SSIZE_T 1
  8080. | #define HAVE_PTRDIFF_T 1
  8081. | #define SIZEOF__BOOL 1
  8082. | #define SIZEOF_CHAR 1
  8083. | #define SIZEOF_SHORT 2
  8084. | #define SIZEOF_INT 4
  8085. | #define SIZEOF_LONG 8
  8086. | #define SIZEOF_LONG_LONG 8
  8087. | #define SIZEOF_FLOAT 4
  8088. | #define SIZEOF_DOUBLE 8
  8089. | #define SIZEOF_LONG_DOUBLE 16
  8090. | #define SIZEOF___FLOAT128 16
  8091. | #define SIZEOF_FLOAT__COMPLEX 8
  8092. | #define SIZEOF_DOUBLE__COMPLEX 16
  8093. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  8094. | #define SIZEOF_VOID_P 8
  8095. | #define SIZEOF_SIZE_T 8
  8096. | #define SIZEOF_SSIZE_T 8
  8097. | #define SIZEOF_PTRDIFF_T 8
  8098. | #define SIZEOF_WCHAR_T 4
  8099. | #define SIZEOF_PID_T 4
  8100. | #define SIZEOF_ATOMIC_SHORT 2
  8101. | #define SIZEOF_ATOMIC_INT 4
  8102. | #define SIZEOF_ATOMIC_LONG 8
  8103. | #define SIZEOF_ATOMIC_LLONG 8
  8104. | #define OPAL_ALIGNMENT_BOOL 1
  8105. | #define OPAL_ALIGNMENT_INT8 1
  8106. | #define OPAL_ALIGNMENT_INT16 2
  8107. | #define OPAL_ALIGNMENT_INT32 4
  8108. | #define OPAL_ALIGNMENT_INT64 8
  8109. | #define OPAL_ALIGNMENT_CHAR 1
  8110. | #define OPAL_ALIGNMENT_SHORT 2
  8111. | #define OPAL_ALIGNMENT_WCHAR 4
  8112. | #define OPAL_ALIGNMENT_INT 4
  8113. | #define OPAL_ALIGNMENT_LONG 8
  8114. | #define OPAL_ALIGNMENT_LONG_LONG 8
  8115. | #define OPAL_ALIGNMENT_FLOAT 4
  8116. | #define OPAL_ALIGNMENT_DOUBLE 8
  8117. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  8118. | #define OPAL_ALIGNMENT___FLOAT128 16
  8119. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  8120. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  8121. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  8122. | #define OPAL_ALIGNMENT_VOID_P 8
  8123. | #define OPAL_ALIGNMENT_SIZE_T 8
  8124. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  8125. | /* end confdefs.h. */
  8126. |
  8127. | #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) )
  8128. | #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met"
  8129. | choke me
  8130. | #endif
  8131. configure:23845: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8132. conftest.cpp:189:2: error: #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  8133. #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  8134. ^
  8135. conftest.cpp:190:1: error: 'choke' does not name a type
  8136. choke me
  8137. ^
  8138. configure:23845: $? = 1
  8139. configure: failed program was:
  8140. | /* confdefs.h */
  8141. | #define PACKAGE_NAME "Open MPI"
  8142. | #define PACKAGE_TARNAME "openmpi"
  8143. | #define PACKAGE_VERSION "4.0.0"
  8144. | #define PACKAGE_STRING "Open MPI 4.0.0"
  8145. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  8146. | #define PACKAGE_URL ""
  8147. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  8148. | #define STDC_HEADERS 1
  8149. | #define HAVE_SYS_TYPES_H 1
  8150. | #define HAVE_SYS_STAT_H 1
  8151. | #define HAVE_STDLIB_H 1
  8152. | #define HAVE_STRING_H 1
  8153. | #define HAVE_MEMORY_H 1
  8154. | #define HAVE_STRINGS_H 1
  8155. | #define HAVE_INTTYPES_H 1
  8156. | #define HAVE_STDINT_H 1
  8157. | #define HAVE_UNISTD_H 1
  8158. | #define __EXTENSIONS__ 1
  8159. | #define _ALL_SOURCE 1
  8160. | #define _GNU_SOURCE 1
  8161. | #define _POSIX_PTHREAD_SEMANTICS 1
  8162. | #define _TANDEM_SOURCE 1
  8163. | #define OMPI_MAJOR_VERSION 4
  8164. | #define OMPI_MINOR_VERSION 0
  8165. | #define OMPI_RELEASE_VERSION 0
  8166. | #define OMPI_GREEK_VERSION ""
  8167. | #define OMPI_REPO_REV "v4.0.0"
  8168. | #define OMPI_TARBALL_VERSION "4.0.0"
  8169. | #define OMPI_VERSION "0"
  8170. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  8171. | #define ORTE_MAJOR_VERSION 4
  8172. | #define ORTE_MINOR_VERSION 0
  8173. | #define ORTE_RELEASE_VERSION 0
  8174. | #define ORTE_GREEK_VERSION ""
  8175. | #define ORTE_REPO_REV "v4.0.0"
  8176. | #define ORTE_TARBALL_VERSION "4.0.0"
  8177. | #define ORTE_VERSION "0"
  8178. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  8179. | #define OSHMEM_MAJOR_VERSION 4
  8180. | #define OSHMEM_MINOR_VERSION 0
  8181. | #define OSHMEM_RELEASE_VERSION 0
  8182. | #define OSHMEM_GREEK_VERSION ""
  8183. | #define OSHMEM_REPO_REV "v4.0.0"
  8184. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  8185. | #define OSHMEM_VERSION "0"
  8186. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  8187. | #define OPAL_MAJOR_VERSION 4
  8188. | #define OPAL_MINOR_VERSION 0
  8189. | #define OPAL_RELEASE_VERSION 0
  8190. | #define OPAL_GREEK_VERSION ""
  8191. | #define OPAL_REPO_REV "v4.0.0"
  8192. | #define OPAL_TARBALL_VERSION "4.0.0"
  8193. | #define OPAL_VERSION "0"
  8194. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  8195. | #define OPAL_ENABLE_MEM_DEBUG 0
  8196. | #define OPAL_ENABLE_MEM_PROFILE 0
  8197. | #define OPAL_ENABLE_TIMING 0
  8198. | #define OPAL_ENABLE_DEBUG 0
  8199. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  8200. | #define OPAL_ENABLE_PTY_SUPPORT 1
  8201. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  8202. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  8203. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  8204. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  8205. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  8206. | #define OPAL_ENABLE_IPV6 0
  8207. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  8208. | #define OPAL_IDENT_STRING "4.0.0"
  8209. | #define OPAL_MAX_PROCESSOR_NAME 256
  8210. | #define OPAL_MAX_ERROR_STRING 256
  8211. | #define OPAL_MAX_OBJECT_NAME 64
  8212. | #define OPAL_MAX_INFO_KEY 36
  8213. | #define OPAL_MAX_INFO_VAL 256
  8214. | #define OPAL_MAX_PORT_NAME 1024
  8215. | #define OPAL_MAX_DATAREP_STRING 128
  8216. | #define OPAL_ENABLE_CRDEBUG 0
  8217. | #define OPAL_ENABLE_GETPWUID 1
  8218. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  8219. | #define HAVE_ZLIB_H 1
  8220. | #define OPAL_HAVE_ZLIB 1
  8221. | #define OPAL_HAVE_SOLARIS 0
  8222. | #define HAVE_NETDB_H 1
  8223. | #define HAVE_NETINET_IN_H 1
  8224. | #define HAVE_NETINET_TCP_H 1
  8225. | #define HAVE_STRUCT_SOCKADDR_IN 1
  8226. | #define OPAL_CUDA_SUPPORT 0
  8227. | #define OPAL_CUDA_SYNC_MEMOPS 0
  8228. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  8229. | #define OPAL_CUDA_GDR_SUPPORT 0
  8230. | #define OPAL_PMIX_V1 0
  8231. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  8232. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  8233. | #define OMPI_GROUP_SPARSE 0
  8234. | #define OMPI_WANT_PERUSE 0
  8235. | #define OMPI_WANT_MPI_CXX_SEEK 1
  8236. | #define OMPI_ENABLE_MPI1_COMPAT 0
  8237. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  8238. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  8239. | #define OMPI_PARAM_CHECK 1
  8240. | #define OSHMEM_SPEC_COMPAT 1
  8241. | #define OSHMEM_PARAM_CHECK 1
  8242. | #define HAVE_ON_EXIT 1
  8243. | #define SPC_ENABLE 0
  8244. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  8245. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  8246. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  8247. | #define OPAL_C_HAVE__ATOMIC 1
  8248. | #define OPAL_C_HAVE__GENERIC 1
  8249. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  8250. | #define OPAL_C_HAVE___THREAD 1
  8251. | #define STDC_HEADERS 1
  8252. | #define _GNU_SOURCE 1
  8253. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  8254. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  8255. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  8256. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  8257. | #define OPAL_CC_USE_IDENT 1
  8258. | #define OPAL_CC_USE_PRAGMA_COMMENT
  8259. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  8260. | #define HAVE_INT8_T 1
  8261. | #define HAVE_UINT8_T 1
  8262. | #define HAVE_INT16_T 1
  8263. | #define HAVE_UINT16_T 1
  8264. | #define HAVE_INT32_T 1
  8265. | #define HAVE_UINT32_T 1
  8266. | #define HAVE_INT64_T 1
  8267. | #define HAVE_UINT64_T 1
  8268. | #define HAVE___INT128 1
  8269. | #define HAVE_LONG_LONG 1
  8270. | #define HAVE___FLOAT128 1
  8271. | #define HAVE_LONG_DOUBLE 1
  8272. | #define HAVE_COMPLEX_H 1
  8273. | #define HAVE_FLOAT__COMPLEX 1
  8274. | #define HAVE_DOUBLE__COMPLEX 1
  8275. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  8276. | #define HAVE_INTPTR_T 1
  8277. | #define HAVE_UINTPTR_T 1
  8278. | #define HAVE_MODE_T 1
  8279. | #define HAVE_SSIZE_T 1
  8280. | #define HAVE_PTRDIFF_T 1
  8281. | #define SIZEOF__BOOL 1
  8282. | #define SIZEOF_CHAR 1
  8283. | #define SIZEOF_SHORT 2
  8284. | #define SIZEOF_INT 4
  8285. | #define SIZEOF_LONG 8
  8286. | #define SIZEOF_LONG_LONG 8
  8287. | #define SIZEOF_FLOAT 4
  8288. | #define SIZEOF_DOUBLE 8
  8289. | #define SIZEOF_LONG_DOUBLE 16
  8290. | #define SIZEOF___FLOAT128 16
  8291. | #define SIZEOF_FLOAT__COMPLEX 8
  8292. | #define SIZEOF_DOUBLE__COMPLEX 16
  8293. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  8294. | #define SIZEOF_VOID_P 8
  8295. | #define SIZEOF_SIZE_T 8
  8296. | #define SIZEOF_SSIZE_T 8
  8297. | #define SIZEOF_PTRDIFF_T 8
  8298. | #define SIZEOF_WCHAR_T 4
  8299. | #define SIZEOF_PID_T 4
  8300. | #define SIZEOF_ATOMIC_SHORT 2
  8301. | #define SIZEOF_ATOMIC_INT 4
  8302. | #define SIZEOF_ATOMIC_LONG 8
  8303. | #define SIZEOF_ATOMIC_LLONG 8
  8304. | #define OPAL_ALIGNMENT_BOOL 1
  8305. | #define OPAL_ALIGNMENT_INT8 1
  8306. | #define OPAL_ALIGNMENT_INT16 2
  8307. | #define OPAL_ALIGNMENT_INT32 4
  8308. | #define OPAL_ALIGNMENT_INT64 8
  8309. | #define OPAL_ALIGNMENT_CHAR 1
  8310. | #define OPAL_ALIGNMENT_SHORT 2
  8311. | #define OPAL_ALIGNMENT_WCHAR 4
  8312. | #define OPAL_ALIGNMENT_INT 4
  8313. | #define OPAL_ALIGNMENT_LONG 8
  8314. | #define OPAL_ALIGNMENT_LONG_LONG 8
  8315. | #define OPAL_ALIGNMENT_FLOAT 4
  8316. | #define OPAL_ALIGNMENT_DOUBLE 8
  8317. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  8318. | #define OPAL_ALIGNMENT___FLOAT128 16
  8319. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  8320. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  8321. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  8322. | #define OPAL_ALIGNMENT_VOID_P 8
  8323. | #define OPAL_ALIGNMENT_SIZE_T 8
  8324. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  8325. | /* end confdefs.h. */
  8326. |
  8327. | #if !( defined(_AIX) && !defined(__GNUC__) )
  8328. | #error "condition defined(_AIX) && !defined(__GNUC__) not met"
  8329. | choke me
  8330. | #endif
  8331. configure:23864: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8332. configure:23864: $? = 0
  8333. configure:24355: result: gnu
  8334. configure:24748: checking if /share/apps/gcc-5.4.0/bin/g++ supports -finline-functions
  8335. configure:24764: /share/apps/gcc-5.4.0/bin/g++ -c -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8336. configure:24764: $? = 0
  8337. configure:24771: result: yes
  8338. configure:24875: WARNING: -finline-functions has been added to CXXFLAGS
  8339. configure:24886: checking if C and C++ are link compatible
  8340. configure:24911: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest_c.c
  8341. configure:24918: $? = 0
  8342. configure:24949: /share/apps/gcc-5.4.0/bin/g++ -o conftest -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.cpp conftest_c.o -lz >&5
  8343. configure:24949: $? = 0
  8344. configure:24975: result: yes
  8345. configure:25070: checking for C++ optimization flags
  8346. configure:25072: result: -O3 -DNDEBUG -finline-functions
  8347. configure:25087: checking size of bool
  8348. configure:25092: /share/apps/gcc-5.4.0/bin/g++ -o conftest -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.cpp -lz >&5
  8349. configure:25092: $? = 0
  8350. configure:25092: ./conftest
  8351. configure:25092: $? = 0
  8352. configure:25106: result: 1
  8353. configure:25117: checking alignment of bool
  8354. configure:25179: result: 1
  8355. configure:5870: *** C++ compiler and preprocessor
  8356. configure:25352: checking for C++ compiler version
  8357. configure:25361: /share/apps/gcc-5.4.0/bin/g++ --version >&5
  8358. g++ (GCC) 5.4.0
  8359. Copyright (C) 2015 Free Software Foundation, Inc.
  8360. This is free software; see the source for copying conditions. There is NO
  8361. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8362.  
  8363. configure:25372: $? = 0
  8364. configure:25361: /share/apps/gcc-5.4.0/bin/g++ -v >&5
  8365. Using built-in specs.
  8366. COLLECT_GCC=/share/apps/gcc-5.4.0/bin/g++
  8367. COLLECT_LTO_WRAPPER=/share/apps/gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
  8368. Target: x86_64-unknown-linux-gnu
  8369. Configured with: /share/Part1/root/gcc/gcc-5.4.0/configure --prefix=/share/apps/gcc-5.4.0
  8370. Thread model: posix
  8371. gcc version 5.4.0 (GCC)
  8372. configure:25372: $? = 0
  8373. configure:25361: /share/apps/gcc-5.4.0/bin/g++ -V >&5
  8374. g++: error: unrecognized command line option '-V'
  8375. g++: fatal error: no input files
  8376. compilation terminated.
  8377. configure:25372: $? = 1
  8378. configure:25361: /share/apps/gcc-5.4.0/bin/g++ -qversion >&5
  8379. g++: error: unrecognized command line option '-qversion'
  8380. g++: fatal error: no input files
  8381. compilation terminated.
  8382. configure:25372: $? = 1
  8383. configure:25376: checking whether we are using the GNU C++ compiler
  8384. configure:25404: result: yes
  8385. configure:25413: checking whether /share/apps/gcc-5.4.0/bin/g++ accepts -g
  8386. configure:25474: result: yes
  8387. configure:25499: checking dependency style of /share/apps/gcc-5.4.0/bin/g++
  8388. configure:25610: result: gcc3
  8389. configure:25630: checking how to run the C++ preprocessor
  8390. configure:25696: result: /share/apps/gcc-5.4.0/bin/g++ -E
  8391. configure:25716: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  8392. configure:25716: $? = 0
  8393. configure:25730: /share/apps/gcc-5.4.0/bin/g++ -E -I/share/apps/gcc-5.4.0/include conftest.cpp
  8394. conftest.cpp:189:28: fatal error: ac_nonexistent.h: No such file or directory
  8395. compilation terminated.
  8396. configure:25730: $? = 1
  8397. configure: failed program was:
  8398. | /* confdefs.h */
  8399. | #define PACKAGE_NAME "Open MPI"
  8400. | #define PACKAGE_TARNAME "openmpi"
  8401. | #define PACKAGE_VERSION "4.0.0"
  8402. | #define PACKAGE_STRING "Open MPI 4.0.0"
  8403. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  8404. | #define PACKAGE_URL ""
  8405. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  8406. | #define STDC_HEADERS 1
  8407. | #define HAVE_SYS_TYPES_H 1
  8408. | #define HAVE_SYS_STAT_H 1
  8409. | #define HAVE_STDLIB_H 1
  8410. | #define HAVE_STRING_H 1
  8411. | #define HAVE_MEMORY_H 1
  8412. | #define HAVE_STRINGS_H 1
  8413. | #define HAVE_INTTYPES_H 1
  8414. | #define HAVE_STDINT_H 1
  8415. | #define HAVE_UNISTD_H 1
  8416. | #define __EXTENSIONS__ 1
  8417. | #define _ALL_SOURCE 1
  8418. | #define _GNU_SOURCE 1
  8419. | #define _POSIX_PTHREAD_SEMANTICS 1
  8420. | #define _TANDEM_SOURCE 1
  8421. | #define OMPI_MAJOR_VERSION 4
  8422. | #define OMPI_MINOR_VERSION 0
  8423. | #define OMPI_RELEASE_VERSION 0
  8424. | #define OMPI_GREEK_VERSION ""
  8425. | #define OMPI_REPO_REV "v4.0.0"
  8426. | #define OMPI_TARBALL_VERSION "4.0.0"
  8427. | #define OMPI_VERSION "0"
  8428. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  8429. | #define ORTE_MAJOR_VERSION 4
  8430. | #define ORTE_MINOR_VERSION 0
  8431. | #define ORTE_RELEASE_VERSION 0
  8432. | #define ORTE_GREEK_VERSION ""
  8433. | #define ORTE_REPO_REV "v4.0.0"
  8434. | #define ORTE_TARBALL_VERSION "4.0.0"
  8435. | #define ORTE_VERSION "0"
  8436. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  8437. | #define OSHMEM_MAJOR_VERSION 4
  8438. | #define OSHMEM_MINOR_VERSION 0
  8439. | #define OSHMEM_RELEASE_VERSION 0
  8440. | #define OSHMEM_GREEK_VERSION ""
  8441. | #define OSHMEM_REPO_REV "v4.0.0"
  8442. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  8443. | #define OSHMEM_VERSION "0"
  8444. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  8445. | #define OPAL_MAJOR_VERSION 4
  8446. | #define OPAL_MINOR_VERSION 0
  8447. | #define OPAL_RELEASE_VERSION 0
  8448. | #define OPAL_GREEK_VERSION ""
  8449. | #define OPAL_REPO_REV "v4.0.0"
  8450. | #define OPAL_TARBALL_VERSION "4.0.0"
  8451. | #define OPAL_VERSION "0"
  8452. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  8453. | #define OPAL_ENABLE_MEM_DEBUG 0
  8454. | #define OPAL_ENABLE_MEM_PROFILE 0
  8455. | #define OPAL_ENABLE_TIMING 0
  8456. | #define OPAL_ENABLE_DEBUG 0
  8457. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  8458. | #define OPAL_ENABLE_PTY_SUPPORT 1
  8459. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  8460. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  8461. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  8462. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  8463. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  8464. | #define OPAL_ENABLE_IPV6 0
  8465. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  8466. | #define OPAL_IDENT_STRING "4.0.0"
  8467. | #define OPAL_MAX_PROCESSOR_NAME 256
  8468. | #define OPAL_MAX_ERROR_STRING 256
  8469. | #define OPAL_MAX_OBJECT_NAME 64
  8470. | #define OPAL_MAX_INFO_KEY 36
  8471. | #define OPAL_MAX_INFO_VAL 256
  8472. | #define OPAL_MAX_PORT_NAME 1024
  8473. | #define OPAL_MAX_DATAREP_STRING 128
  8474. | #define OPAL_ENABLE_CRDEBUG 0
  8475. | #define OPAL_ENABLE_GETPWUID 1
  8476. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  8477. | #define HAVE_ZLIB_H 1
  8478. | #define OPAL_HAVE_ZLIB 1
  8479. | #define OPAL_HAVE_SOLARIS 0
  8480. | #define HAVE_NETDB_H 1
  8481. | #define HAVE_NETINET_IN_H 1
  8482. | #define HAVE_NETINET_TCP_H 1
  8483. | #define HAVE_STRUCT_SOCKADDR_IN 1
  8484. | #define OPAL_CUDA_SUPPORT 0
  8485. | #define OPAL_CUDA_SYNC_MEMOPS 0
  8486. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  8487. | #define OPAL_CUDA_GDR_SUPPORT 0
  8488. | #define OPAL_PMIX_V1 0
  8489. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  8490. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  8491. | #define OMPI_GROUP_SPARSE 0
  8492. | #define OMPI_WANT_PERUSE 0
  8493. | #define OMPI_WANT_MPI_CXX_SEEK 1
  8494. | #define OMPI_ENABLE_MPI1_COMPAT 0
  8495. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  8496. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  8497. | #define OMPI_PARAM_CHECK 1
  8498. | #define OSHMEM_SPEC_COMPAT 1
  8499. | #define OSHMEM_PARAM_CHECK 1
  8500. | #define HAVE_ON_EXIT 1
  8501. | #define SPC_ENABLE 0
  8502. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  8503. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  8504. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  8505. | #define OPAL_C_HAVE__ATOMIC 1
  8506. | #define OPAL_C_HAVE__GENERIC 1
  8507. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  8508. | #define OPAL_C_HAVE___THREAD 1
  8509. | #define STDC_HEADERS 1
  8510. | #define _GNU_SOURCE 1
  8511. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  8512. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  8513. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  8514. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  8515. | #define OPAL_CC_USE_IDENT 1
  8516. | #define OPAL_CC_USE_PRAGMA_COMMENT
  8517. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  8518. | #define HAVE_INT8_T 1
  8519. | #define HAVE_UINT8_T 1
  8520. | #define HAVE_INT16_T 1
  8521. | #define HAVE_UINT16_T 1
  8522. | #define HAVE_INT32_T 1
  8523. | #define HAVE_UINT32_T 1
  8524. | #define HAVE_INT64_T 1
  8525. | #define HAVE_UINT64_T 1
  8526. | #define HAVE___INT128 1
  8527. | #define HAVE_LONG_LONG 1
  8528. | #define HAVE___FLOAT128 1
  8529. | #define HAVE_LONG_DOUBLE 1
  8530. | #define HAVE_COMPLEX_H 1
  8531. | #define HAVE_FLOAT__COMPLEX 1
  8532. | #define HAVE_DOUBLE__COMPLEX 1
  8533. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  8534. | #define HAVE_INTPTR_T 1
  8535. | #define HAVE_UINTPTR_T 1
  8536. | #define HAVE_MODE_T 1
  8537. | #define HAVE_SSIZE_T 1
  8538. | #define HAVE_PTRDIFF_T 1
  8539. | #define SIZEOF__BOOL 1
  8540. | #define SIZEOF_CHAR 1
  8541. | #define SIZEOF_SHORT 2
  8542. | #define SIZEOF_INT 4
  8543. | #define SIZEOF_LONG 8
  8544. | #define SIZEOF_LONG_LONG 8
  8545. | #define SIZEOF_FLOAT 4
  8546. | #define SIZEOF_DOUBLE 8
  8547. | #define SIZEOF_LONG_DOUBLE 16
  8548. | #define SIZEOF___FLOAT128 16
  8549. | #define SIZEOF_FLOAT__COMPLEX 8
  8550. | #define SIZEOF_DOUBLE__COMPLEX 16
  8551. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  8552. | #define SIZEOF_VOID_P 8
  8553. | #define SIZEOF_SIZE_T 8
  8554. | #define SIZEOF_SSIZE_T 8
  8555. | #define SIZEOF_PTRDIFF_T 8
  8556. | #define SIZEOF_WCHAR_T 4
  8557. | #define SIZEOF_PID_T 4
  8558. | #define SIZEOF_ATOMIC_SHORT 2
  8559. | #define SIZEOF_ATOMIC_INT 4
  8560. | #define SIZEOF_ATOMIC_LONG 8
  8561. | #define SIZEOF_ATOMIC_LLONG 8
  8562. | #define OPAL_ALIGNMENT_BOOL 1
  8563. | #define OPAL_ALIGNMENT_INT8 1
  8564. | #define OPAL_ALIGNMENT_INT16 2
  8565. | #define OPAL_ALIGNMENT_INT32 4
  8566. | #define OPAL_ALIGNMENT_INT64 8
  8567. | #define OPAL_ALIGNMENT_CHAR 1
  8568. | #define OPAL_ALIGNMENT_SHORT 2
  8569. | #define OPAL_ALIGNMENT_WCHAR 4
  8570. | #define OPAL_ALIGNMENT_INT 4
  8571. | #define OPAL_ALIGNMENT_LONG 8
  8572. | #define OPAL_ALIGNMENT_LONG_LONG 8
  8573. | #define OPAL_ALIGNMENT_FLOAT 4
  8574. | #define OPAL_ALIGNMENT_DOUBLE 8
  8575. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  8576. | #define OPAL_ALIGNMENT___FLOAT128 16
  8577. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  8578. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  8579. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  8580. | #define OPAL_ALIGNMENT_VOID_P 8
  8581. | #define OPAL_ALIGNMENT_SIZE_T 8
  8582. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  8583. | #define SIZEOF_BOOL 1
  8584. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  8585. | /* end confdefs.h. */
  8586. | #include <ac_nonexistent.h>
  8587. configure:25955: checking if C++ compiler works
  8588. configure:25999: /share/apps/gcc-5.4.0/bin/g++ -o conftest -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.cpp -lz >&5
  8589. configure:25999: $? = 0
  8590. configure:25999: ./conftest
  8591. configure:25999: $? = 0
  8592. configure:26015: result: yes
  8593. configure:26423: checking if /share/apps/gcc-5.4.0/bin/g++ supports -finline-functions
  8594. configure:26439: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8595. configure:26439: $? = 0
  8596. configure:26446: result: yes
  8597. configure:26550: WARNING: -finline-functions has been added to CXXFLAGS
  8598. configure:26561: checking if C and C++ are link compatible
  8599. configure:26650: result: yes
  8600. configure:26745: checking for C++ optimization flags
  8601. configure:26747: result: -O3 -DNDEBUG -finline-functions
  8602. configure:26762: checking size of bool
  8603. configure:26781: result: 1
  8604. configure:26792: checking alignment of bool
  8605. configure:26854: result: 1
  8606. configure:26884: checking if able to build the MPI C++ bindings
  8607. configure:26890: result: no
  8608. configure:27533: checking if want C++ exception handling
  8609. configure:27544: result: skipped
  8610. configure:5870: *** Compiler characteristics
  8611. configure:29508: checking for __attribute__
  8612. configure:29532: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8613. configure:29532: $? = 0
  8614. configure:29557: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8615. configure:29557: $? = 0
  8616. configure:29607: result: yes
  8617. configure:29611: checking for __attribute__(aligned)
  8618. configure:29631: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8619. configure:29631: $? = 0
  8620. configure:29683: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8621. configure:29683: $? = 0
  8622. configure:29773: result: yes
  8623. configure:29785: checking for __attribute__(always_inline)
  8624. configure:29805: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8625. configure:29805: $? = 0
  8626. configure:29857: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8627. configure:29857: $? = 0
  8628. configure:29947: result: yes
  8629. configure:29956: checking for __attribute__(cold)
  8630. configure:29979: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8631. configure:29979: $? = 0
  8632. configure:30034: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8633. configure:30034: $? = 0
  8634. configure:30124: result: yes
  8635. configure:30133: checking for __attribute__(const)
  8636. configure:30156: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8637. configure:30156: $? = 0
  8638. configure:30211: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8639. configure:30211: $? = 0
  8640. configure:30301: result: yes
  8641. configure:30310: checking for __attribute__(deprecated)
  8642. configure:30333: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8643. configure:30333: $? = 0
  8644. configure:30388: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8645. configure:30388: $? = 0
  8646. configure:30478: result: yes
  8647. configure:30487: checking for __attribute__(deprecated_argument)
  8648. configure:30510: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8649. configure:30510: $? = 0
  8650. configure:30565: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8651. configure:30565: $? = 0
  8652. configure:30655: result: yes
  8653. configure:30664: checking for __attribute__(error)
  8654. configure:30686: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8655. configure:30686: $? = 0
  8656. configure:30740: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8657. configure:30740: $? = 0
  8658. configure:30830: result: yes
  8659. configure:30849: checking for __attribute__(format)
  8660. configure:30871: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8661. configure:30871: $? = 0
  8662. configure:30925: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8663. configure:30925: $? = 0
  8664. configure:30997: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -Wall -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8665. conftest.c: In function 'usage':
  8666. conftest.c:203:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
  8667. return this_printf (*argument, "%d", argument); /* This should produce a format warning */
  8668. ^
  8669. configure:30997: $? = 0
  8670. configure: failed program was:
  8671. | /* confdefs.h */
  8672. | #define PACKAGE_NAME "Open MPI"
  8673. | #define PACKAGE_TARNAME "openmpi"
  8674. | #define PACKAGE_VERSION "4.0.0"
  8675. | #define PACKAGE_STRING "Open MPI 4.0.0"
  8676. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  8677. | #define PACKAGE_URL ""
  8678. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  8679. | #define STDC_HEADERS 1
  8680. | #define HAVE_SYS_TYPES_H 1
  8681. | #define HAVE_SYS_STAT_H 1
  8682. | #define HAVE_STDLIB_H 1
  8683. | #define HAVE_STRING_H 1
  8684. | #define HAVE_MEMORY_H 1
  8685. | #define HAVE_STRINGS_H 1
  8686. | #define HAVE_INTTYPES_H 1
  8687. | #define HAVE_STDINT_H 1
  8688. | #define HAVE_UNISTD_H 1
  8689. | #define __EXTENSIONS__ 1
  8690. | #define _ALL_SOURCE 1
  8691. | #define _GNU_SOURCE 1
  8692. | #define _POSIX_PTHREAD_SEMANTICS 1
  8693. | #define _TANDEM_SOURCE 1
  8694. | #define OMPI_MAJOR_VERSION 4
  8695. | #define OMPI_MINOR_VERSION 0
  8696. | #define OMPI_RELEASE_VERSION 0
  8697. | #define OMPI_GREEK_VERSION ""
  8698. | #define OMPI_REPO_REV "v4.0.0"
  8699. | #define OMPI_TARBALL_VERSION "4.0.0"
  8700. | #define OMPI_VERSION "0"
  8701. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  8702. | #define ORTE_MAJOR_VERSION 4
  8703. | #define ORTE_MINOR_VERSION 0
  8704. | #define ORTE_RELEASE_VERSION 0
  8705. | #define ORTE_GREEK_VERSION ""
  8706. | #define ORTE_REPO_REV "v4.0.0"
  8707. | #define ORTE_TARBALL_VERSION "4.0.0"
  8708. | #define ORTE_VERSION "0"
  8709. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  8710. | #define OSHMEM_MAJOR_VERSION 4
  8711. | #define OSHMEM_MINOR_VERSION 0
  8712. | #define OSHMEM_RELEASE_VERSION 0
  8713. | #define OSHMEM_GREEK_VERSION ""
  8714. | #define OSHMEM_REPO_REV "v4.0.0"
  8715. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  8716. | #define OSHMEM_VERSION "0"
  8717. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  8718. | #define OPAL_MAJOR_VERSION 4
  8719. | #define OPAL_MINOR_VERSION 0
  8720. | #define OPAL_RELEASE_VERSION 0
  8721. | #define OPAL_GREEK_VERSION ""
  8722. | #define OPAL_REPO_REV "v4.0.0"
  8723. | #define OPAL_TARBALL_VERSION "4.0.0"
  8724. | #define OPAL_VERSION "0"
  8725. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  8726. | #define OPAL_ENABLE_MEM_DEBUG 0
  8727. | #define OPAL_ENABLE_MEM_PROFILE 0
  8728. | #define OPAL_ENABLE_TIMING 0
  8729. | #define OPAL_ENABLE_DEBUG 0
  8730. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  8731. | #define OPAL_ENABLE_PTY_SUPPORT 1
  8732. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  8733. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  8734. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  8735. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  8736. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  8737. | #define OPAL_ENABLE_IPV6 0
  8738. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  8739. | #define OPAL_IDENT_STRING "4.0.0"
  8740. | #define OPAL_MAX_PROCESSOR_NAME 256
  8741. | #define OPAL_MAX_ERROR_STRING 256
  8742. | #define OPAL_MAX_OBJECT_NAME 64
  8743. | #define OPAL_MAX_INFO_KEY 36
  8744. | #define OPAL_MAX_INFO_VAL 256
  8745. | #define OPAL_MAX_PORT_NAME 1024
  8746. | #define OPAL_MAX_DATAREP_STRING 128
  8747. | #define OPAL_ENABLE_CRDEBUG 0
  8748. | #define OPAL_ENABLE_GETPWUID 1
  8749. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  8750. | #define HAVE_ZLIB_H 1
  8751. | #define OPAL_HAVE_ZLIB 1
  8752. | #define OPAL_HAVE_SOLARIS 0
  8753. | #define HAVE_NETDB_H 1
  8754. | #define HAVE_NETINET_IN_H 1
  8755. | #define HAVE_NETINET_TCP_H 1
  8756. | #define HAVE_STRUCT_SOCKADDR_IN 1
  8757. | #define OPAL_CUDA_SUPPORT 0
  8758. | #define OPAL_CUDA_SYNC_MEMOPS 0
  8759. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  8760. | #define OPAL_CUDA_GDR_SUPPORT 0
  8761. | #define OPAL_PMIX_V1 0
  8762. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  8763. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  8764. | #define OMPI_GROUP_SPARSE 0
  8765. | #define OMPI_WANT_PERUSE 0
  8766. | #define OMPI_WANT_MPI_CXX_SEEK 1
  8767. | #define OMPI_ENABLE_MPI1_COMPAT 0
  8768. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  8769. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  8770. | #define OMPI_PARAM_CHECK 1
  8771. | #define OSHMEM_SPEC_COMPAT 1
  8772. | #define OSHMEM_PARAM_CHECK 1
  8773. | #define HAVE_ON_EXIT 1
  8774. | #define SPC_ENABLE 0
  8775. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  8776. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  8777. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  8778. | #define OPAL_C_HAVE__ATOMIC 1
  8779. | #define OPAL_C_HAVE__GENERIC 1
  8780. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  8781. | #define OPAL_C_HAVE___THREAD 1
  8782. | #define STDC_HEADERS 1
  8783. | #define _GNU_SOURCE 1
  8784. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  8785. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  8786. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  8787. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  8788. | #define OPAL_CC_USE_IDENT 1
  8789. | #define OPAL_CC_USE_PRAGMA_COMMENT
  8790. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  8791. | #define HAVE_INT8_T 1
  8792. | #define HAVE_UINT8_T 1
  8793. | #define HAVE_INT16_T 1
  8794. | #define HAVE_UINT16_T 1
  8795. | #define HAVE_INT32_T 1
  8796. | #define HAVE_UINT32_T 1
  8797. | #define HAVE_INT64_T 1
  8798. | #define HAVE_UINT64_T 1
  8799. | #define HAVE___INT128 1
  8800. | #define HAVE_LONG_LONG 1
  8801. | #define HAVE___FLOAT128 1
  8802. | #define HAVE_LONG_DOUBLE 1
  8803. | #define HAVE_COMPLEX_H 1
  8804. | #define HAVE_FLOAT__COMPLEX 1
  8805. | #define HAVE_DOUBLE__COMPLEX 1
  8806. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  8807. | #define HAVE_INTPTR_T 1
  8808. | #define HAVE_UINTPTR_T 1
  8809. | #define HAVE_MODE_T 1
  8810. | #define HAVE_SSIZE_T 1
  8811. | #define HAVE_PTRDIFF_T 1
  8812. | #define SIZEOF__BOOL 1
  8813. | #define SIZEOF_CHAR 1
  8814. | #define SIZEOF_SHORT 2
  8815. | #define SIZEOF_INT 4
  8816. | #define SIZEOF_LONG 8
  8817. | #define SIZEOF_LONG_LONG 8
  8818. | #define SIZEOF_FLOAT 4
  8819. | #define SIZEOF_DOUBLE 8
  8820. | #define SIZEOF_LONG_DOUBLE 16
  8821. | #define SIZEOF___FLOAT128 16
  8822. | #define SIZEOF_FLOAT__COMPLEX 8
  8823. | #define SIZEOF_DOUBLE__COMPLEX 16
  8824. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  8825. | #define SIZEOF_VOID_P 8
  8826. | #define SIZEOF_SIZE_T 8
  8827. | #define SIZEOF_SSIZE_T 8
  8828. | #define SIZEOF_PTRDIFF_T 8
  8829. | #define SIZEOF_WCHAR_T 4
  8830. | #define SIZEOF_PID_T 4
  8831. | #define SIZEOF_ATOMIC_SHORT 2
  8832. | #define SIZEOF_ATOMIC_INT 4
  8833. | #define SIZEOF_ATOMIC_LONG 8
  8834. | #define SIZEOF_ATOMIC_LLONG 8
  8835. | #define OPAL_ALIGNMENT_BOOL 1
  8836. | #define OPAL_ALIGNMENT_INT8 1
  8837. | #define OPAL_ALIGNMENT_INT16 2
  8838. | #define OPAL_ALIGNMENT_INT32 4
  8839. | #define OPAL_ALIGNMENT_INT64 8
  8840. | #define OPAL_ALIGNMENT_CHAR 1
  8841. | #define OPAL_ALIGNMENT_SHORT 2
  8842. | #define OPAL_ALIGNMENT_WCHAR 4
  8843. | #define OPAL_ALIGNMENT_INT 4
  8844. | #define OPAL_ALIGNMENT_LONG 8
  8845. | #define OPAL_ALIGNMENT_LONG_LONG 8
  8846. | #define OPAL_ALIGNMENT_FLOAT 4
  8847. | #define OPAL_ALIGNMENT_DOUBLE 8
  8848. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  8849. | #define OPAL_ALIGNMENT___FLOAT128 16
  8850. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  8851. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  8852. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  8853. | #define OPAL_ALIGNMENT_VOID_P 8
  8854. | #define OPAL_ALIGNMENT_SIZE_T 8
  8855. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  8856. | #define SIZEOF_BOOL 1
  8857. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  8858. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  8859. | #define SIZEOF_BOOL 1
  8860. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  8861. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  8862. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  8863. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  8864. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  8865. | #define OMPI_BUILD_CXX_BINDINGS 0
  8866. | #define OPAL_HAVE_ATTRIBUTE 1
  8867. | /* end confdefs.h. */
  8868. |
  8869. | static int usage (int * argument);
  8870. | extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
  8871. |
  8872. | static int usage (int * argument) {
  8873. | return this_printf (*argument, "%d", argument); /* This should produce a format warning */
  8874. | }
  8875. | /* The autoconf-generated main-function is int main(), which produces a warning by itself */
  8876. | int main(void);
  8877. |
  8878. | int
  8879. | main ()
  8880. | {
  8881. |
  8882. | int i=4711;
  8883. | i=usage(&i);
  8884. |
  8885. | ;
  8886. | return 0;
  8887. | }
  8888. configure:31033: result: yes
  8889. configure:31052: checking for __attribute__(format_funcptr)
  8890. configure:31074: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8891. configure:31074: $? = 0
  8892. configure:31128: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  8893. configure:31128: $? = 0
  8894. configure:31200: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -Wall -I/share/apps/gcc-5.4.0/include conftest.c >&5
  8895. conftest.c: In function 'usage':
  8896. conftest.c:203:48: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
  8897. return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */
  8898. ^
  8899. configure:31200: $? = 0
  8900. configure: failed program was:
  8901. | /* confdefs.h */
  8902. | #define PACKAGE_NAME "Open MPI"
  8903. | #define PACKAGE_TARNAME "openmpi"
  8904. | #define PACKAGE_VERSION "4.0.0"
  8905. | #define PACKAGE_STRING "Open MPI 4.0.0"
  8906. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  8907. | #define PACKAGE_URL ""
  8908. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  8909. | #define STDC_HEADERS 1
  8910. | #define HAVE_SYS_TYPES_H 1
  8911. | #define HAVE_SYS_STAT_H 1
  8912. | #define HAVE_STDLIB_H 1
  8913. | #define HAVE_STRING_H 1
  8914. | #define HAVE_MEMORY_H 1
  8915. | #define HAVE_STRINGS_H 1
  8916. | #define HAVE_INTTYPES_H 1
  8917. | #define HAVE_STDINT_H 1
  8918. | #define HAVE_UNISTD_H 1
  8919. | #define __EXTENSIONS__ 1
  8920. | #define _ALL_SOURCE 1
  8921. | #define _GNU_SOURCE 1
  8922. | #define _POSIX_PTHREAD_SEMANTICS 1
  8923. | #define _TANDEM_SOURCE 1
  8924. | #define OMPI_MAJOR_VERSION 4
  8925. | #define OMPI_MINOR_VERSION 0
  8926. | #define OMPI_RELEASE_VERSION 0
  8927. | #define OMPI_GREEK_VERSION ""
  8928. | #define OMPI_REPO_REV "v4.0.0"
  8929. | #define OMPI_TARBALL_VERSION "4.0.0"
  8930. | #define OMPI_VERSION "0"
  8931. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  8932. | #define ORTE_MAJOR_VERSION 4
  8933. | #define ORTE_MINOR_VERSION 0
  8934. | #define ORTE_RELEASE_VERSION 0
  8935. | #define ORTE_GREEK_VERSION ""
  8936. | #define ORTE_REPO_REV "v4.0.0"
  8937. | #define ORTE_TARBALL_VERSION "4.0.0"
  8938. | #define ORTE_VERSION "0"
  8939. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  8940. | #define OSHMEM_MAJOR_VERSION 4
  8941. | #define OSHMEM_MINOR_VERSION 0
  8942. | #define OSHMEM_RELEASE_VERSION 0
  8943. | #define OSHMEM_GREEK_VERSION ""
  8944. | #define OSHMEM_REPO_REV "v4.0.0"
  8945. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  8946. | #define OSHMEM_VERSION "0"
  8947. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  8948. | #define OPAL_MAJOR_VERSION 4
  8949. | #define OPAL_MINOR_VERSION 0
  8950. | #define OPAL_RELEASE_VERSION 0
  8951. | #define OPAL_GREEK_VERSION ""
  8952. | #define OPAL_REPO_REV "v4.0.0"
  8953. | #define OPAL_TARBALL_VERSION "4.0.0"
  8954. | #define OPAL_VERSION "0"
  8955. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  8956. | #define OPAL_ENABLE_MEM_DEBUG 0
  8957. | #define OPAL_ENABLE_MEM_PROFILE 0
  8958. | #define OPAL_ENABLE_TIMING 0
  8959. | #define OPAL_ENABLE_DEBUG 0
  8960. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  8961. | #define OPAL_ENABLE_PTY_SUPPORT 1
  8962. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  8963. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  8964. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  8965. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  8966. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  8967. | #define OPAL_ENABLE_IPV6 0
  8968. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  8969. | #define OPAL_IDENT_STRING "4.0.0"
  8970. | #define OPAL_MAX_PROCESSOR_NAME 256
  8971. | #define OPAL_MAX_ERROR_STRING 256
  8972. | #define OPAL_MAX_OBJECT_NAME 64
  8973. | #define OPAL_MAX_INFO_KEY 36
  8974. | #define OPAL_MAX_INFO_VAL 256
  8975. | #define OPAL_MAX_PORT_NAME 1024
  8976. | #define OPAL_MAX_DATAREP_STRING 128
  8977. | #define OPAL_ENABLE_CRDEBUG 0
  8978. | #define OPAL_ENABLE_GETPWUID 1
  8979. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  8980. | #define HAVE_ZLIB_H 1
  8981. | #define OPAL_HAVE_ZLIB 1
  8982. | #define OPAL_HAVE_SOLARIS 0
  8983. | #define HAVE_NETDB_H 1
  8984. | #define HAVE_NETINET_IN_H 1
  8985. | #define HAVE_NETINET_TCP_H 1
  8986. | #define HAVE_STRUCT_SOCKADDR_IN 1
  8987. | #define OPAL_CUDA_SUPPORT 0
  8988. | #define OPAL_CUDA_SYNC_MEMOPS 0
  8989. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  8990. | #define OPAL_CUDA_GDR_SUPPORT 0
  8991. | #define OPAL_PMIX_V1 0
  8992. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  8993. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  8994. | #define OMPI_GROUP_SPARSE 0
  8995. | #define OMPI_WANT_PERUSE 0
  8996. | #define OMPI_WANT_MPI_CXX_SEEK 1
  8997. | #define OMPI_ENABLE_MPI1_COMPAT 0
  8998. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  8999. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  9000. | #define OMPI_PARAM_CHECK 1
  9001. | #define OSHMEM_SPEC_COMPAT 1
  9002. | #define OSHMEM_PARAM_CHECK 1
  9003. | #define HAVE_ON_EXIT 1
  9004. | #define SPC_ENABLE 0
  9005. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  9006. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  9007. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  9008. | #define OPAL_C_HAVE__ATOMIC 1
  9009. | #define OPAL_C_HAVE__GENERIC 1
  9010. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  9011. | #define OPAL_C_HAVE___THREAD 1
  9012. | #define STDC_HEADERS 1
  9013. | #define _GNU_SOURCE 1
  9014. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  9015. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  9016. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  9017. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  9018. | #define OPAL_CC_USE_IDENT 1
  9019. | #define OPAL_CC_USE_PRAGMA_COMMENT
  9020. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  9021. | #define HAVE_INT8_T 1
  9022. | #define HAVE_UINT8_T 1
  9023. | #define HAVE_INT16_T 1
  9024. | #define HAVE_UINT16_T 1
  9025. | #define HAVE_INT32_T 1
  9026. | #define HAVE_UINT32_T 1
  9027. | #define HAVE_INT64_T 1
  9028. | #define HAVE_UINT64_T 1
  9029. | #define HAVE___INT128 1
  9030. | #define HAVE_LONG_LONG 1
  9031. | #define HAVE___FLOAT128 1
  9032. | #define HAVE_LONG_DOUBLE 1
  9033. | #define HAVE_COMPLEX_H 1
  9034. | #define HAVE_FLOAT__COMPLEX 1
  9035. | #define HAVE_DOUBLE__COMPLEX 1
  9036. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  9037. | #define HAVE_INTPTR_T 1
  9038. | #define HAVE_UINTPTR_T 1
  9039. | #define HAVE_MODE_T 1
  9040. | #define HAVE_SSIZE_T 1
  9041. | #define HAVE_PTRDIFF_T 1
  9042. | #define SIZEOF__BOOL 1
  9043. | #define SIZEOF_CHAR 1
  9044. | #define SIZEOF_SHORT 2
  9045. | #define SIZEOF_INT 4
  9046. | #define SIZEOF_LONG 8
  9047. | #define SIZEOF_LONG_LONG 8
  9048. | #define SIZEOF_FLOAT 4
  9049. | #define SIZEOF_DOUBLE 8
  9050. | #define SIZEOF_LONG_DOUBLE 16
  9051. | #define SIZEOF___FLOAT128 16
  9052. | #define SIZEOF_FLOAT__COMPLEX 8
  9053. | #define SIZEOF_DOUBLE__COMPLEX 16
  9054. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  9055. | #define SIZEOF_VOID_P 8
  9056. | #define SIZEOF_SIZE_T 8
  9057. | #define SIZEOF_SSIZE_T 8
  9058. | #define SIZEOF_PTRDIFF_T 8
  9059. | #define SIZEOF_WCHAR_T 4
  9060. | #define SIZEOF_PID_T 4
  9061. | #define SIZEOF_ATOMIC_SHORT 2
  9062. | #define SIZEOF_ATOMIC_INT 4
  9063. | #define SIZEOF_ATOMIC_LONG 8
  9064. | #define SIZEOF_ATOMIC_LLONG 8
  9065. | #define OPAL_ALIGNMENT_BOOL 1
  9066. | #define OPAL_ALIGNMENT_INT8 1
  9067. | #define OPAL_ALIGNMENT_INT16 2
  9068. | #define OPAL_ALIGNMENT_INT32 4
  9069. | #define OPAL_ALIGNMENT_INT64 8
  9070. | #define OPAL_ALIGNMENT_CHAR 1
  9071. | #define OPAL_ALIGNMENT_SHORT 2
  9072. | #define OPAL_ALIGNMENT_WCHAR 4
  9073. | #define OPAL_ALIGNMENT_INT 4
  9074. | #define OPAL_ALIGNMENT_LONG 8
  9075. | #define OPAL_ALIGNMENT_LONG_LONG 8
  9076. | #define OPAL_ALIGNMENT_FLOAT 4
  9077. | #define OPAL_ALIGNMENT_DOUBLE 8
  9078. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  9079. | #define OPAL_ALIGNMENT___FLOAT128 16
  9080. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  9081. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  9082. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  9083. | #define OPAL_ALIGNMENT_VOID_P 8
  9084. | #define OPAL_ALIGNMENT_SIZE_T 8
  9085. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9086. | #define SIZEOF_BOOL 1
  9087. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9088. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9089. | #define SIZEOF_BOOL 1
  9090. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9091. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  9092. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  9093. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  9094. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  9095. | #define OMPI_BUILD_CXX_BINDINGS 0
  9096. | #define OPAL_HAVE_ATTRIBUTE 1
  9097. | /* end confdefs.h. */
  9098. |
  9099. | static int usage (int * argument);
  9100. | extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
  9101. |
  9102. | static int usage (int * argument) {
  9103. | return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */
  9104. | }
  9105. | /* The autoconf-generated main-function is int main(), which produces a warning by itself */
  9106. | int main(void);
  9107. |
  9108. | int
  9109. | main ()
  9110. | {
  9111. |
  9112. | int i=4711;
  9113. | i=usage(&i);
  9114. |
  9115. | ;
  9116. | return 0;
  9117. | }
  9118. configure:31236: result: yes
  9119. configure:31245: checking for __attribute__(hot)
  9120. configure:31268: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9121. configure:31268: $? = 0
  9122. configure:31323: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9123. configure:31323: $? = 0
  9124. configure:31413: result: yes
  9125. configure:31422: checking for __attribute__(malloc)
  9126. configure:31448: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9127. configure:31448: $? = 0
  9128. configure:31506: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9129. configure:31506: $? = 0
  9130. configure:31596: result: yes
  9131. configure:31611: checking for __attribute__(may_alias)
  9132. configure:31631: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9133. configure:31631: $? = 0
  9134. configure:31683: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9135. configure:31683: $? = 0
  9136. configure:31773: result: yes
  9137. configure:31783: checking for __attribute__(no_instrument_function)
  9138. configure:31803: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9139. configure:31803: $? = 0
  9140. configure:31855: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9141. configure:31855: $? = 0
  9142. configure:31945: result: yes
  9143. configure:31955: checking for __attribute__(noinline)
  9144. configure:31980: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9145. configure:31980: $? = 0
  9146. configure:32037: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9147. configure:32037: $? = 0
  9148. configure:32127: result: yes
  9149. configure:32151: checking for __attribute__(nonnull)
  9150. configure:32174: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9151. configure:32174: $? = 0
  9152. configure:32229: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9153. configure:32229: $? = 0
  9154. configure:32303: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -Wall -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9155. conftest.c: In function 'usage':
  9156. conftest.c:204:14: warning: null argument where non-null required (argument 1) [-Wnonnull]
  9157. return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
  9158. ^
  9159. configure:32303: $? = 0
  9160. configure: failed program was:
  9161. | /* confdefs.h */
  9162. | #define PACKAGE_NAME "Open MPI"
  9163. | #define PACKAGE_TARNAME "openmpi"
  9164. | #define PACKAGE_VERSION "4.0.0"
  9165. | #define PACKAGE_STRING "Open MPI 4.0.0"
  9166. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  9167. | #define PACKAGE_URL ""
  9168. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  9169. | #define STDC_HEADERS 1
  9170. | #define HAVE_SYS_TYPES_H 1
  9171. | #define HAVE_SYS_STAT_H 1
  9172. | #define HAVE_STDLIB_H 1
  9173. | #define HAVE_STRING_H 1
  9174. | #define HAVE_MEMORY_H 1
  9175. | #define HAVE_STRINGS_H 1
  9176. | #define HAVE_INTTYPES_H 1
  9177. | #define HAVE_STDINT_H 1
  9178. | #define HAVE_UNISTD_H 1
  9179. | #define __EXTENSIONS__ 1
  9180. | #define _ALL_SOURCE 1
  9181. | #define _GNU_SOURCE 1
  9182. | #define _POSIX_PTHREAD_SEMANTICS 1
  9183. | #define _TANDEM_SOURCE 1
  9184. | #define OMPI_MAJOR_VERSION 4
  9185. | #define OMPI_MINOR_VERSION 0
  9186. | #define OMPI_RELEASE_VERSION 0
  9187. | #define OMPI_GREEK_VERSION ""
  9188. | #define OMPI_REPO_REV "v4.0.0"
  9189. | #define OMPI_TARBALL_VERSION "4.0.0"
  9190. | #define OMPI_VERSION "0"
  9191. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  9192. | #define ORTE_MAJOR_VERSION 4
  9193. | #define ORTE_MINOR_VERSION 0
  9194. | #define ORTE_RELEASE_VERSION 0
  9195. | #define ORTE_GREEK_VERSION ""
  9196. | #define ORTE_REPO_REV "v4.0.0"
  9197. | #define ORTE_TARBALL_VERSION "4.0.0"
  9198. | #define ORTE_VERSION "0"
  9199. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  9200. | #define OSHMEM_MAJOR_VERSION 4
  9201. | #define OSHMEM_MINOR_VERSION 0
  9202. | #define OSHMEM_RELEASE_VERSION 0
  9203. | #define OSHMEM_GREEK_VERSION ""
  9204. | #define OSHMEM_REPO_REV "v4.0.0"
  9205. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  9206. | #define OSHMEM_VERSION "0"
  9207. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  9208. | #define OPAL_MAJOR_VERSION 4
  9209. | #define OPAL_MINOR_VERSION 0
  9210. | #define OPAL_RELEASE_VERSION 0
  9211. | #define OPAL_GREEK_VERSION ""
  9212. | #define OPAL_REPO_REV "v4.0.0"
  9213. | #define OPAL_TARBALL_VERSION "4.0.0"
  9214. | #define OPAL_VERSION "0"
  9215. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  9216. | #define OPAL_ENABLE_MEM_DEBUG 0
  9217. | #define OPAL_ENABLE_MEM_PROFILE 0
  9218. | #define OPAL_ENABLE_TIMING 0
  9219. | #define OPAL_ENABLE_DEBUG 0
  9220. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  9221. | #define OPAL_ENABLE_PTY_SUPPORT 1
  9222. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  9223. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  9224. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  9225. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  9226. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  9227. | #define OPAL_ENABLE_IPV6 0
  9228. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  9229. | #define OPAL_IDENT_STRING "4.0.0"
  9230. | #define OPAL_MAX_PROCESSOR_NAME 256
  9231. | #define OPAL_MAX_ERROR_STRING 256
  9232. | #define OPAL_MAX_OBJECT_NAME 64
  9233. | #define OPAL_MAX_INFO_KEY 36
  9234. | #define OPAL_MAX_INFO_VAL 256
  9235. | #define OPAL_MAX_PORT_NAME 1024
  9236. | #define OPAL_MAX_DATAREP_STRING 128
  9237. | #define OPAL_ENABLE_CRDEBUG 0
  9238. | #define OPAL_ENABLE_GETPWUID 1
  9239. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  9240. | #define HAVE_ZLIB_H 1
  9241. | #define OPAL_HAVE_ZLIB 1
  9242. | #define OPAL_HAVE_SOLARIS 0
  9243. | #define HAVE_NETDB_H 1
  9244. | #define HAVE_NETINET_IN_H 1
  9245. | #define HAVE_NETINET_TCP_H 1
  9246. | #define HAVE_STRUCT_SOCKADDR_IN 1
  9247. | #define OPAL_CUDA_SUPPORT 0
  9248. | #define OPAL_CUDA_SYNC_MEMOPS 0
  9249. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  9250. | #define OPAL_CUDA_GDR_SUPPORT 0
  9251. | #define OPAL_PMIX_V1 0
  9252. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  9253. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  9254. | #define OMPI_GROUP_SPARSE 0
  9255. | #define OMPI_WANT_PERUSE 0
  9256. | #define OMPI_WANT_MPI_CXX_SEEK 1
  9257. | #define OMPI_ENABLE_MPI1_COMPAT 0
  9258. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  9259. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  9260. | #define OMPI_PARAM_CHECK 1
  9261. | #define OSHMEM_SPEC_COMPAT 1
  9262. | #define OSHMEM_PARAM_CHECK 1
  9263. | #define HAVE_ON_EXIT 1
  9264. | #define SPC_ENABLE 0
  9265. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  9266. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  9267. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  9268. | #define OPAL_C_HAVE__ATOMIC 1
  9269. | #define OPAL_C_HAVE__GENERIC 1
  9270. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  9271. | #define OPAL_C_HAVE___THREAD 1
  9272. | #define STDC_HEADERS 1
  9273. | #define _GNU_SOURCE 1
  9274. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  9275. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  9276. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  9277. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  9278. | #define OPAL_CC_USE_IDENT 1
  9279. | #define OPAL_CC_USE_PRAGMA_COMMENT
  9280. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  9281. | #define HAVE_INT8_T 1
  9282. | #define HAVE_UINT8_T 1
  9283. | #define HAVE_INT16_T 1
  9284. | #define HAVE_UINT16_T 1
  9285. | #define HAVE_INT32_T 1
  9286. | #define HAVE_UINT32_T 1
  9287. | #define HAVE_INT64_T 1
  9288. | #define HAVE_UINT64_T 1
  9289. | #define HAVE___INT128 1
  9290. | #define HAVE_LONG_LONG 1
  9291. | #define HAVE___FLOAT128 1
  9292. | #define HAVE_LONG_DOUBLE 1
  9293. | #define HAVE_COMPLEX_H 1
  9294. | #define HAVE_FLOAT__COMPLEX 1
  9295. | #define HAVE_DOUBLE__COMPLEX 1
  9296. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  9297. | #define HAVE_INTPTR_T 1
  9298. | #define HAVE_UINTPTR_T 1
  9299. | #define HAVE_MODE_T 1
  9300. | #define HAVE_SSIZE_T 1
  9301. | #define HAVE_PTRDIFF_T 1
  9302. | #define SIZEOF__BOOL 1
  9303. | #define SIZEOF_CHAR 1
  9304. | #define SIZEOF_SHORT 2
  9305. | #define SIZEOF_INT 4
  9306. | #define SIZEOF_LONG 8
  9307. | #define SIZEOF_LONG_LONG 8
  9308. | #define SIZEOF_FLOAT 4
  9309. | #define SIZEOF_DOUBLE 8
  9310. | #define SIZEOF_LONG_DOUBLE 16
  9311. | #define SIZEOF___FLOAT128 16
  9312. | #define SIZEOF_FLOAT__COMPLEX 8
  9313. | #define SIZEOF_DOUBLE__COMPLEX 16
  9314. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  9315. | #define SIZEOF_VOID_P 8
  9316. | #define SIZEOF_SIZE_T 8
  9317. | #define SIZEOF_SSIZE_T 8
  9318. | #define SIZEOF_PTRDIFF_T 8
  9319. | #define SIZEOF_WCHAR_T 4
  9320. | #define SIZEOF_PID_T 4
  9321. | #define SIZEOF_ATOMIC_SHORT 2
  9322. | #define SIZEOF_ATOMIC_INT 4
  9323. | #define SIZEOF_ATOMIC_LONG 8
  9324. | #define SIZEOF_ATOMIC_LLONG 8
  9325. | #define OPAL_ALIGNMENT_BOOL 1
  9326. | #define OPAL_ALIGNMENT_INT8 1
  9327. | #define OPAL_ALIGNMENT_INT16 2
  9328. | #define OPAL_ALIGNMENT_INT32 4
  9329. | #define OPAL_ALIGNMENT_INT64 8
  9330. | #define OPAL_ALIGNMENT_CHAR 1
  9331. | #define OPAL_ALIGNMENT_SHORT 2
  9332. | #define OPAL_ALIGNMENT_WCHAR 4
  9333. | #define OPAL_ALIGNMENT_INT 4
  9334. | #define OPAL_ALIGNMENT_LONG 8
  9335. | #define OPAL_ALIGNMENT_LONG_LONG 8
  9336. | #define OPAL_ALIGNMENT_FLOAT 4
  9337. | #define OPAL_ALIGNMENT_DOUBLE 8
  9338. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  9339. | #define OPAL_ALIGNMENT___FLOAT128 16
  9340. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  9341. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  9342. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  9343. | #define OPAL_ALIGNMENT_VOID_P 8
  9344. | #define OPAL_ALIGNMENT_SIZE_T 8
  9345. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9346. | #define SIZEOF_BOOL 1
  9347. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9348. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9349. | #define SIZEOF_BOOL 1
  9350. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9351. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  9352. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  9353. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  9354. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  9355. | #define OMPI_BUILD_CXX_BINDINGS 0
  9356. | #define OPAL_HAVE_ATTRIBUTE 1
  9357. | /* end confdefs.h. */
  9358. |
  9359. | static int usage(int * argument);
  9360. | int square(int * argument) __attribute__ ((__nonnull__));
  9361. | int square(int * argument) { return (*argument) * (*argument); }
  9362. |
  9363. | static int usage(int * argument) {
  9364. | return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
  9365. | }
  9366. | /* The autoconf-generated main-function is int main(), which produces a warning by itself */
  9367. | int main(void);
  9368. |
  9369. | int
  9370. | main ()
  9371. | {
  9372. |
  9373. | int i=4711;
  9374. | i=usage(&i);
  9375. |
  9376. | ;
  9377. | return 0;
  9378. | }
  9379. configure:32339: result: yes
  9380. configure:32349: checking for __attribute__(noreturn)
  9381. configure:32378: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9382. configure:32378: $? = 0
  9383. configure:32439: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9384. configure:32439: $? = 0
  9385. configure:32529: result: yes
  9386. configure:32539: checking for __attribute__(noreturn_funcptr)
  9387. configure:32568: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9388. configure:32568: $? = 0
  9389. configure:32629: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9390. configure:32629: $? = 0
  9391. configure:32719: result: yes
  9392. configure:32729: checking for __attribute__(packed)
  9393. configure:32754: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9394. configure:32754: $? = 0
  9395. configure:32811: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9396. configure:32811: $? = 0
  9397. configure:32901: result: yes
  9398. configure:32910: checking for __attribute__(pure)
  9399. configure:32933: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9400. configure:32933: $? = 0
  9401. configure:32988: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9402. configure:32988: $? = 0
  9403. configure:33078: result: yes
  9404. configure:33104: checking for __attribute__(sentinel)
  9405. configure:33126: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9406. configure:33126: $? = 0
  9407. configure:33180: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9408. configure:33180: $? = 0
  9409. configure:33254: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -Wall -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9410. conftest.c: In function 'usage':
  9411. conftest.c:204:14: warning: missing sentinel in function call [-Wformat=]
  9412. return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */
  9413. ^
  9414. configure:33254: $? = 0
  9415. configure: failed program was:
  9416. | /* confdefs.h */
  9417. | #define PACKAGE_NAME "Open MPI"
  9418. | #define PACKAGE_TARNAME "openmpi"
  9419. | #define PACKAGE_VERSION "4.0.0"
  9420. | #define PACKAGE_STRING "Open MPI 4.0.0"
  9421. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  9422. | #define PACKAGE_URL ""
  9423. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  9424. | #define STDC_HEADERS 1
  9425. | #define HAVE_SYS_TYPES_H 1
  9426. | #define HAVE_SYS_STAT_H 1
  9427. | #define HAVE_STDLIB_H 1
  9428. | #define HAVE_STRING_H 1
  9429. | #define HAVE_MEMORY_H 1
  9430. | #define HAVE_STRINGS_H 1
  9431. | #define HAVE_INTTYPES_H 1
  9432. | #define HAVE_STDINT_H 1
  9433. | #define HAVE_UNISTD_H 1
  9434. | #define __EXTENSIONS__ 1
  9435. | #define _ALL_SOURCE 1
  9436. | #define _GNU_SOURCE 1
  9437. | #define _POSIX_PTHREAD_SEMANTICS 1
  9438. | #define _TANDEM_SOURCE 1
  9439. | #define OMPI_MAJOR_VERSION 4
  9440. | #define OMPI_MINOR_VERSION 0
  9441. | #define OMPI_RELEASE_VERSION 0
  9442. | #define OMPI_GREEK_VERSION ""
  9443. | #define OMPI_REPO_REV "v4.0.0"
  9444. | #define OMPI_TARBALL_VERSION "4.0.0"
  9445. | #define OMPI_VERSION "0"
  9446. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  9447. | #define ORTE_MAJOR_VERSION 4
  9448. | #define ORTE_MINOR_VERSION 0
  9449. | #define ORTE_RELEASE_VERSION 0
  9450. | #define ORTE_GREEK_VERSION ""
  9451. | #define ORTE_REPO_REV "v4.0.0"
  9452. | #define ORTE_TARBALL_VERSION "4.0.0"
  9453. | #define ORTE_VERSION "0"
  9454. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  9455. | #define OSHMEM_MAJOR_VERSION 4
  9456. | #define OSHMEM_MINOR_VERSION 0
  9457. | #define OSHMEM_RELEASE_VERSION 0
  9458. | #define OSHMEM_GREEK_VERSION ""
  9459. | #define OSHMEM_REPO_REV "v4.0.0"
  9460. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  9461. | #define OSHMEM_VERSION "0"
  9462. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  9463. | #define OPAL_MAJOR_VERSION 4
  9464. | #define OPAL_MINOR_VERSION 0
  9465. | #define OPAL_RELEASE_VERSION 0
  9466. | #define OPAL_GREEK_VERSION ""
  9467. | #define OPAL_REPO_REV "v4.0.0"
  9468. | #define OPAL_TARBALL_VERSION "4.0.0"
  9469. | #define OPAL_VERSION "0"
  9470. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  9471. | #define OPAL_ENABLE_MEM_DEBUG 0
  9472. | #define OPAL_ENABLE_MEM_PROFILE 0
  9473. | #define OPAL_ENABLE_TIMING 0
  9474. | #define OPAL_ENABLE_DEBUG 0
  9475. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  9476. | #define OPAL_ENABLE_PTY_SUPPORT 1
  9477. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  9478. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  9479. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  9480. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  9481. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  9482. | #define OPAL_ENABLE_IPV6 0
  9483. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  9484. | #define OPAL_IDENT_STRING "4.0.0"
  9485. | #define OPAL_MAX_PROCESSOR_NAME 256
  9486. | #define OPAL_MAX_ERROR_STRING 256
  9487. | #define OPAL_MAX_OBJECT_NAME 64
  9488. | #define OPAL_MAX_INFO_KEY 36
  9489. | #define OPAL_MAX_INFO_VAL 256
  9490. | #define OPAL_MAX_PORT_NAME 1024
  9491. | #define OPAL_MAX_DATAREP_STRING 128
  9492. | #define OPAL_ENABLE_CRDEBUG 0
  9493. | #define OPAL_ENABLE_GETPWUID 1
  9494. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  9495. | #define HAVE_ZLIB_H 1
  9496. | #define OPAL_HAVE_ZLIB 1
  9497. | #define OPAL_HAVE_SOLARIS 0
  9498. | #define HAVE_NETDB_H 1
  9499. | #define HAVE_NETINET_IN_H 1
  9500. | #define HAVE_NETINET_TCP_H 1
  9501. | #define HAVE_STRUCT_SOCKADDR_IN 1
  9502. | #define OPAL_CUDA_SUPPORT 0
  9503. | #define OPAL_CUDA_SYNC_MEMOPS 0
  9504. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  9505. | #define OPAL_CUDA_GDR_SUPPORT 0
  9506. | #define OPAL_PMIX_V1 0
  9507. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  9508. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  9509. | #define OMPI_GROUP_SPARSE 0
  9510. | #define OMPI_WANT_PERUSE 0
  9511. | #define OMPI_WANT_MPI_CXX_SEEK 1
  9512. | #define OMPI_ENABLE_MPI1_COMPAT 0
  9513. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  9514. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  9515. | #define OMPI_PARAM_CHECK 1
  9516. | #define OSHMEM_SPEC_COMPAT 1
  9517. | #define OSHMEM_PARAM_CHECK 1
  9518. | #define HAVE_ON_EXIT 1
  9519. | #define SPC_ENABLE 0
  9520. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  9521. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  9522. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  9523. | #define OPAL_C_HAVE__ATOMIC 1
  9524. | #define OPAL_C_HAVE__GENERIC 1
  9525. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  9526. | #define OPAL_C_HAVE___THREAD 1
  9527. | #define STDC_HEADERS 1
  9528. | #define _GNU_SOURCE 1
  9529. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  9530. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  9531. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  9532. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  9533. | #define OPAL_CC_USE_IDENT 1
  9534. | #define OPAL_CC_USE_PRAGMA_COMMENT
  9535. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  9536. | #define HAVE_INT8_T 1
  9537. | #define HAVE_UINT8_T 1
  9538. | #define HAVE_INT16_T 1
  9539. | #define HAVE_UINT16_T 1
  9540. | #define HAVE_INT32_T 1
  9541. | #define HAVE_UINT32_T 1
  9542. | #define HAVE_INT64_T 1
  9543. | #define HAVE_UINT64_T 1
  9544. | #define HAVE___INT128 1
  9545. | #define HAVE_LONG_LONG 1
  9546. | #define HAVE___FLOAT128 1
  9547. | #define HAVE_LONG_DOUBLE 1
  9548. | #define HAVE_COMPLEX_H 1
  9549. | #define HAVE_FLOAT__COMPLEX 1
  9550. | #define HAVE_DOUBLE__COMPLEX 1
  9551. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  9552. | #define HAVE_INTPTR_T 1
  9553. | #define HAVE_UINTPTR_T 1
  9554. | #define HAVE_MODE_T 1
  9555. | #define HAVE_SSIZE_T 1
  9556. | #define HAVE_PTRDIFF_T 1
  9557. | #define SIZEOF__BOOL 1
  9558. | #define SIZEOF_CHAR 1
  9559. | #define SIZEOF_SHORT 2
  9560. | #define SIZEOF_INT 4
  9561. | #define SIZEOF_LONG 8
  9562. | #define SIZEOF_LONG_LONG 8
  9563. | #define SIZEOF_FLOAT 4
  9564. | #define SIZEOF_DOUBLE 8
  9565. | #define SIZEOF_LONG_DOUBLE 16
  9566. | #define SIZEOF___FLOAT128 16
  9567. | #define SIZEOF_FLOAT__COMPLEX 8
  9568. | #define SIZEOF_DOUBLE__COMPLEX 16
  9569. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  9570. | #define SIZEOF_VOID_P 8
  9571. | #define SIZEOF_SIZE_T 8
  9572. | #define SIZEOF_SSIZE_T 8
  9573. | #define SIZEOF_PTRDIFF_T 8
  9574. | #define SIZEOF_WCHAR_T 4
  9575. | #define SIZEOF_PID_T 4
  9576. | #define SIZEOF_ATOMIC_SHORT 2
  9577. | #define SIZEOF_ATOMIC_INT 4
  9578. | #define SIZEOF_ATOMIC_LONG 8
  9579. | #define SIZEOF_ATOMIC_LLONG 8
  9580. | #define OPAL_ALIGNMENT_BOOL 1
  9581. | #define OPAL_ALIGNMENT_INT8 1
  9582. | #define OPAL_ALIGNMENT_INT16 2
  9583. | #define OPAL_ALIGNMENT_INT32 4
  9584. | #define OPAL_ALIGNMENT_INT64 8
  9585. | #define OPAL_ALIGNMENT_CHAR 1
  9586. | #define OPAL_ALIGNMENT_SHORT 2
  9587. | #define OPAL_ALIGNMENT_WCHAR 4
  9588. | #define OPAL_ALIGNMENT_INT 4
  9589. | #define OPAL_ALIGNMENT_LONG 8
  9590. | #define OPAL_ALIGNMENT_LONG_LONG 8
  9591. | #define OPAL_ALIGNMENT_FLOAT 4
  9592. | #define OPAL_ALIGNMENT_DOUBLE 8
  9593. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  9594. | #define OPAL_ALIGNMENT___FLOAT128 16
  9595. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  9596. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  9597. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  9598. | #define OPAL_ALIGNMENT_VOID_P 8
  9599. | #define OPAL_ALIGNMENT_SIZE_T 8
  9600. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9601. | #define SIZEOF_BOOL 1
  9602. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9603. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9604. | #define SIZEOF_BOOL 1
  9605. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9606. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  9607. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  9608. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  9609. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  9610. | #define OMPI_BUILD_CXX_BINDINGS 0
  9611. | #define OPAL_HAVE_ATTRIBUTE 1
  9612. | /* end confdefs.h. */
  9613. |
  9614. | static int usage(int * argument);
  9615. | int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__));
  9616. |
  9617. | static int usage(int * argument) {
  9618. | void * last_arg_should_be_null = argument;
  9619. | return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */
  9620. | }
  9621. | /* The autoconf-generated main-function is int main(), which produces a warning by itself */
  9622. | int main(void);
  9623. |
  9624. | int
  9625. | main ()
  9626. | {
  9627. |
  9628. | int i=4711;
  9629. | i=usage(&i);
  9630. |
  9631. | ;
  9632. | return 0;
  9633. | }
  9634. configure:33290: result: yes
  9635. configure:33299: checking for __attribute__(unused)
  9636. configure:33322: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9637. configure:33322: $? = 0
  9638. configure:33377: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9639. configure:33377: $? = 0
  9640. configure:33467: result: yes
  9641. configure:33480: checking for __attribute__(visibility)
  9642. configure:33502: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9643. configure:33502: $? = 0
  9644. configure:33556: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9645. configure:33556: $? = 0
  9646. configure:33646: result: yes
  9647. configure:33671: checking for __attribute__(warn_unused_result)
  9648. configure:33694: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9649. configure:33694: $? = 0
  9650. configure:33749: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9651. configure:33749: $? = 0
  9652. configure:33827: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -Wall -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9653. conftest.c: In function 'usage':
  9654. conftest.c:204:12: warning: ignoring return value of 'foo', declared with attribute warn_unused_result [-Wunused-result]
  9655. foo (*argument); /* Should produce an unused result warning */
  9656. ^
  9657. configure:33827: $? = 0
  9658. configure: failed program was:
  9659. | /* confdefs.h */
  9660. | #define PACKAGE_NAME "Open MPI"
  9661. | #define PACKAGE_TARNAME "openmpi"
  9662. | #define PACKAGE_VERSION "4.0.0"
  9663. | #define PACKAGE_STRING "Open MPI 4.0.0"
  9664. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  9665. | #define PACKAGE_URL ""
  9666. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  9667. | #define STDC_HEADERS 1
  9668. | #define HAVE_SYS_TYPES_H 1
  9669. | #define HAVE_SYS_STAT_H 1
  9670. | #define HAVE_STDLIB_H 1
  9671. | #define HAVE_STRING_H 1
  9672. | #define HAVE_MEMORY_H 1
  9673. | #define HAVE_STRINGS_H 1
  9674. | #define HAVE_INTTYPES_H 1
  9675. | #define HAVE_STDINT_H 1
  9676. | #define HAVE_UNISTD_H 1
  9677. | #define __EXTENSIONS__ 1
  9678. | #define _ALL_SOURCE 1
  9679. | #define _GNU_SOURCE 1
  9680. | #define _POSIX_PTHREAD_SEMANTICS 1
  9681. | #define _TANDEM_SOURCE 1
  9682. | #define OMPI_MAJOR_VERSION 4
  9683. | #define OMPI_MINOR_VERSION 0
  9684. | #define OMPI_RELEASE_VERSION 0
  9685. | #define OMPI_GREEK_VERSION ""
  9686. | #define OMPI_REPO_REV "v4.0.0"
  9687. | #define OMPI_TARBALL_VERSION "4.0.0"
  9688. | #define OMPI_VERSION "0"
  9689. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  9690. | #define ORTE_MAJOR_VERSION 4
  9691. | #define ORTE_MINOR_VERSION 0
  9692. | #define ORTE_RELEASE_VERSION 0
  9693. | #define ORTE_GREEK_VERSION ""
  9694. | #define ORTE_REPO_REV "v4.0.0"
  9695. | #define ORTE_TARBALL_VERSION "4.0.0"
  9696. | #define ORTE_VERSION "0"
  9697. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  9698. | #define OSHMEM_MAJOR_VERSION 4
  9699. | #define OSHMEM_MINOR_VERSION 0
  9700. | #define OSHMEM_RELEASE_VERSION 0
  9701. | #define OSHMEM_GREEK_VERSION ""
  9702. | #define OSHMEM_REPO_REV "v4.0.0"
  9703. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  9704. | #define OSHMEM_VERSION "0"
  9705. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  9706. | #define OPAL_MAJOR_VERSION 4
  9707. | #define OPAL_MINOR_VERSION 0
  9708. | #define OPAL_RELEASE_VERSION 0
  9709. | #define OPAL_GREEK_VERSION ""
  9710. | #define OPAL_REPO_REV "v4.0.0"
  9711. | #define OPAL_TARBALL_VERSION "4.0.0"
  9712. | #define OPAL_VERSION "0"
  9713. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  9714. | #define OPAL_ENABLE_MEM_DEBUG 0
  9715. | #define OPAL_ENABLE_MEM_PROFILE 0
  9716. | #define OPAL_ENABLE_TIMING 0
  9717. | #define OPAL_ENABLE_DEBUG 0
  9718. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  9719. | #define OPAL_ENABLE_PTY_SUPPORT 1
  9720. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  9721. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  9722. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  9723. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  9724. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  9725. | #define OPAL_ENABLE_IPV6 0
  9726. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  9727. | #define OPAL_IDENT_STRING "4.0.0"
  9728. | #define OPAL_MAX_PROCESSOR_NAME 256
  9729. | #define OPAL_MAX_ERROR_STRING 256
  9730. | #define OPAL_MAX_OBJECT_NAME 64
  9731. | #define OPAL_MAX_INFO_KEY 36
  9732. | #define OPAL_MAX_INFO_VAL 256
  9733. | #define OPAL_MAX_PORT_NAME 1024
  9734. | #define OPAL_MAX_DATAREP_STRING 128
  9735. | #define OPAL_ENABLE_CRDEBUG 0
  9736. | #define OPAL_ENABLE_GETPWUID 1
  9737. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  9738. | #define HAVE_ZLIB_H 1
  9739. | #define OPAL_HAVE_ZLIB 1
  9740. | #define OPAL_HAVE_SOLARIS 0
  9741. | #define HAVE_NETDB_H 1
  9742. | #define HAVE_NETINET_IN_H 1
  9743. | #define HAVE_NETINET_TCP_H 1
  9744. | #define HAVE_STRUCT_SOCKADDR_IN 1
  9745. | #define OPAL_CUDA_SUPPORT 0
  9746. | #define OPAL_CUDA_SYNC_MEMOPS 0
  9747. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  9748. | #define OPAL_CUDA_GDR_SUPPORT 0
  9749. | #define OPAL_PMIX_V1 0
  9750. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  9751. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  9752. | #define OMPI_GROUP_SPARSE 0
  9753. | #define OMPI_WANT_PERUSE 0
  9754. | #define OMPI_WANT_MPI_CXX_SEEK 1
  9755. | #define OMPI_ENABLE_MPI1_COMPAT 0
  9756. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  9757. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  9758. | #define OMPI_PARAM_CHECK 1
  9759. | #define OSHMEM_SPEC_COMPAT 1
  9760. | #define OSHMEM_PARAM_CHECK 1
  9761. | #define HAVE_ON_EXIT 1
  9762. | #define SPC_ENABLE 0
  9763. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  9764. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  9765. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  9766. | #define OPAL_C_HAVE__ATOMIC 1
  9767. | #define OPAL_C_HAVE__GENERIC 1
  9768. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  9769. | #define OPAL_C_HAVE___THREAD 1
  9770. | #define STDC_HEADERS 1
  9771. | #define _GNU_SOURCE 1
  9772. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  9773. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  9774. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  9775. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  9776. | #define OPAL_CC_USE_IDENT 1
  9777. | #define OPAL_CC_USE_PRAGMA_COMMENT
  9778. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  9779. | #define HAVE_INT8_T 1
  9780. | #define HAVE_UINT8_T 1
  9781. | #define HAVE_INT16_T 1
  9782. | #define HAVE_UINT16_T 1
  9783. | #define HAVE_INT32_T 1
  9784. | #define HAVE_UINT32_T 1
  9785. | #define HAVE_INT64_T 1
  9786. | #define HAVE_UINT64_T 1
  9787. | #define HAVE___INT128 1
  9788. | #define HAVE_LONG_LONG 1
  9789. | #define HAVE___FLOAT128 1
  9790. | #define HAVE_LONG_DOUBLE 1
  9791. | #define HAVE_COMPLEX_H 1
  9792. | #define HAVE_FLOAT__COMPLEX 1
  9793. | #define HAVE_DOUBLE__COMPLEX 1
  9794. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  9795. | #define HAVE_INTPTR_T 1
  9796. | #define HAVE_UINTPTR_T 1
  9797. | #define HAVE_MODE_T 1
  9798. | #define HAVE_SSIZE_T 1
  9799. | #define HAVE_PTRDIFF_T 1
  9800. | #define SIZEOF__BOOL 1
  9801. | #define SIZEOF_CHAR 1
  9802. | #define SIZEOF_SHORT 2
  9803. | #define SIZEOF_INT 4
  9804. | #define SIZEOF_LONG 8
  9805. | #define SIZEOF_LONG_LONG 8
  9806. | #define SIZEOF_FLOAT 4
  9807. | #define SIZEOF_DOUBLE 8
  9808. | #define SIZEOF_LONG_DOUBLE 16
  9809. | #define SIZEOF___FLOAT128 16
  9810. | #define SIZEOF_FLOAT__COMPLEX 8
  9811. | #define SIZEOF_DOUBLE__COMPLEX 16
  9812. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  9813. | #define SIZEOF_VOID_P 8
  9814. | #define SIZEOF_SIZE_T 8
  9815. | #define SIZEOF_SSIZE_T 8
  9816. | #define SIZEOF_PTRDIFF_T 8
  9817. | #define SIZEOF_WCHAR_T 4
  9818. | #define SIZEOF_PID_T 4
  9819. | #define SIZEOF_ATOMIC_SHORT 2
  9820. | #define SIZEOF_ATOMIC_INT 4
  9821. | #define SIZEOF_ATOMIC_LONG 8
  9822. | #define SIZEOF_ATOMIC_LLONG 8
  9823. | #define OPAL_ALIGNMENT_BOOL 1
  9824. | #define OPAL_ALIGNMENT_INT8 1
  9825. | #define OPAL_ALIGNMENT_INT16 2
  9826. | #define OPAL_ALIGNMENT_INT32 4
  9827. | #define OPAL_ALIGNMENT_INT64 8
  9828. | #define OPAL_ALIGNMENT_CHAR 1
  9829. | #define OPAL_ALIGNMENT_SHORT 2
  9830. | #define OPAL_ALIGNMENT_WCHAR 4
  9831. | #define OPAL_ALIGNMENT_INT 4
  9832. | #define OPAL_ALIGNMENT_LONG 8
  9833. | #define OPAL_ALIGNMENT_LONG_LONG 8
  9834. | #define OPAL_ALIGNMENT_FLOAT 4
  9835. | #define OPAL_ALIGNMENT_DOUBLE 8
  9836. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  9837. | #define OPAL_ALIGNMENT___FLOAT128 16
  9838. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  9839. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  9840. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  9841. | #define OPAL_ALIGNMENT_VOID_P 8
  9842. | #define OPAL_ALIGNMENT_SIZE_T 8
  9843. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9844. | #define SIZEOF_BOOL 1
  9845. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9846. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  9847. | #define SIZEOF_BOOL 1
  9848. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  9849. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  9850. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  9851. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  9852. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  9853. | #define OMPI_BUILD_CXX_BINDINGS 0
  9854. | #define OPAL_HAVE_ATTRIBUTE 1
  9855. | /* end confdefs.h. */
  9856. |
  9857. | static int usage(int * argument);
  9858. | int foo(int arg) __attribute__ ((__warn_unused_result__));
  9859. |
  9860. | int foo(int arg) { return arg + 3; }
  9861. | static int usage(int * argument) {
  9862. | foo (*argument); /* Should produce an unused result warning */
  9863. | return 0;
  9864. | }
  9865. |
  9866. | /* The autoconf-generated main-function is int main(), which produces a warning by itself */
  9867. | int main(void);
  9868. |
  9869. | int
  9870. | main ()
  9871. | {
  9872. |
  9873. | int i=4711;
  9874. | i=usage(&i);
  9875. |
  9876. | ;
  9877. | return 0;
  9878. | }
  9879. configure:33863: result: yes
  9880. configure:33873: checking for __attribute__(weak_alias)
  9881. configure:33897: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9882. configure:33897: $? = 0
  9883. configure:33953: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9884. configure:33953: $? = 0
  9885. configure:34043: result: yes
  9886. configure:34052: checking for __attribute__(destructor)
  9887. configure:34075: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9888. configure:34075: $? = 0
  9889. configure:34130: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9890. configure:34130: $? = 0
  9891. configure:34220: result: yes
  9892. configure:34229: checking for __attribute__(optnone)
  9893. configure:34252: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9894. conftest.c:199:9: warning: '__optnone__' attribute directive ignored [-Wattributes]
  9895. void __attribute__ ((__optnone__)) foo(void);
  9896. ^
  9897. configure:34252: $? = 0
  9898. configure:34400: result: no
  9899. configure:34406: checking for __attribute__(extension)
  9900. configure:34428: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9901. configure:34428: $? = 0
  9902. configure:34482: /share/apps/gcc-5.4.0/bin/g++ -c -O3 -DNDEBUG -finline-functions -I/share/apps/gcc-5.4.0/include conftest.cpp >&5
  9903. configure:34482: $? = 0
  9904. configure:34572: result: yes
  9905. configure:34722: checking for compiler familyid
  9906. configure:34752: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/home/guido/downloads/openmpi-4.0.0/opal/include/opal -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9907. configure:34752: $? = 0
  9908. configure:34752: ./conftest
  9909. configure:34752: $? = 0
  9910. configure:34768: result: 1
  9911. configure:34778: checking for compiler familyname
  9912. configure:34808: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/home/guido/downloads/openmpi-4.0.0/opal/include/opal -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9913. configure:34808: $? = 0
  9914. configure:34808: ./conftest
  9915. configure:34808: $? = 0
  9916. configure:34824: result: GNU
  9917. configure:34834: checking for compiler version
  9918. configure:34864: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/home/guido/downloads/openmpi-4.0.0/opal/include/opal -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9919. configure:34864: $? = 0
  9920. configure:34864: ./conftest
  9921. configure:34864: $? = 0
  9922. configure:34880: result: 328704
  9923. configure:34890: checking for compiler version_str
  9924. configure:34920: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/home/guido/downloads/openmpi-4.0.0/opal/include/opal -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9925. configure:34920: $? = 0
  9926. configure:34920: ./conftest
  9927. configure:34920: $? = 0
  9928. configure:34936: result: 5.4.0
  9929. configure:5870: *** Java MPI bindings
  9930. configure:35754: checking if want Java bindings
  9931. configure:35805: result: no
  9932. configure:5870: *** OpenSHMEM profiling
  9933. configure:35892: checking if pshmem will be enabled
  9934. configure:35901: result: yes (weak symbols supported)
  9935. configure:5870: *** Assembler
  9936. configure:35964: checking dependency style of /share/apps/gcc-5.4.0/bin/gcc
  9937. configure:36073: result: gcc3
  9938. configure:36088: checking for BSD- or MS-compatible name lister (nm)
  9939. configure:36142: result: /usr/bin/nm -B
  9940. configure:36272: checking the name lister (/usr/bin/nm -B) interface
  9941. configure:36279: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include conftest.c >&5
  9942. configure:36282: /usr/bin/nm -B "conftest.o"
  9943. configure:36285: output
  9944. 0000000000000000 B some_variable
  9945. configure:36292: result: BSD nm
  9946. configure:36295: checking for fgrep
  9947. configure:36357: result: /bin/grep -F
  9948. configure:36375: checking for __atomic builtin atomics
  9949. configure:36397: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9950. configure:36397: $? = 0
  9951. configure:36398: result: yes
  9952. configure:36497: checking for __atomic_compare_exchange_n
  9953. configure:36548: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  9954. /tmp/cccCRA1D.o: In function `main':
  9955. conftest.c:(.text.startup+0x6a): undefined reference to `__atomic_compare_exchange_16'
  9956. conftest.c:(.text.startup+0xcf): undefined reference to `__atomic_compare_exchange_16'
  9957. collect2: error: ld returned 1 exit status
  9958. configure:36548: $? = 1
  9959. configure: failed program was:
  9960. | /* confdefs.h */
  9961. | #define PACKAGE_NAME "Open MPI"
  9962. | #define PACKAGE_TARNAME "openmpi"
  9963. | #define PACKAGE_VERSION "4.0.0"
  9964. | #define PACKAGE_STRING "Open MPI 4.0.0"
  9965. | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  9966. | #define PACKAGE_URL ""
  9967. | #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  9968. | #define STDC_HEADERS 1
  9969. | #define HAVE_SYS_TYPES_H 1
  9970. | #define HAVE_SYS_STAT_H 1
  9971. | #define HAVE_STDLIB_H 1
  9972. | #define HAVE_STRING_H 1
  9973. | #define HAVE_MEMORY_H 1
  9974. | #define HAVE_STRINGS_H 1
  9975. | #define HAVE_INTTYPES_H 1
  9976. | #define HAVE_STDINT_H 1
  9977. | #define HAVE_UNISTD_H 1
  9978. | #define __EXTENSIONS__ 1
  9979. | #define _ALL_SOURCE 1
  9980. | #define _GNU_SOURCE 1
  9981. | #define _POSIX_PTHREAD_SEMANTICS 1
  9982. | #define _TANDEM_SOURCE 1
  9983. | #define OMPI_MAJOR_VERSION 4
  9984. | #define OMPI_MINOR_VERSION 0
  9985. | #define OMPI_RELEASE_VERSION 0
  9986. | #define OMPI_GREEK_VERSION ""
  9987. | #define OMPI_REPO_REV "v4.0.0"
  9988. | #define OMPI_TARBALL_VERSION "4.0.0"
  9989. | #define OMPI_VERSION "0"
  9990. | #define OMPI_RELEASE_DATE "Nov 12, 2018"
  9991. | #define ORTE_MAJOR_VERSION 4
  9992. | #define ORTE_MINOR_VERSION 0
  9993. | #define ORTE_RELEASE_VERSION 0
  9994. | #define ORTE_GREEK_VERSION ""
  9995. | #define ORTE_REPO_REV "v4.0.0"
  9996. | #define ORTE_TARBALL_VERSION "4.0.0"
  9997. | #define ORTE_VERSION "0"
  9998. | #define ORTE_RELEASE_DATE "Nov 12, 2018"
  9999. | #define OSHMEM_MAJOR_VERSION 4
  10000. | #define OSHMEM_MINOR_VERSION 0
  10001. | #define OSHMEM_RELEASE_VERSION 0
  10002. | #define OSHMEM_GREEK_VERSION ""
  10003. | #define OSHMEM_REPO_REV "v4.0.0"
  10004. | #define OSHMEM_TARBALL_VERSION "4.0.0"
  10005. | #define OSHMEM_VERSION "0"
  10006. | #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  10007. | #define OPAL_MAJOR_VERSION 4
  10008. | #define OPAL_MINOR_VERSION 0
  10009. | #define OPAL_RELEASE_VERSION 0
  10010. | #define OPAL_GREEK_VERSION ""
  10011. | #define OPAL_REPO_REV "v4.0.0"
  10012. | #define OPAL_TARBALL_VERSION "4.0.0"
  10013. | #define OPAL_VERSION "0"
  10014. | #define OPAL_RELEASE_DATE "Nov 12, 2018"
  10015. | #define OPAL_ENABLE_MEM_DEBUG 0
  10016. | #define OPAL_ENABLE_MEM_PROFILE 0
  10017. | #define OPAL_ENABLE_TIMING 0
  10018. | #define OPAL_ENABLE_DEBUG 0
  10019. | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  10020. | #define OPAL_ENABLE_PTY_SUPPORT 1
  10021. | #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  10022. | #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  10023. | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  10024. | #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  10025. | #define OPAL_WANT_HOME_CONFIG_FILES 1
  10026. | #define OPAL_ENABLE_IPV6 0
  10027. | #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  10028. | #define OPAL_IDENT_STRING "4.0.0"
  10029. | #define OPAL_MAX_PROCESSOR_NAME 256
  10030. | #define OPAL_MAX_ERROR_STRING 256
  10031. | #define OPAL_MAX_OBJECT_NAME 64
  10032. | #define OPAL_MAX_INFO_KEY 36
  10033. | #define OPAL_MAX_INFO_VAL 256
  10034. | #define OPAL_MAX_PORT_NAME 1024
  10035. | #define OPAL_MAX_DATAREP_STRING 128
  10036. | #define OPAL_ENABLE_CRDEBUG 0
  10037. | #define OPAL_ENABLE_GETPWUID 1
  10038. | #define OPAL_ENABLE_PROGRESS_THREADS 0
  10039. | #define HAVE_ZLIB_H 1
  10040. | #define OPAL_HAVE_ZLIB 1
  10041. | #define OPAL_HAVE_SOLARIS 0
  10042. | #define HAVE_NETDB_H 1
  10043. | #define HAVE_NETINET_IN_H 1
  10044. | #define HAVE_NETINET_TCP_H 1
  10045. | #define HAVE_STRUCT_SOCKADDR_IN 1
  10046. | #define OPAL_CUDA_SUPPORT 0
  10047. | #define OPAL_CUDA_SYNC_MEMOPS 0
  10048. | #define OPAL_CUDA_GET_ATTRIBUTES 0
  10049. | #define OPAL_CUDA_GDR_SUPPORT 0
  10050. | #define OPAL_PMIX_V1 0
  10051. | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  10052. | #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  10053. | #define OMPI_GROUP_SPARSE 0
  10054. | #define OMPI_WANT_PERUSE 0
  10055. | #define OMPI_WANT_MPI_CXX_SEEK 1
  10056. | #define OMPI_ENABLE_MPI1_COMPAT 0
  10057. | #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  10058. | #define MPI_PARAM_CHECK ompi_mpi_param_check
  10059. | #define OMPI_PARAM_CHECK 1
  10060. | #define OSHMEM_SPEC_COMPAT 1
  10061. | #define OSHMEM_PARAM_CHECK 1
  10062. | #define HAVE_ON_EXIT 1
  10063. | #define SPC_ENABLE 0
  10064. | #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  10065. | #define OPAL_C_HAVE__THREAD_LOCAL 1
  10066. | #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  10067. | #define OPAL_C_HAVE__ATOMIC 1
  10068. | #define OPAL_C_HAVE__GENERIC 1
  10069. | #define OPAL_C_HAVE__STATIC_ASSERT 1
  10070. | #define OPAL_C_HAVE___THREAD 1
  10071. | #define STDC_HEADERS 1
  10072. | #define _GNU_SOURCE 1
  10073. | #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  10074. | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  10075. | #define OPAL_C_HAVE_BUILTIN_CLZ 1
  10076. | #define OPAL_CC_USE_PRAGMA_IDENT 0
  10077. | #define OPAL_CC_USE_IDENT 1
  10078. | #define OPAL_CC_USE_PRAGMA_COMMENT
  10079. | #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  10080. | #define HAVE_INT8_T 1
  10081. | #define HAVE_UINT8_T 1
  10082. | #define HAVE_INT16_T 1
  10083. | #define HAVE_UINT16_T 1
  10084. | #define HAVE_INT32_T 1
  10085. | #define HAVE_UINT32_T 1
  10086. | #define HAVE_INT64_T 1
  10087. | #define HAVE_UINT64_T 1
  10088. | #define HAVE___INT128 1
  10089. | #define HAVE_LONG_LONG 1
  10090. | #define HAVE___FLOAT128 1
  10091. | #define HAVE_LONG_DOUBLE 1
  10092. | #define HAVE_COMPLEX_H 1
  10093. | #define HAVE_FLOAT__COMPLEX 1
  10094. | #define HAVE_DOUBLE__COMPLEX 1
  10095. | #define HAVE_LONG_DOUBLE__COMPLEX 1
  10096. | #define HAVE_INTPTR_T 1
  10097. | #define HAVE_UINTPTR_T 1
  10098. | #define HAVE_MODE_T 1
  10099. | #define HAVE_SSIZE_T 1
  10100. | #define HAVE_PTRDIFF_T 1
  10101. | #define SIZEOF__BOOL 1
  10102. | #define SIZEOF_CHAR 1
  10103. | #define SIZEOF_SHORT 2
  10104. | #define SIZEOF_INT 4
  10105. | #define SIZEOF_LONG 8
  10106. | #define SIZEOF_LONG_LONG 8
  10107. | #define SIZEOF_FLOAT 4
  10108. | #define SIZEOF_DOUBLE 8
  10109. | #define SIZEOF_LONG_DOUBLE 16
  10110. | #define SIZEOF___FLOAT128 16
  10111. | #define SIZEOF_FLOAT__COMPLEX 8
  10112. | #define SIZEOF_DOUBLE__COMPLEX 16
  10113. | #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  10114. | #define SIZEOF_VOID_P 8
  10115. | #define SIZEOF_SIZE_T 8
  10116. | #define SIZEOF_SSIZE_T 8
  10117. | #define SIZEOF_PTRDIFF_T 8
  10118. | #define SIZEOF_WCHAR_T 4
  10119. | #define SIZEOF_PID_T 4
  10120. | #define SIZEOF_ATOMIC_SHORT 2
  10121. | #define SIZEOF_ATOMIC_INT 4
  10122. | #define SIZEOF_ATOMIC_LONG 8
  10123. | #define SIZEOF_ATOMIC_LLONG 8
  10124. | #define OPAL_ALIGNMENT_BOOL 1
  10125. | #define OPAL_ALIGNMENT_INT8 1
  10126. | #define OPAL_ALIGNMENT_INT16 2
  10127. | #define OPAL_ALIGNMENT_INT32 4
  10128. | #define OPAL_ALIGNMENT_INT64 8
  10129. | #define OPAL_ALIGNMENT_CHAR 1
  10130. | #define OPAL_ALIGNMENT_SHORT 2
  10131. | #define OPAL_ALIGNMENT_WCHAR 4
  10132. | #define OPAL_ALIGNMENT_INT 4
  10133. | #define OPAL_ALIGNMENT_LONG 8
  10134. | #define OPAL_ALIGNMENT_LONG_LONG 8
  10135. | #define OPAL_ALIGNMENT_FLOAT 4
  10136. | #define OPAL_ALIGNMENT_DOUBLE 8
  10137. | #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  10138. | #define OPAL_ALIGNMENT___FLOAT128 16
  10139. | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  10140. | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  10141. | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  10142. | #define OPAL_ALIGNMENT_VOID_P 8
  10143. | #define OPAL_ALIGNMENT_SIZE_T 8
  10144. | #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  10145. | #define SIZEOF_BOOL 1
  10146. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  10147. | #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  10148. | #define SIZEOF_BOOL 1
  10149. | #define OPAL_ALIGNMENT_CXX_BOOL 1
  10150. | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  10151. | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  10152. | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  10153. | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  10154. | #define OMPI_BUILD_CXX_BINDINGS 0
  10155. | #define OPAL_HAVE_ATTRIBUTE 1
  10156. | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
  10157. | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
  10158. | #define OPAL_HAVE_ATTRIBUTE_COLD 1
  10159. | #define OPAL_HAVE_ATTRIBUTE_CONST 1
  10160. | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
  10161. | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
  10162. | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
  10163. | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
  10164. | #define OPAL_HAVE_ATTRIBUTE_HOT 1
  10165. | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
  10166. | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
  10167. | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
  10168. | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
  10169. | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
  10170. | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
  10171. | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
  10172. | #define OPAL_HAVE_ATTRIBUTE_PACKED 1
  10173. | #define OPAL_HAVE_ATTRIBUTE_PURE 1
  10174. | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
  10175. | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
  10176. | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
  10177. | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
  10178. | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
  10179. | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
  10180. | #define OPAL_HAVE_ATTRIBUTE_OPTNONE 0
  10181. | #define OPAL_HAVE_ATTRIBUTE_EXTENSION 1
  10182. | #define OPAL_HAVE_ATTRIBUTE_ERROR 1
  10183. | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
  10184. | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
  10185. | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 328704
  10186. | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.4.0
  10187. | #define OMPI_WANT_JAVA_BINDINGS 0
  10188. | #define OPAL_HAVE_WEAK_SYMBOLS 1
  10189. | /* end confdefs.h. */
  10190. |
  10191. | #include <stdint.h>
  10192. | #include <stdbool.h>
  10193. | #include <stdlib.h>
  10194. |
  10195. | typedef union {
  10196. | uint64_t fake[2];
  10197. | __int128 real;
  10198. | } ompi128;
  10199. |
  10200. | static void test1(void)
  10201. | {
  10202. | // As of Aug 2018, we could not figure out a way to assign 128-bit
  10203. | // constants -- the compilers would not accept it. So use a fake
  10204. | // union to assign 2 uin64_t's to make a single __int128.
  10205. | ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }};
  10206. | ompi128 expected = { .fake = { 0x11EEDDCCBBAA0099, 0x88776655443322FF }};
  10207. | ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }};
  10208. | bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real,
  10209. | desired.real, true,
  10210. | __ATOMIC_RELAXED, __ATOMIC_RELAXED);
  10211. | if ( !(r == false && ptr.real == expected.real)) {
  10212. | exit(1);
  10213. | }
  10214. | }
  10215. |
  10216. | static void test2(void)
  10217. | {
  10218. | ompi128 ptr = { .fake = { 0xFFEEDDCCBBAA0099, 0x8877665544332211 }};
  10219. | ompi128 expected = ptr;
  10220. | ompi128 desired = { .fake = { 0x1122DDCCBBAA0099, 0x887766554433EEFF }};
  10221. | bool r = __atomic_compare_exchange_n(&ptr.real, &expected.real,
  10222. | desired.real, true,
  10223. | __ATOMIC_RELAXED, __ATOMIC_RELAXED);
  10224. | if (!(r == true && ptr.real == desired.real)) {
  10225. | exit(2);
  10226. | }
  10227. | }
  10228. |
  10229. | int main(int argc, char** argv)
  10230. | {
  10231. | test1();
  10232. | test2();
  10233. | return 0;
  10234. | }
  10235. |
  10236. configure:36554: result: no
  10237. configure:36561: checking for __atomic_compare_exchange_n with -mcx16
  10238. configure:36613: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10239. configure:36613: $? = 0
  10240. configure:36615: result: yes
  10241. configure:36697: checking if __atomic_compare_exchange_n() gives correct results
  10242. configure:36752: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10243. configure:36752: $? = 0
  10244. configure:36752: ./conftest
  10245. configure:36752: $? = 0
  10246. configure:36753: result: yes
  10247. configure:36804: checking if __int128 atomic compare-and-swap is always lock-free
  10248. configure:36821: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10249. configure:36821: $? = 0
  10250. configure:36821: ./conftest
  10251. configure:36821: $? = 0
  10252. configure:36822: result: yes
  10253. configure:37750: checking if .proc/endp is needed
  10254. configure:37767: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10255. configure:37770: $? = 1
  10256. conftest.s: Assembler messages:
  10257. conftest.s:2: Error: unknown pseudo-op: `.proc'
  10258. conftest.s:4: Error: unknown pseudo-op: `.endp'
  10259. configure: failed program was:
  10260.  
  10261. .proc mysym
  10262. mysym:
  10263. .endp mysym
  10264. configure:37787: result: no
  10265. configure:37799: checking directive for setting text section
  10266. configure:37816: result: .text
  10267. configure:37827: checking directive for exporting symbols
  10268. configure:37839: result: .globl
  10269. configure:37854: checking for objdump
  10270. configure:37870: found /usr/bin/objdump
  10271. configure:37881: result: objdump
  10272. configure:37889: checking if .note.GNU-stack is needed
  10273. configure:37903: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -c conftest.c -o conftest.o
  10274. configure:37910: $? = 0
  10275. configure:37942: result: yes
  10276. configure:37951: checking suffix for labels
  10277. configure:37959: result: :
  10278. configure:37970: checking prefix for global symbol labels
  10279. configure: trying _
  10280. configure:38010: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10281. configure:38013: $? = 0
  10282. configure:38018: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I. conftest_c.c -c > conftest.cmpl 2>&1
  10283. configure:38021: $? = 0
  10284. configure:38026: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 conftest_c.o conftest.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz > conftest.link 2>&1
  10285. configure:38029: $? = 1
  10286. conftest_c.o: In function `main':
  10287. conftest_c.c:(.text.startup+0x5): undefined reference to `gsym_test_func'
  10288. collect2: error: ld returned 1 exit status
  10289. configure: failed C program was:
  10290. #ifdef __cplusplus
  10291. extern "C" {
  10292. #endif
  10293. void gsym_test_func(void);
  10294. #ifdef __cplusplus
  10295. }
  10296. #endif
  10297. int
  10298. main()
  10299. {
  10300. gsym_test_func();
  10301. return 0;
  10302. }
  10303. configure: failed ASM program was:
  10304.  
  10305. .text
  10306. # _gsym_test_func
  10307. .globl _gsym_test_func
  10308. _gsym_test_func:
  10309. # _gsym_test_func
  10310.  
  10311. configure: trying
  10312. configure:38010: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10313. configure:38013: $? = 0
  10314. configure:38018: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I. conftest_c.c -c > conftest.cmpl 2>&1
  10315. configure:38021: $? = 0
  10316. configure:38026: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 conftest_c.o conftest.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz > conftest.link 2>&1
  10317. configure:38029: $? = 0
  10318. configure:38067: result:
  10319. configure:38086: checking prefix for lsym labels
  10320. configure: trying L
  10321. configure:38108: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10322. configure:38111: $? = 0
  10323. configure: trying .L
  10324. configure:38108: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10325. configure:38111: $? = 0
  10326. configure:38153: result: .L
  10327. configure:38164: checking prefix for function in .type
  10328. configure: trying @
  10329. configure:38192: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10330. configure:38195: $? = 0
  10331. configure:38222: result: @
  10332. configure:38234: checking if .size is needed
  10333. configure:38248: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10334. configure:38251: $? = 0
  10335. configure:38268: result: yes
  10336. configure:38290: checking if .align directive takes logarithmic value
  10337. configure:38309: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
  10338. configure:38312: $? = 0
  10339. configure: .align test address offset is 04
  10340. configure:38335: result: no
  10341. configure:38452: checking for cmpxchg16b
  10342. configure:38465: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10343. configure:38465: $? = 0
  10344. configure:38467: result: yes
  10345. configure:38538: checking if cmpxchg16b() gives correct results
  10346. configure:38555: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10347. configure:38555: $? = 0
  10348. configure:38555: ./conftest
  10349. configure:38555: $? = 0
  10350. configure:38556: result: yes
  10351. configure:38605: checking if cmpxchg16b_result works
  10352. configure:38660: /share/apps/gcc-5.4.0/bin/gcc -o conftest -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include -L/share/apps/gcc-5.4.0/lib64 conftest.c -lz >&5
  10353. configure:38660: $? = 0
  10354. configure:38660: ./conftest
  10355. configure:38660: $? = 0
  10356. configure:38661: result: yes
  10357. configure:41941: checking for assembly architecture
  10358. configure:41943: result: X86_64
  10359. configure:42006: checking for builtin atomics
  10360. configure:42008: result: BUILTIN_GCC
  10361. configure:5870: *** Fortran compiler
  10362. configure:42194: checking for Fortran compiler version
  10363. configure:42203: /share/apps/gcc-5.4.0/bin/gfortran --version >&5
  10364. GNU Fortran (GCC) 5.4.0
  10365. Copyright (C) 2015 Free Software Foundation, Inc.
  10366.  
  10367. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  10368. You may redistribute copies of GNU Fortran
  10369. under the terms of the GNU General Public License.
  10370. For more information about these matters, see the file named COPYING
  10371.  
  10372. configure:42214: $? = 0
  10373. configure:42203: /share/apps/gcc-5.4.0/bin/gfortran -v >&5
  10374. Using built-in specs.
  10375. COLLECT_GCC=/share/apps/gcc-5.4.0/bin/gfortran
  10376. COLLECT_LTO_WRAPPER=/share/apps/gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
  10377. Target: x86_64-unknown-linux-gnu
  10378. Configured with: /share/Part1/root/gcc/gcc-5.4.0/configure --prefix=/share/apps/gcc-5.4.0
  10379. Thread model: posix
  10380. gcc version 5.4.0 (GCC)
  10381. configure:42214: $? = 0
  10382. configure:42203: /share/apps/gcc-5.4.0/bin/gfortran -V >&5
  10383. gfortran: error: unrecognized command line option '-V'
  10384. gfortran: fatal error: no input files
  10385. compilation terminated.
  10386. configure:42214: $? = 1
  10387. configure:42203: /share/apps/gcc-5.4.0/bin/gfortran -qversion >&5
  10388. gfortran: error: unrecognized command line option '-qversion'
  10389. gfortran: fatal error: no input files
  10390. compilation terminated.
  10391. configure:42214: $? = 1
  10392. configure:42223: checking whether we are using the GNU Fortran compiler
  10393. configure:42236: /share/apps/gcc-5.4.0/bin/gfortran -c conftest.F >&5
  10394. configure:42236: $? = 0
  10395. configure:42245: result: yes
  10396. configure:42251: checking whether /share/apps/gcc-5.4.0/bin/gfortran accepts -g
  10397. configure:42262: /share/apps/gcc-5.4.0/bin/gfortran -c -g conftest.f >&5
  10398. configure:42262: $? = 0
  10399. configure:42270: result: yes
  10400. configure:42376: checking whether ln -s works
  10401. configure:42380: result: yes
  10402. configure:42568: checking if Fortran compiler works
  10403. configure:42597: /share/apps/gcc-5.4.0/bin/gfortran -o conftest -L/share/apps/gcc-5.4.0/lib64 conftest.f -lz >&5
  10404. configure:42597: $? = 0
  10405. configure:42597: ./conftest
  10406. configure:42597: $? = 0
  10407. configure:42613: result: yes
  10408. configure:42639: checking for extra arguments to build a shared library
  10409. configure:42662: result: none needed
  10410. configure:42676: checking for /share/apps/gcc-5.4.0/bin/gfortran warnings flags
  10411. configure:42691: result: none
  10412. configure:42704: checking for Fortran flag to compile .f files
  10413. configure:42724: /share/apps/gcc-5.4.0/bin/gfortran -c conftest.f >&5
  10414. configure:42724: $? = 0
  10415. configure:42733: result: none
  10416. configure:42759: checking for Fortran flag to compile .f90 files
  10417. configure:42779: /share/apps/gcc-5.4.0/bin/gfortran -c conftest.f90 >&5
  10418. configure:42779: $? = 0
  10419. configure:42788: result: none
  10420. configure:42818: checking to see if Fortran compilers need additional linker flags
  10421. configure:42939: result: none
  10422. configure:42994: checking external symbol convention
  10423. configure:43051: /share/apps/gcc-5.4.0/bin/gfortran -c conftest.f -L/share/apps/gcc-5.4.0/lib64 -lz
  10424. configure:43058: $? = 0
  10425. configure:43097: result: single underscore
  10426. configure:43148: checking if C and Fortran are link compatible
  10427. configure:43196: /share/apps/gcc-5.4.0/bin/gcc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I/share/apps/gcc-5.4.0/include conftest_c.c
  10428. configure:43203: $? = 0
  10429. configure:43224: /share/apps/gcc-5.4.0/bin/gfortran -o conftest -L/share/apps/gcc-5.4.0/lib64 conftest.f90 conftest_c.o -lz >&5
  10430. configure:43224: $? = 0
  10431. configure:43250: result: yes
  10432. configure:43286: checking to see if Fortran compiler likes the C++ exception flags
  10433. configure:43289: result: skipped (no C++ exceptions flags)
  10434. configure:43329: checking to see if mpifort compiler needs additional linker flags
  10435. configure:43447: result: none
  10436. configure:43595: checking if Fortran compiler supports CHARACTER
  10437. configure:43610: /share/apps/gcc-5.4.0/bin/gfortran -c conftest.f90 >&5
  10438. configure:43610: $? = 0
  10439. configure:43623: result: yes
  10440. configure:43658: checking size of Fortran CHARACTER
  10441. configure:43726: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I. -c conftest.c
  10442. configure:43733: $? = 0
  10443. configure:43743: /share/apps/gcc-5.4.0/bin/gfortran conftestf.f90 conftest.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz
  10444. configure:43750: $? = 0
  10445. configure:43794: ./conftest
  10446. configure:43801: $? = 0
  10447. configure:43817: result: 1
  10448. configure:43840: checking for C type corresponding to CHARACTER
  10449. configure:43886: result: char
  10450. configure:43955: checking alignment of Fortran CHARACTER
  10451. configure:44033: /share/apps/gcc-5.4.0/bin/gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16 -I. -c conftest.c
  10452. configure:44040: $? = 0
  10453. configure:44050: /share/apps/gcc-5.4.0/bin/gfortran conftestf.f conftest.o -o conftest -L/share/apps/gcc-5.4.0/lib64 -lz
  10454. configure:44057: $? = 0
  10455. configure:44088: ./conftest
  10456. configure:44095: $? = 0
  10457. configure:44111: result: 1
  10458. configure:44165: checking for corresponding KIND value of CHARACTER
  10459. configure:44188: result: C_SIGNED_CHAR
  10460. configure:44206: checking KIND value of Fortran C_SIGNED_CHAR
  10461. configure:44234: /share/apps/gcc-5.4.0/bin/gfortran -o conftest -L/share/apps/gcc-5.4.0/lib64 conftest.f90 -lz >&5
  10462. configure:44234: $? = 0
  10463. configure:44234: ./conftest
  10464. ./conftest: /usr/lib64/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by ./conftest)
  10465. configure:44234: $? = 1
  10466. configure: program exited with status 1
  10467. configure: failed program was:
  10468. | program main
  10469. |
  10470. | use, intrinsic :: ISO_C_BINDING
  10471. | open(unit = 7, file = "conftest.out")
  10472. | write(7, *) C_SIGNED_CHAR
  10473. | close(7)
  10474. |
  10475. | end
  10476. configure:44250: result: no ISO_C_BINDING -- fallback
  10477. configure:44254: checking Fortran value of selected_int_kind(4)
  10478. configure:44281: /share/apps/gcc-5.4.0/bin/gfortran -o conftest -L/share/apps/gcc-5.4.0/lib64 conftest.f90 -lz >&5
  10479. configure:44281: $? = 0
  10480. configure:44281: ./conftest
  10481. ./conftest: /usr/lib64/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by ./conftest)
  10482. configure:44281: $? = 1
  10483. configure: program exited with status 1
  10484. configure: failed program was:
  10485. | program main
  10486. |
  10487. | open(8, file="conftest.out")
  10488. | write(8, fmt="(I5)") selected_int_kind(4)
  10489. | close(8)
  10490. |
  10491. | end
  10492. configure:44303: result: no
  10493. configure:44314: WARNING: Could not determine KIND value of C_SIGNED_CHAR
  10494. configure:44316: WARNING: See config.log for more details
  10495. configure:44318: error: Cannot continue
  10496.  
  10497. ## ---------------- ##
  10498. ## Cache variables. ##
  10499. ## ---------------- ##
  10500.  
  10501. ac_cv_build=x86_64-unknown-linux-gnu
  10502. ac_cv_c_compiler_gnu=yes
  10503. ac_cv_cxx_compiler_gnu=yes
  10504. ac_cv_env_CCASFLAGS_set=
  10505. ac_cv_env_CCASFLAGS_value=
  10506. ac_cv_env_CCAS_set=
  10507. ac_cv_env_CCAS_value=
  10508. ac_cv_env_CCC_set=
  10509. ac_cv_env_CCC_value=
  10510. ac_cv_env_CC_set=set
  10511. ac_cv_env_CC_value=/share/apps/gcc-5.4.0/bin/gcc
  10512. ac_cv_env_CFLAGS_set=
  10513. ac_cv_env_CFLAGS_value=
  10514. ac_cv_env_CPPFLAGS_set=set
  10515. ac_cv_env_CPPFLAGS_value=-I/share/apps/gcc-5.4.0/include
  10516. ac_cv_env_CPP_set=
  10517. ac_cv_env_CPP_value=
  10518. ac_cv_env_CRAY_ALPSLLI_CFLAGS_set=
  10519. ac_cv_env_CRAY_ALPSLLI_CFLAGS_value=
  10520. ac_cv_env_CRAY_ALPSLLI_LIBS_set=
  10521. ac_cv_env_CRAY_ALPSLLI_LIBS_value=
  10522. ac_cv_env_CRAY_ALPSLLI_STATIC_LIBS_set=
  10523. ac_cv_env_CRAY_ALPSLLI_STATIC_LIBS_value=
  10524. ac_cv_env_CRAY_ALPSUTIL_CFLAGS_set=
  10525. ac_cv_env_CRAY_ALPSUTIL_CFLAGS_value=
  10526. ac_cv_env_CRAY_ALPSUTIL_LIBS_set=
  10527. ac_cv_env_CRAY_ALPSUTIL_LIBS_value=
  10528. ac_cv_env_CRAY_ALPSUTIL_STATIC_LIBS_set=
  10529. ac_cv_env_CRAY_ALPSUTIL_STATIC_LIBS_value=
  10530. ac_cv_env_CRAY_ALPS_CFLAGS_set=
  10531. ac_cv_env_CRAY_ALPS_CFLAGS_value=
  10532. ac_cv_env_CRAY_ALPS_LIBS_set=
  10533. ac_cv_env_CRAY_ALPS_LIBS_value=
  10534. ac_cv_env_CRAY_ALPS_STATIC_LIBS_set=
  10535. ac_cv_env_CRAY_ALPS_STATIC_LIBS_value=
  10536. ac_cv_env_CRAY_PMI_CFLAGS_set=
  10537. ac_cv_env_CRAY_PMI_CFLAGS_value=
  10538. ac_cv_env_CRAY_PMI_LIBS_set=
  10539. ac_cv_env_CRAY_PMI_LIBS_value=
  10540. ac_cv_env_CRAY_PMI_STATIC_LIBS_set=
  10541. ac_cv_env_CRAY_PMI_STATIC_LIBS_value=
  10542. ac_cv_env_CRAY_UDREG_CFLAGS_set=
  10543. ac_cv_env_CRAY_UDREG_CFLAGS_value=
  10544. ac_cv_env_CRAY_UDREG_LIBS_set=
  10545. ac_cv_env_CRAY_UDREG_LIBS_value=
  10546. ac_cv_env_CRAY_UGNI_CFLAGS_set=
  10547. ac_cv_env_CRAY_UGNI_CFLAGS_value=
  10548. ac_cv_env_CRAY_UGNI_LIBS_set=
  10549. ac_cv_env_CRAY_UGNI_LIBS_value=
  10550. ac_cv_env_CRAY_WLM_DETECT_CFLAGS_set=
  10551. ac_cv_env_CRAY_WLM_DETECT_CFLAGS_value=
  10552. ac_cv_env_CRAY_WLM_DETECT_LIBS_set=
  10553. ac_cv_env_CRAY_WLM_DETECT_LIBS_value=
  10554. ac_cv_env_CRAY_WLM_DETECT_STATIC_LIBS_set=
  10555. ac_cv_env_CRAY_WLM_DETECT_STATIC_LIBS_value=
  10556. ac_cv_env_CRAY_XPMEM_CFLAGS_set=
  10557. ac_cv_env_CRAY_XPMEM_CFLAGS_value=
  10558. ac_cv_env_CRAY_XPMEM_LIBS_set=
  10559. ac_cv_env_CRAY_XPMEM_LIBS_value=
  10560. ac_cv_env_CRAY_XPMEM_STATIC_LIBS_set=
  10561. ac_cv_env_CRAY_XPMEM_STATIC_LIBS_value=
  10562. ac_cv_env_CXXCPP_set=
  10563. ac_cv_env_CXXCPP_value=
  10564. ac_cv_env_CXXFLAGS_set=
  10565. ac_cv_env_CXXFLAGS_value=
  10566. ac_cv_env_CXX_set=set
  10567. ac_cv_env_CXX_value=/share/apps/gcc-5.4.0/bin/g++
  10568. ac_cv_env_FCFLAGS_set=
  10569. ac_cv_env_FCFLAGS_value=
  10570. ac_cv_env_FC_set=set
  10571. ac_cv_env_FC_value=/share/apps/gcc-5.4.0/bin/gfortran
  10572. ac_cv_env_FLUX_PMI_CFLAGS_set=
  10573. ac_cv_env_FLUX_PMI_CFLAGS_value=
  10574. ac_cv_env_FLUX_PMI_LIBS_set=
  10575. ac_cv_env_FLUX_PMI_LIBS_value=
  10576. ac_cv_env_HWLOC_LIBXML2_CFLAGS_set=
  10577. ac_cv_env_HWLOC_LIBXML2_CFLAGS_value=
  10578. ac_cv_env_HWLOC_LIBXML2_LIBS_set=
  10579. ac_cv_env_HWLOC_LIBXML2_LIBS_value=
  10580. ac_cv_env_HWLOC_MS_LIB_set=
  10581. ac_cv_env_HWLOC_MS_LIB_value=
  10582. ac_cv_env_HWLOC_PCIACCESS_CFLAGS_set=
  10583. ac_cv_env_HWLOC_PCIACCESS_CFLAGS_value=
  10584. ac_cv_env_HWLOC_PCIACCESS_LIBS_set=
  10585. ac_cv_env_HWLOC_PCIACCESS_LIBS_value=
  10586. ac_cv_env_LDFLAGS_set=set
  10587. ac_cv_env_LDFLAGS_value=-L/share/apps/gcc-5.4.0/lib64
  10588. ac_cv_env_LIBS_set=
  10589. ac_cv_env_LIBS_value=
  10590. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  10591. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  10592. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  10593. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  10594. ac_cv_env_PKG_CONFIG_PATH_set=
  10595. ac_cv_env_PKG_CONFIG_PATH_value=
  10596. ac_cv_env_PKG_CONFIG_set=
  10597. ac_cv_env_PKG_CONFIG_value=
  10598. ac_cv_env_XMKMF_set=
  10599. ac_cv_env_XMKMF_value=
  10600. ac_cv_env_build_alias_set=
  10601. ac_cv_env_build_alias_value=
  10602. ac_cv_env_host_alias_set=
  10603. ac_cv_env_host_alias_value=
  10604. ac_cv_env_target_alias_set=
  10605. ac_cv_env_target_alias_value=
  10606. ac_cv_env_ucx_CFLAGS_set=
  10607. ac_cv_env_ucx_CFLAGS_value=
  10608. ac_cv_env_ucx_LIBS_set=
  10609. ac_cv_env_ucx_LIBS_value=
  10610. ac_cv_env_ucx_STATIC_LIBS_set=
  10611. ac_cv_env_ucx_STATIC_LIBS_value=
  10612. ac_cv_fc_compiler_gnu=yes
  10613. ac_cv_fc_srcext_f90=none
  10614. ac_cv_fc_srcext_f=none
  10615. ac_cv_func_on_exit=yes
  10616. ac_cv_have_decl_CU_POINTER_ATTRIBUTE_SYNC_MEMOPS=no
  10617. ac_cv_have_decl_cuPointerGetAttributes=no
  10618. ac_cv_header_complex_h=yes
  10619. ac_cv_header_inttypes_h=yes
  10620. ac_cv_header_memory_h=yes
  10621. ac_cv_header_minix_config_h=no
  10622. ac_cv_header_netdb_h=yes
  10623. ac_cv_header_netinet_in_h=yes
  10624. ac_cv_header_netinet_tcp_h=yes
  10625. ac_cv_header_stdc=yes
  10626. ac_cv_header_stdint_h=yes
  10627. ac_cv_header_stdlib_h=yes
  10628. ac_cv_header_string_h=yes
  10629. ac_cv_header_strings_h=yes
  10630. ac_cv_header_sys_stat_h=yes
  10631. ac_cv_header_sys_types_h=yes
  10632. ac_cv_header_unistd_h=yes
  10633. ac_cv_header_zlib_h=yes
  10634. ac_cv_host=x86_64-unknown-linux-gnu
  10635. ac_cv_objext=o
  10636. ac_cv_path_EGREP='/bin/grep -E'
  10637. ac_cv_path_FGREP='/bin/grep -F'
  10638. ac_cv_path_GREP=/bin/grep
  10639. ac_cv_path_install='/usr/bin/install -c'
  10640. ac_cv_path_mkdir=/bin/mkdir
  10641. ac_cv_prog_AWK=gawk
  10642. ac_cv_prog_CPP='/share/apps/gcc-5.4.0/bin/gcc -E'
  10643. ac_cv_prog_CXXCPP='/share/apps/gcc-5.4.0/bin/g++ -E'
  10644. ac_cv_prog_OBJDUMP=objdump
  10645. ac_cv_prog_PERL=perl
  10646. ac_cv_prog_ac_ct_CC=/share/apps/gcc-5.4.0/bin/gcc
  10647. ac_cv_prog_cc_c89=
  10648. ac_cv_prog_cc_g=yes
  10649. ac_cv_prog_cxx_g=yes
  10650. ac_cv_prog_fc_g=yes
  10651. ac_cv_prog_make_make_set=yes
  10652. ac_cv_safe_to_define___extensions__=yes
  10653. ac_cv_search_deflate=-lz
  10654. ac_cv_sizeof__Bool=1
  10655. ac_cv_sizeof___float128=16
  10656. ac_cv_sizeof_atomic_int=4
  10657. ac_cv_sizeof_atomic_llong=8
  10658. ac_cv_sizeof_atomic_long=8
  10659. ac_cv_sizeof_atomic_short=2
  10660. ac_cv_sizeof_bool=1
  10661. ac_cv_sizeof_char=1
  10662. ac_cv_sizeof_double=8
  10663. ac_cv_sizeof_double__Complex=16
  10664. ac_cv_sizeof_float=4
  10665. ac_cv_sizeof_float__Complex=8
  10666. ac_cv_sizeof_int=4
  10667. ac_cv_sizeof_long=8
  10668. ac_cv_sizeof_long_double=16
  10669. ac_cv_sizeof_long_double__Complex=32
  10670. ac_cv_sizeof_long_long=8
  10671. ac_cv_sizeof_pid_t=4
  10672. ac_cv_sizeof_ptrdiff_t=8
  10673. ac_cv_sizeof_short=2
  10674. ac_cv_sizeof_size_t=8
  10675. ac_cv_sizeof_ssize_t=8
  10676. ac_cv_sizeof_void_p=8
  10677. ac_cv_sizeof_wchar_t=4
  10678. ac_cv_target=x86_64-unknown-linux-gnu
  10679. ac_cv_type___float128=yes
  10680. ac_cv_type___int128=yes
  10681. ac_cv_type_double__Complex=yes
  10682. ac_cv_type_float__Complex=yes
  10683. ac_cv_type_int128_t=no
  10684. ac_cv_type_int16_t=yes
  10685. ac_cv_type_int32_t=yes
  10686. ac_cv_type_int64_t=yes
  10687. ac_cv_type_int8_t=yes
  10688. ac_cv_type_intptr_t=yes
  10689. ac_cv_type_long_double=yes
  10690. ac_cv_type_long_double__Complex=yes
  10691. ac_cv_type_long_long=yes
  10692. ac_cv_type_mode_t=yes
  10693. ac_cv_type_ptrdiff_t=yes
  10694. ac_cv_type_ssize_t=yes
  10695. ac_cv_type_struct_sockaddr_in=yes
  10696. ac_cv_type_uint128_t=no
  10697. ac_cv_type_uint16_t=yes
  10698. ac_cv_type_uint32_t=yes
  10699. ac_cv_type_uint64_t=yes
  10700. ac_cv_type_uint8_t=yes
  10701. ac_cv_type_uintptr_t=yes
  10702. am_cv_CCAS_dependencies_compiler_type=gcc3
  10703. am_cv_CC_dependencies_compiler_type=gcc3
  10704. am_cv_CXX_dependencies_compiler_type=gcc3
  10705. am_cv_make_support_nested_variables=yes
  10706. am_cv_prog_cc_c_o=yes
  10707. am_cv_prog_tar_ustar=gnutar
  10708. lt_cv_nm_interface='BSD nm'
  10709. lt_cv_path_NM='/usr/bin/nm -B'
  10710. ompi_cv_c_link_Cpp=yes
  10711. ompi_cv_c_link_Fortran=yes
  10712. ompi_cv_c_word_size_align=no
  10713. ompi_cv_cxx_finline_functions=yes
  10714. ompi_cv_fortran_alignment_CHARACTER=1
  10715. ompi_cv_fortran_external_symbol='single underscore'
  10716. ompi_cv_fortran_have_CHARACTER=yes
  10717. ompi_cv_fortran_int_kind_4=no
  10718. ompi_cv_fortran_sizeof_CHARACTER=1
  10719. opal_cv_Cpp_works=yes
  10720. opal_cv_Fortran_works=yes
  10721. opal_cv___attribute__=1
  10722. opal_cv___attribute__aligned=1
  10723. opal_cv___attribute__always_inline=1
  10724. opal_cv___attribute__cold=1
  10725. opal_cv___attribute__const=1
  10726. opal_cv___attribute__deprecated=1
  10727. opal_cv___attribute__deprecated_argument=1
  10728. opal_cv___attribute__destructor=1
  10729. opal_cv___attribute__error=1
  10730. opal_cv___attribute__extension=1
  10731. opal_cv___attribute__format=1
  10732. opal_cv___attribute__format_funcptr=1
  10733. opal_cv___attribute__hot=1
  10734. opal_cv___attribute__malloc=1
  10735. opal_cv___attribute__may_alias=1
  10736. opal_cv___attribute__no_instrument_function=1
  10737. opal_cv___attribute__noinline=1
  10738. opal_cv___attribute__nonnull=1
  10739. opal_cv___attribute__noreturn=1
  10740. opal_cv___attribute__noreturn_funcptr=1
  10741. opal_cv___attribute__optnone=0
  10742. opal_cv___attribute__packed=1
  10743. opal_cv___attribute__pure=1
  10744. opal_cv___attribute__sentinel=1
  10745. opal_cv___attribute__unused=1
  10746. opal_cv___attribute__visibility=1
  10747. opal_cv___attribute__warn_unused_result=1
  10748. opal_cv___attribute__weak_alias=1
  10749. opal_cv_asm_align_log=no
  10750. opal_cv_asm_arch=X86_64
  10751. opal_cv_asm_builtin=BUILTIN_GCC
  10752. opal_cv_asm_endproc='#'
  10753. opal_cv_asm_file=
  10754. opal_cv_asm_global=.globl
  10755. opal_cv_asm_gnu_stack=1
  10756. opal_cv_asm_gnu_stack_result=yes
  10757. opal_cv_asm_gsym=
  10758. opal_cv_asm_label_suffix=:
  10759. opal_cv_asm_lsym=.L
  10760. opal_cv_asm_need_proc=no
  10761. opal_cv_asm_need_size=yes
  10762. opal_cv_asm_proc='#'
  10763. opal_cv_asm_text=.text
  10764. opal_cv_asm_type=@
  10765. opal_cv_c11_flag_required=no
  10766. opal_cv_c11_supported=yes
  10767. opal_cv_c_align___float128=16
  10768. opal_cv_c_align_bool=1
  10769. opal_cv_c_align_char=1
  10770. opal_cv_c_align_double=8
  10771. opal_cv_c_align_double__Complex=8
  10772. opal_cv_c_align_float=4
  10773. opal_cv_c_align_float__Complex=4
  10774. opal_cv_c_align_int16_t=2
  10775. opal_cv_c_align_int32_t=4
  10776. opal_cv_c_align_int64_t=8
  10777. opal_cv_c_align_int8_t=1
  10778. opal_cv_c_align_int=4
  10779. opal_cv_c_align_long=8
  10780. opal_cv_c_align_long_double=16
  10781. opal_cv_c_align_long_double__Complex=16
  10782. opal_cv_c_align_long_long=8
  10783. opal_cv_c_align_short=2
  10784. opal_cv_c_align_size_t=8
  10785. opal_cv_c_align_void_p=8
  10786. opal_cv_c_align_wchar_t=4
  10787. opal_cv_c_compiler_vendor=gnu
  10788. opal_cv_c_macro_weak_symbols=yes
  10789. opal_cv_c_weak_symbols=yes
  10790. opal_cv_cc_finline_functions=yes
  10791. opal_cv_cc_fno_strict_aliasing=yes
  10792. opal_cv_cc_supports___builtin_clz=yes
  10793. opal_cv_cc_supports___builtin_expect=yes
  10794. opal_cv_cc_supports___builtin_prefetch=yes
  10795. opal_cv_compiler_FAMILYID=1
  10796. opal_cv_compiler_FAMILYNAME=GNU
  10797. opal_cv_compiler_VERSION=328704
  10798. opal_cv_compiler_VERSION_STR=5.4.0
  10799. opal_cv_cxx_compiler_vendor=gnu
  10800. opal_cv_cxx_finline_functions=yes
  10801. opal_cv_find_type_CHARACTER=char
  10802.  
  10803. ## ----------------- ##
  10804. ## Output variables. ##
  10805. ## ----------------- ##
  10806.  
  10807. ACLOCAL='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/missing aclocal-1.15'
  10808. AMCA_PARAM_SETS_DIR=''
  10809. AMDEPBACKSLASH='\'
  10810. AMDEP_FALSE='#'
  10811. AMDEP_TRUE=''
  10812. AMTAR='$${TAR-tar}'
  10813. AM_BACKSLASH='\'
  10814. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  10815. AM_DEFAULT_VERBOSITY='0'
  10816. AM_V='$(V)'
  10817. AR=''
  10818. AS=''
  10819. AUTOCONF='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/missing autoconf'
  10820. AUTOHEADER='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/missing autoheader'
  10821. AUTOMAKE='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/missing automake-1.15'
  10822. AWK='gawk'
  10823. BASH='/bin/sh'
  10824. BUILD_FORTRAN_SIZEOF_FALSE=''
  10825. BUILD_FORTRAN_SIZEOF_TRUE=''
  10826. BUILD_MPITOOLS_FALSE=''
  10827. BUILD_MPITOOLS_TRUE=''
  10828. BUILD_MPI_BINDINGS_LAYER_FALSE=''
  10829. BUILD_MPI_BINDINGS_LAYER_TRUE='#'
  10830. BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE=''
  10831. BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE=''
  10832. BUILD_NETLOCSCOTCH_FALSE=''
  10833. BUILD_NETLOCSCOTCH_TRUE=''
  10834. BUILD_NETLOC_FALSE=''
  10835. BUILD_NETLOC_TRUE=''
  10836. BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE=''
  10837. BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE=''
  10838. CASE_SENSITIVE_FS_FALSE=''
  10839. CASE_SENSITIVE_FS_TRUE=''
  10840. CC='/share/apps/gcc-5.4.0/bin/gcc'
  10841. CCAS='/share/apps/gcc-5.4.0/bin/gcc'
  10842. CCASDEPMODE='depmode=gcc3'
  10843. CCASFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing'
  10844. CCDEPMODE='depmode=gcc3'
  10845. CFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -mcx16'
  10846. CFLAGS_WITHOUT_OPTFLAGS=''
  10847. CLEANFILES='*~ .\#*'
  10848. COMPILE_PROFILING_SEPARATELY_FALSE=''
  10849. COMPILE_PROFILING_SEPARATELY_TRUE='#'
  10850. CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
  10851. CPP='/share/apps/gcc-5.4.0/bin/gcc -E'
  10852. CPPFLAGS='-I/share/apps/gcc-5.4.0/include'
  10853. CRAY_ALPSLLI_CFLAGS=''
  10854. CRAY_ALPSLLI_LIBS=''
  10855. CRAY_ALPSLLI_STATIC_LIBS=''
  10856. CRAY_ALPSUTIL_CFLAGS=''
  10857. CRAY_ALPSUTIL_LIBS=''
  10858. CRAY_ALPSUTIL_STATIC_LIBS=''
  10859. CRAY_ALPS_CFLAGS=''
  10860. CRAY_ALPS_LIBS=''
  10861. CRAY_ALPS_STATIC_LIBS=''
  10862. CRAY_PMI_CFLAGS=''
  10863. CRAY_PMI_LIBS=''
  10864. CRAY_PMI_STATIC_LIBS=''
  10865. CRAY_UDREG_CFLAGS=''
  10866. CRAY_UDREG_LIBS=''
  10867. CRAY_UGNI_CFLAGS=''
  10868. CRAY_UGNI_LIBS=''
  10869. CRAY_WLM_DETECT_CFLAGS=''
  10870. CRAY_WLM_DETECT_LIBS=''
  10871. CRAY_WLM_DETECT_STATIC_LIBS=''
  10872. CRAY_XPMEM_CFLAGS=''
  10873. CRAY_XPMEM_LIBS=''
  10874. CRAY_XPMEM_STATIC_LIBS=''
  10875. CXX='/share/apps/gcc-5.4.0/bin/g++'
  10876. CXXCPP='/share/apps/gcc-5.4.0/bin/g++ -E'
  10877. CXXCPPFLAGS=''
  10878. CXXDEPMODE='depmode=gcc3'
  10879. CXXFLAGS='-O3 -DNDEBUG -finline-functions'
  10880. CYGPATH_W='echo'
  10881. DEBUGGER_CFLAGS=''
  10882. DEFS=''
  10883. DEPDIR='.deps'
  10884. DLLTOOL=''
  10885. DSYMUTIL=''
  10886. DUMPBIN=''
  10887. ECHO_C=''
  10888. ECHO_N='-n'
  10889. ECHO_T=''
  10890. EGREP='/bin/grep -E'
  10891. EXEEXT=''
  10892. FC='/share/apps/gcc-5.4.0/bin/gfortran'
  10893. FCFLAGS=''
  10894. FCFLAGS_f90=''
  10895. FCFLAGS_f=''
  10896. FFLAGS=''
  10897. FGREP='/bin/grep -F'
  10898. FLUX_PMI_CFLAGS=''
  10899. FLUX_PMI_LIBS=''
  10900. FOUND_XZ_FALSE=''
  10901. FOUND_XZ_TRUE=''
  10902. GREP='/bin/grep'
  10903. HWLOC_BUILD_DOXYGEN_FALSE=''
  10904. HWLOC_BUILD_DOXYGEN_TRUE=''
  10905. HWLOC_BUILD_README_FALSE=''
  10906. HWLOC_BUILD_README_TRUE=''
  10907. HWLOC_BUILD_STANDALONE_FALSE=''
  10908. HWLOC_BUILD_STANDALONE_TRUE=''
  10909. HWLOC_CFLAGS=''
  10910. HWLOC_CPPFLAGS=''
  10911. HWLOC_CUDA_BUILD_STATIC_FALSE=''
  10912. HWLOC_CUDA_BUILD_STATIC_TRUE=''
  10913. HWLOC_CUDA_LIBS=''
  10914. HWLOC_EMBEDDED_CFLAGS=''
  10915. HWLOC_EMBEDDED_CPPFLAGS=''
  10916. HWLOC_EMBEDDED_LDADD=''
  10917. HWLOC_EMBEDDED_LIBS=''
  10918. HWLOC_GL_BUILD_STATIC_FALSE=''
  10919. HWLOC_GL_BUILD_STATIC_TRUE=''
  10920. HWLOC_GL_LIBS=''
  10921. HWLOC_HAVE_AIX_FALSE=''
  10922. HWLOC_HAVE_AIX_TRUE=''
  10923. HWLOC_HAVE_BGQ_FALSE=''
  10924. HWLOC_HAVE_BGQ_TRUE=''
  10925. HWLOC_HAVE_BUNZIPP_FALSE=''
  10926. HWLOC_HAVE_BUNZIPP_TRUE=''
  10927. HWLOC_HAVE_CAIRO_FALSE=''
  10928. HWLOC_HAVE_CAIRO_TRUE=''
  10929. HWLOC_HAVE_CUDART_FALSE=''
  10930. HWLOC_HAVE_CUDART_TRUE=''
  10931. HWLOC_HAVE_CUDA_FALSE=''
  10932. HWLOC_HAVE_CUDA_TRUE=''
  10933. HWLOC_HAVE_CXX_FALSE=''
  10934. HWLOC_HAVE_CXX_TRUE=''
  10935. HWLOC_HAVE_DARWIN_FALSE=''
  10936. HWLOC_HAVE_DARWIN_TRUE=''
  10937. HWLOC_HAVE_FREEBSD_FALSE=''
  10938. HWLOC_HAVE_FREEBSD_TRUE=''
  10939. HWLOC_HAVE_GCC_FALSE=''
  10940. HWLOC_HAVE_GCC_TRUE=''
  10941. HWLOC_HAVE_GL_FALSE=''
  10942. HWLOC_HAVE_GL_TRUE=''
  10943. HWLOC_HAVE_HPUX_FALSE=''
  10944. HWLOC_HAVE_HPUX_TRUE=''
  10945. HWLOC_HAVE_IRIX_FALSE=''
  10946. HWLOC_HAVE_IRIX_TRUE=''
  10947. HWLOC_HAVE_LIBIBVERBS_FALSE=''
  10948. HWLOC_HAVE_LIBIBVERBS_TRUE=''
  10949. HWLOC_HAVE_LIBXML2=''
  10950. HWLOC_HAVE_LIBXML2_FALSE=''
  10951. HWLOC_HAVE_LIBXML2_TRUE=''
  10952. HWLOC_HAVE_LINUX_FALSE=''
  10953. HWLOC_HAVE_LINUX_LIBNUMA_FALSE=''
  10954. HWLOC_HAVE_LINUX_LIBNUMA_TRUE=''
  10955. HWLOC_HAVE_LINUX_TRUE=''
  10956. HWLOC_HAVE_MINGW32_FALSE=''
  10957. HWLOC_HAVE_MINGW32_TRUE=''
  10958. HWLOC_HAVE_MS_LIB_FALSE=''
  10959. HWLOC_HAVE_MS_LIB_TRUE=''
  10960. HWLOC_HAVE_NETBSD_FALSE=''
  10961. HWLOC_HAVE_NETBSD_TRUE=''
  10962. HWLOC_HAVE_NVML=''
  10963. HWLOC_HAVE_NVML_FALSE=''
  10964. HWLOC_HAVE_NVML_TRUE=''
  10965. HWLOC_HAVE_OPENAT_FALSE=''
  10966. HWLOC_HAVE_OPENAT_TRUE=''
  10967. HWLOC_HAVE_OPENCL=''
  10968. HWLOC_HAVE_OPENCL_FALSE=''
  10969. HWLOC_HAVE_OPENCL_TRUE=''
  10970. HWLOC_HAVE_PCIACCESS_FALSE=''
  10971. HWLOC_HAVE_PCIACCESS_TRUE=''
  10972. HWLOC_HAVE_PLUGINS_FALSE=''
  10973. HWLOC_HAVE_PLUGINS_TRUE=''
  10974. HWLOC_HAVE_PTHREAD_FALSE=''
  10975. HWLOC_HAVE_PTHREAD_TRUE=''
  10976. HWLOC_HAVE_SCHED_SETAFFINITY_FALSE=''
  10977. HWLOC_HAVE_SCHED_SETAFFINITY_TRUE=''
  10978. HWLOC_HAVE_SOLARIS_FALSE=''
  10979. HWLOC_HAVE_SOLARIS_TRUE=''
  10980. HWLOC_HAVE_USER32_FALSE=''
  10981. HWLOC_HAVE_USER32_TRUE=''
  10982. HWLOC_HAVE_WINDOWS_FALSE=''
  10983. HWLOC_HAVE_WINDOWS_TRUE=''
  10984. HWLOC_HAVE_X86_32_FALSE=''
  10985. HWLOC_HAVE_X86_32_TRUE=''
  10986. HWLOC_HAVE_X86_64_FALSE=''
  10987. HWLOC_HAVE_X86_64_TRUE=''
  10988. HWLOC_HAVE_X86_CPUID_FALSE=''
  10989. HWLOC_HAVE_X86_CPUID_TRUE=''
  10990. HWLOC_HAVE_X86_FALSE=''
  10991. HWLOC_HAVE_X86_TRUE=''
  10992. HWLOC_INSTALL_DOXYGEN_FALSE=''
  10993. HWLOC_INSTALL_DOXYGEN_TRUE=''
  10994. HWLOC_LDFLAGS=''
  10995. HWLOC_LIBS=''
  10996. HWLOC_LIBS_PRIVATE=''
  10997. HWLOC_LIBXML2_CFLAGS=''
  10998. HWLOC_LIBXML2_LIBS=''
  10999. HWLOC_MS_LIB=''
  11000. HWLOC_MS_LIB_ARCH=''
  11001. HWLOC_NVML_BUILD_STATIC_FALSE=''
  11002. HWLOC_NVML_BUILD_STATIC_TRUE=''
  11003. HWLOC_NVML_LIBS=''
  11004. HWLOC_OPENCL_BUILD_STATIC_FALSE=''
  11005. HWLOC_OPENCL_BUILD_STATIC_TRUE=''
  11006. HWLOC_OPENCL_CFLAGS=''
  11007. HWLOC_OPENCL_LDFLAGS=''
  11008. HWLOC_OPENCL_LIBS=''
  11009. HWLOC_PCIACCESS_CFLAGS=''
  11010. HWLOC_PCIACCESS_LIBS=''
  11011. HWLOC_PCI_BUILD_STATIC_FALSE=''
  11012. HWLOC_PCI_BUILD_STATIC_TRUE=''
  11013. HWLOC_PLUGINS_DIR=''
  11014. HWLOC_PLUGINS_PATH=''
  11015. HWLOC_RELEASE_DATE=''
  11016. HWLOC_REQUIRES=''
  11017. HWLOC_VERSION=''
  11018. HWLOC_X11_CPPFLAGS=''
  11019. HWLOC_X11_LIBS=''
  11020. HWLOC_XML_LIBXML_BUILD_STATIC_FALSE=''
  11021. HWLOC_XML_LIBXML_BUILD_STATIC_TRUE=''
  11022. HWLOC_top_builddir=''
  11023. HWLOC_top_srcdir=''
  11024. INSTALL_DATA='${INSTALL} -m 644'
  11025. INSTALL_PROGRAM='${INSTALL}'
  11026. INSTALL_SCRIPT='${INSTALL}'
  11027. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  11028. JAR=''
  11029. JAVAC=''
  11030. JAVADOC=''
  11031. JAVAH=''
  11032. LD=''
  11033. LDFLAGS='-L/share/apps/gcc-5.4.0/lib64'
  11034. LEX=''
  11035. LEXLIB=''
  11036. LEX_OUTPUT_ROOT=''
  11037. LIBOBJS=''
  11038. LIBS=' -lz'
  11039. LIBTOOL=''
  11040. LIPO=''
  11041. LN_S='ln -s'
  11042. LTLIBOBJS=''
  11043. LT_SYS_LIBRARY_PATH=''
  11044. MAKEINFO='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/missing makeinfo'
  11045. MANIFEST_TOOL=''
  11046. MAN_PAGE_BUILD_MPIFH_BINDINGS_FALSE=''
  11047. MAN_PAGE_BUILD_MPIFH_BINDINGS_TRUE=''
  11048. MAN_PAGE_BUILD_MPI_CXX_BINDINGS_FALSE=''
  11049. MAN_PAGE_BUILD_MPI_CXX_BINDINGS_TRUE='#'
  11050. MAN_PAGE_BUILD_USEMPIF08_BINDINGS_FALSE=''
  11051. MAN_PAGE_BUILD_USEMPIF08_BINDINGS_TRUE=''
  11052. MCA_BUILD_ompi_bml_r2_DSO_FALSE=''
  11053. MCA_BUILD_ompi_bml_r2_DSO_TRUE=''
  11054. MCA_BUILD_ompi_coll_basic_DSO_FALSE=''
  11055. MCA_BUILD_ompi_coll_basic_DSO_TRUE=''
  11056. MCA_BUILD_ompi_coll_cuda_DSO_FALSE=''
  11057. MCA_BUILD_ompi_coll_cuda_DSO_TRUE=''
  11058. MCA_BUILD_ompi_coll_fca_DSO_FALSE=''
  11059. MCA_BUILD_ompi_coll_fca_DSO_TRUE=''
  11060. MCA_BUILD_ompi_coll_hcoll_DSO_FALSE=''
  11061. MCA_BUILD_ompi_coll_hcoll_DSO_TRUE=''
  11062. MCA_BUILD_ompi_coll_inter_DSO_FALSE=''
  11063. MCA_BUILD_ompi_coll_inter_DSO_TRUE=''
  11064. MCA_BUILD_ompi_coll_libnbc_DSO_FALSE=''
  11065. MCA_BUILD_ompi_coll_libnbc_DSO_TRUE=''
  11066. MCA_BUILD_ompi_coll_monitoring_DSO_FALSE=''
  11067. MCA_BUILD_ompi_coll_monitoring_DSO_TRUE=''
  11068. MCA_BUILD_ompi_coll_portals4_DSO_FALSE=''
  11069. MCA_BUILD_ompi_coll_portals4_DSO_TRUE=''
  11070. MCA_BUILD_ompi_coll_self_DSO_FALSE=''
  11071. MCA_BUILD_ompi_coll_self_DSO_TRUE=''
  11072. MCA_BUILD_ompi_coll_sm_DSO_FALSE=''
  11073. MCA_BUILD_ompi_coll_sm_DSO_TRUE=''
  11074. MCA_BUILD_ompi_coll_sync_DSO_FALSE=''
  11075. MCA_BUILD_ompi_coll_sync_DSO_TRUE=''
  11076. MCA_BUILD_ompi_coll_tuned_DSO_FALSE=''
  11077. MCA_BUILD_ompi_coll_tuned_DSO_TRUE=''
  11078. MCA_BUILD_ompi_common_monitoring_DSO_FALSE=''
  11079. MCA_BUILD_ompi_common_monitoring_DSO_TRUE=''
  11080. MCA_BUILD_ompi_common_ompio_DSO_FALSE=''
  11081. MCA_BUILD_ompi_common_ompio_DSO_TRUE=''
  11082. MCA_BUILD_ompi_crcp_bkmrk_DSO_FALSE=''
  11083. MCA_BUILD_ompi_crcp_bkmrk_DSO_TRUE=''
  11084. MCA_BUILD_ompi_fbtl_posix_DSO_FALSE=''
  11085. MCA_BUILD_ompi_fbtl_posix_DSO_TRUE=''
  11086. MCA_BUILD_ompi_fbtl_pvfs2_DSO_FALSE=''
  11087. MCA_BUILD_ompi_fbtl_pvfs2_DSO_TRUE=''
  11088. MCA_BUILD_ompi_fcoll_dynamic_DSO_FALSE=''
  11089. MCA_BUILD_ompi_fcoll_dynamic_DSO_TRUE=''
  11090. MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_FALSE=''
  11091. MCA_BUILD_ompi_fcoll_dynamic_gen2_DSO_TRUE=''
  11092. MCA_BUILD_ompi_fcoll_individual_DSO_FALSE=''
  11093. MCA_BUILD_ompi_fcoll_individual_DSO_TRUE=''
  11094. MCA_BUILD_ompi_fcoll_two_phase_DSO_FALSE=''
  11095. MCA_BUILD_ompi_fcoll_two_phase_DSO_TRUE=''
  11096. MCA_BUILD_ompi_fcoll_vulcan_DSO_FALSE=''
  11097. MCA_BUILD_ompi_fcoll_vulcan_DSO_TRUE=''
  11098. MCA_BUILD_ompi_fs_lustre_DSO_FALSE=''
  11099. MCA_BUILD_ompi_fs_lustre_DSO_TRUE=''
  11100. MCA_BUILD_ompi_fs_pvfs2_DSO_FALSE=''
  11101. MCA_BUILD_ompi_fs_pvfs2_DSO_TRUE=''
  11102. MCA_BUILD_ompi_fs_ufs_DSO_FALSE=''
  11103. MCA_BUILD_ompi_fs_ufs_DSO_TRUE=''
  11104. MCA_BUILD_ompi_io_ompio_DSO_FALSE=''
  11105. MCA_BUILD_ompi_io_ompio_DSO_TRUE=''
  11106. MCA_BUILD_ompi_io_romio321_DSO_FALSE=''
  11107. MCA_BUILD_ompi_io_romio321_DSO_TRUE=''
  11108. MCA_BUILD_ompi_mtl_ofi_DSO_FALSE=''
  11109. MCA_BUILD_ompi_mtl_ofi_DSO_TRUE=''
  11110. MCA_BUILD_ompi_mtl_portals4_DSO_FALSE=''
  11111. MCA_BUILD_ompi_mtl_portals4_DSO_TRUE=''
  11112. MCA_BUILD_ompi_mtl_psm2_DSO_FALSE=''
  11113. MCA_BUILD_ompi_mtl_psm2_DSO_TRUE=''
  11114. MCA_BUILD_ompi_mtl_psm_DSO_FALSE=''
  11115. MCA_BUILD_ompi_mtl_psm_DSO_TRUE=''
  11116. MCA_BUILD_ompi_osc_monitoring_DSO_FALSE=''
  11117. MCA_BUILD_ompi_osc_monitoring_DSO_TRUE=''
  11118. MCA_BUILD_ompi_osc_portals4_DSO_FALSE=''
  11119. MCA_BUILD_ompi_osc_portals4_DSO_TRUE=''
  11120. MCA_BUILD_ompi_osc_pt2pt_DSO_FALSE=''
  11121. MCA_BUILD_ompi_osc_pt2pt_DSO_TRUE=''
  11122. MCA_BUILD_ompi_osc_rdma_DSO_FALSE=''
  11123. MCA_BUILD_ompi_osc_rdma_DSO_TRUE=''
  11124. MCA_BUILD_ompi_osc_sm_DSO_FALSE=''
  11125. MCA_BUILD_ompi_osc_sm_DSO_TRUE=''
  11126. MCA_BUILD_ompi_osc_ucx_DSO_FALSE=''
  11127. MCA_BUILD_ompi_osc_ucx_DSO_TRUE=''
  11128. MCA_BUILD_ompi_pml_cm_DSO_FALSE=''
  11129. MCA_BUILD_ompi_pml_cm_DSO_TRUE=''
  11130. MCA_BUILD_ompi_pml_crcpw_DSO_FALSE=''
  11131. MCA_BUILD_ompi_pml_crcpw_DSO_TRUE=''
  11132. MCA_BUILD_ompi_pml_monitoring_DSO_FALSE=''
  11133. MCA_BUILD_ompi_pml_monitoring_DSO_TRUE=''
  11134. MCA_BUILD_ompi_pml_ob1_DSO_FALSE=''
  11135. MCA_BUILD_ompi_pml_ob1_DSO_TRUE=''
  11136. MCA_BUILD_ompi_pml_ucx_DSO_FALSE=''
  11137. MCA_BUILD_ompi_pml_ucx_DSO_TRUE=''
  11138. MCA_BUILD_ompi_pml_v_DSO_FALSE=''
  11139. MCA_BUILD_ompi_pml_v_DSO_TRUE=''
  11140. MCA_BUILD_ompi_pml_yalla_DSO_FALSE=''
  11141. MCA_BUILD_ompi_pml_yalla_DSO_TRUE=''
  11142. MCA_BUILD_ompi_rte_orte_DSO_FALSE=''
  11143. MCA_BUILD_ompi_rte_orte_DSO_TRUE=''
  11144. MCA_BUILD_ompi_rte_pmix_DSO_FALSE=''
  11145. MCA_BUILD_ompi_rte_pmix_DSO_TRUE=''
  11146. MCA_BUILD_ompi_sharedfp_individual_DSO_FALSE=''
  11147. MCA_BUILD_ompi_sharedfp_individual_DSO_TRUE=''
  11148. MCA_BUILD_ompi_sharedfp_lockedfile_DSO_FALSE=''
  11149. MCA_BUILD_ompi_sharedfp_lockedfile_DSO_TRUE=''
  11150. MCA_BUILD_ompi_sharedfp_sm_DSO_FALSE=''
  11151. MCA_BUILD_ompi_sharedfp_sm_DSO_TRUE=''
  11152. MCA_BUILD_ompi_topo_basic_DSO_FALSE=''
  11153. MCA_BUILD_ompi_topo_basic_DSO_TRUE=''
  11154. MCA_BUILD_ompi_topo_treematch_DSO_FALSE=''
  11155. MCA_BUILD_ompi_topo_treematch_DSO_TRUE=''
  11156. MCA_BUILD_ompi_vprotocol_pessimist_DSO_FALSE=''
  11157. MCA_BUILD_ompi_vprotocol_pessimist_DSO_TRUE=''
  11158. MCA_BUILD_opal_allocator_basic_DSO_FALSE=''
  11159. MCA_BUILD_opal_allocator_basic_DSO_TRUE=''
  11160. MCA_BUILD_opal_allocator_bucket_DSO_FALSE=''
  11161. MCA_BUILD_opal_allocator_bucket_DSO_TRUE=''
  11162. MCA_BUILD_opal_backtrace_execinfo_DSO_FALSE=''
  11163. MCA_BUILD_opal_backtrace_execinfo_DSO_TRUE=''
  11164. MCA_BUILD_opal_backtrace_none_DSO_FALSE=''
  11165. MCA_BUILD_opal_backtrace_none_DSO_TRUE=''
  11166. MCA_BUILD_opal_backtrace_printstack_DSO_FALSE=''
  11167. MCA_BUILD_opal_backtrace_printstack_DSO_TRUE=''
  11168. MCA_BUILD_opal_btl_openib_DSO_FALSE=''
  11169. MCA_BUILD_opal_btl_openib_DSO_TRUE=''
  11170. MCA_BUILD_opal_btl_portals4_DSO_FALSE=''
  11171. MCA_BUILD_opal_btl_portals4_DSO_TRUE=''
  11172. MCA_BUILD_opal_btl_self_DSO_FALSE=''
  11173. MCA_BUILD_opal_btl_self_DSO_TRUE=''
  11174. MCA_BUILD_opal_btl_sm_DSO_FALSE=''
  11175. MCA_BUILD_opal_btl_sm_DSO_TRUE=''
  11176. MCA_BUILD_opal_btl_smcuda_DSO_FALSE=''
  11177. MCA_BUILD_opal_btl_smcuda_DSO_TRUE=''
  11178. MCA_BUILD_opal_btl_tcp_DSO_FALSE=''
  11179. MCA_BUILD_opal_btl_tcp_DSO_TRUE=''
  11180. MCA_BUILD_opal_btl_uct_DSO_FALSE=''
  11181. MCA_BUILD_opal_btl_uct_DSO_TRUE=''
  11182. MCA_BUILD_opal_btl_ugni_DSO_FALSE=''
  11183. MCA_BUILD_opal_btl_ugni_DSO_TRUE=''
  11184. MCA_BUILD_opal_btl_usnic_DSO_FALSE=''
  11185. MCA_BUILD_opal_btl_usnic_DSO_TRUE=''
  11186. MCA_BUILD_opal_btl_vader_DSO_FALSE=''
  11187. MCA_BUILD_opal_btl_vader_DSO_TRUE=''
  11188. MCA_BUILD_opal_common_cuda_DSO_FALSE=''
  11189. MCA_BUILD_opal_common_cuda_DSO_TRUE=''
  11190. MCA_BUILD_opal_common_ofi_DSO_FALSE=''
  11191. MCA_BUILD_opal_common_ofi_DSO_TRUE=''
  11192. MCA_BUILD_opal_common_sm_DSO_FALSE=''
  11193. MCA_BUILD_opal_common_sm_DSO_TRUE=''
  11194. MCA_BUILD_opal_common_ucx_DSO_FALSE=''
  11195. MCA_BUILD_opal_common_ucx_DSO_TRUE=''
  11196. MCA_BUILD_opal_common_verbs_DSO_FALSE=''
  11197. MCA_BUILD_opal_common_verbs_DSO_TRUE=''
  11198. MCA_BUILD_opal_common_verbs_usnic_DSO_FALSE=''
  11199. MCA_BUILD_opal_common_verbs_usnic_DSO_TRUE=''
  11200. MCA_BUILD_opal_compress_bzip_DSO_FALSE=''
  11201. MCA_BUILD_opal_compress_bzip_DSO_TRUE=''
  11202. MCA_BUILD_opal_compress_gzip_DSO_FALSE=''
  11203. MCA_BUILD_opal_compress_gzip_DSO_TRUE=''
  11204. MCA_BUILD_opal_crs_none_DSO_FALSE=''
  11205. MCA_BUILD_opal_crs_none_DSO_TRUE=''
  11206. MCA_BUILD_opal_crs_self_DSO_FALSE=''
  11207. MCA_BUILD_opal_crs_self_DSO_TRUE=''
  11208. MCA_BUILD_opal_dl_dlopen_DSO_FALSE=''
  11209. MCA_BUILD_opal_dl_dlopen_DSO_TRUE=''
  11210. MCA_BUILD_opal_dl_libltdl_DSO_FALSE=''
  11211. MCA_BUILD_opal_dl_libltdl_DSO_TRUE=''
  11212. MCA_BUILD_opal_event_external_DSO_FALSE=''
  11213. MCA_BUILD_opal_event_external_DSO_TRUE=''
  11214. MCA_BUILD_opal_event_libevent2022_DSO_FALSE=''
  11215. MCA_BUILD_opal_event_libevent2022_DSO_TRUE=''
  11216. MCA_BUILD_opal_hwloc_external_DSO_FALSE=''
  11217. MCA_BUILD_opal_hwloc_external_DSO_TRUE=''
  11218. MCA_BUILD_opal_hwloc_hwloc201_DSO_FALSE=''
  11219. MCA_BUILD_opal_hwloc_hwloc201_DSO_TRUE=''
  11220. MCA_BUILD_opal_if_bsdx_ipv4_DSO_FALSE=''
  11221. MCA_BUILD_opal_if_bsdx_ipv4_DSO_TRUE=''
  11222. MCA_BUILD_opal_if_bsdx_ipv6_DSO_FALSE=''
  11223. MCA_BUILD_opal_if_bsdx_ipv6_DSO_TRUE=''
  11224. MCA_BUILD_opal_if_linux_ipv6_DSO_FALSE=''
  11225. MCA_BUILD_opal_if_linux_ipv6_DSO_TRUE=''
  11226. MCA_BUILD_opal_if_posix_ipv4_DSO_FALSE=''
  11227. MCA_BUILD_opal_if_posix_ipv4_DSO_TRUE=''
  11228. MCA_BUILD_opal_if_solaris_ipv6_DSO_FALSE=''
  11229. MCA_BUILD_opal_if_solaris_ipv6_DSO_TRUE=''
  11230. MCA_BUILD_opal_installdirs_config_DSO_FALSE=''
  11231. MCA_BUILD_opal_installdirs_config_DSO_TRUE=''
  11232. MCA_BUILD_opal_installdirs_env_DSO_FALSE=''
  11233. MCA_BUILD_opal_installdirs_env_DSO_TRUE=''
  11234. MCA_BUILD_opal_memchecker_valgrind_DSO_FALSE=''
  11235. MCA_BUILD_opal_memchecker_valgrind_DSO_TRUE=''
  11236. MCA_BUILD_opal_memory_malloc_solaris_DSO_FALSE=''
  11237. MCA_BUILD_opal_memory_malloc_solaris_DSO_TRUE=''
  11238. MCA_BUILD_opal_memory_patcher_DSO_FALSE=''
  11239. MCA_BUILD_opal_memory_patcher_DSO_TRUE=''
  11240. MCA_BUILD_opal_mpool_hugepage_DSO_FALSE=''
  11241. MCA_BUILD_opal_mpool_hugepage_DSO_TRUE=''
  11242. MCA_BUILD_opal_mpool_memkind_DSO_FALSE=''
  11243. MCA_BUILD_opal_mpool_memkind_DSO_TRUE=''
  11244. MCA_BUILD_opal_patcher_linux_DSO_FALSE=''
  11245. MCA_BUILD_opal_patcher_linux_DSO_TRUE=''
  11246. MCA_BUILD_opal_patcher_overwrite_DSO_FALSE=''
  11247. MCA_BUILD_opal_patcher_overwrite_DSO_TRUE=''
  11248. MCA_BUILD_opal_pmix_cray_DSO_FALSE=''
  11249. MCA_BUILD_opal_pmix_cray_DSO_TRUE=''
  11250. MCA_BUILD_opal_pmix_ext1x_DSO_FALSE=''
  11251. MCA_BUILD_opal_pmix_ext1x_DSO_TRUE=''
  11252. MCA_BUILD_opal_pmix_ext2x_DSO_FALSE=''
  11253. MCA_BUILD_opal_pmix_ext2x_DSO_TRUE=''
  11254. MCA_BUILD_opal_pmix_ext3x_DSO_FALSE=''
  11255. MCA_BUILD_opal_pmix_ext3x_DSO_TRUE=''
  11256. MCA_BUILD_opal_pmix_flux_DSO_FALSE=''
  11257. MCA_BUILD_opal_pmix_flux_DSO_TRUE=''
  11258. MCA_BUILD_opal_pmix_isolated_DSO_FALSE=''
  11259. MCA_BUILD_opal_pmix_isolated_DSO_TRUE=''
  11260. MCA_BUILD_opal_pmix_pmix3x_DSO_FALSE=''
  11261. MCA_BUILD_opal_pmix_pmix3x_DSO_TRUE=''
  11262. MCA_BUILD_opal_pmix_s1_DSO_FALSE=''
  11263. MCA_BUILD_opal_pmix_s1_DSO_TRUE=''
  11264. MCA_BUILD_opal_pmix_s2_DSO_FALSE=''
  11265. MCA_BUILD_opal_pmix_s2_DSO_TRUE=''
  11266. MCA_BUILD_opal_pstat_linux_DSO_FALSE=''
  11267. MCA_BUILD_opal_pstat_linux_DSO_TRUE=''
  11268. MCA_BUILD_opal_pstat_test_DSO_FALSE=''
  11269. MCA_BUILD_opal_pstat_test_DSO_TRUE=''
  11270. MCA_BUILD_opal_rcache_gpusm_DSO_FALSE=''
  11271. MCA_BUILD_opal_rcache_gpusm_DSO_TRUE=''
  11272. MCA_BUILD_opal_rcache_grdma_DSO_FALSE=''
  11273. MCA_BUILD_opal_rcache_grdma_DSO_TRUE=''
  11274. MCA_BUILD_opal_rcache_rgpusm_DSO_FALSE=''
  11275. MCA_BUILD_opal_rcache_rgpusm_DSO_TRUE=''
  11276. MCA_BUILD_opal_rcache_udreg_DSO_FALSE=''
  11277. MCA_BUILD_opal_rcache_udreg_DSO_TRUE=''
  11278. MCA_BUILD_opal_reachable_netlink_DSO_FALSE=''
  11279. MCA_BUILD_opal_reachable_netlink_DSO_TRUE=''
  11280. MCA_BUILD_opal_reachable_weighted_DSO_FALSE=''
  11281. MCA_BUILD_opal_reachable_weighted_DSO_TRUE=''
  11282. MCA_BUILD_opal_shmem_mmap_DSO_FALSE=''
  11283. MCA_BUILD_opal_shmem_mmap_DSO_TRUE=''
  11284. MCA_BUILD_opal_shmem_posix_DSO_FALSE=''
  11285. MCA_BUILD_opal_shmem_posix_DSO_TRUE=''
  11286. MCA_BUILD_opal_shmem_sysv_DSO_FALSE=''
  11287. MCA_BUILD_opal_shmem_sysv_DSO_TRUE=''
  11288. MCA_BUILD_opal_timer_altix_DSO_FALSE=''
  11289. MCA_BUILD_opal_timer_altix_DSO_TRUE=''
  11290. MCA_BUILD_opal_timer_darwin_DSO_FALSE=''
  11291. MCA_BUILD_opal_timer_darwin_DSO_TRUE=''
  11292. MCA_BUILD_opal_timer_linux_DSO_FALSE=''
  11293. MCA_BUILD_opal_timer_linux_DSO_TRUE=''
  11294. MCA_BUILD_opal_timer_solaris_DSO_FALSE=''
  11295. MCA_BUILD_opal_timer_solaris_DSO_TRUE=''
  11296. MCA_BUILD_orte_common_alps_DSO_FALSE=''
  11297. MCA_BUILD_orte_common_alps_DSO_TRUE=''
  11298. MCA_BUILD_orte_dfs_app_DSO_FALSE=''
  11299. MCA_BUILD_orte_dfs_app_DSO_TRUE=''
  11300. MCA_BUILD_orte_dfs_orted_DSO_FALSE=''
  11301. MCA_BUILD_orte_dfs_orted_DSO_TRUE=''
  11302. MCA_BUILD_orte_dfs_test_DSO_FALSE=''
  11303. MCA_BUILD_orte_dfs_test_DSO_TRUE=''
  11304. MCA_BUILD_orte_errmgr_default_app_DSO_FALSE=''
  11305. MCA_BUILD_orte_errmgr_default_app_DSO_TRUE=''
  11306. MCA_BUILD_orte_errmgr_default_hnp_DSO_FALSE=''
  11307. MCA_BUILD_orte_errmgr_default_hnp_DSO_TRUE=''
  11308. MCA_BUILD_orte_errmgr_default_orted_DSO_FALSE=''
  11309. MCA_BUILD_orte_errmgr_default_orted_DSO_TRUE=''
  11310. MCA_BUILD_orte_errmgr_default_tool_DSO_FALSE=''
  11311. MCA_BUILD_orte_errmgr_default_tool_DSO_TRUE=''
  11312. MCA_BUILD_orte_ess_alps_DSO_FALSE=''
  11313. MCA_BUILD_orte_ess_alps_DSO_TRUE=''
  11314. MCA_BUILD_orte_ess_env_DSO_FALSE=''
  11315. MCA_BUILD_orte_ess_env_DSO_TRUE=''
  11316. MCA_BUILD_orte_ess_hnp_DSO_FALSE=''
  11317. MCA_BUILD_orte_ess_hnp_DSO_TRUE=''
  11318. MCA_BUILD_orte_ess_lsf_DSO_FALSE=''
  11319. MCA_BUILD_orte_ess_lsf_DSO_TRUE=''
  11320. MCA_BUILD_orte_ess_pmi_DSO_FALSE=''
  11321. MCA_BUILD_orte_ess_pmi_DSO_TRUE=''
  11322. MCA_BUILD_orte_ess_singleton_DSO_FALSE=''
  11323. MCA_BUILD_orte_ess_singleton_DSO_TRUE=''
  11324. MCA_BUILD_orte_ess_slurm_DSO_FALSE=''
  11325. MCA_BUILD_orte_ess_slurm_DSO_TRUE=''
  11326. MCA_BUILD_orte_ess_tm_DSO_FALSE=''
  11327. MCA_BUILD_orte_ess_tm_DSO_TRUE=''
  11328. MCA_BUILD_orte_ess_tool_DSO_FALSE=''
  11329. MCA_BUILD_orte_ess_tool_DSO_TRUE=''
  11330. MCA_BUILD_orte_filem_raw_DSO_FALSE=''
  11331. MCA_BUILD_orte_filem_raw_DSO_TRUE=''
  11332. MCA_BUILD_orte_grpcomm_direct_DSO_FALSE=''
  11333. MCA_BUILD_orte_grpcomm_direct_DSO_TRUE=''
  11334. MCA_BUILD_orte_iof_hnp_DSO_FALSE=''
  11335. MCA_BUILD_orte_iof_hnp_DSO_TRUE=''
  11336. MCA_BUILD_orte_iof_orted_DSO_FALSE=''
  11337. MCA_BUILD_orte_iof_orted_DSO_TRUE=''
  11338. MCA_BUILD_orte_iof_tool_DSO_FALSE=''
  11339. MCA_BUILD_orte_iof_tool_DSO_TRUE=''
  11340. MCA_BUILD_orte_notifier_syslog_DSO_FALSE=''
  11341. MCA_BUILD_orte_notifier_syslog_DSO_TRUE=''
  11342. MCA_BUILD_orte_odls_alps_DSO_FALSE=''
  11343. MCA_BUILD_orte_odls_alps_DSO_TRUE=''
  11344. MCA_BUILD_orte_odls_default_DSO_FALSE=''
  11345. MCA_BUILD_orte_odls_default_DSO_TRUE=''
  11346. MCA_BUILD_orte_odls_pspawn_DSO_FALSE=''
  11347. MCA_BUILD_orte_odls_pspawn_DSO_TRUE=''
  11348. MCA_BUILD_orte_oob_alps_DSO_FALSE=''
  11349. MCA_BUILD_orte_oob_alps_DSO_TRUE=''
  11350. MCA_BUILD_orte_oob_tcp_DSO_FALSE=''
  11351. MCA_BUILD_orte_oob_tcp_DSO_TRUE=''
  11352. MCA_BUILD_orte_plm_alps_DSO_FALSE=''
  11353. MCA_BUILD_orte_plm_alps_DSO_TRUE=''
  11354. MCA_BUILD_orte_plm_isolated_DSO_FALSE=''
  11355. MCA_BUILD_orte_plm_isolated_DSO_TRUE=''
  11356. MCA_BUILD_orte_plm_lsf_DSO_FALSE=''
  11357. MCA_BUILD_orte_plm_lsf_DSO_TRUE=''
  11358. MCA_BUILD_orte_plm_rsh_DSO_FALSE=''
  11359. MCA_BUILD_orte_plm_rsh_DSO_TRUE=''
  11360. MCA_BUILD_orte_plm_slurm_DSO_FALSE=''
  11361. MCA_BUILD_orte_plm_slurm_DSO_TRUE=''
  11362. MCA_BUILD_orte_plm_tm_DSO_FALSE=''
  11363. MCA_BUILD_orte_plm_tm_DSO_TRUE=''
  11364. MCA_BUILD_orte_ras_alps_DSO_FALSE=''
  11365. MCA_BUILD_orte_ras_alps_DSO_TRUE=''
  11366. MCA_BUILD_orte_ras_gridengine_DSO_FALSE=''
  11367. MCA_BUILD_orte_ras_gridengine_DSO_TRUE=''
  11368. MCA_BUILD_orte_ras_lsf_DSO_FALSE=''
  11369. MCA_BUILD_orte_ras_lsf_DSO_TRUE=''
  11370. MCA_BUILD_orte_ras_simulator_DSO_FALSE=''
  11371. MCA_BUILD_orte_ras_simulator_DSO_TRUE=''
  11372. MCA_BUILD_orte_ras_slurm_DSO_FALSE=''
  11373. MCA_BUILD_orte_ras_slurm_DSO_TRUE=''
  11374. MCA_BUILD_orte_ras_tm_DSO_FALSE=''
  11375. MCA_BUILD_orte_ras_tm_DSO_TRUE=''
  11376. MCA_BUILD_orte_regx_fwd_DSO_FALSE=''
  11377. MCA_BUILD_orte_regx_fwd_DSO_TRUE=''
  11378. MCA_BUILD_orte_regx_reverse_DSO_FALSE=''
  11379. MCA_BUILD_orte_regx_reverse_DSO_TRUE=''
  11380. MCA_BUILD_orte_rmaps_mindist_DSO_FALSE=''
  11381. MCA_BUILD_orte_rmaps_mindist_DSO_TRUE=''
  11382. MCA_BUILD_orte_rmaps_ppr_DSO_FALSE=''
  11383. MCA_BUILD_orte_rmaps_ppr_DSO_TRUE=''
  11384. MCA_BUILD_orte_rmaps_rank_file_DSO_FALSE=''
  11385. MCA_BUILD_orte_rmaps_rank_file_DSO_TRUE=''
  11386. MCA_BUILD_orte_rmaps_resilient_DSO_FALSE=''
  11387. MCA_BUILD_orte_rmaps_resilient_DSO_TRUE=''
  11388. MCA_BUILD_orte_rmaps_round_robin_DSO_FALSE=''
  11389. MCA_BUILD_orte_rmaps_round_robin_DSO_TRUE=''
  11390. MCA_BUILD_orte_rmaps_seq_DSO_FALSE=''
  11391. MCA_BUILD_orte_rmaps_seq_DSO_TRUE=''
  11392. MCA_BUILD_orte_rml_ofi_DSO_FALSE=''
  11393. MCA_BUILD_orte_rml_ofi_DSO_TRUE=''
  11394. MCA_BUILD_orte_rml_oob_DSO_FALSE=''
  11395. MCA_BUILD_orte_rml_oob_DSO_TRUE=''
  11396. MCA_BUILD_orte_routed_binomial_DSO_FALSE=''
  11397. MCA_BUILD_orte_routed_binomial_DSO_TRUE=''
  11398. MCA_BUILD_orte_routed_debruijn_DSO_FALSE=''
  11399. MCA_BUILD_orte_routed_debruijn_DSO_TRUE=''
  11400. MCA_BUILD_orte_routed_direct_DSO_FALSE=''
  11401. MCA_BUILD_orte_routed_direct_DSO_TRUE=''
  11402. MCA_BUILD_orte_routed_radix_DSO_FALSE=''
  11403. MCA_BUILD_orte_routed_radix_DSO_TRUE=''
  11404. MCA_BUILD_orte_rtc_hwloc_DSO_FALSE=''
  11405. MCA_BUILD_orte_rtc_hwloc_DSO_TRUE=''
  11406. MCA_BUILD_orte_schizo_alps_DSO_FALSE=''
  11407. MCA_BUILD_orte_schizo_alps_DSO_TRUE=''
  11408. MCA_BUILD_orte_schizo_flux_DSO_FALSE=''
  11409. MCA_BUILD_orte_schizo_flux_DSO_TRUE=''
  11410. MCA_BUILD_orte_schizo_moab_DSO_FALSE=''
  11411. MCA_BUILD_orte_schizo_moab_DSO_TRUE=''
  11412. MCA_BUILD_orte_schizo_ompi_DSO_FALSE=''
  11413. MCA_BUILD_orte_schizo_ompi_DSO_TRUE=''
  11414. MCA_BUILD_orte_schizo_orte_DSO_FALSE=''
  11415. MCA_BUILD_orte_schizo_orte_DSO_TRUE=''
  11416. MCA_BUILD_orte_schizo_singularity_DSO_FALSE=''
  11417. MCA_BUILD_orte_schizo_singularity_DSO_TRUE=''
  11418. MCA_BUILD_orte_schizo_slurm_DSO_FALSE=''
  11419. MCA_BUILD_orte_schizo_slurm_DSO_TRUE=''
  11420. MCA_BUILD_orte_snapc_full_DSO_FALSE=''
  11421. MCA_BUILD_orte_snapc_full_DSO_TRUE=''
  11422. MCA_BUILD_orte_sstore_central_DSO_FALSE=''
  11423. MCA_BUILD_orte_sstore_central_DSO_TRUE=''
  11424. MCA_BUILD_orte_sstore_stage_DSO_FALSE=''
  11425. MCA_BUILD_orte_sstore_stage_DSO_TRUE=''
  11426. MCA_BUILD_orte_state_app_DSO_FALSE=''
  11427. MCA_BUILD_orte_state_app_DSO_TRUE=''
  11428. MCA_BUILD_orte_state_hnp_DSO_FALSE=''
  11429. MCA_BUILD_orte_state_hnp_DSO_TRUE=''
  11430. MCA_BUILD_orte_state_novm_DSO_FALSE=''
  11431. MCA_BUILD_orte_state_novm_DSO_TRUE=''
  11432. MCA_BUILD_orte_state_orted_DSO_FALSE=''
  11433. MCA_BUILD_orte_state_orted_DSO_TRUE=''
  11434. MCA_BUILD_orte_state_tool_DSO_FALSE=''
  11435. MCA_BUILD_orte_state_tool_DSO_TRUE=''
  11436. MCA_BUILD_oshmem_atomic_basic_DSO_FALSE=''
  11437. MCA_BUILD_oshmem_atomic_basic_DSO_TRUE=''
  11438. MCA_BUILD_oshmem_atomic_mxm_DSO_FALSE=''
  11439. MCA_BUILD_oshmem_atomic_mxm_DSO_TRUE=''
  11440. MCA_BUILD_oshmem_atomic_ucx_DSO_FALSE=''
  11441. MCA_BUILD_oshmem_atomic_ucx_DSO_TRUE=''
  11442. MCA_BUILD_oshmem_memheap_buddy_DSO_FALSE=''
  11443. MCA_BUILD_oshmem_memheap_buddy_DSO_TRUE=''
  11444. MCA_BUILD_oshmem_memheap_ptmalloc_DSO_FALSE=''
  11445. MCA_BUILD_oshmem_memheap_ptmalloc_DSO_TRUE=''
  11446. MCA_BUILD_oshmem_scoll_basic_DSO_FALSE=''
  11447. MCA_BUILD_oshmem_scoll_basic_DSO_TRUE=''
  11448. MCA_BUILD_oshmem_scoll_fca_DSO_FALSE=''
  11449. MCA_BUILD_oshmem_scoll_fca_DSO_TRUE=''
  11450. MCA_BUILD_oshmem_scoll_mpi_DSO_FALSE=''
  11451. MCA_BUILD_oshmem_scoll_mpi_DSO_TRUE=''
  11452. MCA_BUILD_oshmem_spml_ikrit_DSO_FALSE=''
  11453. MCA_BUILD_oshmem_spml_ikrit_DSO_TRUE=''
  11454. MCA_BUILD_oshmem_spml_ucx_DSO_FALSE=''
  11455. MCA_BUILD_oshmem_spml_ucx_DSO_TRUE=''
  11456. MCA_BUILD_oshmem_sshmem_mmap_DSO_FALSE=''
  11457. MCA_BUILD_oshmem_sshmem_mmap_DSO_TRUE=''
  11458. MCA_BUILD_oshmem_sshmem_sysv_DSO_FALSE=''
  11459. MCA_BUILD_oshmem_sshmem_sysv_DSO_TRUE=''
  11460. MCA_BUILD_oshmem_sshmem_ucx_DSO_FALSE=''
  11461. MCA_BUILD_oshmem_sshmem_ucx_DSO_TRUE=''
  11462. MCA_BUILD_oshmem_sshmem_verbs_DSO_FALSE=''
  11463. MCA_BUILD_oshmem_sshmem_verbs_DSO_TRUE=''
  11464. MCA_PROJECT_DIST_SUBDIRS=''
  11465. MCA_PROJECT_SUBDIRS=''
  11466. MCA_btl_openib_have_dynamic_sl_FALSE=''
  11467. MCA_btl_openib_have_dynamic_sl_TRUE=''
  11468. MCA_btl_openib_have_rdmacm_FALSE=''
  11469. MCA_btl_openib_have_rdmacm_TRUE=''
  11470. MCA_btl_openib_have_udcm_FALSE=''
  11471. MCA_btl_openib_have_udcm_TRUE=''
  11472. MCA_btl_openib_have_xrc_FALSE=''
  11473. MCA_btl_openib_have_xrc_TRUE=''
  11474. MCA_io_romio321_SHOULD_BUILD_FALSE=''
  11475. MCA_io_romio321_SHOULD_BUILD_TRUE=''
  11476. MCA_ompi_FRAMEWORKS=''
  11477. MCA_ompi_FRAMEWORKS_SUBDIRS=''
  11478. MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS=''
  11479. MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS=''
  11480. MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=''
  11481. MCA_ompi_FRAMEWORK_LIBS=''
  11482. MCA_ompi_bml_ALL_COMPONENTS=''
  11483. MCA_ompi_bml_ALL_SUBDIRS=''
  11484. MCA_ompi_bml_DSO_COMPONENTS=''
  11485. MCA_ompi_bml_DSO_SUBDIRS=''
  11486. MCA_ompi_bml_STATIC_COMPONENTS=''
  11487. MCA_ompi_bml_STATIC_LTLIBS=''
  11488. MCA_ompi_bml_STATIC_SUBDIRS=''
  11489. MCA_ompi_coll_ALL_COMPONENTS=''
  11490. MCA_ompi_coll_ALL_SUBDIRS=''
  11491. MCA_ompi_coll_DSO_COMPONENTS=''
  11492. MCA_ompi_coll_DSO_SUBDIRS=''
  11493. MCA_ompi_coll_STATIC_COMPONENTS=''
  11494. MCA_ompi_coll_STATIC_LTLIBS=''
  11495. MCA_ompi_coll_STATIC_SUBDIRS=''
  11496. MCA_ompi_common_ALL_COMPONENTS=''
  11497. MCA_ompi_common_ALL_SUBDIRS=''
  11498. MCA_ompi_common_DSO_COMPONENTS=''
  11499. MCA_ompi_common_DSO_SUBDIRS=''
  11500. MCA_ompi_common_STATIC_COMPONENTS=''
  11501. MCA_ompi_common_STATIC_LTLIBS=''
  11502. MCA_ompi_common_STATIC_SUBDIRS=''
  11503. MCA_ompi_crcp_ALL_COMPONENTS=''
  11504. MCA_ompi_crcp_ALL_SUBDIRS=''
  11505. MCA_ompi_crcp_DSO_COMPONENTS=''
  11506. MCA_ompi_crcp_DSO_SUBDIRS=''
  11507. MCA_ompi_crcp_STATIC_COMPONENTS=''
  11508. MCA_ompi_crcp_STATIC_LTLIBS=''
  11509. MCA_ompi_crcp_STATIC_SUBDIRS=''
  11510. MCA_ompi_fbtl_ALL_COMPONENTS=''
  11511. MCA_ompi_fbtl_ALL_SUBDIRS=''
  11512. MCA_ompi_fbtl_DSO_COMPONENTS=''
  11513. MCA_ompi_fbtl_DSO_SUBDIRS=''
  11514. MCA_ompi_fbtl_STATIC_COMPONENTS=''
  11515. MCA_ompi_fbtl_STATIC_LTLIBS=''
  11516. MCA_ompi_fbtl_STATIC_SUBDIRS=''
  11517. MCA_ompi_fcoll_ALL_COMPONENTS=''
  11518. MCA_ompi_fcoll_ALL_SUBDIRS=''
  11519. MCA_ompi_fcoll_DSO_COMPONENTS=''
  11520. MCA_ompi_fcoll_DSO_SUBDIRS=''
  11521. MCA_ompi_fcoll_STATIC_COMPONENTS=''
  11522. MCA_ompi_fcoll_STATIC_LTLIBS=''
  11523. MCA_ompi_fcoll_STATIC_SUBDIRS=''
  11524. MCA_ompi_fs_ALL_COMPONENTS=''
  11525. MCA_ompi_fs_ALL_SUBDIRS=''
  11526. MCA_ompi_fs_DSO_COMPONENTS=''
  11527. MCA_ompi_fs_DSO_SUBDIRS=''
  11528. MCA_ompi_fs_STATIC_COMPONENTS=''
  11529. MCA_ompi_fs_STATIC_LTLIBS=''
  11530. MCA_ompi_fs_STATIC_SUBDIRS=''
  11531. MCA_ompi_hook_ALL_COMPONENTS=''
  11532. MCA_ompi_hook_ALL_SUBDIRS=''
  11533. MCA_ompi_hook_DSO_COMPONENTS=''
  11534. MCA_ompi_hook_DSO_SUBDIRS=''
  11535. MCA_ompi_hook_STATIC_COMPONENTS=''
  11536. MCA_ompi_hook_STATIC_LTLIBS=''
  11537. MCA_ompi_hook_STATIC_SUBDIRS=''
  11538. MCA_ompi_io_ALL_COMPONENTS=''
  11539. MCA_ompi_io_ALL_SUBDIRS=''
  11540. MCA_ompi_io_DSO_COMPONENTS=''
  11541. MCA_ompi_io_DSO_SUBDIRS=''
  11542. MCA_ompi_io_STATIC_COMPONENTS=''
  11543. MCA_ompi_io_STATIC_LTLIBS=''
  11544. MCA_ompi_io_STATIC_SUBDIRS=''
  11545. MCA_ompi_mtl_ALL_COMPONENTS=''
  11546. MCA_ompi_mtl_ALL_SUBDIRS=''
  11547. MCA_ompi_mtl_DIRECT_CALL_HEADER=''
  11548. MCA_ompi_mtl_DSO_COMPONENTS=''
  11549. MCA_ompi_mtl_DSO_SUBDIRS=''
  11550. MCA_ompi_mtl_STATIC_COMPONENTS=''
  11551. MCA_ompi_mtl_STATIC_LTLIBS=''
  11552. MCA_ompi_mtl_STATIC_SUBDIRS=''
  11553. MCA_ompi_op_ALL_COMPONENTS=''
  11554. MCA_ompi_op_ALL_SUBDIRS=''
  11555. MCA_ompi_op_DSO_COMPONENTS=''
  11556. MCA_ompi_op_DSO_SUBDIRS=''
  11557. MCA_ompi_op_STATIC_COMPONENTS=''
  11558. MCA_ompi_op_STATIC_LTLIBS=''
  11559. MCA_ompi_op_STATIC_SUBDIRS=''
  11560. MCA_ompi_osc_ALL_COMPONENTS=''
  11561. MCA_ompi_osc_ALL_SUBDIRS=''
  11562. MCA_ompi_osc_DSO_COMPONENTS=''
  11563. MCA_ompi_osc_DSO_SUBDIRS=''
  11564. MCA_ompi_osc_STATIC_COMPONENTS=''
  11565. MCA_ompi_osc_STATIC_LTLIBS=''
  11566. MCA_ompi_osc_STATIC_SUBDIRS=''
  11567. MCA_ompi_pml_ALL_COMPONENTS=''
  11568. MCA_ompi_pml_ALL_SUBDIRS=''
  11569. MCA_ompi_pml_DIRECT_CALL_HEADER=''
  11570. MCA_ompi_pml_DSO_COMPONENTS=''
  11571. MCA_ompi_pml_DSO_SUBDIRS=''
  11572. MCA_ompi_pml_STATIC_COMPONENTS=''
  11573. MCA_ompi_pml_STATIC_LTLIBS=''
  11574. MCA_ompi_pml_STATIC_SUBDIRS=''
  11575. MCA_ompi_rte_ALL_COMPONENTS=''
  11576. MCA_ompi_rte_ALL_SUBDIRS=''
  11577. MCA_ompi_rte_DSO_COMPONENTS=''
  11578. MCA_ompi_rte_DSO_SUBDIRS=''
  11579. MCA_ompi_rte_STATIC_COMPONENTS=''
  11580. MCA_ompi_rte_STATIC_LTLIBS=''
  11581. MCA_ompi_rte_STATIC_SUBDIRS=''
  11582. MCA_ompi_sharedfp_ALL_COMPONENTS=''
  11583. MCA_ompi_sharedfp_ALL_SUBDIRS=''
  11584. MCA_ompi_sharedfp_DSO_COMPONENTS=''
  11585. MCA_ompi_sharedfp_DSO_SUBDIRS=''
  11586. MCA_ompi_sharedfp_STATIC_COMPONENTS=''
  11587. MCA_ompi_sharedfp_STATIC_LTLIBS=''
  11588. MCA_ompi_sharedfp_STATIC_SUBDIRS=''
  11589. MCA_ompi_topo_ALL_COMPONENTS=''
  11590. MCA_ompi_topo_ALL_SUBDIRS=''
  11591. MCA_ompi_topo_DSO_COMPONENTS=''
  11592. MCA_ompi_topo_DSO_SUBDIRS=''
  11593. MCA_ompi_topo_STATIC_COMPONENTS=''
  11594. MCA_ompi_topo_STATIC_LTLIBS=''
  11595. MCA_ompi_topo_STATIC_SUBDIRS=''
  11596. MCA_ompi_vprotocol_ALL_COMPONENTS=''
  11597. MCA_ompi_vprotocol_ALL_SUBDIRS=''
  11598. MCA_ompi_vprotocol_DSO_COMPONENTS=''
  11599. MCA_ompi_vprotocol_DSO_SUBDIRS=''
  11600. MCA_ompi_vprotocol_STATIC_COMPONENTS=''
  11601. MCA_ompi_vprotocol_STATIC_LTLIBS=''
  11602. MCA_ompi_vprotocol_STATIC_SUBDIRS=''
  11603. MCA_opal_FRAMEWORKS=''
  11604. MCA_opal_FRAMEWORKS_SUBDIRS=''
  11605. MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS=''
  11606. MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS=''
  11607. MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=''
  11608. MCA_opal_FRAMEWORK_LIBS=''
  11609. MCA_opal_allocator_ALL_COMPONENTS=''
  11610. MCA_opal_allocator_ALL_SUBDIRS=''
  11611. MCA_opal_allocator_DSO_COMPONENTS=''
  11612. MCA_opal_allocator_DSO_SUBDIRS=''
  11613. MCA_opal_allocator_STATIC_COMPONENTS=''
  11614. MCA_opal_allocator_STATIC_LTLIBS=''
  11615. MCA_opal_allocator_STATIC_SUBDIRS=''
  11616. MCA_opal_backtrace_ALL_COMPONENTS=''
  11617. MCA_opal_backtrace_ALL_SUBDIRS=''
  11618. MCA_opal_backtrace_DSO_COMPONENTS=''
  11619. MCA_opal_backtrace_DSO_SUBDIRS=''
  11620. MCA_opal_backtrace_STATIC_COMPONENTS=''
  11621. MCA_opal_backtrace_STATIC_LTLIBS=''
  11622. MCA_opal_backtrace_STATIC_SUBDIRS=''
  11623. MCA_opal_btl_ALL_COMPONENTS=''
  11624. MCA_opal_btl_ALL_SUBDIRS=''
  11625. MCA_opal_btl_DSO_COMPONENTS=''
  11626. MCA_opal_btl_DSO_SUBDIRS=''
  11627. MCA_opal_btl_STATIC_COMPONENTS=''
  11628. MCA_opal_btl_STATIC_LTLIBS=''
  11629. MCA_opal_btl_STATIC_SUBDIRS=''
  11630. MCA_opal_common_ALL_COMPONENTS=''
  11631. MCA_opal_common_ALL_SUBDIRS=''
  11632. MCA_opal_common_DSO_COMPONENTS=''
  11633. MCA_opal_common_DSO_SUBDIRS=''
  11634. MCA_opal_common_STATIC_COMPONENTS=''
  11635. MCA_opal_common_STATIC_LTLIBS=''
  11636. MCA_opal_common_STATIC_SUBDIRS=''
  11637. MCA_opal_compress_ALL_COMPONENTS=''
  11638. MCA_opal_compress_ALL_SUBDIRS=''
  11639. MCA_opal_compress_DSO_COMPONENTS=''
  11640. MCA_opal_compress_DSO_SUBDIRS=''
  11641. MCA_opal_compress_STATIC_COMPONENTS=''
  11642. MCA_opal_compress_STATIC_LTLIBS=''
  11643. MCA_opal_compress_STATIC_SUBDIRS=''
  11644. MCA_opal_crs_ALL_COMPONENTS=''
  11645. MCA_opal_crs_ALL_SUBDIRS=''
  11646. MCA_opal_crs_DSO_COMPONENTS=''
  11647. MCA_opal_crs_DSO_SUBDIRS=''
  11648. MCA_opal_crs_STATIC_COMPONENTS=''
  11649. MCA_opal_crs_STATIC_LTLIBS=''
  11650. MCA_opal_crs_STATIC_SUBDIRS=''
  11651. MCA_opal_dl_ALL_COMPONENTS=''
  11652. MCA_opal_dl_ALL_SUBDIRS=''
  11653. MCA_opal_dl_DSO_COMPONENTS=''
  11654. MCA_opal_dl_DSO_SUBDIRS=''
  11655. MCA_opal_dl_STATIC_COMPONENTS=''
  11656. MCA_opal_dl_STATIC_LTLIBS=''
  11657. MCA_opal_dl_STATIC_SUBDIRS=''
  11658. MCA_opal_event_ALL_COMPONENTS=''
  11659. MCA_opal_event_ALL_SUBDIRS=''
  11660. MCA_opal_event_DSO_COMPONENTS=''
  11661. MCA_opal_event_DSO_SUBDIRS=''
  11662. MCA_opal_event_STATIC_COMPONENTS=''
  11663. MCA_opal_event_STATIC_LTLIBS=''
  11664. MCA_opal_event_STATIC_SUBDIRS=''
  11665. MCA_opal_hwloc_ALL_COMPONENTS=''
  11666. MCA_opal_hwloc_ALL_SUBDIRS=''
  11667. MCA_opal_hwloc_DSO_COMPONENTS=''
  11668. MCA_opal_hwloc_DSO_SUBDIRS=''
  11669. MCA_opal_hwloc_STATIC_COMPONENTS=''
  11670. MCA_opal_hwloc_STATIC_LTLIBS=''
  11671. MCA_opal_hwloc_STATIC_SUBDIRS=''
  11672. MCA_opal_if_ALL_COMPONENTS=''
  11673. MCA_opal_if_ALL_SUBDIRS=''
  11674. MCA_opal_if_DSO_COMPONENTS=''
  11675. MCA_opal_if_DSO_SUBDIRS=''
  11676. MCA_opal_if_STATIC_COMPONENTS=''
  11677. MCA_opal_if_STATIC_LTLIBS=''
  11678. MCA_opal_if_STATIC_SUBDIRS=''
  11679. MCA_opal_installdirs_ALL_COMPONENTS=''
  11680. MCA_opal_installdirs_ALL_SUBDIRS=''
  11681. MCA_opal_installdirs_DSO_COMPONENTS=''
  11682. MCA_opal_installdirs_DSO_SUBDIRS=''
  11683. MCA_opal_installdirs_STATIC_COMPONENTS=''
  11684. MCA_opal_installdirs_STATIC_LTLIBS=''
  11685. MCA_opal_installdirs_STATIC_SUBDIRS=''
  11686. MCA_opal_memchecker_ALL_COMPONENTS=''
  11687. MCA_opal_memchecker_ALL_SUBDIRS=''
  11688. MCA_opal_memchecker_DSO_COMPONENTS=''
  11689. MCA_opal_memchecker_DSO_SUBDIRS=''
  11690. MCA_opal_memchecker_STATIC_COMPONENTS=''
  11691. MCA_opal_memchecker_STATIC_LTLIBS=''
  11692. MCA_opal_memchecker_STATIC_SUBDIRS=''
  11693. MCA_opal_memcpy_ALL_COMPONENTS=''
  11694. MCA_opal_memcpy_ALL_SUBDIRS=''
  11695. MCA_opal_memcpy_DSO_COMPONENTS=''
  11696. MCA_opal_memcpy_DSO_SUBDIRS=''
  11697. MCA_opal_memcpy_STATIC_COMPONENTS=''
  11698. MCA_opal_memcpy_STATIC_LTLIBS=''
  11699. MCA_opal_memcpy_STATIC_SUBDIRS=''
  11700. MCA_opal_memory_ALL_COMPONENTS=''
  11701. MCA_opal_memory_ALL_SUBDIRS=''
  11702. MCA_opal_memory_DSO_COMPONENTS=''
  11703. MCA_opal_memory_DSO_SUBDIRS=''
  11704. MCA_opal_memory_STATIC_COMPONENTS=''
  11705. MCA_opal_memory_STATIC_LTLIBS=''
  11706. MCA_opal_memory_STATIC_SUBDIRS=''
  11707. MCA_opal_mpool_ALL_COMPONENTS=''
  11708. MCA_opal_mpool_ALL_SUBDIRS=''
  11709. MCA_opal_mpool_DSO_COMPONENTS=''
  11710. MCA_opal_mpool_DSO_SUBDIRS=''
  11711. MCA_opal_mpool_STATIC_COMPONENTS=''
  11712. MCA_opal_mpool_STATIC_LTLIBS=''
  11713. MCA_opal_mpool_STATIC_SUBDIRS=''
  11714. MCA_opal_patcher_ALL_COMPONENTS=''
  11715. MCA_opal_patcher_ALL_SUBDIRS=''
  11716. MCA_opal_patcher_DSO_COMPONENTS=''
  11717. MCA_opal_patcher_DSO_SUBDIRS=''
  11718. MCA_opal_patcher_STATIC_COMPONENTS=''
  11719. MCA_opal_patcher_STATIC_LTLIBS=''
  11720. MCA_opal_patcher_STATIC_SUBDIRS=''
  11721. MCA_opal_pmix_ALL_COMPONENTS=''
  11722. MCA_opal_pmix_ALL_SUBDIRS=''
  11723. MCA_opal_pmix_DSO_COMPONENTS=''
  11724. MCA_opal_pmix_DSO_SUBDIRS=''
  11725. MCA_opal_pmix_STATIC_COMPONENTS=''
  11726. MCA_opal_pmix_STATIC_LTLIBS=''
  11727. MCA_opal_pmix_STATIC_SUBDIRS=''
  11728. MCA_opal_pstat_ALL_COMPONENTS=''
  11729. MCA_opal_pstat_ALL_SUBDIRS=''
  11730. MCA_opal_pstat_DSO_COMPONENTS=''
  11731. MCA_opal_pstat_DSO_SUBDIRS=''
  11732. MCA_opal_pstat_STATIC_COMPONENTS=''
  11733. MCA_opal_pstat_STATIC_LTLIBS=''
  11734. MCA_opal_pstat_STATIC_SUBDIRS=''
  11735. MCA_opal_rcache_ALL_COMPONENTS=''
  11736. MCA_opal_rcache_ALL_SUBDIRS=''
  11737. MCA_opal_rcache_DSO_COMPONENTS=''
  11738. MCA_opal_rcache_DSO_SUBDIRS=''
  11739. MCA_opal_rcache_STATIC_COMPONENTS=''
  11740. MCA_opal_rcache_STATIC_LTLIBS=''
  11741. MCA_opal_rcache_STATIC_SUBDIRS=''
  11742. MCA_opal_reachable_ALL_COMPONENTS=''
  11743. MCA_opal_reachable_ALL_SUBDIRS=''
  11744. MCA_opal_reachable_DSO_COMPONENTS=''
  11745. MCA_opal_reachable_DSO_SUBDIRS=''
  11746. MCA_opal_reachable_STATIC_COMPONENTS=''
  11747. MCA_opal_reachable_STATIC_LTLIBS=''
  11748. MCA_opal_reachable_STATIC_SUBDIRS=''
  11749. MCA_opal_shmem_ALL_COMPONENTS=''
  11750. MCA_opal_shmem_ALL_SUBDIRS=''
  11751. MCA_opal_shmem_DSO_COMPONENTS=''
  11752. MCA_opal_shmem_DSO_SUBDIRS=''
  11753. MCA_opal_shmem_STATIC_COMPONENTS=''
  11754. MCA_opal_shmem_STATIC_LTLIBS=''
  11755. MCA_opal_shmem_STATIC_SUBDIRS=''
  11756. MCA_opal_timer_ALL_COMPONENTS=''
  11757. MCA_opal_timer_ALL_SUBDIRS=''
  11758. MCA_opal_timer_DSO_COMPONENTS=''
  11759. MCA_opal_timer_DSO_SUBDIRS=''
  11760. MCA_opal_timer_STATIC_COMPONENTS=''
  11761. MCA_opal_timer_STATIC_LTLIBS=''
  11762. MCA_opal_timer_STATIC_SUBDIRS=''
  11763. MCA_orte_FRAMEWORKS=''
  11764. MCA_orte_FRAMEWORKS_SUBDIRS=''
  11765. MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS=''
  11766. MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS=''
  11767. MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=''
  11768. MCA_orte_FRAMEWORK_LIBS=''
  11769. MCA_orte_common_ALL_COMPONENTS=''
  11770. MCA_orte_common_ALL_SUBDIRS=''
  11771. MCA_orte_common_DSO_COMPONENTS=''
  11772. MCA_orte_common_DSO_SUBDIRS=''
  11773. MCA_orte_common_STATIC_COMPONENTS=''
  11774. MCA_orte_common_STATIC_LTLIBS=''
  11775. MCA_orte_common_STATIC_SUBDIRS=''
  11776. MCA_orte_dfs_ALL_COMPONENTS=''
  11777. MCA_orte_dfs_ALL_SUBDIRS=''
  11778. MCA_orte_dfs_DSO_COMPONENTS=''
  11779. MCA_orte_dfs_DSO_SUBDIRS=''
  11780. MCA_orte_dfs_STATIC_COMPONENTS=''
  11781. MCA_orte_dfs_STATIC_LTLIBS=''
  11782. MCA_orte_dfs_STATIC_SUBDIRS=''
  11783. MCA_orte_errmgr_ALL_COMPONENTS=''
  11784. MCA_orte_errmgr_ALL_SUBDIRS=''
  11785. MCA_orte_errmgr_DSO_COMPONENTS=''
  11786. MCA_orte_errmgr_DSO_SUBDIRS=''
  11787. MCA_orte_errmgr_STATIC_COMPONENTS=''
  11788. MCA_orte_errmgr_STATIC_LTLIBS=''
  11789. MCA_orte_errmgr_STATIC_SUBDIRS=''
  11790. MCA_orte_ess_ALL_COMPONENTS=''
  11791. MCA_orte_ess_ALL_SUBDIRS=''
  11792. MCA_orte_ess_DSO_COMPONENTS=''
  11793. MCA_orte_ess_DSO_SUBDIRS=''
  11794. MCA_orte_ess_STATIC_COMPONENTS=''
  11795. MCA_orte_ess_STATIC_LTLIBS=''
  11796. MCA_orte_ess_STATIC_SUBDIRS=''
  11797. MCA_orte_filem_ALL_COMPONENTS=''
  11798. MCA_orte_filem_ALL_SUBDIRS=''
  11799. MCA_orte_filem_DSO_COMPONENTS=''
  11800. MCA_orte_filem_DSO_SUBDIRS=''
  11801. MCA_orte_filem_STATIC_COMPONENTS=''
  11802. MCA_orte_filem_STATIC_LTLIBS=''
  11803. MCA_orte_filem_STATIC_SUBDIRS=''
  11804. MCA_orte_grpcomm_ALL_COMPONENTS=''
  11805. MCA_orte_grpcomm_ALL_SUBDIRS=''
  11806. MCA_orte_grpcomm_DSO_COMPONENTS=''
  11807. MCA_orte_grpcomm_DSO_SUBDIRS=''
  11808. MCA_orte_grpcomm_STATIC_COMPONENTS=''
  11809. MCA_orte_grpcomm_STATIC_LTLIBS=''
  11810. MCA_orte_grpcomm_STATIC_SUBDIRS=''
  11811. MCA_orte_iof_ALL_COMPONENTS=''
  11812. MCA_orte_iof_ALL_SUBDIRS=''
  11813. MCA_orte_iof_DSO_COMPONENTS=''
  11814. MCA_orte_iof_DSO_SUBDIRS=''
  11815. MCA_orte_iof_STATIC_COMPONENTS=''
  11816. MCA_orte_iof_STATIC_LTLIBS=''
  11817. MCA_orte_iof_STATIC_SUBDIRS=''
  11818. MCA_orte_notifier_ALL_COMPONENTS=''
  11819. MCA_orte_notifier_ALL_SUBDIRS=''
  11820. MCA_orte_notifier_DSO_COMPONENTS=''
  11821. MCA_orte_notifier_DSO_SUBDIRS=''
  11822. MCA_orte_notifier_STATIC_COMPONENTS=''
  11823. MCA_orte_notifier_STATIC_LTLIBS=''
  11824. MCA_orte_notifier_STATIC_SUBDIRS=''
  11825. MCA_orte_odls_ALL_COMPONENTS=''
  11826. MCA_orte_odls_ALL_SUBDIRS=''
  11827. MCA_orte_odls_DSO_COMPONENTS=''
  11828. MCA_orte_odls_DSO_SUBDIRS=''
  11829. MCA_orte_odls_STATIC_COMPONENTS=''
  11830. MCA_orte_odls_STATIC_LTLIBS=''
  11831. MCA_orte_odls_STATIC_SUBDIRS=''
  11832. MCA_orte_oob_ALL_COMPONENTS=''
  11833. MCA_orte_oob_ALL_SUBDIRS=''
  11834. MCA_orte_oob_DSO_COMPONENTS=''
  11835. MCA_orte_oob_DSO_SUBDIRS=''
  11836. MCA_orte_oob_STATIC_COMPONENTS=''
  11837. MCA_orte_oob_STATIC_LTLIBS=''
  11838. MCA_orte_oob_STATIC_SUBDIRS=''
  11839. MCA_orte_plm_ALL_COMPONENTS=''
  11840. MCA_orte_plm_ALL_SUBDIRS=''
  11841. MCA_orte_plm_DSO_COMPONENTS=''
  11842. MCA_orte_plm_DSO_SUBDIRS=''
  11843. MCA_orte_plm_STATIC_COMPONENTS=''
  11844. MCA_orte_plm_STATIC_LTLIBS=''
  11845. MCA_orte_plm_STATIC_SUBDIRS=''
  11846. MCA_orte_ras_ALL_COMPONENTS=''
  11847. MCA_orte_ras_ALL_SUBDIRS=''
  11848. MCA_orte_ras_DSO_COMPONENTS=''
  11849. MCA_orte_ras_DSO_SUBDIRS=''
  11850. MCA_orte_ras_STATIC_COMPONENTS=''
  11851. MCA_orte_ras_STATIC_LTLIBS=''
  11852. MCA_orte_ras_STATIC_SUBDIRS=''
  11853. MCA_orte_regx_ALL_COMPONENTS=''
  11854. MCA_orte_regx_ALL_SUBDIRS=''
  11855. MCA_orte_regx_DSO_COMPONENTS=''
  11856. MCA_orte_regx_DSO_SUBDIRS=''
  11857. MCA_orte_regx_STATIC_COMPONENTS=''
  11858. MCA_orte_regx_STATIC_LTLIBS=''
  11859. MCA_orte_regx_STATIC_SUBDIRS=''
  11860. MCA_orte_rmaps_ALL_COMPONENTS=''
  11861. MCA_orte_rmaps_ALL_SUBDIRS=''
  11862. MCA_orte_rmaps_DSO_COMPONENTS=''
  11863. MCA_orte_rmaps_DSO_SUBDIRS=''
  11864. MCA_orte_rmaps_STATIC_COMPONENTS=''
  11865. MCA_orte_rmaps_STATIC_LTLIBS=''
  11866. MCA_orte_rmaps_STATIC_SUBDIRS=''
  11867. MCA_orte_rml_ALL_COMPONENTS=''
  11868. MCA_orte_rml_ALL_SUBDIRS=''
  11869. MCA_orte_rml_DSO_COMPONENTS=''
  11870. MCA_orte_rml_DSO_SUBDIRS=''
  11871. MCA_orte_rml_STATIC_COMPONENTS=''
  11872. MCA_orte_rml_STATIC_LTLIBS=''
  11873. MCA_orte_rml_STATIC_SUBDIRS=''
  11874. MCA_orte_routed_ALL_COMPONENTS=''
  11875. MCA_orte_routed_ALL_SUBDIRS=''
  11876. MCA_orte_routed_DSO_COMPONENTS=''
  11877. MCA_orte_routed_DSO_SUBDIRS=''
  11878. MCA_orte_routed_STATIC_COMPONENTS=''
  11879. MCA_orte_routed_STATIC_LTLIBS=''
  11880. MCA_orte_routed_STATIC_SUBDIRS=''
  11881. MCA_orte_rtc_ALL_COMPONENTS=''
  11882. MCA_orte_rtc_ALL_SUBDIRS=''
  11883. MCA_orte_rtc_DSO_COMPONENTS=''
  11884. MCA_orte_rtc_DSO_SUBDIRS=''
  11885. MCA_orte_rtc_STATIC_COMPONENTS=''
  11886. MCA_orte_rtc_STATIC_LTLIBS=''
  11887. MCA_orte_rtc_STATIC_SUBDIRS=''
  11888. MCA_orte_schizo_ALL_COMPONENTS=''
  11889. MCA_orte_schizo_ALL_SUBDIRS=''
  11890. MCA_orte_schizo_DSO_COMPONENTS=''
  11891. MCA_orte_schizo_DSO_SUBDIRS=''
  11892. MCA_orte_schizo_STATIC_COMPONENTS=''
  11893. MCA_orte_schizo_STATIC_LTLIBS=''
  11894. MCA_orte_schizo_STATIC_SUBDIRS=''
  11895. MCA_orte_snapc_ALL_COMPONENTS=''
  11896. MCA_orte_snapc_ALL_SUBDIRS=''
  11897. MCA_orte_snapc_DSO_COMPONENTS=''
  11898. MCA_orte_snapc_DSO_SUBDIRS=''
  11899. MCA_orte_snapc_STATIC_COMPONENTS=''
  11900. MCA_orte_snapc_STATIC_LTLIBS=''
  11901. MCA_orte_snapc_STATIC_SUBDIRS=''
  11902. MCA_orte_sstore_ALL_COMPONENTS=''
  11903. MCA_orte_sstore_ALL_SUBDIRS=''
  11904. MCA_orte_sstore_DSO_COMPONENTS=''
  11905. MCA_orte_sstore_DSO_SUBDIRS=''
  11906. MCA_orte_sstore_STATIC_COMPONENTS=''
  11907. MCA_orte_sstore_STATIC_LTLIBS=''
  11908. MCA_orte_sstore_STATIC_SUBDIRS=''
  11909. MCA_orte_state_ALL_COMPONENTS=''
  11910. MCA_orte_state_ALL_SUBDIRS=''
  11911. MCA_orte_state_DSO_COMPONENTS=''
  11912. MCA_orte_state_DSO_SUBDIRS=''
  11913. MCA_orte_state_STATIC_COMPONENTS=''
  11914. MCA_orte_state_STATIC_LTLIBS=''
  11915. MCA_orte_state_STATIC_SUBDIRS=''
  11916. MCA_oshmem_FRAMEWORKS=''
  11917. MCA_oshmem_FRAMEWORKS_SUBDIRS=''
  11918. MCA_oshmem_FRAMEWORK_COMPONENT_ALL_SUBDIRS=''
  11919. MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS=''
  11920. MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=''
  11921. MCA_oshmem_FRAMEWORK_LIBS=''
  11922. MCA_oshmem_atomic_ALL_COMPONENTS=''
  11923. MCA_oshmem_atomic_ALL_SUBDIRS=''
  11924. MCA_oshmem_atomic_DSO_COMPONENTS=''
  11925. MCA_oshmem_atomic_DSO_SUBDIRS=''
  11926. MCA_oshmem_atomic_STATIC_COMPONENTS=''
  11927. MCA_oshmem_atomic_STATIC_LTLIBS=''
  11928. MCA_oshmem_atomic_STATIC_SUBDIRS=''
  11929. MCA_oshmem_memheap_ALL_COMPONENTS=''
  11930. MCA_oshmem_memheap_ALL_SUBDIRS=''
  11931. MCA_oshmem_memheap_DIRECT_CALL_HEADER=''
  11932. MCA_oshmem_memheap_DSO_COMPONENTS=''
  11933. MCA_oshmem_memheap_DSO_SUBDIRS=''
  11934. MCA_oshmem_memheap_STATIC_COMPONENTS=''
  11935. MCA_oshmem_memheap_STATIC_LTLIBS=''
  11936. MCA_oshmem_memheap_STATIC_SUBDIRS=''
  11937. MCA_oshmem_scoll_ALL_COMPONENTS=''
  11938. MCA_oshmem_scoll_ALL_SUBDIRS=''
  11939. MCA_oshmem_scoll_DSO_COMPONENTS=''
  11940. MCA_oshmem_scoll_DSO_SUBDIRS=''
  11941. MCA_oshmem_scoll_STATIC_COMPONENTS=''
  11942. MCA_oshmem_scoll_STATIC_LTLIBS=''
  11943. MCA_oshmem_scoll_STATIC_SUBDIRS=''
  11944. MCA_oshmem_spml_ALL_COMPONENTS=''
  11945. MCA_oshmem_spml_ALL_SUBDIRS=''
  11946. MCA_oshmem_spml_DIRECT_CALL_HEADER=''
  11947. MCA_oshmem_spml_DSO_COMPONENTS=''
  11948. MCA_oshmem_spml_DSO_SUBDIRS=''
  11949. MCA_oshmem_spml_STATIC_COMPONENTS=''
  11950. MCA_oshmem_spml_STATIC_LTLIBS=''
  11951. MCA_oshmem_spml_STATIC_SUBDIRS=''
  11952. MCA_oshmem_sshmem_ALL_COMPONENTS=''
  11953. MCA_oshmem_sshmem_ALL_SUBDIRS=''
  11954. MCA_oshmem_sshmem_DSO_COMPONENTS=''
  11955. MCA_oshmem_sshmem_DSO_SUBDIRS=''
  11956. MCA_oshmem_sshmem_STATIC_COMPONENTS=''
  11957. MCA_oshmem_sshmem_STATIC_LTLIBS=''
  11958. MCA_oshmem_sshmem_STATIC_SUBDIRS=''
  11959. MKDIR_P='/bin/mkdir -p'
  11960. NM='/usr/bin/nm -B'
  11961. NMEDIT=''
  11962. OBJDUMP='objdump'
  11963. OBJEXT='o'
  11964. OMPI_ALIGNMENT_FORTRAN_CHARACTER=''
  11965. OMPI_ALIGNMENT_FORTRAN_COMPLEX16=''
  11966. OMPI_ALIGNMENT_FORTRAN_COMPLEX32=''
  11967. OMPI_ALIGNMENT_FORTRAN_COMPLEX4=''
  11968. OMPI_ALIGNMENT_FORTRAN_COMPLEX8=''
  11969. OMPI_ALIGNMENT_FORTRAN_COMPLEX=''
  11970. OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX=''
  11971. OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION=''
  11972. OMPI_ALIGNMENT_FORTRAN_INTEGER16=''
  11973. OMPI_ALIGNMENT_FORTRAN_INTEGER1=''
  11974. OMPI_ALIGNMENT_FORTRAN_INTEGER2=''
  11975. OMPI_ALIGNMENT_FORTRAN_INTEGER4=''
  11976. OMPI_ALIGNMENT_FORTRAN_INTEGER8=''
  11977. OMPI_ALIGNMENT_FORTRAN_INTEGER=''
  11978. OMPI_ALIGNMENT_FORTRAN_LOGICAL1=''
  11979. OMPI_ALIGNMENT_FORTRAN_LOGICAL2=''
  11980. OMPI_ALIGNMENT_FORTRAN_LOGICAL4=''
  11981. OMPI_ALIGNMENT_FORTRAN_LOGICAL8=''
  11982. OMPI_ALIGNMENT_FORTRAN_LOGICAL=''
  11983. OMPI_ALIGNMENT_FORTRAN_REAL16=''
  11984. OMPI_ALIGNMENT_FORTRAN_REAL2=''
  11985. OMPI_ALIGNMENT_FORTRAN_REAL4=''
  11986. OMPI_ALIGNMENT_FORTRAN_REAL8=''
  11987. OMPI_ALIGNMENT_FORTRAN_REAL=''
  11988. OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_FALSE=''
  11989. OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_TRUE=''
  11990. OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_FALSE=''
  11991. OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_TRUE=''
  11992. OMPI_BUILD_FORTRAN_USEMPIF08_EXT_FALSE=''
  11993. OMPI_BUILD_FORTRAN_USEMPIF08_EXT_TRUE=''
  11994. OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_FALSE=''
  11995. OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_TRUE=''
  11996. OMPI_BUILD_FORTRAN_USEMPI_EXT_FALSE=''
  11997. OMPI_BUILD_FORTRAN_USEMPI_EXT_TRUE=''
  11998. OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_FALSE=''
  11999. OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_TRUE=''
  12000. OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_FALSE=''
  12001. OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_TRUE=''
  12002. OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_FALSE=''
  12003. OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_TRUE=''
  12004. OMPI_BUILD_MPI_CXX_BINDINGS_FALSE=''
  12005. OMPI_BUILD_MPI_CXX_BINDINGS_TRUE='#'
  12006. OMPI_CONTRIB_DIST_SUBDIRS=''
  12007. OMPI_CONTRIB_SUBDIRS=''
  12008. OMPI_CXX_ABSOLUTE='none'
  12009. OMPI_ENABLE_GREQUEST_EXTENSIONS='0'
  12010. OMPI_ENABLE_GREQUEST_EXTENSIONS_FALSE=''
  12011. OMPI_ENABLE_GREQUEST_EXTENSIONS_TRUE='#'
  12012. OMPI_ENABLE_MPI1_COMPAT='0'
  12013. OMPI_ENABLE_MPI1_COMPAT_FALSE=''
  12014. OMPI_ENABLE_MPI1_COMPAT_TRUE='#'
  12015. OMPI_F08_SUFFIX='_f08'
  12016. OMPI_FC=''
  12017. OMPI_FC_ABSOLUTE=''
  12018. OMPI_FC_MODULE_FLAG=''
  12019. OMPI_FORTRAN_BUILD_SIZEOF='0'
  12020. OMPI_FORTRAN_CAPS='0'
  12021. OMPI_FORTRAN_CKINDS=''
  12022. OMPI_FORTRAN_DOUBLE_UNDERSCORE='0'
  12023. OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS=''
  12024. OMPI_FORTRAN_F08_PREDECL=''
  12025. OMPI_FORTRAN_F08_TYPE=''
  12026. OMPI_FORTRAN_HAVE_ABSTRACT=''
  12027. OMPI_FORTRAN_HAVE_ASYNCHRONOUS=''
  12028. OMPI_FORTRAN_HAVE_BIND_C='0'
  12029. OMPI_FORTRAN_HAVE_C_FUNLOC=''
  12030. OMPI_FORTRAN_HAVE_INTERFACE='0'
  12031. OMPI_FORTRAN_HAVE_ISO_C_BINDING='0'
  12032. OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV='0'
  12033. OMPI_FORTRAN_HAVE_PRIVATE='0'
  12034. OMPI_FORTRAN_HAVE_PROCEDURE=''
  12035. OMPI_FORTRAN_HAVE_PROTECTED=''
  12036. OMPI_FORTRAN_HAVE_STORAGE_SIZE='0'
  12037. OMPI_FORTRAN_HAVE_USE_ONLY=''
  12038. OMPI_FORTRAN_IGNORE_TKR_PREDECL=''
  12039. OMPI_FORTRAN_IGNORE_TKR_TYPE=''
  12040. OMPI_FORTRAN_IKINDS=''
  12041. OMPI_FORTRAN_MAX_ARRAY_RANK='0'
  12042. OMPI_FORTRAN_NEED_WRAPPER_ROUTINES=''
  12043. OMPI_FORTRAN_PLAIN='0'
  12044. OMPI_FORTRAN_RKINDS=''
  12045. OMPI_FORTRAN_SINGLE_UNDERSCORE='1'
  12046. OMPI_FORTRAN_STATUS_SIZE=''
  12047. OMPI_FORTRAN_USEMPIF08_LIB=''
  12048. OMPI_FORTRAN_USEMPI_DIR=''
  12049. OMPI_FORTRAN_USEMPI_LIB=''
  12050. OMPI_F_SUFFIX='_f'
  12051. OMPI_GREEK_VERSION=''
  12052. OMPI_HAVE_FORTRAN_CHARACTER=''
  12053. OMPI_HAVE_FORTRAN_COMPLEX16=''
  12054. OMPI_HAVE_FORTRAN_COMPLEX32=''
  12055. OMPI_HAVE_FORTRAN_COMPLEX4=''
  12056. OMPI_HAVE_FORTRAN_COMPLEX8=''
  12057. OMPI_HAVE_FORTRAN_COMPLEX=''
  12058. OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX=''
  12059. OMPI_HAVE_FORTRAN_DOUBLE_PRECISION=''
  12060. OMPI_HAVE_FORTRAN_INTEGER16=''
  12061. OMPI_HAVE_FORTRAN_INTEGER1=''
  12062. OMPI_HAVE_FORTRAN_INTEGER2=''
  12063. OMPI_HAVE_FORTRAN_INTEGER4=''
  12064. OMPI_HAVE_FORTRAN_INTEGER8=''
  12065. OMPI_HAVE_FORTRAN_INTEGER=''
  12066. OMPI_HAVE_FORTRAN_LOGICAL1=''
  12067. OMPI_HAVE_FORTRAN_LOGICAL2=''
  12068. OMPI_HAVE_FORTRAN_LOGICAL4=''
  12069. OMPI_HAVE_FORTRAN_LOGICAL8=''
  12070. OMPI_HAVE_FORTRAN_LOGICAL=''
  12071. OMPI_HAVE_FORTRAN_REAL16=''
  12072. OMPI_HAVE_FORTRAN_REAL2=''
  12073. OMPI_HAVE_FORTRAN_REAL4=''
  12074. OMPI_HAVE_FORTRAN_REAL8=''
  12075. OMPI_HAVE_FORTRAN_REAL=''
  12076. OMPI_HAVE_JAVAH_SUPPORT_FALSE=''
  12077. OMPI_HAVE_JAVAH_SUPPORT_TRUE='#'
  12078. OMPI_JDK_CPPFLAGS=''
  12079. OMPI_KIND_FORTRAN_CHARACTER=''
  12080. OMPI_KIND_FORTRAN_COMPLEX16=''
  12081. OMPI_KIND_FORTRAN_COMPLEX32=''
  12082. OMPI_KIND_FORTRAN_COMPLEX4=''
  12083. OMPI_KIND_FORTRAN_COMPLEX8=''
  12084. OMPI_KIND_FORTRAN_COMPLEX=''
  12085. OMPI_KIND_FORTRAN_DOUBLE_COMPLEX=''
  12086. OMPI_KIND_FORTRAN_DOUBLE_PRECISION=''
  12087. OMPI_KIND_FORTRAN_INTEGER16=''
  12088. OMPI_KIND_FORTRAN_INTEGER1=''
  12089. OMPI_KIND_FORTRAN_INTEGER2=''
  12090. OMPI_KIND_FORTRAN_INTEGER4=''
  12091. OMPI_KIND_FORTRAN_INTEGER8=''
  12092. OMPI_KIND_FORTRAN_INTEGER=''
  12093. OMPI_KIND_FORTRAN_LOGICAL1=''
  12094. OMPI_KIND_FORTRAN_LOGICAL2=''
  12095. OMPI_KIND_FORTRAN_LOGICAL4=''
  12096. OMPI_KIND_FORTRAN_LOGICAL8=''
  12097. OMPI_KIND_FORTRAN_LOGICAL=''
  12098. OMPI_KIND_FORTRAN_REAL16=''
  12099. OMPI_KIND_FORTRAN_REAL2=''
  12100. OMPI_KIND_FORTRAN_REAL4=''
  12101. OMPI_KIND_FORTRAN_REAL8=''
  12102. OMPI_KIND_FORTRAN_REAL=''
  12103. OMPI_LIBMPI_EXTRA_LDFLAGS=''
  12104. OMPI_LIBMPI_EXTRA_LIBS=''
  12105. OMPI_LIBMPI_NAME='mpi'
  12106. OMPI_MAJOR_VERSION='4'
  12107. OMPI_MINOR_VERSION='0'
  12108. OMPI_MPIEXT_ALL_SUBDIRS=''
  12109. OMPI_MPIEXT_C_DIRS=''
  12110. OMPI_MPIEXT_C_LIBS=''
  12111. OMPI_MPIEXT_MPIFH_DIRS=''
  12112. OMPI_MPIEXT_MPIFH_LIBS=''
  12113. OMPI_MPIEXT_USEMPIF08_DIRS=''
  12114. OMPI_MPIEXT_USEMPIF08_LIBS=''
  12115. OMPI_MPIEXT_USEMPI_DIRS=''
  12116. OMPI_MPIEXT_USEMPI_LIBS=''
  12117. OMPI_MPI_ADDRESS_KIND=''
  12118. OMPI_MPI_BIND_PREFIX='mpi_'
  12119. OMPI_MPI_COUNT_KIND=''
  12120. OMPI_MPI_INTEGER_KIND=''
  12121. OMPI_MPI_OFFSET_KIND=''
  12122. OMPI_MPI_PREFIX='MPI_'
  12123. OMPI_MTL_PORTALS4_FLOW_CONTROL_FALSE=''
  12124. OMPI_MTL_PORTALS4_FLOW_CONTROL_TRUE=''
  12125. OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE=''
  12126. OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#'
  12127. OMPI_PKG_CONFIG_LDFLAGS=''
  12128. OMPI_RELEASE_DATE='Nov 12, 2018'
  12129. OMPI_RELEASE_VERSION='0'
  12130. OMPI_REPO_REV='v4.0.0'
  12131. OMPI_RTE_ORTE_FALSE=''
  12132. OMPI_RTE_ORTE_TRUE=''
  12133. OMPI_RTE_PMIX_FALSE=''
  12134. OMPI_RTE_PMIX_TRUE=''
  12135. OMPI_SIZEOF_FORTRAN_CHARACTER=''
  12136. OMPI_SIZEOF_FORTRAN_COMPLEX16=''
  12137. OMPI_SIZEOF_FORTRAN_COMPLEX32=''
  12138. OMPI_SIZEOF_FORTRAN_COMPLEX4=''
  12139. OMPI_SIZEOF_FORTRAN_COMPLEX8=''
  12140. OMPI_SIZEOF_FORTRAN_COMPLEX=''
  12141. OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX=''
  12142. OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION=''
  12143. OMPI_SIZEOF_FORTRAN_INTEGER16=''
  12144. OMPI_SIZEOF_FORTRAN_INTEGER1=''
  12145. OMPI_SIZEOF_FORTRAN_INTEGER2=''
  12146. OMPI_SIZEOF_FORTRAN_INTEGER4=''
  12147. OMPI_SIZEOF_FORTRAN_INTEGER8=''
  12148. OMPI_SIZEOF_FORTRAN_INTEGER=''
  12149. OMPI_SIZEOF_FORTRAN_LOGICAL1=''
  12150. OMPI_SIZEOF_FORTRAN_LOGICAL2=''
  12151. OMPI_SIZEOF_FORTRAN_LOGICAL4=''
  12152. OMPI_SIZEOF_FORTRAN_LOGICAL8=''
  12153. OMPI_SIZEOF_FORTRAN_LOGICAL=''
  12154. OMPI_SIZEOF_FORTRAN_REAL16=''
  12155. OMPI_SIZEOF_FORTRAN_REAL2=''
  12156. OMPI_SIZEOF_FORTRAN_REAL4=''
  12157. OMPI_SIZEOF_FORTRAN_REAL8=''
  12158. OMPI_SIZEOF_FORTRAN_REAL=''
  12159. OMPI_TARBALL_VERSION='4.0.0'
  12160. OMPI_TOP_BUILDDIR='/home/guido/downloads/openmpi-4.0.0'
  12161. OMPI_TOP_SRCDIR='/home/guido/downloads/openmpi-4.0.0'
  12162. OMPI_VERSION='4.0.0'
  12163. OMPI_WANT_JAVA_BINDINGS_FALSE=''
  12164. OMPI_WANT_JAVA_BINDINGS_TRUE='#'
  12165. OMPI_WRAPPER_CXX_LIB=''
  12166. OMPI_WRAPPER_CXX_REQUIRED_FILE=''
  12167. OMPI_WRAPPER_EXTRA_CFLAGS=''
  12168. OMPI_WRAPPER_EXTRA_CFLAGS_PREFIX=''
  12169. OMPI_WRAPPER_EXTRA_CPPFLAGS=''
  12170. OMPI_WRAPPER_EXTRA_CXXFLAGS=''
  12171. OMPI_WRAPPER_EXTRA_CXXFLAGS_PREFIX=''
  12172. OMPI_WRAPPER_EXTRA_FCFLAGS=''
  12173. OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX=''
  12174. OMPI_WRAPPER_EXTRA_FC_LDFLAGS=''
  12175. OMPI_WRAPPER_EXTRA_LDFLAGS=''
  12176. OMPI_WRAPPER_EXTRA_LIBS=''
  12177. OMPI_WRAPPER_FORTRAN_REQUIRED_FILE=''
  12178. OMPI_WRAPPER_INCLUDEDIR=''
  12179. OMPI_WRAPPER_LIBDIR=''
  12180. OPAL_ASM_GSYM=''
  12181. OPAL_ASM_LSYM='.L'
  12182. OPAL_ASM_SUPPORT_64BIT='1'
  12183. OPAL_ASM_TEXT='.text'
  12184. OPAL_ASM_TYPE='@'
  12185. OPAL_ASSEMBLY_ARCH='X86_64'
  12186. OPAL_ASSEMBLY_BUILTIN='BUILTIN_GCC'
  12187. OPAL_ASSEMBLY_FORMAT=''
  12188. OPAL_AS_GLOBAL=''
  12189. OPAL_AS_LABEL_SUFFIX=''
  12190. OPAL_BTL_PORTALS4_FLOW_CONTROL_FALSE=''
  12191. OPAL_BTL_PORTALS4_FLOW_CONTROL_TRUE=''
  12192. OPAL_BTL_USNIC_BUILD_UNIT_TESTS_FALSE=''
  12193. OPAL_BTL_USNIC_BUILD_UNIT_TESTS_TRUE=''
  12194. OPAL_CC_ABSOLUTE=''
  12195. OPAL_COMPILE_TIMING_FALSE=''
  12196. OPAL_COMPILE_TIMING_TRUE='#'
  12197. OPAL_CONFIGURE_CLI=' \'\''--prefix=/home/guido/libraries/compiled_with_gcc-5.4.0/openmpi-4.0.0\'\'' \'\''--enable-fortran=all\'\'' \'\''FC=/share/apps/gcc-5.4.0/bin/gfortran\'\'' \'\''CC=/share/apps/gcc-5.4.0/bin/gcc\'\'' \'\''CXX=/share/apps/gcc-5.4.0/bin/g++\'\'' \'\''CPPFLAGS=-I/share/apps/gcc-5.4.0/include\'\'' \'\''LDFLAGS=-L/share/apps/gcc-5.4.0/lib64\'\'''
  12198. OPAL_CONFIGURE_DATE='Sat Apr 20 18:36:15 CDT 2019'
  12199. OPAL_CONFIGURE_HOST='mouruka.crya.privado'
  12200. OPAL_CONFIGURE_USER='guido'
  12201. OPAL_CXX_ABSOLUTE='none'
  12202. OPAL_DEFAULT_MCA_PARAM_CONF='openmpi-mca-params.conf'
  12203. OPAL_DYN_LIB_PREFIX=''
  12204. OPAL_DYN_LIB_SUFFIX=''
  12205. OPAL_EVENT_HAVE_THREAD_SUPPORT_FALSE=''
  12206. OPAL_EVENT_HAVE_THREAD_SUPPORT_TRUE=''
  12207. OPAL_GREEK_VERSION=''
  12208. OPAL_INSTALL_BINARIES_FALSE='#'
  12209. OPAL_INSTALL_BINARIES_TRUE=''
  12210. OPAL_INSTALL_TIMING_BINARIES_FALSE=''
  12211. OPAL_INSTALL_TIMING_BINARIES_TRUE='#'
  12212. OPAL_LIB_PREFIX=''
  12213. OPAL_MAJOR_VERSION='4'
  12214. OPAL_MAX_DATAREP_STRING='128'
  12215. OPAL_MAX_ERROR_STRING='256'
  12216. OPAL_MAX_INFO_KEY='36'
  12217. OPAL_MAX_INFO_VAL='256'
  12218. OPAL_MAX_OBJECT_NAME='64'
  12219. OPAL_MAX_PORT_NAME='1024'
  12220. OPAL_MAX_PROCESSOR_NAME='256'
  12221. OPAL_MINOR_VERSION='0'
  12222. OPAL_PARAM_FROM_PLATFORM=''
  12223. OPAL_PKG_CONFIG_LDFLAGS=''
  12224. OPAL_RELEASE_DATE='Nov 12, 2018'
  12225. OPAL_RELEASE_VERSION='0'
  12226. OPAL_REPO_REV='v4.0.0'
  12227. OPAL_TARBALL_VERSION='4.0.0'
  12228. OPAL_TOP_BUILDDIR='/home/guido/downloads/openmpi-4.0.0'
  12229. OPAL_TOP_SRCDIR='/home/guido/downloads/openmpi-4.0.0'
  12230. OPAL_VERSION='4.0.0'
  12231. OPAL_WANT_MEMCHECKER_FALSE=''
  12232. OPAL_WANT_MEMCHECKER_TRUE=''
  12233. OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE=''
  12234. OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE='#'
  12235. OPAL_WRAPPER_EXTRA_CFLAGS=''
  12236. OPAL_WRAPPER_EXTRA_CFLAGS_PREFIX=''
  12237. OPAL_WRAPPER_EXTRA_CPPFLAGS=''
  12238. OPAL_WRAPPER_EXTRA_CXXFLAGS=''
  12239. OPAL_WRAPPER_EXTRA_CXXFLAGS_PREFIX=''
  12240. OPAL_WRAPPER_EXTRA_LDFLAGS=''
  12241. OPAL_WRAPPER_EXTRA_LIBS=''
  12242. OPAL_cuda_gdr_support_FALSE=''
  12243. OPAL_cuda_gdr_support_TRUE='#'
  12244. OPAL_cuda_get_attributes_FALSE=''
  12245. OPAL_cuda_get_attributes_TRUE='#'
  12246. OPAL_cuda_support_FALSE=''
  12247. OPAL_cuda_support_TRUE='#'
  12248. OPAL_cuda_sync_memops_FALSE=''
  12249. OPAL_cuda_sync_memops_TRUE='#'
  12250. ORTE_GREEK_VERSION=''
  12251. ORTE_LIB_PREFIX=''
  12252. ORTE_MAJOR_VERSION='4'
  12253. ORTE_MINOR_VERSION='0'
  12254. ORTE_PKG_CONFIG_LDFLAGS=''
  12255. ORTE_RELEASE_DATE='Nov 12, 2018'
  12256. ORTE_RELEASE_VERSION='0'
  12257. ORTE_REPO_REV='v4.0.0'
  12258. ORTE_TARBALL_VERSION='4.0.0'
  12259. ORTE_TOP_BUILDDIR='/home/guido/downloads/openmpi-4.0.0'
  12260. ORTE_TOP_SRCDIR='/home/guido/downloads/openmpi-4.0.0'
  12261. ORTE_VERSION='4.0.0'
  12262. ORTE_WRAPPER_EXTRA_CFLAGS=''
  12263. ORTE_WRAPPER_EXTRA_CFLAGS_PREFIX=''
  12264. ORTE_WRAPPER_EXTRA_CPPFLAGS=''
  12265. ORTE_WRAPPER_EXTRA_LDFLAGS=''
  12266. ORTE_WRAPPER_EXTRA_LIBS=''
  12267. OSHMEM_BUILD_FORTRAN_BINDINGS_FALSE=''
  12268. OSHMEM_BUILD_FORTRAN_BINDINGS_TRUE=''
  12269. OSHMEM_GREEK_VERSION=''
  12270. OSHMEM_LIBSHMEM_EXTRA_LDFLAGS=''
  12271. OSHMEM_LIBSHMEM_EXTRA_LIBS=''
  12272. OSHMEM_MAJOR_VERSION='4'
  12273. OSHMEM_MINOR_VERSION='0'
  12274. OSHMEM_PROFILING_FALSE='#'
  12275. OSHMEM_PROFILING_TRUE=''
  12276. OSHMEM_RELEASE_DATE='Nov 12, 2018'
  12277. OSHMEM_RELEASE_VERSION='0'
  12278. OSHMEM_REPO_REV='v4.0.0'
  12279. OSHMEM_TARBALL_VERSION='4.0.0'
  12280. OSHMEM_TOP_BUILDDIR='/home/guido/downloads/openmpi-4.0.0'
  12281. OSHMEM_TOP_SRCDIR='/home/guido/downloads/openmpi-4.0.0'
  12282. OSHMEM_VERSION='4.0.0'
  12283. OTOOL64=''
  12284. OTOOL=''
  12285. PACKAGE='openmpi'
  12286. PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/'
  12287. PACKAGE_NAME='Open MPI'
  12288. PACKAGE_STRING='Open MPI 4.0.0'
  12289. PACKAGE_TARNAME='openmpi'
  12290. PACKAGE_URL=''
  12291. PACKAGE_VERSION='4.0.0'
  12292. PATH_SEPARATOR=':'
  12293. PERL='perl'
  12294. PKG_CONFIG=''
  12295. PKG_CONFIG_LIBDIR=''
  12296. PKG_CONFIG_PATH=''
  12297. PROJECT_OMPI_FALSE=''
  12298. PROJECT_OMPI_TRUE=''
  12299. PROJECT_ORTE_FALSE=''
  12300. PROJECT_ORTE_TRUE=''
  12301. PROJECT_OSHMEM_FALSE=''
  12302. PROJECT_OSHMEM_TRUE=''
  12303. QRSH=''
  12304. RANLIB=''
  12305. SED=''
  12306. SET_MAKE=''
  12307. SHELL='/bin/sh'
  12308. SINGULARITY=''
  12309. SPC_ENABLE_FALSE=''
  12310. SPC_ENABLE_TRUE='#'
  12311. STRIP=''
  12312. VERSION='4.0.0'
  12313. WANT_FT_CR_FALSE=''
  12314. WANT_FT_CR_TRUE=''
  12315. WANT_FT_FALSE=''
  12316. WANT_FT_THREAD_FALSE=''
  12317. WANT_FT_THREAD_TRUE=''
  12318. WANT_FT_TRUE=''
  12319. WANT_INSTALL_HEADERS_FALSE=''
  12320. WANT_INSTALL_HEADERS_TRUE='#'
  12321. WANT_PERUSE_FALSE=''
  12322. WANT_PERUSE_TRUE='#'
  12323. WRAPPER_CC='/share/apps/gcc-5.4.0/bin/gcc'
  12324. XMKMF=''
  12325. X_CFLAGS=''
  12326. X_EXTRA_LIBS=''
  12327. X_LIBS=''
  12328. X_PRE_LIBS=''
  12329. ac_ct_AR=''
  12330. ac_ct_CC='/share/apps/gcc-5.4.0/bin/gcc'
  12331. ac_ct_CXX=''
  12332. ac_ct_DUMPBIN=''
  12333. ac_ct_FC=''
  12334. ac_prefix_program=''
  12335. am__EXEEXT_FALSE=''
  12336. am__EXEEXT_TRUE=''
  12337. am__fastdepCCAS_FALSE='#'
  12338. am__fastdepCCAS_TRUE=''
  12339. am__fastdepCC_FALSE='#'
  12340. am__fastdepCC_TRUE=''
  12341. am__fastdepCXX_FALSE='#'
  12342. am__fastdepCXX_TRUE=''
  12343. am__include='include'
  12344. am__isrc=''
  12345. am__leading_dot='.'
  12346. am__nodep='_no'
  12347. am__quote=''
  12348. am__tar='tar --format=ustar -chf - "$$tardir"'
  12349. am__untar='tar -xf -'
  12350. atomic_mxm_CFLAGS=''
  12351. atomic_mxm_CPPFLAGS=''
  12352. atomic_mxm_LDFLAGS=''
  12353. atomic_mxm_LIBS=''
  12354. atomic_ucx_CFLAGS=''
  12355. atomic_ucx_CPPFLAGS=''
  12356. atomic_ucx_LDFLAGS=''
  12357. atomic_ucx_LIBS=''
  12358. bindir='${exec_prefix}/bin'
  12359. btl_openib_CFLAGS=''
  12360. btl_openib_CPPFLAGS=''
  12361. btl_openib_LDFLAGS=''
  12362. btl_openib_LIBS=''
  12363. btl_portals4_CPPFLAGS=''
  12364. btl_portals4_LDFLAGS=''
  12365. btl_portals4_LIBS=''
  12366. btl_uct_CPPFLAGS=''
  12367. btl_uct_LDFLAGS=''
  12368. btl_uct_LIBS=''
  12369. btl_ugni_CPPFLAGS=''
  12370. btl_ugni_LDFLAGS=''
  12371. btl_ugni_LIBS=''
  12372. btl_vader_CFLAGS=''
  12373. btl_vader_CPPFLAGS=''
  12374. btl_vader_LDFLAGS=''
  12375. btl_vader_LIBS=''
  12376. build='x86_64-unknown-linux-gnu'
  12377. build_alias=''
  12378. build_cpu='x86_64'
  12379. build_os='linux-gnu'
  12380. build_vendor='unknown'
  12381. coll_fca_CFLAGS=''
  12382. coll_fca_CPPFLAGS=''
  12383. coll_fca_HOME=''
  12384. coll_fca_LDFLAGS=''
  12385. coll_fca_LIBS=''
  12386. coll_hcoll_CFLAGS=''
  12387. coll_hcoll_CPPFLAGS=''
  12388. coll_hcoll_LDFLAGS=''
  12389. coll_hcoll_LIBS=''
  12390. coll_portals4_CPPFLAGS=''
  12391. coll_portals4_LDFLAGS=''
  12392. coll_portals4_LIBS=''
  12393. common_alps_CPPFLAGS=''
  12394. common_alps_LDFLAGS=''
  12395. common_alps_LIBS=''
  12396. common_cuda_CPPFLAGS=''
  12397. common_ucx_CFLAGS=''
  12398. common_ucx_CPPFLAGS=''
  12399. common_ucx_LDFLAGS=''
  12400. common_ucx_LIBS=''
  12401. common_verbs_CFLAGS=''
  12402. common_verbs_CPPFLAGS=''
  12403. common_verbs_LDFLAGS=''
  12404. common_verbs_LIBS=''
  12405. common_verbs_usnic_CPPFLAGS=''
  12406. common_verbs_usnic_LDFLAGS=''
  12407. common_verbs_usnic_LIBS=''
  12408. datadir='${datarootdir}'
  12409. datarootdir='${prefix}/share'
  12410. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  12411. dvidir='${docdir}'
  12412. ess_alps_CPPFLAGS=''
  12413. ess_alps_LDFLAGS=''
  12414. ess_alps_LIBS=''
  12415. ess_lsf_CPPFLAGS=''
  12416. ess_lsf_LDFLAGS=''
  12417. ess_lsf_LIBS=''
  12418. ess_slurm_CPPFLAGS=''
  12419. ess_slurm_LDFLAGS=''
  12420. ess_slurm_LIBS=''
  12421. ess_tm_CPPFLAGS=''
  12422. ess_tm_LDFLAGS=''
  12423. ess_tm_LIBS=''
  12424. exec_prefix='NONE'
  12425. fbtl_pvfs2_CPPFLAGS=''
  12426. fbtl_pvfs2_LDFLAGS=''
  12427. fbtl_pvfs2_LIBS=''
  12428. fs_lustre_CPPFLAGS=''
  12429. fs_lustre_LDFLAGS=''
  12430. fs_lustre_LIBS=''
  12431. fs_pvfs2_CPPFLAGS=''
  12432. fs_pvfs2_LDFLAGS=''
  12433. fs_pvfs2_LIBS=''
  12434. host='x86_64-unknown-linux-gnu'
  12435. host_alias=''
  12436. host_cpu='x86_64'
  12437. host_os='linux-gnu'
  12438. host_vendor='unknown'
  12439. htmldir='${docdir}'
  12440. includedir='${prefix}/include'
  12441. infodir='${datarootdir}/info'
  12442. install_sh='${SHELL} /home/guido/downloads/openmpi-4.0.0/config/install-sh'
  12443. libdir='${exec_prefix}/lib'
  12444. libexecdir='${exec_prefix}/libexec'
  12445. libmca_ompi_common_monitoring_so_version='60:0:10'
  12446. libmca_ompi_common_ompio_so_version='60:0:19'
  12447. libmca_opal_common_cuda_so_version='60:0:20'
  12448. libmca_opal_common_ofi_so_version='60:0:20'
  12449. libmca_opal_common_sm_so_version='60:0:20'
  12450. libmca_opal_common_ucx_so_version='60:0:20'
  12451. libmca_opal_common_ugni_so_version='60:0:20'
  12452. libmca_opal_common_verbs_so_version='60:0:20'
  12453. libmca_orte_common_alps_so_version='60:0:20'
  12454. libmpi_cxx_so_version='60:0:20'
  12455. libmpi_java_so_version='60:0:20'
  12456. libmpi_mpifh_so_version='60:0:20'
  12457. libmpi_so_version='60:0:20'
  12458. libmpi_usempi_ignore_tkr_so_version='60:0:20'
  12459. libmpi_usempi_tkr_so_version='60:0:20'
  12460. libmpi_usempif08_so_version='60:0:20'
  12461. libompitrace_so_version='60:0:20'
  12462. libopen_pal_so_version='60:0:20'
  12463. libopen_rte_so_version='60:0:20'
  12464. liboshmem_so_version='60:0:20'
  12465. localedir='${datarootdir}/locale'
  12466. localstatedir='${prefix}/var'
  12467. mandir='${datarootdir}/man'
  12468. memory_malloc_solaris_LIBS=''
  12469. mkdir_p='$(MKDIR_P)'
  12470. mpool_memkind_CPPFLAGS=''
  12471. mpool_memkind_LDFLAGS=''
  12472. mpool_memkind_LIBS=''
  12473. mtl_portals4_CPPFLAGS=''
  12474. mtl_portals4_LDFLAGS=''
  12475. mtl_portals4_LIBS=''
  12476. mtl_psm2_CFLAGS=''
  12477. mtl_psm2_CPPFLAGS=''
  12478. mtl_psm2_LDFLAGS=''
  12479. mtl_psm2_LIBS=''
  12480. mtl_psm_CFLAGS=''
  12481. mtl_psm_CPPFLAGS=''
  12482. mtl_psm_LDFLAGS=''
  12483. mtl_psm_LIBS=''
  12484. odls_alps_CPPFLAGS=''
  12485. odls_alps_LDFLAGS=''
  12486. odls_alps_LIBS=''
  12487. oldincludedir='/usr/include'
  12488. ompidatadir=''
  12489. ompiincludedir=''
  12490. ompilibdir=''
  12491. oob_alps_CPPFLAGS=''
  12492. oob_alps_LDFLAGS=''
  12493. oob_alps_LIBS=''
  12494. opal_common_ofi_CPPFLAGS=''
  12495. opal_common_ofi_LDFLAGS=''
  12496. opal_common_ofi_LIBS=''
  12497. opal_datatype_cuda_CPPFLAGS=''
  12498. opal_dl_dlopen_LIBS=''
  12499. opal_dl_libltdl_CPPFLAGS=''
  12500. opal_dl_libltdl_LDFLAGS=''
  12501. opal_dl_libltdl_LIBS=''
  12502. opal_event_external_CPPFLAGS=''
  12503. opal_event_external_LDFLAGS=''
  12504. opal_event_external_LIBS=''
  12505. opal_hwloc_external_LDFLAGS=''
  12506. opal_hwloc_external_LIBS=''
  12507. opal_hwloc_hwloc201_CFLAGS=''
  12508. opal_hwloc_hwloc201_CPPFLAGS=''
  12509. opal_hwloc_hwloc201_LDFLAGS=''
  12510. opal_hwloc_hwloc201_LIBS=''
  12511. opal_memchecker_valgrind_CPPFLAGS=''
  12512. opal_pmi1_CPPFLAGS=''
  12513. opal_pmi1_LDFLAGS=''
  12514. opal_pmi1_LIBS=''
  12515. opal_pmi1_rpath=''
  12516. opal_pmi2_CPPFLAGS=''
  12517. opal_pmi2_LDFLAGS=''
  12518. opal_pmi2_LIBS=''
  12519. opal_pmi2_rpath=''
  12520. opal_pmix_ext1x_CPPFLAGS=''
  12521. opal_pmix_ext1x_LDFLAGS=''
  12522. opal_pmix_ext1x_LIBS=''
  12523. opal_pmix_ext2x_CPPFLAGS=''
  12524. opal_pmix_ext2x_LDFLAGS=''
  12525. opal_pmix_ext2x_LIBS=''
  12526. opal_pmix_ext3x_CPPFLAGS=''
  12527. opal_pmix_ext3x_LDFLAGS=''
  12528. opal_pmix_ext3x_LIBS=''
  12529. opal_pmix_pmix3x_CPPFLAGS=''
  12530. opal_pmix_pmix3x_DEPENDENCIES=''
  12531. opal_pmix_pmix3x_LDFLAGS=''
  12532. opal_pmix_pmix3x_LIBS=''
  12533. opal_reachable_netlink_CPPFLAGS=''
  12534. opal_reachable_netlink_LDFLAGS=''
  12535. opal_reachable_netlink_LIBS=''
  12536. opaldatadir=''
  12537. opalincludedir=''
  12538. opallibdir=''
  12539. ortedatadir=''
  12540. orteincludedir=''
  12541. ortelibdir=''
  12542. osc_portals4_CPPFLAGS=''
  12543. osc_portals4_LDFLAGS=''
  12544. osc_portals4_LIBS=''
  12545. osc_ucx_CPPFLAGS=''
  12546. osc_ucx_LDFLAGS=''
  12547. osc_ucx_LIBS=''
  12548. oshmem_verbs_CFLAGS=''
  12549. oshmem_verbs_CPPFLAGS=''
  12550. oshmem_verbs_LDFLAGS=''
  12551. oshmem_verbs_LIBS=''
  12552. oshmemdatadir=''
  12553. oshmemincludedir=''
  12554. oshmemlibdir=''
  12555. pdfdir='${docdir}'
  12556. plm_alps_CPPFLAGS=''
  12557. plm_alps_LDFLAGS=''
  12558. plm_alps_LIBS=''
  12559. plm_lsf_CPPFLAGS=''
  12560. plm_lsf_LDFLAGS=''
  12561. plm_lsf_LIBS=''
  12562. plm_slurm_CPPFLAGS=''
  12563. plm_slurm_LDFLAGS=''
  12564. plm_slurm_LIBS=''
  12565. plm_tm_CPPFLAGS=''
  12566. plm_tm_LDFLAGS=''
  12567. plm_tm_LIBS=''
  12568. pmix_alps_CPPFLAGS=''
  12569. pmix_alps_LDFLAGS=''
  12570. pmix_alps_LIBS=''
  12571. pmix_cray_CPPFLAGS=''
  12572. pmix_cray_LDFLAGS=''
  12573. pmix_cray_LIBS=''
  12574. pml_ucx_CPPFLAGS=''
  12575. pml_ucx_LDFLAGS=''
  12576. pml_ucx_LIBS=''
  12577. pml_yalla_CPPFLAGS=''
  12578. pml_yalla_LDFLAGS=''
  12579. pml_yalla_LIBS=''
  12580. prefix='/home/guido/libraries/compiled_with_gcc-5.4.0/openmpi-4.0.0'
  12581. program_transform_name='s,x,x,'
  12582. psdir='${docdir}'
  12583. ras_alps_CPPFLAGS=''
  12584. ras_lsf_CPPFLAGS=''
  12585. ras_lsf_LDFLAGS=''
  12586. ras_lsf_LIBS=''
  12587. ras_slurm_CPPFLAGS=''
  12588. ras_slurm_LDFLAGS=''
  12589. ras_slurm_LIBS=''
  12590. ras_tm_CPPFLAGS=''
  12591. ras_tm_LDFLAGS=''
  12592. ras_tm_LIBS=''
  12593. rcache_udreg_CPPFLAGS=''
  12594. rcache_udreg_LDFLAGS=''
  12595. rcache_udreg_LIBS=''
  12596. sbindir='${exec_prefix}/sbin'
  12597. schizo_alps_CPPFLAGS=''
  12598. schizo_moab_CPPFLAGS=''
  12599. schizo_moab_LDFLAGS=''
  12600. schizo_moab_LIBS=''
  12601. schizo_slurm_CPPFLAGS=''
  12602. schizo_slurm_LDFLAGS=''
  12603. schizo_slurm_LIBS=''
  12604. scoll_fca_CFLAGS=''
  12605. scoll_fca_CPPFLAGS=''
  12606. scoll_fca_HOME=''
  12607. scoll_fca_LDFLAGS=''
  12608. scoll_fca_LIBS=''
  12609. sharedstatedir='${prefix}/com'
  12610. spml_ikrit_CFLAGS=''
  12611. spml_ikrit_CPPFLAGS=''
  12612. spml_ikrit_LDFLAGS=''
  12613. spml_ikrit_LIBS=''
  12614. spml_ucx_CFLAGS=''
  12615. spml_ucx_CPPFLAGS=''
  12616. spml_ucx_LDFLAGS=''
  12617. spml_ucx_LIBS=''
  12618. sshmem_ucx_CFLAGS=''
  12619. sshmem_ucx_CPPFLAGS=''
  12620. sshmem_ucx_LDFLAGS=''
  12621. sshmem_ucx_LIBS=''
  12622. sysconfdir='${prefix}/etc'
  12623. target='x86_64-unknown-linux-gnu'
  12624. target_alias=''
  12625. target_cpu='x86_64'
  12626. target_os='linux-gnu'
  12627. target_vendor='unknown'
  12628. topo_treematch_local_FALSE=''
  12629. topo_treematch_local_TRUE=''
  12630. ucx_CFLAGS=''
  12631. ucx_LIBS=''
  12632. ucx_STATIC_LIBS=''
  12633.  
  12634. ## ----------- ##
  12635. ## confdefs.h. ##
  12636. ## ----------- ##
  12637.  
  12638. /* confdefs.h */
  12639. #define PACKAGE_NAME "Open MPI"
  12640. #define PACKAGE_TARNAME "openmpi"
  12641. #define PACKAGE_VERSION "4.0.0"
  12642. #define PACKAGE_STRING "Open MPI 4.0.0"
  12643. #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
  12644. #define PACKAGE_URL ""
  12645. #define OPAL_ARCH "x86_64-unknown-linux-gnu"
  12646. #define STDC_HEADERS 1
  12647. #define HAVE_SYS_TYPES_H 1
  12648. #define HAVE_SYS_STAT_H 1
  12649. #define HAVE_STDLIB_H 1
  12650. #define HAVE_STRING_H 1
  12651. #define HAVE_MEMORY_H 1
  12652. #define HAVE_STRINGS_H 1
  12653. #define HAVE_INTTYPES_H 1
  12654. #define HAVE_STDINT_H 1
  12655. #define HAVE_UNISTD_H 1
  12656. #define __EXTENSIONS__ 1
  12657. #define _ALL_SOURCE 1
  12658. #define _GNU_SOURCE 1
  12659. #define _POSIX_PTHREAD_SEMANTICS 1
  12660. #define _TANDEM_SOURCE 1
  12661. #define OMPI_MAJOR_VERSION 4
  12662. #define OMPI_MINOR_VERSION 0
  12663. #define OMPI_RELEASE_VERSION 0
  12664. #define OMPI_GREEK_VERSION ""
  12665. #define OMPI_REPO_REV "v4.0.0"
  12666. #define OMPI_TARBALL_VERSION "4.0.0"
  12667. #define OMPI_VERSION "0"
  12668. #define OMPI_RELEASE_DATE "Nov 12, 2018"
  12669. #define ORTE_MAJOR_VERSION 4
  12670. #define ORTE_MINOR_VERSION 0
  12671. #define ORTE_RELEASE_VERSION 0
  12672. #define ORTE_GREEK_VERSION ""
  12673. #define ORTE_REPO_REV "v4.0.0"
  12674. #define ORTE_TARBALL_VERSION "4.0.0"
  12675. #define ORTE_VERSION "0"
  12676. #define ORTE_RELEASE_DATE "Nov 12, 2018"
  12677. #define OSHMEM_MAJOR_VERSION 4
  12678. #define OSHMEM_MINOR_VERSION 0
  12679. #define OSHMEM_RELEASE_VERSION 0
  12680. #define OSHMEM_GREEK_VERSION ""
  12681. #define OSHMEM_REPO_REV "v4.0.0"
  12682. #define OSHMEM_TARBALL_VERSION "4.0.0"
  12683. #define OSHMEM_VERSION "0"
  12684. #define OSHMEM_RELEASE_DATE "Nov 12, 2018"
  12685. #define OPAL_MAJOR_VERSION 4
  12686. #define OPAL_MINOR_VERSION 0
  12687. #define OPAL_RELEASE_VERSION 0
  12688. #define OPAL_GREEK_VERSION ""
  12689. #define OPAL_REPO_REV "v4.0.0"
  12690. #define OPAL_TARBALL_VERSION "4.0.0"
  12691. #define OPAL_VERSION "0"
  12692. #define OPAL_RELEASE_DATE "Nov 12, 2018"
  12693. #define OPAL_ENABLE_MEM_DEBUG 0
  12694. #define OPAL_ENABLE_MEM_PROFILE 0
  12695. #define OPAL_ENABLE_TIMING 0
  12696. #define OPAL_ENABLE_DEBUG 0
  12697. #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
  12698. #define OPAL_ENABLE_PTY_SUPPORT 1
  12699. #define OPAL_ENABLE_DLOPEN_SUPPORT 1
  12700. #define OPAL_SHOW_LOAD_ERRORS_DEFAULT 1
  12701. #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
  12702. #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
  12703. #define OPAL_WANT_HOME_CONFIG_FILES 1
  12704. #define OPAL_ENABLE_IPV6 0
  12705. #define OPAL_PACKAGE_STRING "Open MPI guido@mouruka.crya.privado Distribution"
  12706. #define OPAL_IDENT_STRING "4.0.0"
  12707. #define OPAL_MAX_PROCESSOR_NAME 256
  12708. #define OPAL_MAX_ERROR_STRING 256
  12709. #define OPAL_MAX_OBJECT_NAME 64
  12710. #define OPAL_MAX_INFO_KEY 36
  12711. #define OPAL_MAX_INFO_VAL 256
  12712. #define OPAL_MAX_PORT_NAME 1024
  12713. #define OPAL_MAX_DATAREP_STRING 128
  12714. #define OPAL_ENABLE_CRDEBUG 0
  12715. #define OPAL_ENABLE_GETPWUID 1
  12716. #define OPAL_ENABLE_PROGRESS_THREADS 0
  12717. #define HAVE_ZLIB_H 1
  12718. #define OPAL_HAVE_ZLIB 1
  12719. #define OPAL_HAVE_SOLARIS 0
  12720. #define HAVE_NETDB_H 1
  12721. #define HAVE_NETINET_IN_H 1
  12722. #define HAVE_NETINET_TCP_H 1
  12723. #define HAVE_STRUCT_SOCKADDR_IN 1
  12724. #define OPAL_CUDA_SUPPORT 0
  12725. #define OPAL_CUDA_SYNC_MEMOPS 0
  12726. #define OPAL_CUDA_GET_ATTRIBUTES 0
  12727. #define OPAL_CUDA_GDR_SUPPORT 0
  12728. #define OPAL_PMIX_V1 0
  12729. #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
  12730. #define OMPI_WANT_MPI_INTERFACE_WARNING 1
  12731. #define OMPI_GROUP_SPARSE 0
  12732. #define OMPI_WANT_PERUSE 0
  12733. #define OMPI_WANT_MPI_CXX_SEEK 1
  12734. #define OMPI_ENABLE_MPI1_COMPAT 0
  12735. #define OMPI_ENABLE_GREQUEST_EXTENSIONS 0
  12736. #define MPI_PARAM_CHECK ompi_mpi_param_check
  12737. #define OMPI_PARAM_CHECK 1
  12738. #define OSHMEM_SPEC_COMPAT 1
  12739. #define OSHMEM_PARAM_CHECK 1
  12740. #define HAVE_ON_EXIT 1
  12741. #define SPC_ENABLE 0
  12742. #define OPAL_CC "/share/apps/gcc-5.4.0/bin/gcc"
  12743. #define OPAL_C_HAVE__THREAD_LOCAL 1
  12744. #define OPAL_C_HAVE_ATOMIC_CONV_VAR 1
  12745. #define OPAL_C_HAVE__ATOMIC 1
  12746. #define OPAL_C_HAVE__GENERIC 1
  12747. #define OPAL_C_HAVE__STATIC_ASSERT 1
  12748. #define OPAL_C_HAVE___THREAD 1
  12749. #define STDC_HEADERS 1
  12750. #define _GNU_SOURCE 1
  12751. #define OPAL_C_HAVE_BUILTIN_EXPECT 1
  12752. #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
  12753. #define OPAL_C_HAVE_BUILTIN_CLZ 1
  12754. #define OPAL_CC_USE_PRAGMA_IDENT 0
  12755. #define OPAL_CC_USE_IDENT 1
  12756. #define OPAL_CC_USE_PRAGMA_COMMENT
  12757. #define OPAL_CC_USE_CONST_CHAR_IDENT 0
  12758. #define HAVE_INT8_T 1
  12759. #define HAVE_UINT8_T 1
  12760. #define HAVE_INT16_T 1
  12761. #define HAVE_UINT16_T 1
  12762. #define HAVE_INT32_T 1
  12763. #define HAVE_UINT32_T 1
  12764. #define HAVE_INT64_T 1
  12765. #define HAVE_UINT64_T 1
  12766. #define HAVE___INT128 1
  12767. #define HAVE_LONG_LONG 1
  12768. #define HAVE___FLOAT128 1
  12769. #define HAVE_LONG_DOUBLE 1
  12770. #define HAVE_COMPLEX_H 1
  12771. #define HAVE_FLOAT__COMPLEX 1
  12772. #define HAVE_DOUBLE__COMPLEX 1
  12773. #define HAVE_LONG_DOUBLE__COMPLEX 1
  12774. #define HAVE_INTPTR_T 1
  12775. #define HAVE_UINTPTR_T 1
  12776. #define HAVE_MODE_T 1
  12777. #define HAVE_SSIZE_T 1
  12778. #define HAVE_PTRDIFF_T 1
  12779. #define SIZEOF__BOOL 1
  12780. #define SIZEOF_CHAR 1
  12781. #define SIZEOF_SHORT 2
  12782. #define SIZEOF_INT 4
  12783. #define SIZEOF_LONG 8
  12784. #define SIZEOF_LONG_LONG 8
  12785. #define SIZEOF_FLOAT 4
  12786. #define SIZEOF_DOUBLE 8
  12787. #define SIZEOF_LONG_DOUBLE 16
  12788. #define SIZEOF___FLOAT128 16
  12789. #define SIZEOF_FLOAT__COMPLEX 8
  12790. #define SIZEOF_DOUBLE__COMPLEX 16
  12791. #define SIZEOF_LONG_DOUBLE__COMPLEX 32
  12792. #define SIZEOF_VOID_P 8
  12793. #define SIZEOF_SIZE_T 8
  12794. #define SIZEOF_SSIZE_T 8
  12795. #define SIZEOF_PTRDIFF_T 8
  12796. #define SIZEOF_WCHAR_T 4
  12797. #define SIZEOF_PID_T 4
  12798. #define SIZEOF_ATOMIC_SHORT 2
  12799. #define SIZEOF_ATOMIC_INT 4
  12800. #define SIZEOF_ATOMIC_LONG 8
  12801. #define SIZEOF_ATOMIC_LLONG 8
  12802. #define OPAL_ALIGNMENT_BOOL 1
  12803. #define OPAL_ALIGNMENT_INT8 1
  12804. #define OPAL_ALIGNMENT_INT16 2
  12805. #define OPAL_ALIGNMENT_INT32 4
  12806. #define OPAL_ALIGNMENT_INT64 8
  12807. #define OPAL_ALIGNMENT_CHAR 1
  12808. #define OPAL_ALIGNMENT_SHORT 2
  12809. #define OPAL_ALIGNMENT_WCHAR 4
  12810. #define OPAL_ALIGNMENT_INT 4
  12811. #define OPAL_ALIGNMENT_LONG 8
  12812. #define OPAL_ALIGNMENT_LONG_LONG 8
  12813. #define OPAL_ALIGNMENT_FLOAT 4
  12814. #define OPAL_ALIGNMENT_DOUBLE 8
  12815. #define OPAL_ALIGNMENT_LONG_DOUBLE 16
  12816. #define OPAL_ALIGNMENT___FLOAT128 16
  12817. #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
  12818. #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
  12819. #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
  12820. #define OPAL_ALIGNMENT_VOID_P 8
  12821. #define OPAL_ALIGNMENT_SIZE_T 8
  12822. #define OPAL_CXX "/share/apps/gcc-5.4.0/bin/g++"
  12823. #define SIZEOF_BOOL 1
  12824. #define OPAL_ALIGNMENT_CXX_BOOL 1
  12825. #define OMPI_CXX "/share/apps/gcc-5.4.0/bin/g++"
  12826. #define SIZEOF_BOOL 1
  12827. #define OPAL_ALIGNMENT_CXX_BOOL 1
  12828. #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
  12829. #define OMPI_CXX_HAVE_BUILTIN_EXPECT 0
  12830. #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 0
  12831. #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 0
  12832. #define OMPI_BUILD_CXX_BINDINGS 0
  12833. #define OPAL_HAVE_ATTRIBUTE 1
  12834. #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
  12835. #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
  12836. #define OPAL_HAVE_ATTRIBUTE_COLD 1
  12837. #define OPAL_HAVE_ATTRIBUTE_CONST 1
  12838. #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
  12839. #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
  12840. #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
  12841. #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
  12842. #define OPAL_HAVE_ATTRIBUTE_HOT 1
  12843. #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
  12844. #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
  12845. #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
  12846. #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
  12847. #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
  12848. #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
  12849. #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
  12850. #define OPAL_HAVE_ATTRIBUTE_PACKED 1
  12851. #define OPAL_HAVE_ATTRIBUTE_PURE 1
  12852. #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
  12853. #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
  12854. #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
  12855. #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
  12856. #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
  12857. #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
  12858. #define OPAL_HAVE_ATTRIBUTE_OPTNONE 0
  12859. #define OPAL_HAVE_ATTRIBUTE_EXTENSION 1
  12860. #define OPAL_HAVE_ATTRIBUTE_ERROR 1
  12861. #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
  12862. #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
  12863. #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 328704
  12864. #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.4.0
  12865. #define OMPI_WANT_JAVA_BINDINGS 0
  12866. #define OPAL_HAVE_WEAK_SYMBOLS 1
  12867. #define OPAL_HAVE_GCC_BUILTIN_CSWAP_INT128 1
  12868. #define OPAL_ASM_TEXT ".text"
  12869. #define OPAL_ASM_GLOBAL ".globl"
  12870. #define OPAL_ASM_LABEL_SUFFIX ":"
  12871. #define OPAL_ASM_GSYM ""
  12872. #define OPAL_ASM_LSYM ".L"
  12873. #define OPAL_ASM_TYPE "@"
  12874. #define OPAL_ASM_SIZE "1"
  12875. #define OPAL_ASM_ALIGN_LOG
  12876. #define OPAL_HAVE_CMPXCHG16B 1
  12877. #define OPAL_C_GCC_INLINE_ASSEMBLY 1
  12878. #define OPAL_ASSEMBLY_ARCH OPAL_X86_64
  12879. #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
  12880. #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_GCC
  12881. #define OMPI_FORTRAN_MPIFH_BINDINGS 1
  12882. #define OMPI_FORTRAN_USEMPI_BINDINGS 2
  12883. #define OMPI_FORTRAN_USEMPIF08_BINDINGS 3
  12884. #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0
  12885. #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1
  12886. #define OMPI_FORTRAN_CAPS 0
  12887. #define OMPI_FORTRAN_PLAIN 0
  12888. #define ompi_fortran_bogus_type_t int
  12889.  
  12890. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement