Ticket #57119: config.log

File config.log, 97.6 KB (added by lzkelley (Luke), 6 years ago)

config file

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by MPICH configure 3.2.1, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --disable-dependency-tracking --disable-silent-rules --enable-base-cache --enable-cache --enable-cxx --enable-fast=O2 --enable-shared --enable-smpcoll --with-device=ch3:nemesis --with-pm=hydra --with-thread-package=posix --enable-versioning F90FLAGS= F90= --enable-timer-type=mach_absolute_time --libdir=/opt/local/lib/mpich-mp --sysconfdir=/opt/local/etc/mpich-mp --program-suffix=-mpich-mp --includedir=/opt/local/include/mpich-mp MPICHLIB_CFLAGS=-pipe -arch x86_64 CFLAGS= MPICHLIB_CPPFLAGS= CPPFLAGS= MPICHLIB_CXXFLAGS=-pipe -arch x86_64 -stdlib=libc++ CXXFLAGS= MPICHLIB_FFLAGS=-pipe -m64 FFLAGS= MPICHLIB_FCFLAGS=-pipe -m64 FCFLAGS= --enable-fortran --disable-dependency-tracking
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = daedalus
14uname -m = x86_64
15uname -r = 16.7.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 16.7.0: Fri Apr 27 17:59:46 PDT 2018; root:xnu-3789.73.13~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 16.7.0: Fri Apr 27 17:59:46 PDT 2018; root:xnu-3789.73.13~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 479 tasks, 3309 threads, 8 processors
34Load average: 2.77, Mach factor: 5.34
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:5269: checking for C compiler version
52configure:5278: /usr/bin/clang --version >&5
53Apple LLVM version 8.0.0 (clang-800.0.38)
54Target: x86_64-apple-darwin16.7.0
55Thread model: posix
56InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
57configure:5289: $? = 0
58configure:5278: /usr/bin/clang -v >&5
59Apple LLVM version 8.0.0 (clang-800.0.38)
60Target: x86_64-apple-darwin16.7.0
61Thread model: posix
62InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
63configure:5289: $? = 0
64configure:5278: /usr/bin/clang -V >&5
65clang: error: argument to '-V' is missing (expected 1 value)
66clang: error: no input files
67configure:5289: $? = 1
68configure:5278: /usr/bin/clang -qversion >&5
69clang: error: unknown argument: '-qversion'
70clang: error: no input files
71configure:5289: $? = 1
72configure:5309: checking whether the C compiler works
73configure:5331: /usr/bin/clang  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
74configure:5335: $? = 0
75configure:5383: result: yes
76configure:5386: checking for C compiler default output file name
77configure:5388: result: a.out
78configure:5394: checking for suffix of executables
79configure:5401: /usr/bin/clang -o conftest  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
80configure:5405: $? = 0
81configure:5427: result:
82configure:5449: checking whether we are cross compiling
83configure:5457: /usr/bin/clang -o conftest  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
84configure:5461: $? = 0
85configure:5468: ./conftest
86configure:5472: $? = 0
87configure:5487: result: no
88configure:5492: checking for suffix of object files
89configure:5514: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
90configure:5518: $? = 0
91configure:5539: result: o
92configure:5543: checking whether we are using the GNU C compiler
93configure:5562: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
94configure:5562: $? = 0
95configure:5571: result: yes
96configure:5580: checking whether /usr/bin/clang accepts -g
97configure:5600: /usr/bin/clang -c -g   conftest.c >&5
98configure:5600: $? = 0
99configure:5641: result: yes
100configure:5658: checking for /usr/bin/clang option to accept ISO C89
101configure:5721: /usr/bin/clang  -c  -pipe -arch x86_64   conftest.c >&5
102configure:5721: $? = 0
103configure:5734: result: none needed
104configure:5759: checking whether /usr/bin/clang understands -c and -o together
105configure:5781: /usr/bin/clang -c conftest.c -o conftest2.o
106configure:5784: $? = 0
107configure:5781: /usr/bin/clang -c conftest.c -o conftest2.o
108configure:5784: $? = 0
109configure:5796: result: yes
110configure:5831: checking how to run the C preprocessor
111configure:5862: /usr/bin/clang -E   conftest.c
112configure:5862: $? = 0
113configure:5876: /usr/bin/clang -E   conftest.c
114conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
115#include <ac_nonexistent.h>
116         ^
1171 error generated.
118configure:5876: $? = 1
119configure: failed program was:
120| /* confdefs.h */
121| #define PACKAGE_NAME "MPICH"
122| #define PACKAGE_TARNAME "mpich"
123| #define PACKAGE_VERSION "3.2.1"
124| #define PACKAGE_STRING "MPICH 3.2.1"
125| #define PACKAGE_BUGREPORT "discuss@mpich.org"
126| #define PACKAGE_URL "http://www.mpich.org/"
127| /* end confdefs.h.  */
128| #include <ac_nonexistent.h>
129configure:5901: result: /usr/bin/clang -E
130configure:5921: /usr/bin/clang -E   conftest.c
131configure:5921: $? = 0
132configure:5935: /usr/bin/clang -E   conftest.c
133conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
134#include <ac_nonexistent.h>
135         ^
1361 error generated.
137configure:5935: $? = 1
138configure: failed program was:
139| /* confdefs.h */
140| #define PACKAGE_NAME "MPICH"
141| #define PACKAGE_TARNAME "mpich"
142| #define PACKAGE_VERSION "3.2.1"
143| #define PACKAGE_STRING "MPICH 3.2.1"
144| #define PACKAGE_BUGREPORT "discuss@mpich.org"
145| #define PACKAGE_URL "http://www.mpich.org/"
146| /* end confdefs.h.  */
147| #include <ac_nonexistent.h>
148configure:5995: checking for a BSD-compatible install
149configure:6063: result: /usr/bin/install -c
150configure:6074: checking whether build environment is sane
151configure:6129: result: yes
152configure:6277: checking for a thread-safe mkdir -p
153configure:6316: result: confdb/install-sh -c -d
154configure:6323: checking for gawk
155configure:6353: result: no
156configure:6323: checking for mawk
157configure:6353: result: no
158configure:6323: checking for nawk
159configure:6353: result: no
160configure:6323: checking for awk
161configure:6339: found /usr/bin/awk
162configure:6350: result: awk
163configure:6361: checking whether make sets $(MAKE)
164configure:6383: result: yes
165configure:6413: checking for style of include used by make
166configure:6441: result: GNU
167configure:6475: checking whether make supports nested variables
168configure:6492: result: yes
169configure:6577: checking dependency style of /usr/bin/clang
170configure:6688: result: none
171configure:6747: checking whether to enable maintainer-specific portions of Makefiles
172configure:6756: result: yes
173configure:6820: checking for ar
174configure:6836: found /opt/local/bin/ar
175configure:6847: result: ar
176configure:6873: checking the archiver (ar) interface
177configure:6889: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
178configure:6889: $? = 0
179configure:6891: ar cru libconftest.a conftest.o >&5
180configure:6894: $? = 0
181configure:6922: result: ar
182configure:6972: checking build system type
183configure:6986: result: x86_64-apple-darwin16.7.0
184configure:7006: checking host system type
185configure:7019: result: x86_64-apple-darwin16.7.0
186configure:7060: checking how to print strings
187configure:7087: result: printf
188configure:7108: checking for a sed that does not truncate output
189configure:7172: result: /opt/local/bin/gsed
190configure:7190: checking for grep that handles long lines and -e
191configure:7248: result: /usr/bin/grep
192configure:7253: checking for egrep
193configure:7315: result: /usr/bin/grep -E
194configure:7320: checking for fgrep
195configure:7382: result: /usr/bin/grep -F
196configure:7417: checking for ld used by /usr/bin/clang
197configure:7484: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
198configure:7491: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
199configure:7506: result: no
200configure:7518: checking for BSD- or MS-compatible name lister (nm)
201configure:7572: result: /opt/local/bin/nm -B
202configure:7702: checking the name lister (/opt/local/bin/nm -B) interface
203configure:7709: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
204configure:7712: /opt/local/bin/nm -B "conftest.o"
205configure:7715: output
2060000000000000000 S _some_variable
207configure:7722: result: BSD nm
208configure:7725: checking whether ln -s works
209configure:7729: result: yes
210configure:7737: checking the maximum length of command line arguments
211configure:7868: result: 196608
212configure:7916: checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format
213configure:7956: result: func_convert_file_noop
214configure:7963: checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format
215configure:7983: result: func_convert_file_noop
216configure:7990: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
217configure:7997: result: -r
218configure:8071: checking for objdump
219configure:8087: found /usr/bin/objdump
220configure:8098: result: objdump
221configure:8130: checking how to recognize dependent libraries
222configure:8330: result: pass_all
223configure:8415: checking for dlltool
224configure:8445: result: no
225configure:8475: checking how to associate runtime and link libraries
226configure:8502: result: printf %s\n
227configure:8626: checking for archiver @FILE support
228configure:8643: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
229configure:8643: $? = 0
230configure:8646: ar cru libconftest.a @conftest.lst >&5
231ar: @conftest.lst: No such file or directory
232configure:8649: $? = 1
233configure:8669: result: no
234configure:8727: checking for strip
235configure:8743: found /opt/local/bin/strip
236configure:8754: result: strip
237configure:8826: checking for ranlib
238configure:8842: found /opt/local/bin/ranlib
239configure:8853: result: ranlib
240configure:8955: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
241configure:9108: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
242configure:9111: $? = 0
243configure:9115: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
244configure:9118: $? = 0
245cannot find nm_test_var in conftest.nm
246configure:9108: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
247configure:9111: $? = 0
248configure:9115: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
249configure:9118: $? = 0
250configure:9184: /usr/bin/clang -o conftest  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
251configure:9187: $? = 0
252configure:9225: result: ok
253configure:9272: checking for sysroot
254configure:9302: result: no
255configure:9309: checking for a working dd
256configure:9347: result: /bin/dd
257configure:9351: checking how to truncate binary pipes
258configure:9366: result: /bin/dd bs=4096 count=1
259configure:9695: checking for mt
260configure:9725: result: no
261configure:9745: checking if : is a manifest tool
262configure:9751: : '-?'
263configure:9759: result: no
264configure:9815: checking for dsymutil
265configure:9831: found /usr/bin/dsymutil
266configure:9842: result: dsymutil
267configure:9907: checking for nmedit
268configure:9923: found /opt/local/bin/nmedit
269configure:9934: result: nmedit
270configure:9999: checking for lipo
271configure:10015: found /opt/local/bin/lipo
272configure:10026: result: lipo
273configure:10091: checking for otool
274configure:10107: found /opt/local/bin/otool
275configure:10118: result: otool
276configure:10183: checking for otool64
277configure:10213: result: no
278configure:10258: checking for -single_module linker flag
279/usr/bin/clang  -pipe -arch x86_64 -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
280configure:10291: result: yes
281configure:10294: checking for -exported_symbols_list linker flag
282configure:10314: /usr/bin/clang -o conftest  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
283configure:10314: $? = 0
284configure:10324: result: yes
285configure:10327: checking for -force_load linker flag
286/usr/bin/clang  -pipe -arch x86_64 -c -o conftest.o conftest.c
287ar cru libconftest.a conftest.o
288ranlib libconftest.a
289/usr/bin/clang  -pipe -arch x86_64 -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
290configure:10359: result: yes
291configure:10432: checking for ANSI C header files
292configure:10452: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
293configure:10452: $? = 0
294configure:10525: /usr/bin/clang -o conftest  -pipe -arch x86_64   -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
295configure:10525: $? = 0
296configure:10525: ./conftest
297configure:10525: $? = 0
298configure:10536: result: yes
299configure:10549: checking for sys/types.h
300configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
301configure:10549: $? = 0
302configure:10549: result: yes
303configure:10549: checking for sys/stat.h
304configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
305configure:10549: $? = 0
306configure:10549: result: yes
307configure:10549: checking for stdlib.h
308configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
309configure:10549: $? = 0
310configure:10549: result: yes
311configure:10549: checking for string.h
312configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
313configure:10549: $? = 0
314configure:10549: result: yes
315configure:10549: checking for memory.h
316configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
317configure:10549: $? = 0
318configure:10549: result: yes
319configure:10549: checking for strings.h
320configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
321configure:10549: $? = 0
322configure:10549: result: yes
323configure:10549: checking for inttypes.h
324configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
325configure:10549: $? = 0
326configure:10549: result: yes
327configure:10549: checking for stdint.h
328configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
329configure:10549: $? = 0
330configure:10549: result: yes
331configure:10549: checking for unistd.h
332configure:10549: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
333configure:10549: $? = 0
334configure:10549: result: yes
335configure:10563: checking for dlfcn.h
336configure:10563: /usr/bin/clang -c  -pipe -arch x86_64   conftest.c >&5
337configure:10563: $? = 0
338configure:10563: result: yes
339configure:10819: checking for objdir
340configure:10834: result: .libs
341configure:11098: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
342configure:11116: /usr/bin/clang -c  -pipe -arch x86_64   -fno-rtti -fno-exceptions conftest.c >&5
343configure:11120: $? = 0
344configure:11133: result: yes
345configure:11491: checking for /usr/bin/clang option to produce PIC
346configure:11498: result: -fno-common -DPIC
347configure:11506: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
348configure:11524: /usr/bin/clang -c  -pipe -arch x86_64   -fno-common -DPIC -DPIC conftest.c >&5
349configure:11528: $? = 0
350configure:11541: result: yes
351configure:11570: checking if /usr/bin/clang static flag -static works
352configure:11598: result: no
353configure:11613: checking if /usr/bin/clang supports -c -o file.o
354configure:11634: /usr/bin/clang -c  -pipe -arch x86_64   -o out/conftest2.o conftest.c >&5
355configure:11638: $? = 0
356configure:11660: result: yes
357configure:11668: checking if /usr/bin/clang supports -c -o file.o
358configure:11715: result: yes
359configure:11748: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
360configure:13014: result: yes
361configure:13254: checking dynamic linker characteristics
362configure:14084: result: darwin16.7.0 dyld
363configure:14206: checking how to hardcode library paths into programs
364configure:14231: result: immediate
365configure:14779: checking whether stripping libraries is possible
366configure:14793: result: yes
367configure:14819: checking if libtool supports shared libraries
368configure:14821: result: yes
369configure:14824: checking whether to build shared libraries
370configure:14849: result: yes
371configure:14852: checking whether to build static libraries
372configure:14856: result: yes
373configure:14905: checking whether make supports nested variables
374configure:14922: result: yes
375configure:15079: checking for C++ compiler version
376configure:15088: /usr/bin/clang++ --version >&5
377Apple LLVM version 8.0.0 (clang-800.0.38)
378Target: x86_64-apple-darwin16.7.0
379Thread model: posix
380InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
381configure:15099: $? = 0
382configure:15088: /usr/bin/clang++ -v >&5
383Apple LLVM version 8.0.0 (clang-800.0.38)
384Target: x86_64-apple-darwin16.7.0
385Thread model: posix
386InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
387configure:15099: $? = 0
388configure:15088: /usr/bin/clang++ -V >&5
389clang: error: argument to '-V' is missing (expected 1 value)
390clang: error: no input files
391configure:15099: $? = 1
392configure:15088: /usr/bin/clang++ -qversion >&5
393clang: error: unknown argument: '-qversion'
394clang: error: no input files
395configure:15099: $? = 1
396configure:15103: checking whether we are using the GNU C++ compiler
397configure:15122: /usr/bin/clang++ -c  -pipe -arch x86_64 -stdlib=libc++   conftest.cpp >&5
398configure:15122: $? = 0
399configure:15131: result: yes
400configure:15140: checking whether /usr/bin/clang++ accepts -g
401configure:15160: /usr/bin/clang++ -c -g   conftest.cpp >&5
402configure:15160: $? = 0
403configure:15201: result: yes
404configure:15226: checking dependency style of /usr/bin/clang++
405configure:15337: result: none
406configure:15370: checking how to run the C++ preprocessor
407configure:15397: /usr/bin/clang++ -E   conftest.cpp
408configure:15397: $? = 0
409configure:15411: /usr/bin/clang++ -E   conftest.cpp
410conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
411#include <ac_nonexistent.h>
412         ^
4131 error generated.
414configure:15411: $? = 1
415configure: failed program was:
416| /* confdefs.h */
417| #define PACKAGE_NAME "MPICH"
418| #define PACKAGE_TARNAME "mpich"
419| #define PACKAGE_VERSION "3.2.1"
420| #define PACKAGE_STRING "MPICH 3.2.1"
421| #define PACKAGE_BUGREPORT "discuss@mpich.org"
422| #define PACKAGE_URL "http://www.mpich.org/"
423| #define PACKAGE "mpich"
424| #define VERSION "3.2.1"
425| #define STDC_HEADERS 1
426| #define HAVE_SYS_TYPES_H 1
427| #define HAVE_SYS_STAT_H 1
428| #define HAVE_STDLIB_H 1
429| #define HAVE_STRING_H 1
430| #define HAVE_MEMORY_H 1
431| #define HAVE_STRINGS_H 1
432| #define HAVE_INTTYPES_H 1
433| #define HAVE_STDINT_H 1
434| #define HAVE_UNISTD_H 1
435| #define HAVE_DLFCN_H 1
436| #define LT_OBJDIR ".libs/"
437| /* end confdefs.h.  */
438| #include <ac_nonexistent.h>
439configure:15436: result: /usr/bin/clang++ -E
440configure:15456: /usr/bin/clang++ -E   conftest.cpp
441configure:15456: $? = 0
442configure:15470: /usr/bin/clang++ -E   conftest.cpp
443conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
444#include <ac_nonexistent.h>
445         ^
4461 error generated.
447configure:15470: $? = 1
448configure: failed program was:
449| /* confdefs.h */
450| #define PACKAGE_NAME "MPICH"
451| #define PACKAGE_TARNAME "mpich"
452| #define PACKAGE_VERSION "3.2.1"
453| #define PACKAGE_STRING "MPICH 3.2.1"
454| #define PACKAGE_BUGREPORT "discuss@mpich.org"
455| #define PACKAGE_URL "http://www.mpich.org/"
456| #define PACKAGE "mpich"
457| #define VERSION "3.2.1"
458| #define STDC_HEADERS 1
459| #define HAVE_SYS_TYPES_H 1
460| #define HAVE_SYS_STAT_H 1
461| #define HAVE_STDLIB_H 1
462| #define HAVE_STRING_H 1
463| #define HAVE_MEMORY_H 1
464| #define HAVE_STRINGS_H 1
465| #define HAVE_INTTYPES_H 1
466| #define HAVE_STDINT_H 1
467| #define HAVE_UNISTD_H 1
468| #define HAVE_DLFCN_H 1
469| #define LT_OBJDIR ".libs/"
470| /* end confdefs.h.  */
471| #include <ac_nonexistent.h>
472configure:15632: checking for ld used by /usr/bin/clang++
473configure:15699: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
474configure:15706: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
475configure:15721: result: no
476configure:15776: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
477configure:16852: result: yes
478configure:16888: /usr/bin/clang++ -c  -pipe -arch x86_64 -stdlib=libc++   conftest.cpp >&5
479configure:16891: $? = 0
480configure:17372: checking for /usr/bin/clang++ option to produce PIC
481configure:17379: result: -fno-common -DPIC
482configure:17387: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
483configure:17405: /usr/bin/clang++ -c  -pipe -arch x86_64 -stdlib=libc++   -fno-common -DPIC -DPIC conftest.cpp >&5
484configure:17409: $? = 0
485configure:17422: result: yes
486configure:17445: checking if /usr/bin/clang++ static flag -static works
487configure:17473: result: no
488configure:17485: checking if /usr/bin/clang++ supports -c -o file.o
489configure:17506: /usr/bin/clang++ -c  -pipe -arch x86_64 -stdlib=libc++   -o out/conftest2.o conftest.cpp >&5
490configure:17510: $? = 0
491configure:17532: result: yes
492configure:17537: checking if /usr/bin/clang++ supports -c -o file.o
493configure:17584: result: yes
494configure:17614: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
495configure:17657: result: yes
496configure:17798: checking dynamic linker characteristics
497configure:18555: result: darwin16.7.0 dyld
498configure:18620: checking how to hardcode library paths into programs
499configure:18645: result: immediate
500configure:18794: checking for Fortran compiler version
501configure:18803: /opt/local/bin/gfortran-mp-7 --version >&5
502GNU Fortran (MacPorts gcc7 7.3.0_3) 7.3.0
503Copyright (C) 2017 Free Software Foundation, Inc.
504This is free software; see the source for copying conditions.  There is NO
505warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
506
507configure:18814: $? = 0
508configure:18803: /opt/local/bin/gfortran-mp-7 -v >&5
509Using built-in specs.
510COLLECT_GCC=/opt/local/bin/gfortran-mp-7
511COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin16/7.3.0/lto-wrapper
512Target: x86_64-apple-darwin16
513Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc7/gcc7/work/gcc-7.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin16 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc7 --includedir=/opt/local/include/gcc7 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-7 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-7 --with-gxx-include-dir=/opt/local/include/gcc7/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --disable-tls --with-pkgversion='MacPorts gcc7 7.3.0_3'
514Thread model: posix
515gcc version 7.3.0 (MacPorts gcc7 7.3.0_3)
516configure:18814: $? = 0
517configure:18803: /opt/local/bin/gfortran-mp-7 -V >&5
518gfortran-mp-7: error: unrecognized command line option '-V'
519gfortran-mp-7: fatal error: no input files
520compilation terminated.
521configure:18814: $? = 1
522configure:18803: /opt/local/bin/gfortran-mp-7 -qversion >&5
523gfortran-mp-7: error: unrecognized command line option '-qversion'; did you mean '--version'?
524gfortran-mp-7: fatal error: no input files
525compilation terminated.
526configure:18814: $? = 1
527configure:18823: checking whether we are using the GNU Fortran compiler
528configure:18836: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64  conftest.F >&5
529FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
530conftest.F:6:0:
531
532       end
533 
534Fatal Error: error closing -: Broken pipe
535compilation terminated.
536configure:18836: $? = 1
537configure: failed program was:
538|       program main
539| #ifndef __GNUC__
540|        choke me
541| #endif
542|
543|       end
544configure:18845: result: no
545configure:18851: checking whether /opt/local/bin/gfortran-mp-7 accepts -g
546configure:18862: /opt/local/bin/gfortran-mp-7 -c -g  conftest.f >&5
547FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
548configure:18862: $? = 1
549configure: failed program was:
550|       program main
551|
552|       end
553configure:18870: result: no
554configure:19002: checking if libtool supports shared libraries
555configure:19004: result: yes
556configure:19007: checking whether to build shared libraries
557configure:19031: result: yes
558configure:19034: checking whether to build static libraries
559configure:19038: result: yes
560configure:19072: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64  conftest.f >&5
561FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
562conftest.f:6:0:
563
564       end
565 
566Fatal Error: error closing -: Broken pipe
567compilation terminated.
568configure:19075: $? = 1
569configure:19535: checking for /opt/local/bin/gfortran-mp-7 option to produce PIC
570configure:19542: result: -fno-common
571configure:19550: checking if /opt/local/bin/gfortran-mp-7 PIC flag -fno-common works
572configure:19568: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 -fno-common  conftest.f >&5
573FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
574conftest.f:3:0:
575
576       end
577 
578Fatal Error: error closing -: Broken pipe
579compilation terminated.
580configure:19572: $? = 1
581configure:19585: result: no
582configure:19608: checking if /opt/local/bin/gfortran-mp-7 static flag  works
583configure:19636: result: no
584configure:19648: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
585configure:19669: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 -o out/conftest2.o  conftest.f >&5
586FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
587conftest.f:3:0:
588
589       end
590 
591Fatal Error: error closing -: Broken pipe
592compilation terminated.
593configure:19673: $? = 1
594configure:19695: result: no
595configure:19700: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
596configure:19747: result: no
597configure:19777: checking whether the /opt/local/bin/gfortran-mp-7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
598configure:20993: result: no
599configure:21134: checking dynamic linker characteristics
600configure:21885: result: darwin16.7.0 dyld
601configure:21950: checking how to hardcode library paths into programs
602configure:21975: result: immediate
603configure:22170: checking for Fortran 77 compiler version
604configure:22179: /opt/local/bin/gfortran-mp-7 --version >&5
605GNU Fortran (MacPorts gcc7 7.3.0_3) 7.3.0
606Copyright (C) 2017 Free Software Foundation, Inc.
607This is free software; see the source for copying conditions.  There is NO
608warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
609
610configure:22190: $? = 0
611configure:22179: /opt/local/bin/gfortran-mp-7 -v >&5
612Using built-in specs.
613COLLECT_GCC=/opt/local/bin/gfortran-mp-7
614COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin16/7.3.0/lto-wrapper
615Target: x86_64-apple-darwin16
616Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc7/gcc7/work/gcc-7.3.0/configure --prefix=/opt/local --build=x86_64-apple-darwin16 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc7 --includedir=/opt/local/include/gcc7 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-7 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-7 --with-gxx-include-dir=/opt/local/include/gcc7/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --disable-tls --with-pkgversion='MacPorts gcc7 7.3.0_3'
617Thread model: posix
618gcc version 7.3.0 (MacPorts gcc7 7.3.0_3)
619configure:22190: $? = 0
620configure:22179: /opt/local/bin/gfortran-mp-7 -V >&5
621gfortran-mp-7: error: unrecognized command line option '-V'
622gfortran-mp-7: fatal error: no input files
623compilation terminated.
624configure:22190: $? = 1
625configure:22179: /opt/local/bin/gfortran-mp-7 -qversion >&5
626gfortran-mp-7: error: unrecognized command line option '-qversion'; did you mean '--version'?
627gfortran-mp-7: fatal error: no input files
628compilation terminated.
629configure:22190: $? = 1
630configure:22199: checking whether we are using the GNU Fortran 77 compiler
631configure:22212: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 conftest.F >&5
632FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
633conftest.F:6:0:
634
635       end
636 
637Fatal Error: error closing -: Broken pipe
638compilation terminated.
639configure:22212: $? = 1
640configure: failed program was:
641|       program main
642| #ifndef __GNUC__
643|        choke me
644| #endif
645|
646|       end
647configure:22221: result: no
648configure:22227: checking whether /opt/local/bin/gfortran-mp-7 accepts -g
649configure:22238: /opt/local/bin/gfortran-mp-7 -c -g conftest.f >&5
650FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
651configure:22238: $? = 1
652configure: failed program was:
653|       program main
654|
655|       end
656configure:22246: result: no
657configure:22375: checking if libtool supports shared libraries
658configure:22377: result: no
659configure:22380: checking whether to build shared libraries
660configure:22404: result: no
661configure:22407: checking whether to build static libraries
662configure:22411: result: yes
663configure:22763: checking for /opt/local/bin/gfortran-mp-7 option to produce PIC
664configure:22770: result: -fno-common
665configure:22778: checking if /opt/local/bin/gfortran-mp-7 PIC flag -fno-common works
666configure:22796: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 -fno-common conftest.f >&5
667FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
668conftest.f:3:0:
669
670       end
671 
672Fatal Error: error closing -: Broken pipe
673compilation terminated.
674configure:22800: $? = 1
675configure:22813: result: no
676configure:22836: checking if /opt/local/bin/gfortran-mp-7 static flag  works
677configure:22864: result: no
678configure:22876: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
679configure:22897: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 -o out/conftest2.o conftest.f >&5
680FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
681conftest.f:3:0:
682
683       end
684 
685Fatal Error: error closing -: Broken pipe
686compilation terminated.
687configure:22901: $? = 1
688configure:22923: result: no
689configure:22928: checking if /opt/local/bin/gfortran-mp-7 supports -c -o file.o
690configure:22975: result: no
691configure:23005: checking whether the /opt/local/bin/gfortran-mp-7 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
692configure:24221: result: no
693configure:24362: checking dynamic linker characteristics
694configure:25113: result: darwin16.7.0 dyld
695configure:25178: checking how to hardcode library paths into programs
696configure:25203: result: immediate
697configure:26337: RUNNING PREREQ FOR ch3:nemesis
698configure:26726: checking hcoll/api/hcoll_api.h usability
699configure:26726: /usr/bin/clang -c  -pipe -arch x86_64    conftest.c >&5
700conftest.c:56:10: fatal error: 'hcoll/api/hcoll_api.h' file not found
701#include <hcoll/api/hcoll_api.h>
702         ^
7031 error generated.
704configure:26726: $? = 1
705configure: failed program was:
706| /* confdefs.h */
707| #define PACKAGE_NAME "MPICH"
708| #define PACKAGE_TARNAME "mpich"
709| #define PACKAGE_VERSION "3.2.1"
710| #define PACKAGE_STRING "MPICH 3.2.1"
711| #define PACKAGE_BUGREPORT "discuss@mpich.org"
712| #define PACKAGE_URL "http://www.mpich.org/"
713| #define PACKAGE "mpich"
714| #define VERSION "3.2.1"
715| #define STDC_HEADERS 1
716| #define HAVE_SYS_TYPES_H 1
717| #define HAVE_SYS_STAT_H 1
718| #define HAVE_STDLIB_H 1
719| #define HAVE_STRING_H 1
720| #define HAVE_MEMORY_H 1
721| #define HAVE_STRINGS_H 1
722| #define HAVE_INTTYPES_H 1
723| #define HAVE_STDINT_H 1
724| #define HAVE_UNISTD_H 1
725| #define HAVE_DLFCN_H 1
726| #define LT_OBJDIR ".libs/"
727| /* end confdefs.h.  */
728| #include <stdio.h>
729| #ifdef HAVE_SYS_TYPES_H
730| # include <sys/types.h>
731| #endif
732| #ifdef HAVE_SYS_STAT_H
733| # include <sys/stat.h>
734| #endif
735| #ifdef STDC_HEADERS
736| # include <stdlib.h>
737| # include <stddef.h>
738| #else
739| # ifdef HAVE_STDLIB_H
740| #  include <stdlib.h>
741| # endif
742| #endif
743| #ifdef HAVE_STRING_H
744| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
745| #  include <memory.h>
746| # endif
747| # include <string.h>
748| #endif
749| #ifdef HAVE_STRINGS_H
750| # include <strings.h>
751| #endif
752| #ifdef HAVE_INTTYPES_H
753| # include <inttypes.h>
754| #endif
755| #ifdef HAVE_STDINT_H
756| # include <stdint.h>
757| #endif
758| #ifdef HAVE_UNISTD_H
759| # include <unistd.h>
760| #endif
761| #include <hcoll/api/hcoll_api.h>
762configure:26726: result: no
763configure:26726: checking hcoll/api/hcoll_api.h presence
764configure:26726: /usr/bin/clang -E   conftest.c
765conftest.c:23:10: fatal error: 'hcoll/api/hcoll_api.h' file not found
766#include <hcoll/api/hcoll_api.h>
767         ^
7681 error generated.
769configure:26726: $? = 1
770configure: failed program was:
771| /* confdefs.h */
772| #define PACKAGE_NAME "MPICH"
773| #define PACKAGE_TARNAME "mpich"
774| #define PACKAGE_VERSION "3.2.1"
775| #define PACKAGE_STRING "MPICH 3.2.1"
776| #define PACKAGE_BUGREPORT "discuss@mpich.org"
777| #define PACKAGE_URL "http://www.mpich.org/"
778| #define PACKAGE "mpich"
779| #define VERSION "3.2.1"
780| #define STDC_HEADERS 1
781| #define HAVE_SYS_TYPES_H 1
782| #define HAVE_SYS_STAT_H 1
783| #define HAVE_STDLIB_H 1
784| #define HAVE_STRING_H 1
785| #define HAVE_MEMORY_H 1
786| #define HAVE_STRINGS_H 1
787| #define HAVE_INTTYPES_H 1
788| #define HAVE_STDINT_H 1
789| #define HAVE_UNISTD_H 1
790| #define HAVE_DLFCN_H 1
791| #define LT_OBJDIR ".libs/"
792| /* end confdefs.h.  */
793| #include <hcoll/api/hcoll_api.h>
794configure:26726: result: no
795configure:26726: checking for hcoll/api/hcoll_api.h
796configure:26726: result: no
797configure:26734: checking for hcoll_init in -lhcoll
798configure:26759: /usr/bin/clang -o conftest  -pipe -arch x86_64    -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lhcoll   >&5
799ld: library not found for -lhcoll
800clang: error: linker command failed with exit code 1 (use -v to see invocation)
801configure:26759: $? = 1
802configure: failed program was:
803| /* confdefs.h */
804| #define PACKAGE_NAME "MPICH"
805| #define PACKAGE_TARNAME "mpich"
806| #define PACKAGE_VERSION "3.2.1"
807| #define PACKAGE_STRING "MPICH 3.2.1"
808| #define PACKAGE_BUGREPORT "discuss@mpich.org"
809| #define PACKAGE_URL "http://www.mpich.org/"
810| #define PACKAGE "mpich"
811| #define VERSION "3.2.1"
812| #define STDC_HEADERS 1
813| #define HAVE_SYS_TYPES_H 1
814| #define HAVE_SYS_STAT_H 1
815| #define HAVE_STDLIB_H 1
816| #define HAVE_STRING_H 1
817| #define HAVE_MEMORY_H 1
818| #define HAVE_STRINGS_H 1
819| #define HAVE_INTTYPES_H 1
820| #define HAVE_STDINT_H 1
821| #define HAVE_UNISTD_H 1
822| #define HAVE_DLFCN_H 1
823| #define LT_OBJDIR ".libs/"
824| /* end confdefs.h.  */
825|
826| /* Override any GCC internal prototype to avoid an error.
827|    Use char because int might match the return type of a GCC
828|    builtin and then its argument prototype would still apply.  */
829| #ifdef __cplusplus
830| extern "C"
831| #endif
832| char hcoll_init ();
833| int
834| main ()
835| {
836| return hcoll_init ();
837|   ;
838|   return 0;
839| }
840configure:26768: result: no
841configure:27316: ===== configuring src/mpl =====
842configure:27481: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local' --disable-versioning '--disable-silent-rules' '--enable-base-cache' '--enable-cache' '--enable-cxx' '--enable-fast=O2' '--enable-shared' '--enable-smpcoll' '--with-device=ch3:nemesis' '--with-pm=hydra' '--with-thread-package=posix' '--enable-versioning' 'F90FLAGS=' 'F90=' '--enable-timer-type=mach_absolute_time' '--libdir=/opt/local/lib/mpich-mp' '--sysconfdir=/opt/local/etc/mpich-mp' '--program-suffix=-mpich-mp' '--includedir=/opt/local/include/mpich-mp' 'MPICHLIB_CFLAGS=-pipe -arch x86_64' 'CFLAGS= -pipe -arch x86_64 ' 'MPICHLIB_CPPFLAGS=' 'CPPFLAGS= ' 'MPICHLIB_CXXFLAGS=-pipe -arch x86_64 -stdlib=libc++' 'CXXFLAGS= -pipe -arch x86_64 -stdlib=libc++' 'MPICHLIB_FFLAGS=-pipe -m64' 'FFLAGS= -pipe -m64' 'MPICHLIB_FCFLAGS=-pipe -m64' 'FCFLAGS= -pipe -m64' '--enable-fortran' '--disable-dependency-tracking' 'CC=/usr/bin/clang' 'LDFLAGS=-Wl,-headerpad_max_install_names -arch x86_64' 'CXX=/usr/bin/clang++' 'FC=/opt/local/bin/gfortran-mp-7' 'F77=/opt/local/bin/gfortran-mp-7' --cache-file=/dev/null --srcdir=.
843configure:27501: ===== done with src/mpl configure =====
844configure:27507: sourcing src/mpl/localdefs
845CPPFLAGS(=' ') does not contain '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include', appending
846CPPFLAGS(='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include') does not contain '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include', appending
847LIBS(='') does not contain '-lopa', prepending
848configure:27625: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lopa  >&5
849conftest.c:26:10: fatal error: 'opa_primitives.h' file not found
850#include "opa_primitives.h"
851         ^
8521 error generated.
853configure:27625: $? = 1
854configure: failed program was:
855| /* confdefs.h */
856| #define PACKAGE_NAME "MPICH"
857| #define PACKAGE_TARNAME "mpich"
858| #define PACKAGE_VERSION "3.2.1"
859| #define PACKAGE_STRING "MPICH 3.2.1"
860| #define PACKAGE_BUGREPORT "discuss@mpich.org"
861| #define PACKAGE_URL "http://www.mpich.org/"
862| #define PACKAGE "mpich"
863| #define VERSION "3.2.1"
864| #define STDC_HEADERS 1
865| #define HAVE_SYS_TYPES_H 1
866| #define HAVE_SYS_STAT_H 1
867| #define HAVE_STDLIB_H 1
868| #define HAVE_STRING_H 1
869| #define HAVE_MEMORY_H 1
870| #define HAVE_STRINGS_H 1
871| #define HAVE_INTTYPES_H 1
872| #define HAVE_STDINT_H 1
873| #define HAVE_UNISTD_H 1
874| #define HAVE_DLFCN_H 1
875| #define LT_OBJDIR ".libs/"
876| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
877| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
878| #define USE_LOGGING MPID_LOGGING_NONE
879| /* end confdefs.h.  */
880| #include "opa_primitives.h"
881|
882| int
883| main ()
884| {
885|
886| OPA_int_t i;
887| OPA_store_int(i,10);
888| OPA_fetch_and_incr_int(&i,5);
889|
890|   ;
891|   return 0;
892| }
893CPPFLAGS(='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include') does not contain '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src', appending
894CPPFLAGS(='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src') does not contain '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src', appending
895opa_subdir_args(='--disable-versioning') does not contain '--with-atomic-primitives=auto_allow_emulation', appending
896configure:27699: ===== configuring src/openpa =====
897configure:27864: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local' --disable-versioning --with-atomic-primitives=auto_allow_emulation '--disable-silent-rules' '--enable-base-cache' '--enable-cache' '--enable-cxx' '--enable-fast=O2' '--enable-shared' '--enable-smpcoll' '--with-device=ch3:nemesis' '--with-pm=hydra' '--with-thread-package=posix' '--enable-versioning' 'F90FLAGS=' 'F90=' '--enable-timer-type=mach_absolute_time' '--libdir=/opt/local/lib/mpich-mp' '--sysconfdir=/opt/local/etc/mpich-mp' '--program-suffix=-mpich-mp' '--includedir=/opt/local/include/mpich-mp' 'MPICHLIB_CFLAGS=-pipe -arch x86_64' 'CFLAGS= -pipe -arch x86_64 ' 'MPICHLIB_CPPFLAGS=' 'CPPFLAGS=  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src' 'MPICHLIB_CXXFLAGS=-pipe -arch x86_64 -stdlib=libc++' 'CXXFLAGS= -pipe -arch x86_64 -stdlib=libc++' 'MPICHLIB_FFLAGS=-pipe -m64' 'FFLAGS= -pipe -m64' 'MPICHLIB_FCFLAGS=-pipe -m64' 'FCFLAGS= -pipe -m64' '--enable-fortran' '--disable-dependency-tracking' 'CC=/usr/bin/clang' 'LDFLAGS=-Wl,-headerpad_max_install_names -arch x86_64' 'CXX=/usr/bin/clang++' 'FC=/opt/local/bin/gfortran-mp-7' 'F77=/opt/local/bin/gfortran-mp-7' --cache-file=/dev/null --srcdir=.
898configure:27884: ===== done with src/openpa configure =====
899CPPFLAGS(='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src') does not contain '-D_REENTRANT', appending
900CPPFLAGS(='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT') does not contain '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include', appending
901configure:28619: checking whether the compiler defines __func__
902configure:28646: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
903configure:28646: $? = 0
904configure:28646: ./conftest
905configure:28646: $? = 0
906configure:28683: result: yes
907configure:28692: checking whether the compiler defines __FUNC__
908configure:28719: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
909conftest.c:39:20: error: use of undeclared identifier '__FUNC__'
910    return (strcmp(__FUNC__, "foo") == 0);
911                   ^
9121 error generated.
913configure:28719: $? = 1
914configure: program exited with status 1
915configure: failed program was:
916| /* confdefs.h */
917| #define PACKAGE_NAME "MPICH"
918| #define PACKAGE_TARNAME "mpich"
919| #define PACKAGE_VERSION "3.2.1"
920| #define PACKAGE_STRING "MPICH 3.2.1"
921| #define PACKAGE_BUGREPORT "discuss@mpich.org"
922| #define PACKAGE_URL "http://www.mpich.org/"
923| #define PACKAGE "mpich"
924| #define VERSION "3.2.1"
925| #define STDC_HEADERS 1
926| #define HAVE_SYS_TYPES_H 1
927| #define HAVE_SYS_STAT_H 1
928| #define HAVE_STDLIB_H 1
929| #define HAVE_STRING_H 1
930| #define HAVE_MEMORY_H 1
931| #define HAVE_STRINGS_H 1
932| #define HAVE_INTTYPES_H 1
933| #define HAVE_STDINT_H 1
934| #define HAVE_UNISTD_H 1
935| #define HAVE_DLFCN_H 1
936| #define LT_OBJDIR ".libs/"
937| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
938| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
939| #define USE_LOGGING MPID_LOGGING_NONE
940| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
941| #define MPICH_IS_THREADED 1
942| #define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
943| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
944| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
945| #define HAVE_ROMIO 1
946| #define HAVE__FUNC__ /**/
947| /* end confdefs.h.  */
948|
949|
950| #include <string.h>
951| int foo(void);
952| int foo(void)
953| {
954|     return (strcmp(__FUNC__, "foo") == 0);
955| }
956| int main(int argc, char ** argv)
957| {
958|     return (foo() ? 0 : 1);
959| }
960|
961|
962configure:28756: result: no
963configure:28765: checking whether the compiler sets __FUNCTION__
964configure:28792: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
965configure:28792: $? = 0
966configure:28792: ./conftest
967configure:28792: $? = 0
968configure:28829: result: yes
969configure:28844: checking whether C compiler accepts option -O2
970configure:28899: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  > pac_test1.log 2>&1
971configure:28899: $? = 0
972configure:28930: /usr/bin/clang -o conftest -O2  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  > pac_test2.log 2>&1
973configure:28930: $? = 0
974configure:28938: diff -b pac_test1.log pac_test2.log > pac_test.log
975configure:28941: $? = 0
976configure:29041: result: yes
977configure:29057: checking whether C compiler option -O2 works with an invalid prototype program
978configure:29065: /usr/bin/clang -o conftest -O2  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
979configure:29065: $? = 0
980configure:29072: result: yes
981configure:29077: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
982configure:29117: /usr/bin/clang -c  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include conftest.c > pac_test3.log 2>&1
983configure:29117: $? = 0
984configure:29121: mv conftest.o pac_conftest.o
985configure:29124: $? = 0
986configure:29167: /usr/bin/clang -o conftest  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c pac_conftest.o  > pac_test4.log 2>&1
987configure:29167: $? = 0
988configure:29209: /usr/bin/clang -o conftest -O2  -pipe -arch x86_64    -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c pac_conftest.o  > pac_test5.log 2>&1
989configure:29209: $? = 0
990configure:29217: diff -b pac_test4.log pac_test5.log > pac_test.log
991configure:29220: $? = 0
992configure:29359: result: yes
993configure:29392: checking for type of weak symbol alias support
994configure:29416: /usr/bin/clang -o conftest  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
995conftest.c:42:8: error: call to 'PFoo' is ambiguous
996return PFoo(1);
997       ^~~~
998conftest.c:35:12: note: candidate function
999extern int PFoo(int);
1000           ^
1001conftest.c:36:14: note: candidate function
1002#pragma weak PFoo = Foo
1003             ^
10041 error generated.
1005configure:29416: $? = 1
1006configure: failed program was:
1007| /* confdefs.h */
1008| #define PACKAGE_NAME "MPICH"
1009| #define PACKAGE_TARNAME "mpich"
1010| #define PACKAGE_VERSION "3.2.1"
1011| #define PACKAGE_STRING "MPICH 3.2.1"
1012| #define PACKAGE_BUGREPORT "discuss@mpich.org"
1013| #define PACKAGE_URL "http://www.mpich.org/"
1014| #define PACKAGE "mpich"
1015| #define VERSION "3.2.1"
1016| #define STDC_HEADERS 1
1017| #define HAVE_SYS_TYPES_H 1
1018| #define HAVE_SYS_STAT_H 1
1019| #define HAVE_STDLIB_H 1
1020| #define HAVE_STRING_H 1
1021| #define HAVE_MEMORY_H 1
1022| #define HAVE_STRINGS_H 1
1023| #define HAVE_INTTYPES_H 1
1024| #define HAVE_STDINT_H 1
1025| #define HAVE_UNISTD_H 1
1026| #define HAVE_DLFCN_H 1
1027| #define LT_OBJDIR ".libs/"
1028| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
1029| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
1030| #define USE_LOGGING MPID_LOGGING_NONE
1031| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
1032| #define MPICH_IS_THREADED 1
1033| #define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
1034| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
1035| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
1036| #define HAVE_ROMIO 1
1037| #define HAVE__FUNC__ /**/
1038| #define HAVE__FUNCTION__ /**/
1039| /* end confdefs.h.  */
1040|
1041| extern int PFoo(int);
1042| #pragma weak PFoo = Foo
1043| int Foo(int a) { return a; }
1044|
1045| int
1046| main ()
1047| {
1048| return PFoo(1);
1049|   ;
1050|   return 0;
1051| }
1052configure:29663: /usr/bin/clang -o conftest  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1053Undefined symbols for architecture x86_64:
1054  "_PFoo", referenced from:
1055      _main in conftest-06ec3e.o
1056ld: symbol(s) not found for architecture x86_64
1057clang: error: linker command failed with exit code 1 (use -v to see invocation)
1058configure:29663: $? = 1
1059configure: failed program was:
1060| /* confdefs.h */
1061| #define PACKAGE_NAME "MPICH"
1062| #define PACKAGE_TARNAME "mpich"
1063| #define PACKAGE_VERSION "3.2.1"
1064| #define PACKAGE_STRING "MPICH 3.2.1"
1065| #define PACKAGE_BUGREPORT "discuss@mpich.org"
1066| #define PACKAGE_URL "http://www.mpich.org/"
1067| #define PACKAGE "mpich"
1068| #define VERSION "3.2.1"
1069| #define STDC_HEADERS 1
1070| #define HAVE_SYS_TYPES_H 1
1071| #define HAVE_SYS_STAT_H 1
1072| #define HAVE_STDLIB_H 1
1073| #define HAVE_STRING_H 1
1074| #define HAVE_MEMORY_H 1
1075| #define HAVE_STRINGS_H 1
1076| #define HAVE_INTTYPES_H 1
1077| #define HAVE_STDINT_H 1
1078| #define HAVE_UNISTD_H 1
1079| #define HAVE_DLFCN_H 1
1080| #define LT_OBJDIR ".libs/"
1081| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
1082| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
1083| #define USE_LOGGING MPID_LOGGING_NONE
1084| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
1085| #define MPICH_IS_THREADED 1
1086| #define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
1087| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
1088| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
1089| #define HAVE_ROMIO 1
1090| #define HAVE__FUNC__ /**/
1091| #define HAVE__FUNCTION__ /**/
1092| /* end confdefs.h.  */
1093|
1094| extern int PFoo(int);
1095| #pragma _HP_SECONDARY_DEF Foo  PFoo
1096| int Foo(int a) { return a; }
1097|
1098| int
1099| main ()
1100| {
1101| return PFoo(1);
1102|   ;
1103|   return 0;
1104| }
1105configure:29685: /usr/bin/clang -o conftest  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1106Undefined symbols for architecture x86_64:
1107  "_PFoo", referenced from:
1108      _main in conftest-873a15.o
1109ld: symbol(s) not found for architecture x86_64
1110clang: error: linker command failed with exit code 1 (use -v to see invocation)
1111configure:29685: $? = 1
1112configure: failed program was:
1113| /* confdefs.h */
1114| #define PACKAGE_NAME "MPICH"
1115| #define PACKAGE_TARNAME "mpich"
1116| #define PACKAGE_VERSION "3.2.1"
1117| #define PACKAGE_STRING "MPICH 3.2.1"
1118| #define PACKAGE_BUGREPORT "discuss@mpich.org"
1119| #define PACKAGE_URL "http://www.mpich.org/"
1120| #define PACKAGE "mpich"
1121| #define VERSION "3.2.1"
1122| #define STDC_HEADERS 1
1123| #define HAVE_SYS_TYPES_H 1
1124| #define HAVE_SYS_STAT_H 1
1125| #define HAVE_STDLIB_H 1
1126| #define HAVE_STRING_H 1
1127| #define HAVE_MEMORY_H 1
1128| #define HAVE_STRINGS_H 1
1129| #define HAVE_INTTYPES_H 1
1130| #define HAVE_STDINT_H 1
1131| #define HAVE_UNISTD_H 1
1132| #define HAVE_DLFCN_H 1
1133| #define LT_OBJDIR ".libs/"
1134| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
1135| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
1136| #define USE_LOGGING MPID_LOGGING_NONE
1137| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
1138| #define MPICH_IS_THREADED 1
1139| #define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
1140| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
1141| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
1142| #define HAVE_ROMIO 1
1143| #define HAVE__FUNC__ /**/
1144| #define HAVE__FUNCTION__ /**/
1145| /* end confdefs.h.  */
1146|
1147| extern int PFoo(int);
1148| #pragma _CRI duplicate PFoo as Foo
1149| int Foo(int a) { return a; }
1150|
1151| int
1152| main ()
1153| {
1154| return PFoo(1);
1155|   ;
1156|   return 0;
1157| }
1158configure:29699: result: no
1159configure:29717: checking whether __attribute__ ((weak)) allowed
1160configure:29734: /usr/bin/clang -c  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include conftest.c >&5
1161configure:29734: $? = 0
1162configure:29741: result: yes
1163configure:29745: checking whether __attribute__ ((weak_import)) allowed
1164configure:29762: /usr/bin/clang -c  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include conftest.c >&5
1165configure:29762: $? = 0
1166configure:29769: result: yes
1167configure:29772: checking whether __attribute__((weak,alias(...))) allowed
1168configure:29798: /usr/bin/clang -c -Werror   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include conftest.c >&5
1169conftest.c:34:62: error: only weak aliases are supported on darwin
1170int __foo(int a){return 0;} int foo(int) __attribute__((weak,alias("__foo")));
1171                                                             ^
11721 error generated.
1173configure:29798: $? = 1
1174configure: failed program was:
1175| /* confdefs.h */
1176| #define PACKAGE_NAME "MPICH"
1177| #define PACKAGE_TARNAME "mpich"
1178| #define PACKAGE_VERSION "3.2.1"
1179| #define PACKAGE_STRING "MPICH 3.2.1"
1180| #define PACKAGE_BUGREPORT "discuss@mpich.org"
1181| #define PACKAGE_URL "http://www.mpich.org/"
1182| #define PACKAGE "mpich"
1183| #define VERSION "3.2.1"
1184| #define STDC_HEADERS 1
1185| #define HAVE_SYS_TYPES_H 1
1186| #define HAVE_SYS_STAT_H 1
1187| #define HAVE_STDLIB_H 1
1188| #define HAVE_STRING_H 1
1189| #define HAVE_MEMORY_H 1
1190| #define HAVE_STRINGS_H 1
1191| #define HAVE_INTTYPES_H 1
1192| #define HAVE_STDINT_H 1
1193| #define HAVE_UNISTD_H 1
1194| #define HAVE_DLFCN_H 1
1195| #define LT_OBJDIR ".libs/"
1196| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
1197| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
1198| #define USE_LOGGING MPID_LOGGING_NONE
1199| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
1200| #define MPICH_IS_THREADED 1
1201| #define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
1202| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
1203| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
1204| #define HAVE_ROMIO 1
1205| #define HAVE__FUNC__ /**/
1206| #define HAVE__FUNCTION__ /**/
1207| /* end confdefs.h.  */
1208| int __foo(int a){return 0;} int foo(int) __attribute__((weak,alias("__foo")));
1209| int
1210| main ()
1211| {
1212| int a;
1213|   ;
1214|   return 0;
1215| }
1216configure:29811: result: no
1217configure:29993: checking for shared library (esp. rpath) characteristics of CC
1218configure:30084: result: done (results in src/env/cc_shlib.conf)
1219configure:30204: checking whether Fortran 77 compiler accepts option -O2
1220configure:30249: /opt/local/bin/gfortran-mp-7 -o conftest  -pipe -m64 -Wl,-headerpad_max_install_names -arch x86_64 conftest.f  > pac_test1.log 2>&1
1221configure:30249: $? = 1
1222configure: failed program was:
1223|       program main
1224|
1225|       end
1226configure:30391: result: no
1227configure:30630: checking how to get verbose linking output from /opt/local/bin/gfortran-mp-7
1228configure:30640: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 conftest.f >&5
1229FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
1230conftest.f:3:0:
1231
1232       end
1233 
1234Fatal Error: error closing -: Broken pipe
1235compilation terminated.
1236configure:30640: $? = 1
1237configure: failed program was:
1238|       program main
1239|
1240|       end
1241configure:30735: WARNING: compilation failed
1242configure:30741: result:
1243configure:30743: checking for Fortran 77 libraries of /opt/local/bin/gfortran-mp-7
1244configure:30766: /opt/local/bin/gfortran-mp-7 -o conftest -pipe -m64 -Wl,-headerpad_max_install_names -arch x86_64 conftest.f
1245FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
1246conftest.f:3:0:
1247
1248       end
1249 
1250Fatal Error: error closing -: Broken pipe
1251compilation terminated.
1252configure:30962: result:
1253configure:30978: checking whether /opt/local/bin/gfortran-mp-7 accepts the FLIBS found by autoconf
1254configure:30994: /opt/local/bin/gfortran-mp-7 -o conftest  -pipe -m64 -Wl,-headerpad_max_install_names -arch x86_64 conftest.f  >&5
1255FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
1256conftest.f:4:0:
1257
1258         end
1259 
1260Fatal Error: error closing -: Broken pipe
1261compilation terminated.
1262configure:30994: $? = 1
1263configure: failed program was:
1264|
1265|
1266|         program main
1267|         end
1268|
1269|
1270configure:31001: result: no
1271configure:31003: checking for valid entries in FLIBS
1272configure:31017: result:
1273configure:31034: checking whether /usr/bin/clang links with FLIBS found by autoconf
1274configure:31059: /usr/bin/clang -o conftest  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
1275configure:31059: $? = 0
1276configure:31061: result: yes
1277configure:31111: checking whether Fortran 77 and C objects are compatible
1278configure:31190: /usr/bin/clang -c  -pipe -arch x86_64  -O2   -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include conftest.c >&5
1279configure:31190: $? = 0
1280configure:31193: mv conftest.o pac_conftest.o
1281configure:31196: $? = 0
1282configure:31205: /opt/local/bin/gfortran-mp-7 -o conftest  -pipe -m64 -Wl,-headerpad_max_install_names -arch x86_64 conftest.f pac_conftest.o  >&5
1283FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
1284conftest.f:8:0:
1285
1286         end
1287 
1288Fatal Error: error closing -: Broken pipe
1289compilation terminated.
1290configure:31205: $? = 1
1291configure: failed program was:
1292|
1293|
1294|         program test
1295|         integer rc
1296|         rc = -1
1297|         call c_subpgm( rc )
1298|         write(6,*) "rc=", rc
1299|         end
1300|
1301|
1302configure:31241: /opt/local/bin/gfortran-mp-7 -c  -pipe -m64 conftest.f >&5
1303FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
1304conftest.f:8:0:
1305
1306         end
1307 
1308Fatal Error: error closing -: Broken pipe
1309compilation terminated.
1310configure:31241: $? = 1
1311configure: failed program was:
1312|
1313|
1314|         program test
1315|         integer rc
1316|         rc = -1
1317|         call c_subpgm( rc )
1318|         write(6,*) "rc=", rc
1319|         end
1320|
1321|
1322configure:31314: result: no
1323configure:31318: checking for file
1324configure:31334: found /usr/bin/file
1325configure:31345: result: file
1326configure:31357: error: ****  Incompatible Fortran and C Object File Types!  ****
1327F77 Object File Type produced by "/opt/local/bin/gfortran-mp-7  -pipe -m64" is : : cannot open `' (No such file or directory).
1328 C  Object File Type produced by "/usr/bin/clang  -pipe -arch x86_64  -O2" is : : Mach-O 64-bit object x86_64.
1329
1330## ---------------- ##
1331## Cache variables. ##
1332## ---------------- ##
1333
1334ac_cv_build=x86_64-apple-darwin16.7.0
1335ac_cv_c_compiler_gnu=yes
1336ac_cv_cxx_compiler_gnu=yes
1337ac_cv_env_AR_FLAGS_set=
1338ac_cv_env_AR_FLAGS_value=
1339ac_cv_env_CCC_set=
1340ac_cv_env_CCC_value=
1341ac_cv_env_CC_set=set
1342ac_cv_env_CC_value=/usr/bin/clang
1343ac_cv_env_CFLAGS_set=set
1344ac_cv_env_CFLAGS_value=
1345ac_cv_env_CPPFLAGS_set=set
1346ac_cv_env_CPPFLAGS_value=
1347ac_cv_env_CPP_set=
1348ac_cv_env_CPP_value=
1349ac_cv_env_CXXCPP_set=
1350ac_cv_env_CXXCPP_value=
1351ac_cv_env_CXXFLAGS_set=set
1352ac_cv_env_CXXFLAGS_value=
1353ac_cv_env_CXX_set=set
1354ac_cv_env_CXX_value=/usr/bin/clang++
1355ac_cv_env_F77_set=set
1356ac_cv_env_F77_value=/opt/local/bin/gfortran-mp-7
1357ac_cv_env_FCFLAGS_set=set
1358ac_cv_env_FCFLAGS_value=
1359ac_cv_env_FC_set=set
1360ac_cv_env_FC_value=/opt/local/bin/gfortran-mp-7
1361ac_cv_env_FFLAGS_set=set
1362ac_cv_env_FFLAGS_value=
1363ac_cv_env_GCOV_set=
1364ac_cv_env_GCOV_value=
1365ac_cv_env_LDFLAGS_set=set
1366ac_cv_env_LDFLAGS_value='-Wl,-headerpad_max_install_names -arch x86_64'
1367ac_cv_env_LIBS_set=
1368ac_cv_env_LIBS_value=
1369ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1370ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1371ac_cv_env_MPICHLIB_CFLAGS_set=set
1372ac_cv_env_MPICHLIB_CFLAGS_value='-pipe -arch x86_64'
1373ac_cv_env_MPICHLIB_CPPFLAGS_set=set
1374ac_cv_env_MPICHLIB_CPPFLAGS_value=
1375ac_cv_env_MPICHLIB_CXXFLAGS_set=set
1376ac_cv_env_MPICHLIB_CXXFLAGS_value='-pipe -arch x86_64 -stdlib=libc++'
1377ac_cv_env_MPICHLIB_FCFLAGS_set=set
1378ac_cv_env_MPICHLIB_FCFLAGS_value='-pipe -m64'
1379ac_cv_env_MPICHLIB_FFLAGS_set=set
1380ac_cv_env_MPICHLIB_FFLAGS_value='-pipe -m64'
1381ac_cv_env_MPICXXLIBNAME_set=
1382ac_cv_env_MPICXXLIBNAME_value=
1383ac_cv_env_MPIFCLIBNAME_set=
1384ac_cv_env_MPIFCLIBNAME_value=
1385ac_cv_env_MPILIBNAME_set=
1386ac_cv_env_MPILIBNAME_value=
1387ac_cv_env_MPLLIBNAME_set=
1388ac_cv_env_MPLLIBNAME_value=
1389ac_cv_env_OPALIBNAME_set=
1390ac_cv_env_OPALIBNAME_value=
1391ac_cv_env_PAMILIBNAME_set=
1392ac_cv_env_PAMILIBNAME_value=
1393ac_cv_env_PMPILIBNAME_set=
1394ac_cv_env_PMPILIBNAME_value=
1395ac_cv_env_build_alias_set=
1396ac_cv_env_build_alias_value=
1397ac_cv_env_host_alias_set=
1398ac_cv_env_host_alias_value=
1399ac_cv_env_target_alias_set=
1400ac_cv_env_target_alias_value=
1401ac_cv_f77_compiler_gnu=no
1402ac_cv_f77_libs=
1403ac_cv_fc_compiler_gnu=no
1404ac_cv_header_dlfcn_h=yes
1405ac_cv_header_hcoll_api_hcoll_api_h=no
1406ac_cv_header_inttypes_h=yes
1407ac_cv_header_memory_h=yes
1408ac_cv_header_stdc=yes
1409ac_cv_header_stdint_h=yes
1410ac_cv_header_stdlib_h=yes
1411ac_cv_header_string_h=yes
1412ac_cv_header_strings_h=yes
1413ac_cv_header_sys_stat_h=yes
1414ac_cv_header_sys_types_h=yes
1415ac_cv_header_unistd_h=yes
1416ac_cv_host=x86_64-apple-darwin16.7.0
1417ac_cv_lib_hcoll_hcoll_init=no
1418ac_cv_objext=o
1419ac_cv_path_EGREP='/usr/bin/grep -E'
1420ac_cv_path_FGREP='/usr/bin/grep -F'
1421ac_cv_path_GREP=/usr/bin/grep
1422ac_cv_path_SED=/opt/local/bin/gsed
1423ac_cv_path_lt_DD=/bin/dd
1424ac_cv_prog_AWK=awk
1425ac_cv_prog_CPP='/usr/bin/clang -E'
1426ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1427ac_cv_prog_FILE=file
1428ac_cv_prog_ac_ct_AR=ar
1429ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1430ac_cv_prog_ac_ct_LIPO=lipo
1431ac_cv_prog_ac_ct_NMEDIT=nmedit
1432ac_cv_prog_ac_ct_OBJDUMP=objdump
1433ac_cv_prog_ac_ct_OTOOL=otool
1434ac_cv_prog_ac_ct_RANLIB=ranlib
1435ac_cv_prog_ac_ct_STRIP=strip
1436ac_cv_prog_cc_c89=
1437ac_cv_prog_cc_g=yes
1438ac_cv_prog_cxx_g=yes
1439ac_cv_prog_f77_g=no
1440ac_cv_prog_fc_g=no
1441ac_cv_prog_make_make_set=yes
1442am_cv_CC_dependencies_compiler_type=none
1443am_cv_CXX_dependencies_compiler_type=none
1444am_cv_ar_interface=ar
1445am_cv_make_support_nested_variables=yes
1446am_cv_prog_cc_c_o=yes
1447lt_cv_apple_cc_single_mod=yes
1448lt_cv_ar_at_file=no
1449lt_cv_deplibs_check_method=pass_all
1450lt_cv_file_magic_cmd='$MAGIC_CMD'
1451lt_cv_file_magic_test_file=
1452lt_cv_ld_exported_symbols_list=yes
1453lt_cv_ld_force_load=yes
1454lt_cv_ld_reload_flag=-r
1455lt_cv_nm_interface='BSD nm'
1456lt_cv_objdir=.libs
1457lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1458lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1459lt_cv_path_NM='/opt/local/bin/nm -B'
1460lt_cv_path_mainfest_tool=no
1461lt_cv_prog_compiler_c_o=yes
1462lt_cv_prog_compiler_c_o_CXX=yes
1463lt_cv_prog_compiler_c_o_F77=no
1464lt_cv_prog_compiler_c_o_FC=no
1465lt_cv_prog_compiler_pic='-fno-common -DPIC'
1466lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1467lt_cv_prog_compiler_pic_F77=-fno-common
1468lt_cv_prog_compiler_pic_FC=-fno-common
1469lt_cv_prog_compiler_pic_works=yes
1470lt_cv_prog_compiler_pic_works_CXX=yes
1471lt_cv_prog_compiler_pic_works_F77=no
1472lt_cv_prog_compiler_pic_works_FC=no
1473lt_cv_prog_compiler_rtti_exceptions=yes
1474lt_cv_prog_compiler_static_works=no
1475lt_cv_prog_compiler_static_works_CXX=no
1476lt_cv_prog_compiler_static_works_F77=no
1477lt_cv_prog_compiler_static_works_FC=no
1478lt_cv_prog_gnu_ld=no
1479lt_cv_prog_gnu_ldcxx=no
1480lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1481lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1482lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1483lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1484lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1485lt_cv_sys_global_symbol_to_import=
1486lt_cv_sys_max_cmd_len=196608
1487lt_cv_to_host_file_cmd=func_convert_file_noop
1488lt_cv_to_tool_file_cmd=func_convert_file_noop
1489lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1490pac_cv_attr_weak=yes
1491pac_cv_attr_weak_alias=no
1492pac_cv_attr_weak_import=yes
1493pac_cv_f77_flibs_valid=unknown
1494pac_cv_have__func__=yes
1495pac_cv_have__function__=yes
1496pac_cv_have_cap__func__=no
1497pac_cv_my_conf_dir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64
1498pac_cv_prog_c_weak_symbols=no
1499
1500## ----------------- ##
1501## Output variables. ##
1502## ----------------- ##
1503
1504ABIVERSION='13:1:1'
1505ABIVERSIONFLAGS='-version-info $(ABIVERSION)'
1506ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/missing aclocal-1.15'
1507ADDRESS_KIND=''
1508ALLOCA=''
1509AMDEPBACKSLASH=''
1510AMDEP_FALSE=''
1511AMDEP_TRUE='#'
1512AMTAR='$${TAR-tar}'
1513AM_BACKSLASH='\'
1514AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1515AM_DEFAULT_VERBOSITY='1'
1516AM_V='$(V)'
1517AR='ar'
1518AR_FLAGS='cru'
1519AS=''
1520ASSERT_LEVEL=''
1521AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/missing autoconf'
1522AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/missing autoheader'
1523AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/missing automake-1.15'
1524AWK='awk'
1525BASH_SHELL='/bin/bash'
1526BGQ_INSTALL_DIR=''
1527BSEND_OVERHEAD=''
1528BUILD_BASH_SCRIPTS_FALSE=''
1529BUILD_BASH_SCRIPTS_TRUE=''
1530BUILD_CH3_FALSE='#'
1531BUILD_CH3_NEMESIS_FALSE='#'
1532BUILD_CH3_NEMESIS_TRUE=''
1533BUILD_CH3_SOCK_FALSE=''
1534BUILD_CH3_SOCK_TRUE='#'
1535BUILD_CH3_TRUE=''
1536BUILD_CH3_UTIL_FTB_FALSE=''
1537BUILD_CH3_UTIL_FTB_TRUE='#'
1538BUILD_CH3_UTIL_SOCK_FALSE=''
1539BUILD_CH3_UTIL_SOCK_TRUE='#'
1540BUILD_COVERAGE_FALSE=''
1541BUILD_COVERAGE_TRUE=''
1542BUILD_CXX_BINDING_FALSE=''
1543BUILD_CXX_BINDING_TRUE=''
1544BUILD_DEBUGGER_DLL_FALSE=''
1545BUILD_DEBUGGER_DLL_TRUE=''
1546BUILD_F08_BINDING_FALSE=''
1547BUILD_F08_BINDING_TRUE=''
1548BUILD_F77_BINDING_FALSE=''
1549BUILD_F77_BINDING_TRUE=''
1550BUILD_FC_BINDING_FALSE='#'
1551BUILD_FC_BINDING_TRUE=''
1552BUILD_HCOLL_FALSE=''
1553BUILD_HCOLL_TRUE='#'
1554BUILD_LOGGING_RLOG_FALSE=''
1555BUILD_LOGGING_RLOG_TRUE='#'
1556BUILD_MPID_COMMON_DATATYPE_FALSE='#'
1557BUILD_MPID_COMMON_DATATYPE_TRUE=''
1558BUILD_MPID_COMMON_SCHED_FALSE='#'
1559BUILD_MPID_COMMON_SCHED_TRUE=''
1560BUILD_MPID_COMMON_SOCK_FALSE=''
1561BUILD_MPID_COMMON_SOCK_POLL_FALSE=''
1562BUILD_MPID_COMMON_SOCK_POLL_TRUE='#'
1563BUILD_MPID_COMMON_SOCK_TRUE='#'
1564BUILD_MPID_COMMON_THREAD_FALSE='#'
1565BUILD_MPID_COMMON_THREAD_TRUE=''
1566BUILD_NAMEPUB_FILE_FALSE=''
1567BUILD_NAMEPUB_FILE_TRUE=''
1568BUILD_NAMEPUB_PMI_FALSE=''
1569BUILD_NAMEPUB_PMI_TRUE=''
1570BUILD_NEMESIS_NETMOD_LLC_FALSE=''
1571BUILD_NEMESIS_NETMOD_LLC_TRUE='#'
1572BUILD_NEMESIS_NETMOD_MXM_FALSE=''
1573BUILD_NEMESIS_NETMOD_MXM_TRUE='#'
1574BUILD_NEMESIS_NETMOD_OFI_FALSE=''
1575BUILD_NEMESIS_NETMOD_OFI_TRUE='#'
1576BUILD_NEMESIS_NETMOD_PORTALS4_FALSE=''
1577BUILD_NEMESIS_NETMOD_PORTALS4_TRUE='#'
1578BUILD_NEMESIS_NETMOD_TCP_FALSE='#'
1579BUILD_NEMESIS_NETMOD_TCP_TRUE=''
1580BUILD_PAMID_FALSE=''
1581BUILD_PAMID_TRUE='#'
1582BUILD_PMI_PMI2_FALSE=''
1583BUILD_PMI_PMI2_POE_FALSE=''
1584BUILD_PMI_PMI2_POE_TRUE=''
1585BUILD_PMI_PMI2_SIMPLE_FALSE=''
1586BUILD_PMI_PMI2_SIMPLE_TRUE=''
1587BUILD_PMI_PMI2_TRUE=''
1588BUILD_PMI_SIMPLE_FALSE=''
1589BUILD_PMI_SIMPLE_TRUE=''
1590BUILD_PMI_SLURM_FALSE=''
1591BUILD_PMI_SLURM_TRUE=''
1592BUILD_PM_GFORKER_FALSE=''
1593BUILD_PM_GFORKER_TRUE=''
1594BUILD_PM_HYDRA_FALSE=''
1595BUILD_PM_HYDRA_TRUE=''
1596BUILD_PM_REMSHELL_FALSE=''
1597BUILD_PM_REMSHELL_TRUE=''
1598BUILD_PM_UTIL_FALSE=''
1599BUILD_PM_UTIL_TRUE=''
1600BUILD_PROFILING_LIB_FALSE='#'
1601BUILD_PROFILING_LIB_TRUE=''
1602BUILD_ROMIO_FALSE='#'
1603BUILD_ROMIO_TRUE=''
1604CC='/usr/bin/clang'
1605CCDEPMODE='depmode=none'
1606CFLAGS=' -pipe -arch x86_64  -O2'
1607CMB_1INT_ALIGNMENT=''
1608CMB_STATUS_ALIGNMENT=''
1609CONFIGURE_ARGS_CLEAN='--prefix=/opt/local --disable-dependency-tracking --disable-dependency-tracking --disable-silent-rules --enable-base-cache --enable-cache --enable-cxx --enable-fast=O2 --enable-shared --enable-smpcoll --with-device=ch3:nemesis --with-pm=hydra --with-thread-package=posix --enable-versioning F90FLAGS= F90= --enable-timer-type=mach_absolute_time --libdir=/opt/local/lib/mpich-mp --sysconfdir=/opt/local/etc/mpich-mp --program-suffix=-mpich-mp --includedir=/opt/local/include/mpich-mp MPICHLIB_CFLAGS=-pipe -arch x86_64 CFLAGS= MPICHLIB_CPPFLAGS= CPPFLAGS= MPICHLIB_CXXFLAGS=-pipe -arch x86_64 -stdlib=libc++ CXXFLAGS= MPICHLIB_FFLAGS=-pipe -m64 FFLAGS= MPICHLIB_FCFLAGS=-pipe -m64 FCFLAGS= --enable-fortran --disable-dependency-tracking'
1610CONFIGURE_ARGUMENTS=' '\''--prefix=/opt/local'\'' '\''--disable-silent-rules'\'' '\''--enable-base-cache'\'' '\''--enable-cache'\'' '\''--enable-cxx'\'' '\''--enable-fast=O2'\'' '\''--enable-shared'\'' '\''--enable-smpcoll'\'' '\''--with-device=ch3:nemesis'\'' '\''--with-pm=hydra'\'' '\''--with-thread-package=posix'\'' '\''--enable-versioning'\'' '\''F90FLAGS='\'' '\''F90='\'' '\''--enable-timer-type=mach_absolute_time'\'' '\''--libdir=/opt/local/lib/mpich-mp'\'' '\''--sysconfdir=/opt/local/etc/mpich-mp'\'' '\''--program-suffix=-mpich-mp'\'' '\''--includedir=/opt/local/include/mpich-mp'\'' '\''MPICHLIB_CFLAGS=-pipe -arch x86_64'\'' '\''CFLAGS='\'' '\''MPICHLIB_CPPFLAGS='\'' '\''CPPFLAGS='\'' '\''MPICHLIB_CXXFLAGS=-pipe -arch x86_64 -stdlib=libc++'\'' '\''CXXFLAGS='\'' '\''MPICHLIB_FFLAGS=-pipe -m64'\'' '\''FFLAGS='\'' '\''MPICHLIB_FCFLAGS=-pipe -m64'\'' '\''FCFLAGS='\'' '\''--enable-fortran'\'' '\''--disable-dependency-tracking'\'' '\''CC=/usr/bin/clang'\'' '\''LDFLAGS=-Wl,-headerpad_max_install_names -arch x86_64'\'' '\''CXX=/usr/bin/clang++'\'' '\''FC=/opt/local/bin/gfortran-mp-7'\'' '\''F77=/opt/local/bin/gfortran-mp-7'\'''
1611COUNT_KIND=''
1612CPP='/usr/bin/clang -E'
1613CPPFLAGS='  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src -D_REENTRANT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpi/romio/include'
1614CXX='/usr/bin/clang++'
1615CXXCPP='/usr/bin/clang++ -E'
1616CXXDEPMODE='depmode=none'
1617CXXFLAGS=' -pipe -arch x86_64 -stdlib=libc++'
1618CYGPATH_W='echo'
1619C_LINKPATH_SHL=''
1620DEFS=''
1621DEPDIR='.deps'
1622DEVICE='ch3:nemesis'
1623DISABLE_TAG_SUPPORT=''
1624DLLIMPORT=''
1625DLLTOOL='false'
1626DOCTEXT=''
1627DSYMUTIL='dsymutil'
1628DUMPBIN=''
1629ECHO_C='\c'
1630ECHO_N=''
1631ECHO_T=''
1632EGREP='/usr/bin/grep -E'
1633EXEEXT=''
1634F08_2INT=''
1635F08_AINT=''
1636F08_BYTE=''
1637F08_CHAR=''
1638F08_COMPLEX16=''
1639F08_COMPLEX32=''
1640F08_COMPLEX8=''
1641F08_COUNT=''
1642F08_CXX_BOOL=''
1643F08_CXX_DOUBLE_COMPLEX=''
1644F08_CXX_FLOAT_COMPLEX=''
1645F08_CXX_LONG_DOUBLE_COMPLEX=''
1646F08_C_AINT=''
1647F08_C_BOOL=''
1648F08_C_COMPLEX=''
1649F08_C_COUNT=''
1650F08_C_DOUBLE_COMPLEX=''
1651F08_C_FLOAT_COMPLEX=''
1652F08_C_LONG_DOUBLE_COMPLEX=''
1653F08_C_OFFSET=''
1654F08_DOUBLE=''
1655F08_DOUBLE_INT=''
1656F08_FLOAT=''
1657F08_FLOAT_INT=''
1658F08_INT16_T=''
1659F08_INT32_T=''
1660F08_INT64_T=''
1661F08_INT8_T=''
1662F08_INT=''
1663F08_INTEGER16=''
1664F08_INTEGER1=''
1665F08_INTEGER2=''
1666F08_INTEGER4=''
1667F08_INTEGER8=''
1668F08_LB=''
1669F08_LONG=''
1670F08_LONG_DOUBLE=''
1671F08_LONG_DOUBLE_INT=''
1672F08_LONG_INT=''
1673F08_LONG_LONG=''
1674F08_LONG_LONG_INT=''
1675F08_OFFSET=''
1676F08_PACKED=''
1677F08_REAL16=''
1678F08_REAL4=''
1679F08_REAL8=''
1680F08_SHORT=''
1681F08_SHORT_INT=''
1682F08_SIGNED_CHAR=''
1683F08_UB=''
1684F08_UINT16_T=''
1685F08_UINT32_T=''
1686F08_UINT64_T=''
1687F08_UINT8_T=''
1688F08_UNSIGNED=''
1689F08_UNSIGNED_CHAR=''
1690F08_UNSIGNED_INT=''
1691F08_UNSIGNED_LONG=''
1692F08_UNSIGNED_LONG_LONG=''
1693F08_UNSIGNED_SHORT=''
1694F08_WCHAR=''
1695F77='/opt/local/bin/gfortran-mp-7'
1696F77CPP=''
1697F77_COMPLEX16=''
1698F77_COMPLEX32=''
1699F77_COMPLEX8=''
1700F77_INCDIR=''
1701F77_INTEGER16=''
1702F77_INTEGER1=''
1703F77_INTEGER2=''
1704F77_INTEGER4=''
1705F77_INTEGER8=''
1706F77_LIBDIR_LEADER=''
1707F77_NAME_MANGLE=''
1708F77_OTHER_LIBS=''
1709F77_REAL16=''
1710F77_REAL4=''
1711F77_REAL8=''
1712FC='/opt/local/bin/gfortran-mp-7'
1713FCCPP=''
1714FCEXT=''
1715FCFLAGS=' -pipe -m64'
1716FCINC=''
1717FCINCFLAG=''
1718FCMODEXT=''
1719FCMODINCFLAG=''
1720FCMODINCSPEC=''
1721FCMODOUTFLAG=''
1722FC_ALL_INTEGER_MODELS=''
1723FC_DOUBLE_MODEL=''
1724FC_INTEGER_MODEL=''
1725FC_INTEGER_MODEL_MAP=''
1726FC_OTHER_LIBS=''
1727FC_REAL_MODEL=''
1728FC_WORK_FILES_ARG=''
1729FFLAGS=' -pipe -m64'
1730FGREP='/usr/bin/grep -F'
1731FILE='file'
1732FLIBS=''
1733FORTRAN_BINDING='0'
1734FORTRAN_MPI_OFFSET=''
1735GCOV=''
1736GNUCXX_MINORVERSION=''
1737GNUCXX_VERSION=''
1738GREP='/usr/bin/grep'
1739HAVE_CXX_EXCEPTIONS=''
1740HAVE_ERROR_CHECKING='1'
1741HAVE_ROMIO='#include "mpio.h"'
1742INCLUDE_MPICXX_H=''
1743INSTALL_DATA='${INSTALL} -m 644'
1744INSTALL_MPIF77_FALSE=''
1745INSTALL_MPIF77_TRUE='#'
1746INSTALL_PROGRAM='${INSTALL}'
1747INSTALL_SCRIPT='${INSTALL}'
1748INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1749INTEGER_KIND=''
1750INTERLIB_DEPS='yes'
1751KILLALL=''
1752LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1753LDFLAGS='-Wl,-headerpad_max_install_names -arch x86_64'
1754LIBOBJS=''
1755LIBS=''
1756LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1757LIPO='lipo'
1758LN_S='ln -s'
1759LPMPILIBNAME=''
1760LTLIBOBJS=''
1761LT_SYS_LIBRARY_PATH=''
1762MAINT=''
1763MAINTAINER_MODE_FALSE='#'
1764MAINTAINER_MODE_TRUE=''
1765MAKE=''
1766MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/missing makeinfo'
1767MANIFEST_TOOL=':'
1768MKDIR_P='confdb/install-sh -c -d'
1769MPIBASEMODNAME=''
1770MPICC_NAME=''
1771MPICHLIB_CFLAGS='-pipe -arch x86_64'
1772MPICHLIB_CPPFLAGS=''
1773MPICHLIB_CXXFLAGS='-pipe -arch x86_64 -stdlib=libc++'
1774MPICHLIB_FCFLAGS='-pipe -m64'
1775MPICHLIB_FFLAGS='-pipe -m64'
1776MPICH_MPICC_CFLAGS=''
1777MPICH_MPICC_CPPFLAGS=''
1778MPICH_MPICC_LDFLAGS=''
1779MPICH_MPICC_LIBS=''
1780MPICH_MPICXX_CPPFLAGS=''
1781MPICH_MPICXX_CXXFLAGS=''
1782MPICH_MPICXX_LDFLAGS=''
1783MPICH_MPICXX_LIBS=''
1784MPICH_MPIF77_CPPFLAGS=''
1785MPICH_MPIF77_FFLAGS=''
1786MPICH_MPIF77_LDFLAGS=''
1787MPICH_MPIF77_LIBS=''
1788MPICH_MPIFORT_CPPFLAGS=''
1789MPICH_MPIFORT_FCFLAGS=''
1790MPICH_MPIFORT_LDFLAGS=''
1791MPICH_MPIFORT_LIBS=''
1792MPICH_NUMVERSION='30201300'
1793MPICH_RELEASE_DATE='Fri Nov 10 20:21:01 CST 2017'
1794MPICH_TIMER_KIND=''
1795MPICH_TIMER_TYPE=''
1796MPICH_VERSION='3.2.1'
1797MPICONSTMODNAME=''
1798MPICPP_NAME=''
1799MPICXXLIBNAME='mpicxx'
1800MPICXX_NAME=''
1801MPIF77_NAME=''
1802MPIF90_NAME=''
1803MPIFCLIBNAME='mpifort'
1804MPIFORT_NAME=''
1805MPIFPMPI=''
1806MPILIBNAME='mpi'
1807MPIMODNAME=''
1808MPIR_CXX_BOOL=''
1809MPIR_CXX_COMPLEX=''
1810MPIR_CXX_DOUBLE_COMPLEX=''
1811MPIR_CXX_LONG_DOUBLE_COMPLEX=''
1812MPISIZEOFMODNAME=''
1813MPIU_DLL_SPEC_DEF=''
1814MPIU_PINT=''
1815MPI_2COMPLEX=''
1816MPI_2DOUBLE_COMPLEX=''
1817MPI_2DOUBLE_PRECISION=''
1818MPI_2INT=''
1819MPI_2INTEGER=''
1820MPI_2REAL=''
1821MPI_AINT=''
1822MPI_AINT_DATATYPE=''
1823MPI_AINT_FMT_DEC_SPEC=''
1824MPI_AINT_FMT_HEX_SPEC=''
1825MPI_BYTE=''
1826MPI_CHAR=''
1827MPI_CHARACTER=''
1828MPI_COMPLEX16=''
1829MPI_COMPLEX32=''
1830MPI_COMPLEX8=''
1831MPI_COMPLEX=''
1832MPI_COUNT=''
1833MPI_COUNT_DATATYPE=''
1834MPI_C_BOOL=''
1835MPI_C_DOUBLE_COMPLEX=''
1836MPI_C_FLOAT_COMPLEX=''
1837MPI_C_INTERFACE_CDESC_NAME=''
1838MPI_C_INTERFACE_GLUE_NAME=''
1839MPI_C_INTERFACE_NAME=''
1840MPI_C_INTERFACE_NOBUF_NAME=''
1841MPI_C_INTERFACE_TYPES_NAME=''
1842MPI_C_LONG_DOUBLE_COMPLEX=''
1843MPI_DOUBLE=''
1844MPI_DOUBLE_COMPLEX=''
1845MPI_DOUBLE_INT=''
1846MPI_DOUBLE_PRECISION=''
1847MPI_F08_CALLBACKS_NAME=''
1848MPI_F08_COMPILE_CONSTANTS_NAME=''
1849MPI_F08_LINK_CONSTANTS_NAME=''
1850MPI_F08_NAME=''
1851MPI_F08_TYPES_NAME=''
1852MPI_F77_2INT=''
1853MPI_F77_AINT=''
1854MPI_F77_BYTE=''
1855MPI_F77_CHAR=''
1856MPI_F77_COUNT=''
1857MPI_F77_CXX_BOOL=''
1858MPI_F77_CXX_DOUBLE_COMPLEX=''
1859MPI_F77_CXX_FLOAT_COMPLEX=''
1860MPI_F77_CXX_LONG_DOUBLE_COMPLEX=''
1861MPI_F77_C_BOOL=''
1862MPI_F77_C_COMPLEX=''
1863MPI_F77_C_DOUBLE_COMPLEX=''
1864MPI_F77_C_FLOAT_COMPLEX=''
1865MPI_F77_C_LONG_DOUBLE_COMPLEX=''
1866MPI_F77_DOUBLE=''
1867MPI_F77_DOUBLE_INT=''
1868MPI_F77_FLOAT=''
1869MPI_F77_FLOAT_INT=''
1870MPI_F77_INT16_T=''
1871MPI_F77_INT32_T=''
1872MPI_F77_INT64_T=''
1873MPI_F77_INT8_T=''
1874MPI_F77_INT=''
1875MPI_F77_LB=''
1876MPI_F77_LONG=''
1877MPI_F77_LONG_DOUBLE=''
1878MPI_F77_LONG_DOUBLE_INT=''
1879MPI_F77_LONG_INT=''
1880MPI_F77_LONG_LONG=''
1881MPI_F77_LONG_LONG_INT=''
1882MPI_F77_OFFSET=''
1883MPI_F77_PACKED=''
1884MPI_F77_SHORT=''
1885MPI_F77_SHORT_INT=''
1886MPI_F77_SIGNED_CHAR=''
1887MPI_F77_UB=''
1888MPI_F77_UINT16_T=''
1889MPI_F77_UINT32_T=''
1890MPI_F77_UINT64_T=''
1891MPI_F77_UINT8_T=''
1892MPI_F77_UNSIGNED=''
1893MPI_F77_UNSIGNED_CHAR=''
1894MPI_F77_UNSIGNED_LONG=''
1895MPI_F77_UNSIGNED_LONG_LONG=''
1896MPI_F77_UNSIGNED_SHORT=''
1897MPI_F77_WCHAR=''
1898MPI_FINT=''
1899MPI_FLOAT=''
1900MPI_FLOAT_INT=''
1901MPI_INT16_T=''
1902MPI_INT32_T=''
1903MPI_INT64_T=''
1904MPI_INT8_T=''
1905MPI_INT=''
1906MPI_INTEGER16=''
1907MPI_INTEGER1=''
1908MPI_INTEGER2=''
1909MPI_INTEGER4=''
1910MPI_INTEGER8=''
1911MPI_INTEGER=''
1912MPI_LB=''
1913MPI_LOGICAL=''
1914MPI_LONG=''
1915MPI_LONG_DOUBLE=''
1916MPI_LONG_DOUBLE_INT=''
1917MPI_LONG_INT=''
1918MPI_LONG_LONG=''
1919MPI_MAX_ERROR_STRING=''
1920MPI_MAX_LIBRARY_VERSION_STRING=''
1921MPI_MAX_PROCESSOR_NAME=''
1922MPI_OFFSET=''
1923MPI_OFFSET_DATATYPE=''
1924MPI_OFFSET_TYPEDEF=''
1925MPI_PACKED=''
1926MPI_REAL16=''
1927MPI_REAL4=''
1928MPI_REAL8=''
1929MPI_REAL=''
1930MPI_SHORT=''
1931MPI_SHORT_INT=''
1932MPI_SIGNED_CHAR=''
1933MPI_STATUS_SIZE=''
1934MPI_UB=''
1935MPI_UINT16_T=''
1936MPI_UINT32_T=''
1937MPI_UINT64_T=''
1938MPI_UINT8_T=''
1939MPI_UNSIGNED_CHAR=''
1940MPI_UNSIGNED_INT=''
1941MPI_UNSIGNED_LONG=''
1942MPI_UNSIGNED_LONG_LONG=''
1943MPI_UNSIGNED_SHORT=''
1944MPI_WCHAR=''
1945MPLLIBNAME='mpl'
1946NM='/opt/local/bin/nm -B'
1947NMEDIT='nmedit'
1948OBJDUMP='objdump'
1949OBJEXT='o'
1950OFFSET_KIND=''
1951OPALIBNAME='opa'
1952OTOOL64=':'
1953OTOOL='otool'
1954PACKAGE='mpich'
1955PACKAGE_BUGREPORT='discuss@mpich.org'
1956PACKAGE_NAME='MPICH'
1957PACKAGE_STRING='MPICH 3.2.1'
1958PACKAGE_TARNAME='mpich'
1959PACKAGE_URL='http://www.mpich.org/'
1960PACKAGE_VERSION='3.2.1'
1961PAMILIBNAME='pami'
1962PAPI_INCLUDE=''
1963PATH_SEPARATOR=':'
1964PERL=''
1965PMPILIBNAME='pmpi'
1966PMPI_F08_NAME=''
1967PRIMARY_PM_GFORKER_FALSE=''
1968PRIMARY_PM_GFORKER_TRUE=''
1969PRIMARY_PM_REMSHELL_FALSE=''
1970PRIMARY_PM_REMSHELL_TRUE=''
1971QUEUE_BINARY_SEARCH_SUPPORT_FALSE=''
1972QUEUE_BINARY_SEARCH_SUPPORT_TRUE='#'
1973RANLIB='ranlib'
1974REQD=''
1975REQI1=''
1976REQI2=''
1977REQI8=''
1978RSH=''
1979SED='/opt/local/bin/gsed'
1980SET_CFLAGS=''
1981SET_MAKE=''
1982SHELL='/bin/sh'
1983SHLIB_EXT=''
1984SIZEOF_FC_CHARACTER=''
1985SIZEOF_FC_DOUBLE_PRECISION=''
1986SIZEOF_FC_INTEGER=''
1987SIZEOF_FC_REAL=''
1988SIZEOF_MPI_STATUS=''
1989SSH=''
1990STRIP='strip'
1991USER_CFLAGS=''
1992USER_CPPFLAGS=''
1993USER_CXXFLAGS=''
1994USER_EXTRA_LIBS=''
1995USER_FCFLAGS=''
1996USER_FFLAGS=''
1997USER_LDFLAGS='-Wl,-headerpad_max_install_names -arch x86_64'
1998USER_LIBS=''
1999USE_DBG_LOGGING='0'
2000VERSION='3.2.1'
2001VPATH=''
2002WRAPPER_CFLAGS=''
2003WRAPPER_CPPFLAGS=''
2004WRAPPER_CXXFLAGS=''
2005WRAPPER_EXTRA_LIBS=''
2006WRAPPER_FCFLAGS=''
2007WRAPPER_FFLAGS=''
2008WRAPPER_LDFLAGS='-Wl,-headerpad_max_install_names -arch x86_64'
2009WRAPPER_LIBS=' '
2010WRAPPER_RPATH_LDFLAGS=''
2011WTIME_DOUBLE_TYPE=''
2012XARGS_NODATA_OPT=''
2013ac_ct_AR='ar'
2014ac_ct_CC=''
2015ac_ct_CXX=''
2016ac_ct_DUMPBIN=''
2017ac_ct_F77=''
2018ac_ct_FC=''
2019am__EXEEXT_FALSE=''
2020am__EXEEXT_TRUE=''
2021am__fastdepCC_FALSE=''
2022am__fastdepCC_TRUE='#'
2023am__fastdepCXX_FALSE=''
2024am__fastdepCXX_TRUE='#'
2025am__include='include'
2026am__isrc=''
2027am__leading_dot='.'
2028am__nodep=''
2029am__quote=''
2030am__tar='$${TAR-tar} chof - "$$tardir"'
2031am__untar='$${TAR-tar} xf -'
2032bindings=''
2033bindir='${exec_prefix}/bin'
2034build='x86_64-apple-darwin16.7.0'
2035build_alias=''
2036build_cpu='x86_64'
2037build_os='darwin16.7.0'
2038build_vendor='apple'
2039channel_name='nemesis'
2040datadir='${datarootdir}'
2041datarootdir='${prefix}/share'
2042device_name='ch3'
2043docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2044dvidir='${docdir}'
2045enable_wrapper_rpath='yes'
2046exec_prefix='NONE'
2047host='x86_64-apple-darwin16.7.0'
2048host_alias=''
2049host_cpu='x86_64'
2050host_os='darwin16.7.0'
2051host_vendor='apple'
2052htmldir='${docdir}'
2053includedir='/opt/local/include/mpich-mp'
2054infodir='${datarootdir}/info'
2055install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/confdb/install-sh'
2056libdir='/opt/local/lib/mpich-mp'
2057libexecdir='${exec_prefix}/libexec'
2058libmpi_so_version='13:1:1'
2059localedir='${datarootdir}/locale'
2060localstatedir='${prefix}/var'
2061mandir='${datarootdir}/man'
2062master_top_builddir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64'
2063master_top_srcdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64'
2064mkdir_p='$(MKDIR_P)'
2065mmx_copy_s=''
2066modincdir=''
2067mpich_libtool_static_flag=''
2068mpllib='src/mpl/libmpl.la'
2069mpllibdir='-L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl'
2070mplsrcdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/mpl'
2071nemesis_nets_array=''
2072nemesis_nets_array_sz=''
2073nemesis_nets_dirs=''
2074nemesis_nets_func_array=''
2075nemesis_nets_func_decl=''
2076nemesis_nets_macro_defs=''
2077nemesis_nets_strings=''
2078nemesis_networks='tcp'
2079oldincludedir='/usr/include'
2080opalib='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa/src/libopa.la'
2081opalibdir=''
2082opasrcdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_mpich/mpich-default/work/mpich-3.2.1-x86_64/src/openpa'
2083pdfdir='${docdir}'
2084pkgconfigdir=''
2085pm_name='hydra'
2086prefix='/opt/local'
2087program_transform_name='s&$$&-mpich-mp&'
2088psdir='${docdir}'
2089runstatedir='${localstatedir}/run'
2090sbindir='${exec_prefix}/sbin'
2091sharedstatedir='${prefix}/com'
2092subdirs=''
2093sysconfdir='/opt/local/etc/mpich-mp'
2094target_alias=''
2095
2096## ------------------- ##
2097## File substitutions. ##
2098## ------------------- ##
2099
2100cc_shlib_conf='src/env/cc_shlib.conf'
2101cxx_shlib_conf=''
2102f77_shlib_conf=''
2103fc_shlib_conf=''
2104
2105## ----------- ##
2106## confdefs.h. ##
2107## ----------- ##
2108
2109/* confdefs.h */
2110#define PACKAGE_NAME "MPICH"
2111#define PACKAGE_TARNAME "mpich"
2112#define PACKAGE_VERSION "3.2.1"
2113#define PACKAGE_STRING "MPICH 3.2.1"
2114#define PACKAGE_BUGREPORT "discuss@mpich.org"
2115#define PACKAGE_URL "http://www.mpich.org/"
2116#define PACKAGE "mpich"
2117#define VERSION "3.2.1"
2118#define STDC_HEADERS 1
2119#define HAVE_SYS_TYPES_H 1
2120#define HAVE_SYS_STAT_H 1
2121#define HAVE_STDLIB_H 1
2122#define HAVE_STRING_H 1
2123#define HAVE_MEMORY_H 1
2124#define HAVE_STRINGS_H 1
2125#define HAVE_INTTYPES_H 1
2126#define HAVE_STDINT_H 1
2127#define HAVE_UNISTD_H 1
2128#define HAVE_DLFCN_H 1
2129#define LT_OBJDIR ".libs/"
2130#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
2131#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
2132#define USE_LOGGING MPID_LOGGING_NONE
2133#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
2134#define MPICH_IS_THREADED 1
2135#define MPICH_THREAD_GRANULARITY MPICH_THREAD_GRANULARITY_GLOBAL
2136#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
2137#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
2138#define HAVE_ROMIO 1
2139#define HAVE__FUNC__ /**/
2140#define HAVE__FUNCTION__ /**/
2141#define ENABLE_PVAR_NEM 0
2142#define ENABLE_PVAR_RECVQ 0
2143#define ENABLE_PVAR_RMA 0
2144
2145configure: exit 1