Ticket #59330: log.good

File log.good, 203.0 KB (added by dubiousjim, 4 years ago)

log of successful manual configure for openmpi-clang90

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