there was an #include directive missing
[openmpi-llc.git] / configure.log
blob3cb8586e259d25136bf490c3e2c876debefa028e
1 checking for a BSD-compatible install... /usr/bin/install -c
2 checking whether build environment is sane... yes
3 checking for gawk... no
4 checking for mawk... mawk
5 checking whether make sets $(MAKE)... yes
7 ============================================================================
8 == Configuring Open MPI
9 ============================================================================
11 *** Checking versions
12 checking Open MPI version... 1.1.2
13 checking Open MPI Subversion repository version... r12073
14 checking Open Run-Time Environment version... 1.1.2
15 checking Open Run-Time Environment Subversion repository version... r12073
16 checking Open Portable Access Layer version... 1.1.2
17 checking Open Portable Access Layer Subversion repository version... r12073
19 *** Initialization, setup
20 configure-llc: builddir: /home/leslie/scm/openmpi-llc
21 configure-llc: srcdir: /home/leslie/scm/openmpi-llc
22 checking build system type... i686-pc-linux-gnu
23 checking host system type... i686-pc-linux-gnu
24 installing to directory "/usr/local"
26 *** Configuration options
27 checking Whether to run code coverage... no
28 checking whether to debug memory usage... no
29 checking whether to profile memory usage... no
30 checking if want developer-level compiler pickyness... no
31 checking if want developer-level debugging code... no
32 checking if want Fortran 77 bindings... yes
33 checking if want Fortran 90 bindings... yes
34 checking desired Fortran 90 bindings "size"... small
35 checking whether to enable PMPI... yes
36 checking if want C++ bindings... yes
37 checking if want to enable weak symbol support... yes
38 checking if want run-time MPI parameter checking... runtime
39 checking if want to install OMPI header files... no
40 checking if want pretty-print stacktrace... yes
41 checking if want deprecated executable names... no
42 checking if peruse support is required... no
43 checking max supported array dimension in F90 MPI bindings... 4
44 checking if pty support should be enabled... yes
45 checking if user wants dlopen support... yes
46 checking if heterogeneous support should be enabled... yes
47 checking if want trace file debugging... no
49 ============================================================================
50 == Compiler and preprocessor tests
51 ============================================================================
53 *** C compiler and preprocessor
54 checking for style of include used by make... GNU
55 checking for gcc... gcc
56 checking for C compiler default output file name... a.out
57 checking whether the C compiler works... yes
58 checking whether we are cross compiling... no
59 checking for suffix of executables... 
60 checking for suffix of object files... o
61 checking whether we are using the GNU C compiler... yes
62 checking whether gcc accepts -g... yes
63 checking for gcc option to accept ANSI C... none needed
64 checking dependency style of gcc... gcc3
65 checking whether gcc and cc understand -c and -o together... yes
66 checking for the C compiler vendor... gnu
67 checking if gcc supports -finline-functions... yes
68 checking if gcc supports -fno-strict-aliasing... yes
69 checking for C optimization flags... -O3 -DNDEBUG -fno-strict-aliasing
70 checking how to run the C preprocessor... gcc -E
71 checking for egrep... grep -E
72 checking for ANSI C header files... yes
73 checking for sys/types.h... yes
74 checking for sys/stat.h... yes
75 checking for stdlib.h... yes
76 checking for string.h... yes
77 checking for memory.h... yes
78 checking for strings.h... yes
79 checking for inttypes.h... yes
80 checking for stdint.h... yes
81 checking for unistd.h... yes
82 checking for long long... yes
83 checking for long double... yes
84 checking for int8_t... yes
85 checking for uint8_t... yes
86 checking for int16_t... yes
87 checking for uint16_t... yes
88 checking for int32_t... yes
89 checking for uint32_t... yes
90 checking for int64_t... yes
91 checking for uint64_t... yes
92 checking for intptr_t... yes
93 checking for uintptr_t... yes
94 checking for mode_t... yes
95 checking for char... yes
96 checking size of char... 1
97 checking for short... yes
98 checking size of short... 2
99 checking for int... yes
100 checking size of int... 4
101 checking for long... yes
102 checking size of long... 4
103 checking for long long... (cached) yes
104 checking size of long long... 8
105 checking for long double... (cached) yes
106 checking size of long double... 12
107 checking for float... yes
108 checking size of float... 4
109 checking for double... yes
110 checking size of double... 8
111 checking for void *... yes
112 checking size of void *... 4
113 checking for size_t... yes
114 checking size of size_t... 4
115 checking alignment of char... 1
116 checking alignment of short... 2
117 checking alignment of wchar_t... 4
118 checking alignment of int... 4
119 checking alignment of long... 4
120 checking alignment of long long... 4
121 checking alignment of float... 4
122 checking alignment of double... 4
123 checking alignment of long double... 4
124 checking alignment of void *... 4
125 checking for C bool type... no
126 checking for inline... __inline__
127 checking for C/C++ restrict keyword... __restrict
128 checking for weak symbol support... yes
130 *** C++ compiler and preprocessor
131 checking for g++... g++
132 checking whether we are using the GNU C++ compiler... yes
133 checking whether g++ accepts -g... yes
134 checking dependency style of g++... gcc3
135 checking how to run the C++ preprocessor... g++ -E
136 checking if C++ compiler works... yes
137 checking for the C++ compiler vendor... gnu
138 checking if g++ supports -finline-functions... yes
139 checking if want C++ exception handling... no
140 checking for C++ template_repository_directory... not used
141 checking for C++ compiler template parameters... none needed
142 checking if g++ supports const_cast<> properly... yes
143 checking for C++ optimization flags... -O3 -DNDEBUG -finline-functions
144 checking for bool... yes
145 checking size of bool... 1
146 checking alignment of bool... 1
148 *** Assembler
149 checking for BSD-compatible nm... /usr/bin/nm -B
150 checking for fgrep... grep -F
151 checking whether to enable smp locks... yes
152 checking directive for setting text section... .text
153 checking directive for exporting symbols... .globl
154 checking for objdump... objdump
155 checking if .note.GNU-stack is needed... yes
156 checking suffix for labels... :
157 checking prefix for global symbol labels... 
158 checking prefix for lsym labels... .L
159 checking prefix for function in .type... @
160 checking if .size is needed... yes
161 checking if .align directive takes logarithmic value... no
162 checking if gcc supports GCC inline assembly... yes
163 checking if gcc supports DEC inline assembly... no
164 checking if gcc supports XLC inline assembly... no
165 checking if g++ supports GCC inline assembly... yes
166 checking if g++ supports DEC inline assembly... no
167 checking if g++ supports XLC inline assembly... no
168 checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-1
169 checking for asssembly architecture... IA32
170 checking for perl... perl
171 checking for pre-built assembly file... yes (atomic-ia32-linux.s)
172 checking for atomic assembly filename... atomic-ia32-linux.s
174 *** Fortran 77 compiler
175 checking for gfortran... no
176 checking for g77... no
177 checking for f77... no
178 checking for xlf... no
179 checking for frt... no
180 checking for ifort... no
181 checking for pgf77... no
182 checking for fort77... no
183 checking for fl32... no
184 checking for af77... no
185 checking whether we are using the GNU Fortran 77 compiler... no
186 checking whether  accepts -g... no
187 checking  external symbol convention... skipped
188 checking if Fortran 77 compiler supports LOGICAL... skipped
189 checking if Fortran 77 compiler supports INTEGER... skipped
190 checking if Fortran 77 compiler supports INTEGER*1... skipped
191 checking if Fortran 77 compiler supports INTEGER*2... skipped
192 checking if Fortran 77 compiler supports INTEGER*4... skipped
193 checking if Fortran 77 compiler supports INTEGER*8... skipped
194 checking if Fortran 77 compiler supports INTEGER*16... skipped
195 checking if Fortran 77 compiler supports REAL... skipped
196 checking if Fortran 77 compiler supports REAL*4... skipped
197 checking if Fortran 77 compiler supports REAL*8... skipped
198 checking if Fortran 77 compiler supports REAL*16... skipped
199 checking if Fortran 77 compiler supports DOUBLE PRECISION... skipped
200 checking if Fortran 77 compiler supports COMPLEX... skipped
201 checking if Fortran 77 compiler supports COMPLEX*8... skipped
202 checking if Fortran 77 compiler supports COMPLEX*16... skipped
203 checking if Fortran 77 compiler supports COMPLEX*32... skipped
204 checking for max Fortran MPI handle index... 2147483647
205 checking FORTRAN value for .TRUE. logical type... 0
206 checking for correct handling of FORTRAN logical arrays... yes
208 *** Fortran 90/95 compiler
209 checking if Fortran 90 compiler supports LOGICAL... skipped
210 checking if Fortran 90 compiler supports INTEGER... skipped
211 checking if Fortran 90 compiler supports INTEGER*1... skipped
212 checking if Fortran 90 compiler supports INTEGER*2... skipped
213 checking if Fortran 90 compiler supports INTEGER*4... skipped
214 checking if Fortran 90 compiler supports INTEGER*8... skipped
215 checking if Fortran 90 compiler supports INTEGER*16... skipped
216 checking if Fortran 90 compiler supports REAL... skipped
217 checking if Fortran 90 compiler supports REAL*4... skipped
218 checking if Fortran 90 compiler supports REAL*8... skipped
219 checking if Fortran 90 compiler supports REAL*16... skipped
220 checking if Fortran 90 compiler supports DOUBLE PRECISION... skipped
221 checking if Fortran 90 compiler supports COMPLEX... skipped
222 checking if Fortran 90 compiler supports COMPLEX*8... skipped
223 checking if Fortran 90 compiler supports COMPLEX*16... skipped
224 checking if Fortran 90 compiler supports COMPLEX*32... skipped
225 checking if Fortran 90 compiler supports DOUBLE COMPLEX... skipped
227 ============================================================================
228 == Header file tests
229 ============================================================================
230 checking alloca.h usability... yes
231 checking alloca.h presence... yes
232 checking for alloca.h... yes
233 checking aio.h usability... yes
234 checking aio.h presence... yes
235 checking for aio.h... yes
236 checking arpa/inet.h usability... yes
237 checking arpa/inet.h presence... yes
238 checking for arpa/inet.h... yes
239 checking dirent.h usability... yes
240 checking dirent.h presence... yes
241 checking for dirent.h... yes
242 checking dlfcn.h usability... yes
243 checking dlfcn.h presence... yes
244 checking for dlfcn.h... yes
245 checking execinfo.h usability... yes
246 checking execinfo.h presence... yes
247 checking for execinfo.h... yes
248 checking err.h usability... yes
249 checking err.h presence... yes
250 checking for err.h... yes
251 checking fcntl.h usability... yes
252 checking fcntl.h presence... yes
253 checking for fcntl.h... yes
254 checking grp.h usability... yes
255 checking grp.h presence... yes
256 checking for grp.h... yes
257 checking for inttypes.h... (cached) yes
258 checking libgen.h usability... yes
259 checking libgen.h presence... yes
260 checking for libgen.h... yes
261 checking libutil.h usability... no
262 checking libutil.h presence... no
263 checking for libutil.h... no
264 checking netdb.h usability... yes
265 checking netdb.h presence... yes
266 checking for netdb.h... yes
267 checking netinet/in.h usability... yes
268 checking netinet/in.h presence... yes
269 checking for netinet/in.h... yes
270 checking netinet/tcp.h usability... yes
271 checking netinet/tcp.h presence... yes
272 checking for netinet/tcp.h... yes
273 checking poll.h usability... yes
274 checking poll.h presence... yes
275 checking for poll.h... yes
276 checking pthread.h usability... yes
277 checking pthread.h presence... yes
278 checking for pthread.h... yes
279 checking pty.h usability... yes
280 checking pty.h presence... yes
281 checking for pty.h... yes
282 checking pwd.h usability... yes
283 checking pwd.h presence... yes
284 checking for pwd.h... yes
285 checking sched.h usability... yes
286 checking sched.h presence... yes
287 checking for sched.h... yes
288 checking for stdint.h... (cached) yes
289 checking for string.h... (cached) yes
290 checking for strings.h... (cached) yes
291 checking stropts.h usability... yes
292 checking stropts.h presence... yes
293 checking for stropts.h... yes
294 checking sys/fcntl.h usability... yes
295 checking sys/fcntl.h presence... yes
296 checking for sys/fcntl.h... yes
297 checking sys/ipc.h usability... yes
298 checking sys/ipc.h presence... yes
299 checking for sys/ipc.h... yes
300 checking sys/ioctl.h usability... yes
301 checking sys/ioctl.h presence... yes
302 checking for sys/ioctl.h... yes
303 checking sys/mman.h usability... yes
304 checking sys/mman.h presence... yes
305 checking for sys/mman.h... yes
306 checking sys/param.h usability... yes
307 checking sys/param.h presence... yes
308 checking for sys/param.h... yes
309 checking sys/queue.h usability... yes
310 checking sys/queue.h presence... yes
311 checking for sys/queue.h... yes
312 checking sys/resource.h usability... yes
313 checking sys/resource.h presence... yes
314 checking for sys/resource.h... yes
315 checking sys/select.h usability... yes
316 checking sys/select.h presence... yes
317 checking for sys/select.h... yes
318 checking sys/socket.h usability... yes
319 checking sys/socket.h presence... yes
320 checking for sys/socket.h... yes
321 checking sys/sockio.h usability... no
322 checking sys/sockio.h presence... no
323 checking for sys/sockio.h... no
324 checking for sys/stat.h... (cached) yes
325 checking sys/statvfs.h usability... yes
326 checking sys/statvfs.h presence... yes
327 checking for sys/statvfs.h... yes
328 checking sys/time.h usability... yes
329 checking sys/time.h presence... yes
330 checking for sys/time.h... yes
331 checking sys/tree.h usability... no
332 checking sys/tree.h presence... no
333 checking for sys/tree.h... no
334 checking for sys/types.h... (cached) yes
335 checking sys/uio.h usability... yes
336 checking sys/uio.h presence... yes
337 checking for sys/uio.h... yes
338 checking sys/utsname.h usability... yes
339 checking sys/utsname.h presence... yes
340 checking for sys/utsname.h... yes
341 checking sys/wait.h usability... yes
342 checking sys/wait.h presence... yes
343 checking for sys/wait.h... yes
344 checking syslog.h usability... yes
345 checking syslog.h presence... yes
346 checking for syslog.h... yes
347 checking time.h usability... yes
348 checking time.h presence... yes
349 checking for time.h... yes
350 checking termios.h usability... yes
351 checking termios.h presence... yes
352 checking for termios.h... yes
353 checking ulimit.h usability... yes
354 checking ulimit.h presence... yes
355 checking for ulimit.h... yes
356 checking for unistd.h... (cached) yes
357 checking util.h usability... no
358 checking util.h presence... no
359 checking for util.h... no
360 checking utmp.h usability... yes
361 checking utmp.h presence... yes
362 checking for utmp.h... yes
363 checking malloc.h usability... yes
364 checking malloc.h presence... yes
365 checking for malloc.h... yes
366 checking for net/if.h... yes
367 checking stdbool.h usability... yes
368 checking stdbool.h presence... yes
369 checking for stdbool.h... yes
370 checking if <stdbool.h> works... yes
372 ============================================================================
373 == Type tests
374 ============================================================================
375 checking for pid_t... yes
376 checking size of pid_t... 4
377 checking for socklen_t... yes
378 checking for struct sockaddr_in... yes
379 checking if SA_RESTART defined in signal.h... yes
380 checking for sa_len in struct sockaddr... no
381 checking for struct dirent.d_type... yes
382 checking for siginfo_t.si_fd... yes
383 checking for siginfo_t.si_band... yes
385 ============================================================================
386 == Library and Function tests
387 ============================================================================
388 checking for openpty in -lutil... yes
389 checking for gethostbyname in -lnsl... yes
390 checking for socket in -lsocket... no
391 checking if we need -lrt for sched_yield... no
392 checking for sched_yield... yes
393 checking if we need -lexecinfo for backtrace... no
394 checking for backtrace... yes
395 checking if we need -lgen for dirname... no
396 checking for dirname... yes
397 checking if we need -lm for ceil... yes
398 checking for ceil... yes
399 checking for asprintf... yes
400 checking for snprintf... yes
401 checking for vasprintf... yes
402 checking for vsnprintf... yes
403 checking for openpty... yes
404 checking for isatty... yes
405 checking for htonl... yes
406 checking for ntohl... yes
407 checking for htons... yes
408 checking for ntohs... yes
409 checking for getpwuid... yes
410 checking for fork... yes
411 checking for waitpid... yes
412 checking for execve... yes
413 checking for pipe... yes
414 checking for ptsname... yes
415 checking for setsid... yes
416 checking for mmap... yes
417 checking for mallopt... yes
418 checking for tcgetpgrp... yes
419 checking whether va_copy is declared... yes
420 checking whether __va_copy is declared... yes
421 checking whether __func__ is declared... yes
423 ============================================================================
424 == System-specific tests
425 ============================================================================
426 checking checking for type of MPI_Offset... long long
427 checking checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG
428 checking whether byte ordering is bigendian... no
429 checking for broken qsort... no
430 checking if C compiler and POSIX threads work as is... no
431 checking if C++ compiler and POSIX threads work as is... no
432 checking if C compiler and POSIX threads work with -Kthread... no
433 checking if C compiler and POSIX threads work with -kthread... no
434 checking if C compiler and POSIX threads work with -pthread... yes
435 checking if C++ compiler and POSIX threads work with -Kthread... no
436 checking if C++ compiler and POSIX threads work with -kthread... no
437 checking if C++ compiler and POSIX threads work with -pthread... yes
438 checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
439 checking for PTHREAD_MUTEX_ERRORCHECK... yes
440 checking for working POSIX threads package... yes
441 checking if C compiler and Solaris threads work... no
442 checking if C++ compiler and Solaris threads work... no
443 checking for working Solaris threads package... no
444 checking for type of thread support... posix
445 checking if threads have different pids (pthreads on linux)... yes
446 checking if want MPI thread support... no
447 checking if want asynchronous progress thread support... no
448 checking whether ln -s works... yes
449 checking for flex... flex
450 checking for yywrap in -lfl... yes
451 checking lex output file root... lex.yy
452 checking whether yytext is a pointer... yes
453 checking if build filesystem is case sensitive... yes
454 checking if configuring for case sensitive filesystem... yes
456 ============================================================================
457 == Modular Component Architecture (MCA) setup
458 ============================================================================
459 checking for subdir args...  '--prefix=/usr/local'
460 checking for gcc... gcc
461 checking dependency style of gcc... gcc3
462 checking which components should be disabled... 
463 checking which components should be direct-linked into the library... 
464 checking which components should be run-time loadable... all
465 checking which components should be static... none
466 checking for projects containing MCA frameworks... opal, orte, ompi
468 *** Configuring MCA for opal
469 checking for frameworks for opal... maffinity, memcpy, memory, paffinity, timer
471 +++ Configuring MCA framework maffinity
472 checking for no configure components in framework maffinity... first_use
473 checking for m4 configure components in framework maffinity... libnuma
475 --- MCA component maffinity:first_use (no configuration)
476 checking for MCA component maffinity:first_use compile mode... dso
477 checking if MCA component maffinity:first_use can compile... yes
479 --- MCA component maffinity:libnuma (m4 configuration macro)
480 checking for MCA component maffinity:libnuma compile mode... dso
481 checking numa.h usability... no
482 checking numa.h presence... no
483 checking for numa.h... no
484 checking if MCA component maffinity:libnuma can compile... no
486 +++ Configuring MCA framework memcpy
487 checking for no configure components in framework memcpy... 
488 checking for m4 configure components in framework memcpy... 
490 +++ Configuring MCA framework memory
491 checking for no configure components in framework memory... 
492 checking for m4 configure components in framework memory... darwin, ptmalloc2, malloc_hooks
494 --- MCA component memory:darwin (m4 configuration macro)
495 checking for MCA component memory:darwin compile mode... static
496 checking malloc/malloc.h usability... no
497 checking malloc/malloc.h presence... no
498 checking for malloc/malloc.h... no
499 checking if MCA component memory:darwin can compile... no
501 --- MCA component memory:ptmalloc2 (m4 configuration macro)
502 checking for MCA component memory:ptmalloc2 compile mode... static
503 checking for malloc.h... (cached) yes
504 checking whether __malloc_initialize_hook is declared... yes
505 checking whether sbrk is declared... yes
506 checking syscall.h usability... yes
507 checking syscall.h presence... yes
508 checking for syscall.h... yes
509 checking for syscall... yes
510 checking for __munmap... no
511 checking for __mmap... no
512 checking for dlsym in -ldl... yes
513 checking for dlsym... yes
514 checking if MCA component memory:ptmalloc2 can compile... yes
516 --- MCA component memory:malloc_hooks (m4 configuration macro)
517 checking for MCA component memory:malloc_hooks compile mode... static
518 checking if MCA component memory:malloc_hooks can compile... no
520 +++ Configuring MCA framework paffinity
521 checking for no configure components in framework paffinity... 
522 checking for m4 configure components in framework paffinity... linux, solaris, windows
524 --- MCA component paffinity:linux (m4 configuration macro)
525 checking for MCA component paffinity:linux compile mode... dso
526 checking for sched_setaffinity... yes
527 checking for cpu_set_t... yes
528 checking whether CPU_ZERO is broken... no
529 checking how many parameters sched_setaffinity() takes... 3
530 checking if MCA component paffinity:linux can compile... yes
532 --- MCA component paffinity:solaris (m4 configuration macro)
533 checking for MCA component paffinity:solaris compile mode... dso
534 checking for processor_bind... no
535 checking if MCA component paffinity:solaris can compile... no
537 --- MCA component paffinity:windows (m4 configuration macro)
538 checking for MCA component paffinity:windows compile mode... dso
539 checking for working GetProcessAffinityMask... no
540 checking if MCA component paffinity:windows can compile... no
542 +++ Configuring MCA framework timer
543 checking for no configure components in framework timer... 
544 checking for m4 configure components in framework timer... aix, altix, darwin, solaris, windows, linux
546 --- MCA component timer:aix (m4 configuration macro)
547 checking for MCA component timer:aix compile mode... static
548 checking for time_base_to_time... no
549 checking if MCA component timer:aix can compile... no
551 --- MCA component timer:altix (m4 configuration macro)
552 checking for MCA component timer:altix compile mode... static
553 checking sn/mmtimer.h usability... no
554 checking sn/mmtimer.h presence... no
555 checking for sn/mmtimer.h... no
556 checking if MCA component timer:altix can compile... no
558 --- MCA component timer:darwin (m4 configuration macro)
559 checking for MCA component timer:darwin compile mode... static
560 checking mach/mach_time.h usability... no
561 checking mach/mach_time.h presence... no
562 checking for mach/mach_time.h... no
563 checking for mach_absolute_time... no
564 checking if MCA component timer:darwin can compile... no
566 --- MCA component timer:solaris (m4 configuration macro)
567 checking for MCA component timer:solaris compile mode... static
568 checking for gethrtime... no
569 checking if MCA component timer:solaris can compile... no
571 --- MCA component timer:windows (m4 configuration macro)
572 checking for MCA component timer:windows compile mode... static
573 checking if MCA component timer:windows can compile... no
575 --- MCA component timer:linux (m4 configuration macro)
576 checking for MCA component timer:linux compile mode... static
577 checking if MCA component timer:linux can compile... yes
579 *** Configuring MCA for orte
580 checking for frameworks for orte... errmgr, gpr, iof, ns, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh
582 +++ Configuring MCA framework errmgr
583 checking for no configure components in framework errmgr... 
584 checking for m4 configure components in framework errmgr... 
586 +++ Configuring MCA framework gpr
587 checking for no configure components in framework gpr... null, proxy, replica
588 checking for m4 configure components in framework gpr... 
590 --- MCA component gpr:null (no configuration)
591 checking for MCA component gpr:null compile mode... dso
592 checking if MCA component gpr:null can compile... yes
594 --- MCA component gpr:proxy (no configuration)
595 checking for MCA component gpr:proxy compile mode... dso
596 checking if MCA component gpr:proxy can compile... yes
598 --- MCA component gpr:replica (no configuration)
599 checking for MCA component gpr:replica compile mode... dso
600 checking if MCA component gpr:replica can compile... yes
602 +++ Configuring MCA framework iof
603 checking for no configure components in framework iof... proxy, svc
604 checking for m4 configure components in framework iof... 
606 --- MCA component iof:proxy (no configuration)
607 checking for MCA component iof:proxy compile mode... dso
608 checking if MCA component iof:proxy can compile... yes
610 --- MCA component iof:svc (no configuration)
611 checking for MCA component iof:svc compile mode... dso
612 checking if MCA component iof:svc can compile... yes
614 +++ Configuring MCA framework ns
615 checking for no configure components in framework ns... proxy, replica
616 checking for m4 configure components in framework ns... 
618 --- MCA component ns:proxy (no configuration)
619 checking for MCA component ns:proxy compile mode... dso
620 checking if MCA component ns:proxy can compile... yes
622 --- MCA component ns:replica (no configuration)
623 checking for MCA component ns:replica compile mode... dso
624 checking if MCA component ns:replica can compile... yes
626 +++ Configuring MCA framework oob
627 checking for no configure components in framework oob... 
628 checking for m4 configure components in framework oob... tcp
630 --- MCA component oob:tcp (m4 configuration macro)
631 checking for MCA component oob:tcp compile mode... dso
632 checking for struct sockaddr_in... (cached) yes
633 checking if MCA component oob:tcp can compile... yes
635 +++ Configuring MCA framework pls
636 checking for no configure components in framework pls... 
637 checking for m4 configure components in framework pls... bproc, bproc_orted, fork, poe, rsh, slurm, tm, xgrid
639 --- MCA component pls:bproc (m4 configuration macro)
640 checking for MCA component pls:bproc compile mode... dso
641 checking sys/bproc.h usability... no
642 checking sys/bproc.h presence... no
643 checking for sys/bproc.h... no
644 checking if MCA component pls:bproc can compile... no
646 --- MCA component pls:bproc_orted (m4 configuration macro)
647 checking for MCA component pls:bproc_orted compile mode... dso
648 checking for sys/bproc.h... (cached) no
649 checking if MCA component pls:bproc_orted can compile... no
651 --- MCA component pls:fork (m4 configuration macro)
652 checking for MCA component pls:fork compile mode... dso
653 checking for fork... (cached) yes
654 checking if MCA component pls:fork can compile... yes
656 --- MCA component pls:poe (m4 configuration macro)
657 checking for MCA component pls:poe compile mode... dso
658 checking if on AIX... no
659 checking if MCA component pls:poe can compile... no
661 --- MCA component pls:rsh (m4 configuration macro)
662 checking for MCA component pls:rsh compile mode... dso
663 checking for fork... (cached) yes
664 checking if MCA component pls:rsh can compile... yes
666 --- MCA component pls:slurm (m4 configuration macro)
667 checking for MCA component pls:slurm compile mode... dso
668 checking for fork... (cached) yes
669 checking for execve... (cached) yes
670 checking for setpgid... yes
671 checking if MCA component pls:slurm can compile... yes
673 --- MCA component pls:tm (m4 configuration macro)
674 checking for MCA component pls:tm compile mode... dso
675 checking tm.h usability... no
676 checking tm.h presence... no
677 checking for tm.h... no
678 checking tm.h usability... no
679 checking tm.h presence... no
680 checking for tm.h... no
681 checking if MCA component pls:tm can compile... no
683 --- MCA component pls:xgrid (m4 configuration macro)
684 checking for MCA component pls:xgrid compile mode... dso
685 checking for XGridFoundation Framework... no
686 checking if MCA component pls:xgrid can compile... no
688 +++ Configuring MCA framework ras
689 checking for no configure components in framework ras... dash_host, hostfile, localhost
690 checking for m4 configure components in framework ras... bjs, loadleveler, lsf_bproc, poe, slurm, tm, xgrid
692 --- MCA component ras:dash_host (no configuration)
693 checking for MCA component ras:dash_host compile mode... dso
694 checking if MCA component ras:dash_host can compile... yes
696 --- MCA component ras:hostfile (no configuration)
697 checking for MCA component ras:hostfile compile mode... dso
698 checking if MCA component ras:hostfile can compile... yes
700 --- MCA component ras:localhost (no configuration)
701 checking for MCA component ras:localhost compile mode... dso
702 checking if MCA component ras:localhost can compile... yes
704 --- MCA component ras:bjs (m4 configuration macro)
705 checking for MCA component ras:bjs compile mode... dso
706 checking for sys/bproc.h... (cached) no
707 checking if MCA component ras:bjs can compile... no
709 --- MCA component ras:loadleveler (m4 configuration macro)
710 checking for MCA component ras:loadleveler compile mode... dso
711 checking llapi.h usability... no
712 checking llapi.h presence... no
713 checking for llapi.h... no
714 checking if MCA component ras:loadleveler can compile... no
716 --- MCA component ras:lsf_bproc (m4 configuration macro)
717 checking for MCA component ras:lsf_bproc compile mode... dso
718 checking for sys/bproc.h... (cached) no
719 checking if MCA component ras:lsf_bproc can compile... no
721 --- MCA component ras:poe (m4 configuration macro)
722 checking for MCA component ras:poe compile mode... dso
723 checking if on AIX or Linux... yes
724 checking if MCA component ras:poe can compile... yes
726 --- MCA component ras:slurm (m4 configuration macro)
727 checking for MCA component ras:slurm compile mode... dso
728 checking for fork... (cached) yes
729 checking for execve... (cached) yes
730 checking for setpgid... (cached) yes
731 checking if MCA component ras:slurm can compile... yes
733 --- MCA component ras:tm (m4 configuration macro)
734 checking for MCA component ras:tm compile mode... dso
735 checking tm.h usability... no
736 checking tm.h presence... no
737 checking for tm.h... no
738 checking tm.h usability... no
739 checking tm.h presence... no
740 checking for tm.h... no
741 checking if MCA component ras:tm can compile... no
743 --- MCA component ras:xgrid (m4 configuration macro)
744 checking for MCA component ras:xgrid compile mode... dso
745 checking for XGridFoundation Framework... (cached) no
746 checking if MCA component ras:xgrid can compile... no
748 +++ Configuring MCA framework rds
749 checking for no configure components in framework rds... hostfile, resfile
750 checking for m4 configure components in framework rds... 
752 --- MCA component rds:hostfile (no configuration)
753 checking for MCA component rds:hostfile compile mode... dso
754 checking if MCA component rds:hostfile can compile... yes
756 --- MCA component rds:resfile (no configuration)
757 checking for MCA component rds:resfile compile mode... dso
758 checking if MCA component rds:resfile can compile... yes
760 +++ Configuring MCA framework rmaps
761 checking for no configure components in framework rmaps... round_robin
762 checking for m4 configure components in framework rmaps... 
764 --- MCA component rmaps:round_robin (no configuration)
765 checking for MCA component rmaps:round_robin compile mode... dso
766 checking if MCA component rmaps:round_robin can compile... yes
768 +++ Configuring MCA framework rmgr
769 checking for no configure components in framework rmgr... proxy, urm
770 checking for m4 configure components in framework rmgr... cnos
772 --- MCA component rmgr:proxy (no configuration)
773 checking for MCA component rmgr:proxy compile mode... dso
774 checking if MCA component rmgr:proxy can compile... yes
776 --- MCA component rmgr:urm (no configuration)
777 checking for MCA component rmgr:urm compile mode... dso
778 checking if MCA component rmgr:urm can compile... yes
780 --- MCA component rmgr:cnos (m4 configuration macro)
781 checking for MCA component rmgr:cnos compile mode... dso
782 checking for cnos_barrier... no
783 checking for killrank... no
784 checking for cnos_pm_barrier... no
785 checking if MCA component rmgr:cnos can compile... no
787 +++ Configuring MCA framework rml
788 checking for no configure components in framework rml... oob
789 checking for m4 configure components in framework rml... cnos
791 --- MCA component rml:oob (no configuration)
792 checking for MCA component rml:oob compile mode... dso
793 checking if MCA component rml:oob can compile... yes
795 --- MCA component rml:cnos (m4 configuration macro)
796 checking for MCA component rml:cnos compile mode... dso
797 checking for cnos_barrier... (cached) no
798 checking if MCA component rml:cnos can compile... no
800 +++ Configuring MCA framework schema
801 checking for no configure components in framework schema... 
802 checking for m4 configure components in framework schema... 
804 +++ Configuring MCA framework sds
805 checking for no configure components in framework sds... env, seed, singleton
806 checking for m4 configure components in framework sds... bproc, cnos, pipe, portals_utcp, slurm
808 --- MCA component sds:env (no configuration)
809 checking for MCA component sds:env compile mode... dso
810 checking if MCA component sds:env can compile... yes
812 --- MCA component sds:seed (no configuration)
813 checking for MCA component sds:seed compile mode... dso
814 checking if MCA component sds:seed can compile... yes
816 --- MCA component sds:singleton (no configuration)
817 checking for MCA component sds:singleton compile mode... dso
818 checking if MCA component sds:singleton can compile... yes
820 --- MCA component sds:bproc (m4 configuration macro)
821 checking for MCA component sds:bproc compile mode... dso
822 checking for sys/bproc.h... (cached) no
823 checking if MCA component sds:bproc can compile... no
825 --- MCA component sds:cnos (m4 configuration macro)
826 checking for MCA component sds:cnos compile mode... dso
827 checking for cnos_get_rank... no
828 checking if MCA component sds:cnos can compile... no
830 --- MCA component sds:pipe (m4 configuration macro)
831 checking for MCA component sds:pipe compile mode... dso
832 checking for pipe... (cached) yes
833 checking if MCA component sds:pipe can compile... yes
835 --- MCA component sds:portals_utcp (m4 configuration macro)
836 checking for MCA component sds:portals_utcp compile mode... dso
837 checking for PtlGetRank... no
838 checking if MCA component sds:portals_utcp can compile... no
840 --- MCA component sds:slurm (m4 configuration macro)
841 checking for MCA component sds:slurm compile mode... dso
842 checking for fork... (cached) yes
843 checking for execve... (cached) yes
844 checking for setpgid... (cached) yes
845 checking if MCA component sds:slurm can compile... yes
847 +++ Configuring MCA framework soh
848 checking for no configure components in framework soh... 
849 checking for m4 configure components in framework soh... bproc
851 --- MCA component soh:bproc (m4 configuration macro)
852 checking for MCA component soh:bproc compile mode... dso
853 checking for sys/bproc.h... (cached) no
854 checking if MCA component soh:bproc can compile... no
856 *** Configuring MCA for ompi
857 checking for frameworks for ompi... allocator, bml, btl, coll, common, io, mpool, osc, pml, rcache, topo
859 +++ Configuring MCA framework allocator
860 checking for no configure components in framework allocator... basic, bucket
861 checking for m4 configure components in framework allocator... 
863 --- MCA component allocator:basic (no configuration)
864 checking for MCA component allocator:basic compile mode... dso
865 checking if MCA component allocator:basic can compile... yes
867 --- MCA component allocator:bucket (no configuration)
868 checking for MCA component allocator:bucket compile mode... dso
869 checking if MCA component allocator:bucket can compile... yes
871 +++ Configuring MCA framework bml
872 checking for no configure components in framework bml... r2
873 checking for m4 configure components in framework bml... 
875 --- MCA component bml:r2 (no configuration)
876 checking for MCA component bml:r2 compile mode... dso
877 checking if MCA component bml:r2 can compile... yes
879 +++ Configuring MCA framework btl
880 checking for no configure components in framework btl... self, sm
881 checking for m4 configure components in framework btl... gm, mvapi, mx, openib, portals, tcp
883 --- MCA component btl:self (no configuration)
884 checking for MCA component btl:self compile mode... dso
885 checking if MCA component btl:self can compile... yes
887 --- MCA component btl:sm (no configuration)
888 checking for MCA component btl:sm compile mode... dso
889 checking if MCA component btl:sm can compile... yes
891 --- MCA component btl:gm (m4 configuration macro)
892 checking for MCA component btl:gm compile mode... dso
893 checking gm.h usability... no
894 checking gm.h presence... no
895 checking for gm.h... no
896 checking if MCA component btl:gm can compile... no
898 --- MCA component btl:mvapi (m4 configuration macro)
899 checking for MCA component btl:mvapi compile mode... dso
900 checking vapi.h usability... no
901 checking vapi.h presence... no
902 checking for vapi.h... no
903 checking vapi.h usability... no
904 checking vapi.h presence... no
905 checking for vapi.h... no
906 checking if MCA component btl:mvapi can compile... no
908 --- MCA component btl:mx (m4 configuration macro)
909 checking for MCA component btl:mx compile mode... dso
910 checking myriexpress.h usability... no
911 checking myriexpress.h presence... no
912 checking for myriexpress.h... no
913 checking if MCA component btl:mx can compile... no
915 --- MCA component btl:openib (m4 configuration macro)
916 checking for MCA component btl:openib compile mode... dso
917 checking for sysfs_open_class in -lsysfs... no
918 checking sysfs/libsysfs.h usability... no
919 checking sysfs/libsysfs.h presence... no
920 checking for sysfs/libsysfs.h... no
921 checking for cm_timeout in -lcm... no
922 checking infiniband/verbs.h usability... no
923 checking infiniband/verbs.h presence... no
924 checking for infiniband/verbs.h... no
925 checking for ibv_create_srq... no
926 checking for ibv_get_device_list... no
927 checking if MCA component btl:openib can compile... no
929 --- MCA component btl:portals (m4 configuration macro)
930 checking for MCA component btl:portals compile mode... dso
931 checking for Portals configuration... utcp
932 checking portals3.h usability... no
933 checking portals3.h presence... no
934 checking for portals3.h... no
935 checking if MCA component btl:portals can compile... no
937 --- MCA component btl:tcp (m4 configuration macro)
938 checking for MCA component btl:tcp compile mode... dso
939 checking for struct sockaddr_in... (cached) yes
940 checking if MCA component btl:tcp can compile... yes
942 --- MCA component btl:llc (m4 configuration macro)
943 checking for MCA component btl:llc compile mode... dso
944 checking for struct sockaddr_in... (cached) yes
945 checking if MCA component btl:llc can compile... yes
947 +++ Configuring MCA framework coll
948 checking for no configure components in framework coll... basic, hierarch, self, sm, tuned
949 checking for m4 configure components in framework coll... 
951 --- MCA component coll:basic (no configuration)
952 checking for MCA component coll:basic compile mode... dso
953 checking if MCA component coll:basic can compile... yes
955 --- MCA component coll:hierarch (no configuration)
956 checking for MCA component coll:hierarch compile mode... dso
957 checking if MCA component coll:hierarch can compile... yes
959 --- MCA component coll:self (no configuration)
960 checking for MCA component coll:self compile mode... dso
961 checking if MCA component coll:self can compile... yes
963 --- MCA component coll:sm (no configuration)
964 checking for MCA component coll:sm compile mode... dso
965 checking if MCA component coll:sm can compile... yes
967 --- MCA component coll:tuned (no configuration)
968 checking for MCA component coll:tuned compile mode... dso
969 checking if MCA component coll:tuned can compile... yes
971 +++ Configuring MCA framework common
972 checking for no configure components in framework common... sm
973 checking for m4 configure components in framework common... 
975 --- MCA component common:sm (no configuration)
976 checking for MCA component common:sm compile mode... dso
977 checking if MCA component common:sm can compile... yes
979 +++ Configuring MCA framework io
980 checking for no configure components in framework io... 
981 checking for m4 configure components in framework io... romio
983 --- MCA component io:romio (m4 configuration macro)
984 checking for MCA component io:romio compile mode... dso
985 checking if want ROMIO component... yes
986 checking if MPI profiling is enabled... yes
988 *** Configuring ROMIO distribution
989 configure-llc: OMPI configuring in ompi/mca/io/romio/romio
990 configure-llc: running /bin/sh './configure'  CFLAGS="-O3 -DNDEBUG -fno-strict-aliasing -pthread" CPPFLAGS=" " FFLAGS="" LDFLAGS=" " --enable-shared --disable-static  --prefix=/usr/local --with-mpi=open_mpi --cache-file=/dev/null --srcdir=.
991 Configuring with args CFLAGS=-O3 -DNDEBUG -fno-strict-aliasing -pthread CPPFLAGS=  FFLAGS= LDFLAGS=  --enable-shared --disable-static --prefix=/usr/local --with-mpi=open_mpi --cache-file=/dev/null --srcdir=.
992 checking for Open MPI support files... in Open MPI source tree -- good
993 checking for a BSD-compatible install... /usr/bin/install -c
994 checking whether build environment is sane... yes
995 checking for gawk... no
996 checking for mawk... mawk
997 checking whether make sets $(MAKE)... yes
998 checking for architecture... LINUX
999 ROMIO home directory is /home/leslie/scm/openmpi-llc/ompi/mca/io/romio/romio
1000 checking for ranlib... ranlib
1001 checking for gcc... gcc
1002 checking for C compiler default output file name... a.out
1003 checking whether the C compiler works... yes
1004 checking whether we are cross compiling... no
1005 checking for suffix of executables... 
1006 checking for suffix of object files... o
1007 checking whether we are using the GNU C compiler... yes
1008 checking whether gcc accepts -g... yes
1009 checking for gcc option to accept ANSI C... none needed
1010 checking for style of include used by make... GNU
1011 checking dependency style of gcc... gcc3
1012 checking how to run the C preprocessor... gcc -E
1013 checking for memalign... yes
1014 checking how to run the C preprocessor... gcc -E
1015 checking for egrep... grep -E
1016 checking for ANSI C header files... yes
1017 checking for sys/types.h... yes
1018 checking for sys/stat.h... yes
1019 checking for stdlib.h... yes
1020 checking for string.h... yes
1021 checking for memory.h... yes
1022 checking for strings.h... yes
1023 checking for inttypes.h... yes
1024 checking for stdint.h... yes
1025 checking for unistd.h... yes
1026 checking for unistd.h... (cached) yes
1027 checking fcntl.h usability... yes
1028 checking fcntl.h presence... yes
1029 checking for fcntl.h... yes
1030 checking malloc.h usability... yes
1031 checking malloc.h presence... yes
1032 checking for malloc.h... yes
1033 checking stddef.h usability... yes
1034 checking stddef.h presence... yes
1035 checking for stddef.h... yes
1036 checking for int... yes
1037 checking size of int... 4
1038 checking for void*... yes
1039 checking size of void*... 4
1040 checking for int large enough for pointers... yes
1041 checking for long long... yes
1042 checking size of long long... 8
1043 checking whether struct flock compatible with MPI_Offset... yes
1044 checking configured file systems... testfs ufs nfs
1045 checking for library containing pthread_create... none required
1046 checking for library containing aio_write... -lrt
1047 checking signal.h usability... yes
1048 checking signal.h presence... yes
1049 checking for signal.h... yes
1050 checking if aio.h exists and can be compiled... yes
1051 checking if sys/aio.h exists and can be compiled... no
1052 checking whether aio routines can be used... yes
1053 checking for obsolete two-argument aio_write... no
1054 checking for obsolete two-argument aio_suspend... no
1055 checking for aio_fildes member of aiocb structure... yes
1056 checking for aio_whence member of aiocb structure... no
1057 checking for aio_handle member of aiocb structure... no
1058 checking for aio_reqprio member of aiocb structure... yes
1059 checking for aio_sigevent member of aiocb structure... yes
1060 checking sys/vfs.h usability... yes
1061 checking sys/vfs.h presence... yes
1062 checking for sys/vfs.h... yes
1063 checking sys/param.h usability... yes
1064 checking sys/param.h presence... yes
1065 checking for sys/param.h... yes
1066 checking sys/mount.h usability... yes
1067 checking sys/mount.h presence... yes
1068 checking for sys/mount.h... yes
1069 checking sys/statvfs.h usability... yes
1070 checking sys/statvfs.h presence... yes
1071 checking for sys/statvfs.h... yes
1072 checking whether struct statfs properly defined... yes
1073 checking for f_fstypename member of statfs structure... no
1074 checking for sys/stat.h... (cached) yes
1075 checking for sys/types.h... (cached) yes
1076 checking for unistd.h... (cached) yes
1077 checking for stat... yes
1078 checking for st_fstype member of stat structure... no
1079 checking for sys/types.h... (cached) yes
1080 checking for sys/statvfs.h... (cached) yes
1081 checking for sys/vfs.h... (cached) yes
1082 checking for statvfs... yes
1083 checking for f_basetype member of statvfs structure... no
1084 checking for unistd.h... (cached) yes
1085 checking for large file defines... yes
1086 checking whether off64_t is an scalar type... yes
1087 checking for strerror... yes
1088 checking for doctext... no
1089 checking for strdup... yes
1090 checking whether strdup needs a declaration... no
1091 checking for snprintf... yes
1092 checking whether snprintf needs a declaration... no
1093 checking for lstat... yes
1094 checking whether lstat needs a declaration... yes
1095 checking for readlink... yes
1096 checking whether readlink needs a declaration... no
1097 checking for fsync... yes
1098 checking whether fsync needs a declaration... no
1099 checking for ftruncate... yes
1100 checking whether ftruncate needs a declaration... no
1101 checking for restrict... __restrict
1102 checking whether __attribute__ allowed... yes
1103 checking whether __attribute__((format)) allowed... yes
1104 checking build system type... i686-pc-linux-gnu
1105 checking host system type... i686-pc-linux-gnu
1106 checking for a sed that does not truncate output... /bin/sed
1107 checking for ld used by gcc... /usr/bin/ld
1108 checking if the linker (/usr/bin/ld) is GNU ld... yes
1109 checking for /usr/bin/ld option to reload object files... -r
1110 checking for BSD-compatible nm... /usr/bin/nm -B
1111 checking whether ln -s works... yes
1112 checking how to recognise dependent libraries... pass_all
1113 checking dlfcn.h usability... yes
1114 checking dlfcn.h presence... yes
1115 checking for dlfcn.h... yes
1116 checking for g++... g++
1117 checking whether we are using the GNU C++ compiler... yes
1118 checking whether g++ accepts -g... yes
1119 checking dependency style of g++... gcc3
1120 checking how to run the C++ preprocessor... g++ -E
1121 checking the maximum length of command line arguments... 32768
1122 checking command to parse /usr/bin/nm -B output from gcc object... ok
1123 checking for objdir... .libs
1124 checking for ar... ar
1125 checking for ranlib... (cached) ranlib
1126 checking for strip... strip
1127 checking if gcc supports -fno-rtti -fno-exceptions... no
1128 checking for gcc option to produce PIC... -fPIC
1129 checking if gcc PIC flag -fPIC works... yes
1130 checking if gcc static flag -static works... yes
1131 checking if gcc supports -c -o file.o... yes
1132 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
1133 checking whether -lc should be explicitly linked in... no
1134 checking dynamic linker characteristics... GNU/Linux ld.so
1135 checking how to hardcode library paths into programs... immediate
1136 checking whether stripping libraries is possible... yes
1137 checking if libtool supports shared libraries... yes
1138 checking whether to build shared libraries... yes
1139 checking whether to build static libraries... no
1140 configure: creating libtool
1141 appending configuration tag "CXX" to libtool
1142 checking for ld used by g++... /usr/bin/ld
1143 checking if the linker (/usr/bin/ld) is GNU ld... yes
1144 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1145 checking for g++ option to produce PIC... -fPIC
1146 checking if g++ PIC flag -fPIC works... yes
1147 checking if g++ static flag -static works... yes
1148 checking if g++ supports -c -o file.o... yes
1149 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1150 checking dynamic linker characteristics... GNU/Linux ld.so
1151 checking how to hardcode library paths into programs... immediate
1152 appending configuration tag "F77" to libtool
1153 checking if libtool supports shared libraries... yes
1154 checking whether to build shared libraries... yes
1155 checking whether to build static libraries... no
1156 checking for : option to produce PIC... -fPIC
1157 checking if : PIC flag -fPIC works... no
1158 checking if : static flag -static works... no
1159 checking if : supports -c -o file.o... no
1160 checking whether the : linker (/usr/bin/ld) supports shared libraries... yes
1161 checking dynamic linker characteristics... GNU/Linux ld.so
1162 checking how to hardcode library paths into programs... immediate
1163 setting CC to gcc
1164 setting F77 to :
1165 setting TEST_CC to mpicc
1166 setting TEST_F77 to mpif77
1167 setting CFLAGS to -O3 -DNDEBUG -fno-strict-aliasing -pthread -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -DHAVE_ROMIOCONF_H
1168 setting USER_CFLAGS to 
1169 setting USER_FFLAGS to 
1170 configure: creating ./config.status
1171 config.status: creating Makefile
1172 config.status: creating localdefs
1173 config.status: creating adio/Makefile
1174 config.status: creating adio/ad_gridftp/Makefile
1175 config.status: creating adio/ad_hfs/Makefile
1176 config.status: creating adio/ad_nfs/Makefile
1177 config.status: creating adio/ad_ntfs/Makefile
1178 config.status: creating adio/ad_panfs/Makefile
1179 config.status: creating adio/ad_pfs/Makefile
1180 config.status: creating adio/ad_piofs/Makefile
1181 config.status: creating adio/ad_pvfs/Makefile
1182 config.status: creating adio/ad_pvfs2/Makefile
1183 config.status: creating adio/ad_sfs/Makefile
1184 config.status: creating adio/ad_testfs/Makefile
1185 config.status: creating adio/ad_ufs/Makefile
1186 config.status: creating adio/ad_xfs/Makefile
1187 config.status: creating adio/common/Makefile
1188 config.status: creating adio/include/Makefile
1189 config.status: creating doc/Makefile
1190 config.status: creating include/mpio.h
1191 config.status: creating include/mpiof.h
1192 config.status: creating include/Makefile
1193 config.status: creating mpi-io/Makefile
1194 config.status: creating test/Makefile
1195 config.status: creating test/misc.c
1196 config.status: creating test/large_file.c
1197 config.status: creating test/runtests
1198 config.status: creating util/romioinstall
1199 config.status: creating mpi-io/glue/openmpi/Makefile
1200 config.status: creating util/Makefile
1201 config.status: creating adio/include/romioconf.h
1202 config.status: adio/include/romioconf.h is unchanged
1203 config.status: executing depfiles commands
1204 config.status: executing default-1 commands
1205 configure-llc: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
1206 ROMIO distribution configured successfully
1207 checking if MCA component io:romio can compile... yes
1209 +++ Configuring MCA framework mpool
1210 checking for no configure components in framework mpool... sm
1211 checking for m4 configure components in framework mpool... gm, mvapi, openib
1213 --- MCA component mpool:sm (no configuration)
1214 checking for MCA component mpool:sm compile mode... dso
1215 checking if MCA component mpool:sm can compile... yes
1217 --- MCA component mpool:gm (m4 configuration macro)
1218 checking for MCA component mpool:gm compile mode... dso
1219 checking gm.h usability... no
1220 checking gm.h presence... no
1221 checking for gm.h... no
1222 checking if MCA component mpool:gm can compile... no
1224 --- MCA component mpool:mvapi (m4 configuration macro)
1225 checking for MCA component mpool:mvapi compile mode... dso
1226 checking vapi.h usability... no
1227 checking vapi.h presence... no
1228 checking for vapi.h... no
1229 checking vapi.h usability... no
1230 checking vapi.h presence... no
1231 checking for vapi.h... no
1232 checking if MCA component mpool:mvapi can compile... no
1234 --- MCA component mpool:openib (m4 configuration macro)
1235 checking for MCA component mpool:openib compile mode... dso
1236 checking for sysfs_open_class in -lsysfs... (cached) no
1237 checking for sysfs/libsysfs.h... (cached) no
1238 checking for cm_timeout in -lcm... (cached) no
1239 checking infiniband/verbs.h usability... no
1240 checking infiniband/verbs.h presence... no
1241 checking for infiniband/verbs.h... no
1242 checking for ibv_create_srq... (cached) no
1243 checking for ibv_get_device_list... (cached) no
1244 checking if MCA component mpool:openib can compile... no
1246 +++ Configuring MCA framework osc
1247 checking for no configure components in framework osc... pt2pt
1248 checking for m4 configure components in framework osc... 
1250 --- MCA component osc:pt2pt (no configuration)
1251 checking for MCA component osc:pt2pt compile mode... dso
1252 checking if MCA component osc:pt2pt can compile... yes
1254 +++ Configuring MCA framework pml
1255 checking for no configure components in framework pml... ob1
1256 checking for m4 configure components in framework pml... 
1258 --- MCA component pml:ob1 (no configuration)
1259 checking for MCA component pml:ob1 compile mode... dso
1260 checking if MCA component pml:ob1 can compile... yes
1262 +++ Configuring MCA framework rcache
1263 checking for no configure components in framework rcache... rb
1264 checking for m4 configure components in framework rcache... 
1266 --- MCA component rcache:rb (no configuration)
1267 checking for MCA component rcache:rb compile mode... dso
1268 checking if MCA component rcache:rb can compile... yes
1270 +++ Configuring MCA framework topo
1271 checking for no configure components in framework topo... unity
1272 checking for m4 configure components in framework topo... 
1274 --- MCA component topo:unity (no configuration)
1275 checking for MCA component topo:unity compile mode... dso
1276 checking if MCA component topo:unity can compile... yes
1278 ============================================================================
1279 == Final top-level OMPI configuration
1280 ============================================================================
1282 *** Libevent 3rd party event handler
1283 checking for ANSI C header files... (cached) yes
1284 checking for inttypes.h... (cached) yes
1285 checking for stdint.h... (cached) yes
1286 checking for poll.h... (cached) yes
1287 checking signal.h usability... yes
1288 checking signal.h presence... yes
1289 checking for signal.h... yes
1290 checking for unistd.h... (cached) yes
1291 checking sys/epoll.h usability... yes
1292 checking sys/epoll.h presence... yes
1293 checking for sys/epoll.h... yes
1294 checking for sys/time.h... (cached) yes
1295 checking for sys/queue.h... (cached) yes
1296 checking sys/event.h usability... no
1297 checking sys/event.h presence... no
1298 checking for sys/event.h... no
1299 checking for TAILQ_FOREACH in sys/queue.h... no
1300 checking for timeradd in sys/time.h... yes
1301 checking whether time.h and sys/time.h may both be included... yes
1302 checking for gettimeofday... yes
1303 checking for select... yes
1304 checking for poll... yes
1305 checking for epoll_ctl... yes
1306 checking for epoll_ctl on broken Linux distros... no
1307 checking for epoll system call... yes
1308 checking for err... yes
1309 checking for pid_t... (cached) yes
1310 checking for size_t... (cached) yes
1311 checking for u_int64_t... yes
1312 checking for u_int32_t... yes
1313 checking for u_int16_t... yes
1314 checking for u_int8_t... yes
1316 *** Libtool configuration
1317 checking for a sed that does not truncate output... /bin/sed
1318 checking for ld used by gcc... /usr/bin/ld
1319 checking if the linker (/usr/bin/ld) is GNU ld... yes
1320 checking for /usr/bin/ld option to reload object files... -r
1321 checking how to recognise dependent libraries... pass_all
1322 checking for dlfcn.h... (cached) yes
1323 checking how to run the C++ preprocessor... g++ -E
1324 checking the maximum length of command line arguments... 32768
1325 checking command to parse /usr/bin/nm -B output from gcc object... ok
1326 checking for objdir... .libs
1327 checking for ar... ar
1328 checking for ranlib... ranlib
1329 checking for strip... strip
1330 checking if gcc supports -fno-rtti -fno-exceptions... no
1331 checking for gcc option to produce PIC... -fPIC
1332 checking if gcc PIC flag -fPIC works... yes
1333 checking if gcc static flag -static works... yes
1334 checking if gcc supports -c -o file.o... yes
1335 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
1336 checking whether -lc should be explicitly linked in... no
1337 checking dynamic linker characteristics... GNU/Linux ld.so
1338 checking how to hardcode library paths into programs... immediate
1339 checking whether stripping libraries is possible... yes
1340 checking for shl_load... no
1341 checking for shl_load in -ldld... no
1342 checking for dlopen... no
1343 checking for dlopen in -ldl... yes
1344 checking whether a program can dlopen itself... yes
1345 checking whether a statically linked program can dlopen itself... no
1346 checking if libtool supports shared libraries... yes
1347 checking whether to build shared libraries... yes
1348 checking whether to build static libraries... no
1349 configure-llc: creating libtool
1350 appending configuration tag "CXX" to libtool
1351 checking for ld used by g++... /usr/bin/ld
1352 checking if the linker (/usr/bin/ld) is GNU ld... yes
1353 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1354 checking for g++ option to produce PIC... -fPIC
1355 checking if g++ PIC flag -fPIC works... yes
1356 checking if g++ static flag -static works... yes
1357 checking if g++ supports -c -o file.o... yes
1358 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1359 checking dynamic linker characteristics... GNU/Linux ld.so
1360 checking how to hardcode library paths into programs... immediate
1361 appending configuration tag "F77" to libtool
1363 *** GNU libltdl setup
1364 configure-llc: OMPI configuring in opal/libltdl
1365 configure-llc: running /bin/sh './configure'  '--prefix=/usr/local' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null --srcdir=.
1366 checking for a BSD-compatible install... /usr/bin/install -c
1367 checking whether build environment is sane... yes
1368 checking for gawk... no
1369 checking for mawk... mawk
1370 checking whether make sets $(MAKE)... yes
1371 checking for gcc... gcc
1372 checking for C compiler default output file name... a.out
1373 checking whether the C compiler works... yes
1374 checking whether we are cross compiling... no
1375 checking for suffix of executables... 
1376 checking for suffix of object files... o
1377 checking whether we are using the GNU C compiler... yes
1378 checking whether gcc accepts -g... yes
1379 checking for gcc option to accept ISO C89... none needed
1380 checking for style of include used by make... GNU
1381 checking dependency style of gcc... none
1382 checking for an ANSI C-conforming const... yes
1383 checking for inline... inline
1384 checking build system type... i686-pc-linux-gnu
1385 checking host system type... i686-pc-linux-gnu
1386 checking for a sed that does not truncate output... /bin/sed
1387 checking for grep that handles long lines and -e... /bin/grep
1388 checking for egrep... /bin/grep -E
1389 checking for ld used by gcc... /usr/bin/ld
1390 checking if the linker (/usr/bin/ld) is GNU ld... yes
1391 checking for /usr/bin/ld option to reload object files... -r
1392 checking for BSD-compatible nm... /usr/bin/nm -B
1393 checking whether ln -s works... yes
1394 checking how to recognise dependent libraries... pass_all
1395 checking how to run the C preprocessor... gcc -E
1396 checking for ANSI C header files... yes
1397 checking for sys/types.h... yes
1398 checking for sys/stat.h... yes
1399 checking for stdlib.h... yes
1400 checking for string.h... yes
1401 checking for memory.h... yes
1402 checking for strings.h... yes
1403 checking for inttypes.h... yes
1404 checking for stdint.h... yes
1405 checking for unistd.h... yes
1406 checking dlfcn.h usability... yes
1407 checking dlfcn.h presence... yes
1408 checking for dlfcn.h... yes
1409 checking for g++... g++
1410 checking whether we are using the GNU C++ compiler... yes
1411 checking whether g++ accepts -g... yes
1412 checking dependency style of g++... none
1413 checking how to run the C++ preprocessor... g++ -E
1414 checking for g77... no
1415 checking for f77... no
1416 checking for xlf... no
1417 checking for frt... no
1418 checking for pgf77... no
1419 checking for cf77... no
1420 checking for fort77... no
1421 checking for fl32... no
1422 checking for af77... no
1423 checking for f90... no
1424 checking for xlf90... no
1425 checking for pgf90... no
1426 checking for pghpf... no
1427 checking for epcf90... no
1428 checking for gfortran... no
1429 checking for g95... no
1430 checking for f95... no
1431 checking for fort... no
1432 checking for xlf95... no
1433 checking for ifort... no
1434 checking for ifc... no
1435 checking for efc... no
1436 checking for pgf95... no
1437 checking for lf95... no
1438 checking for ftn... no
1439 checking whether we are using the GNU Fortran 77 compiler... no
1440 checking whether  accepts -g... no
1441 checking the maximum length of command line arguments... 32768
1442 checking command to parse /usr/bin/nm -B output from gcc object... ok
1443 checking for objdir... .libs
1444 checking for ar... ar
1445 checking for ranlib... ranlib
1446 checking for strip... strip
1447 checking if gcc supports -fno-rtti -fno-exceptions... no
1448 checking for gcc option to produce PIC... -fPIC
1449 checking if gcc PIC flag -fPIC works... yes
1450 checking if gcc static flag -static works... yes
1451 checking if gcc supports -c -o file.o... yes
1452 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
1453 checking whether -lc should be explicitly linked in... no
1454 checking dynamic linker characteristics... GNU/Linux ld.so
1455 checking how to hardcode library paths into programs... immediate
1456 checking whether stripping libraries is possible... yes
1457 checking if libtool supports shared libraries... yes
1458 checking whether to build shared libraries... yes
1459 checking whether to build static libraries... no
1460 configure: creating libtool
1461 appending configuration tag "CXX" to libtool
1462 checking for ld used by g++... /usr/bin/ld
1463 checking if the linker (/usr/bin/ld) is GNU ld... yes
1464 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1465 checking for g++ option to produce PIC... -fPIC
1466 checking if g++ PIC flag -fPIC works... yes
1467 checking if g++ static flag -static works... yes
1468 checking if g++ supports -c -o file.o... yes
1469 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
1470 checking dynamic linker characteristics... GNU/Linux ld.so
1471 checking how to hardcode library paths into programs... immediate
1472 appending configuration tag "F77" to libtool
1473 checking for dirent.h that defines DIR... yes
1474 checking for library containing opendir... none required
1475 checking which extension is used for loadable modules... .so
1476 checking which variable specifies run-time library path... LD_LIBRARY_PATH
1477 checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /usr/local/lib/openmpi 
1478 checking for objdir... .libs
1479 checking whether libtool supports -dlopen/-dlpreopen... yes
1480 checking for shl_load... no
1481 checking for shl_load in -ldld... no
1482 checking for dlopen in -ldl... yes
1483 checking for dlerror... yes
1484 checking for _ prefix in compiled symbols... no
1485 checking whether deplibs are loaded by dlopen... yes
1486 checking argz.h usability... yes
1487 checking argz.h presence... yes
1488 checking for argz.h... yes
1489 checking for error_t... yes
1490 checking for argz_append... yes
1491 checking for argz_create_sep... yes
1492 checking for argz_insert... yes
1493 checking for argz_next... yes
1494 checking for argz_stringify... yes
1495 checking assert.h usability... yes
1496 checking assert.h presence... yes
1497 checking for assert.h... yes
1498 checking ctype.h usability... yes
1499 checking ctype.h presence... yes
1500 checking for ctype.h... yes
1501 checking errno.h usability... yes
1502 checking errno.h presence... yes
1503 checking for errno.h... yes
1504 checking malloc.h usability... yes
1505 checking malloc.h presence... yes
1506 checking for malloc.h... yes
1507 checking for memory.h... (cached) yes
1508 checking for stdlib.h... (cached) yes
1509 checking stdio.h usability... yes
1510 checking stdio.h presence... yes
1511 checking for stdio.h... yes
1512 checking for unistd.h... (cached) yes
1513 checking dl.h usability... no
1514 checking dl.h presence... no
1515 checking for dl.h... no
1516 checking sys/dl.h usability... no
1517 checking sys/dl.h presence... no
1518 checking for sys/dl.h... no
1519 checking dld.h usability... no
1520 checking dld.h presence... no
1521 checking for dld.h... no
1522 checking mach-o/dyld.h usability... no
1523 checking mach-o/dyld.h presence... no
1524 checking for mach-o/dyld.h... no
1525 checking for string.h... (cached) yes
1526 checking for strchr... yes
1527 checking for strrchr... yes
1528 checking for memcpy... yes
1529 checking for memmove... yes
1530 checking for strcmp... yes
1531 checking for closedir... yes
1532 checking for opendir... yes
1533 checking for readdir... yes
1534 configure: creating ./config.status
1535 config.status: creating Makefile
1536 config.status: creating config.h
1537 config.status: executing depfiles commands
1538 configure-llc: /bin/sh './configure' succeeded for opal/libltdl
1539 checking for libtool-supplied linker flags...  -Wl,--export-dynamic -lnsl -lutil -lm -ldl
1541 *** Compiler flags
1542 checking which of CFLAGS are ok for TotalView modules...  -DNDEBUG -fno-strict-aliasing -pthread
1543 checking extra CFLAGS for TotalView modules... -g
1545 *** Wrapper compiler flags
1546 checking for OPAL CPPFLAGS...  
1547 checking for OPAL CFLAGS... -pthread 
1548 checking for OPAL CXXFLAGS... -pthread 
1549 checking for OPAL LDFLAGS...   
1550 checking for OPAL LIBS... -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
1551 checking for OPAL extra include dirs... 
1552 checking for ORTE CPPFLAGS...  
1553 checking for ORTE CFLAGS... -pthread 
1554 checking for ORTE CXXFLAGS... -pthread 
1555 checking for ORTE LDFLAGS...    
1556 checking for ORTE LIBS...  -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
1557 checking for ORTE extra include dirs... 
1558 checking for OMPI CPPFLAGS...  
1559 checking for OMPI CFLAGS... -pthread 
1560 checking for OMPI CXXFLAGS... -pthread 
1561 checking for OMPI FFLAGS...  
1562 checking for OMPI FCFLAGS...  
1563 checking for OMPI LDFLAGS...     
1564 checking for OMPI LIBS...   -ldl   -Wl,--export-dynamic -lnsl -lutil -lm -ldl 
1565 checking for OMPI extra include dirs...  openmpi
1567 *** Final output
1568 configure-llc: creating ./config.status
1569 config.status: creating ompi/include/ompi/version.h
1570 config.status: creating orte/include/orte/version.h
1571 config.status: creating opal/include/opal/version.h
1572 config.status: creating opal/mca/maffinity/Makefile
1573 config.status: creating opal/mca/memcpy/Makefile
1574 config.status: creating opal/mca/memory/Makefile
1575 config.status: creating opal/mca/paffinity/Makefile
1576 config.status: creating opal/mca/timer/Makefile
1577 config.status: creating orte/mca/errmgr/Makefile
1578 config.status: creating orte/mca/gpr/Makefile
1579 config.status: creating orte/mca/iof/Makefile
1580 config.status: creating orte/mca/ns/Makefile
1581 config.status: creating orte/mca/oob/Makefile
1582 config.status: creating orte/mca/pls/Makefile
1583 config.status: creating orte/mca/ras/Makefile
1584 config.status: creating orte/mca/rds/Makefile
1585 config.status: creating orte/mca/rmaps/Makefile
1586 config.status: creating orte/mca/rmgr/Makefile
1587 config.status: creating orte/mca/rml/Makefile
1588 config.status: creating orte/mca/schema/Makefile
1589 config.status: creating orte/mca/sds/Makefile
1590 config.status: creating orte/mca/soh/Makefile
1591 config.status: creating ompi/mca/allocator/Makefile
1592 config.status: creating ompi/mca/bml/Makefile
1593 config.status: creating ompi/mca/btl/Makefile
1594 config.status: creating ompi/mca/coll/Makefile
1595 config.status: creating ompi/mca/common/Makefile
1596 config.status: creating ompi/mca/io/Makefile
1597 config.status: creating ompi/mca/mpool/Makefile
1598 config.status: creating ompi/mca/osc/Makefile
1599 config.status: creating ompi/mca/pml/Makefile
1600 config.status: creating ompi/mca/rcache/Makefile
1601 config.status: creating ompi/mca/topo/Makefile
1602 config.status: creating ompi/mca/pml/pml_direct_call.h.tmp
1603 config.status: creating opal/mca/maffinity/first_use/Makefile
1604 config.status: creating opal/mca/maffinity/libnuma/Makefile
1605 config.status: creating opal/mca/memory/darwin/Makefile
1606 config.status: creating opal/mca/memory/malloc_hooks/Makefile
1607 config.status: creating opal/mca/memory/ptmalloc2/Makefile
1608 config.status: creating opal/mca/paffinity/linux/Makefile
1609 config.status: creating opal/mca/paffinity/solaris/Makefile
1610 config.status: creating opal/mca/paffinity/windows/Makefile
1611 config.status: creating opal/mca/timer/aix/Makefile
1612 config.status: creating opal/mca/timer/altix/Makefile
1613 config.status: creating opal/mca/timer/darwin/Makefile
1614 config.status: creating opal/mca/timer/linux/Makefile
1615 config.status: creating opal/mca/timer/solaris/Makefile
1616 config.status: creating opal/mca/timer/windows/Makefile
1617 config.status: creating orte/mca/gpr/null/Makefile
1618 config.status: creating orte/mca/gpr/proxy/Makefile
1619 config.status: creating orte/mca/gpr/replica/Makefile
1620 config.status: creating orte/mca/gpr/replica/api_layer/Makefile
1621 config.status: creating orte/mca/gpr/replica/transition_layer/Makefile
1622 config.status: creating orte/mca/gpr/replica/functional_layer/Makefile
1623 config.status: creating orte/mca/gpr/replica/communications/Makefile
1624 config.status: creating orte/mca/iof/proxy/Makefile
1625 config.status: creating orte/mca/iof/svc/Makefile
1626 config.status: creating orte/mca/ns/proxy/Makefile
1627 config.status: creating orte/mca/ns/replica/Makefile
1628 config.status: creating orte/mca/oob/tcp/Makefile
1629 config.status: creating orte/mca/pls/bproc/Makefile
1630 config.status: creating orte/mca/pls/bproc_orted/Makefile
1631 config.status: creating orte/mca/pls/fork/Makefile
1632 config.status: creating orte/mca/pls/poe/Makefile
1633 config.status: creating orte/mca/pls/rsh/Makefile
1634 config.status: creating orte/mca/pls/slurm/Makefile
1635 config.status: creating orte/mca/pls/tm/Makefile
1636 config.status: creating orte/mca/pls/xgrid/Makefile
1637 config.status: creating orte/mca/ras/bjs/Makefile
1638 config.status: creating orte/mca/ras/dash_host/Makefile
1639 config.status: creating orte/mca/ras/hostfile/Makefile
1640 config.status: creating orte/mca/ras/loadleveler/Makefile
1641 config.status: creating orte/mca/ras/localhost/Makefile
1642 config.status: creating orte/mca/ras/lsf_bproc/Makefile
1643 config.status: creating orte/mca/ras/poe/Makefile
1644 config.status: creating orte/mca/ras/slurm/Makefile
1645 config.status: creating orte/mca/ras/tm/Makefile
1646 config.status: creating orte/mca/ras/xgrid/Makefile
1647 config.status: creating orte/mca/rds/hostfile/Makefile
1648 config.status: creating orte/mca/rds/resfile/Makefile
1649 config.status: creating orte/mca/rmaps/round_robin/Makefile
1650 config.status: creating orte/mca/rmgr/cnos/Makefile
1651 config.status: creating orte/mca/rmgr/proxy/Makefile
1652 config.status: creating orte/mca/rmgr/urm/Makefile
1653 config.status: creating orte/mca/rml/cnos/Makefile
1654 config.status: creating orte/mca/rml/oob/Makefile
1655 config.status: creating orte/mca/sds/bproc/Makefile
1656 config.status: creating orte/mca/sds/cnos/Makefile
1657 config.status: creating orte/mca/sds/env/Makefile
1658 config.status: creating orte/mca/sds/pipe/Makefile
1659 config.status: creating orte/mca/sds/portals_utcp/Makefile
1660 config.status: creating orte/mca/sds/seed/Makefile
1661 config.status: creating orte/mca/sds/singleton/Makefile
1662 config.status: creating orte/mca/sds/slurm/Makefile
1663 config.status: creating orte/mca/soh/bproc/Makefile
1664 config.status: creating ompi/mca/allocator/basic/Makefile
1665 config.status: creating ompi/mca/allocator/bucket/Makefile
1666 config.status: creating ompi/mca/bml/r2/Makefile
1667 config.status: creating ompi/mca/btl/gm/Makefile
1668 config.status: creating ompi/mca/btl/mvapi/Makefile
1669 config.status: creating ompi/mca/btl/mx/Makefile
1670 config.status: creating ompi/mca/btl/openib/Makefile
1671 config.status: creating ompi/mca/btl/portals/Makefile
1672 config.status: creating ompi/mca/btl/self/Makefile
1673 config.status: creating ompi/mca/btl/sm/Makefile
1674 config.status: creating ompi/mca/btl/tcp/Makefile
1675 config.status: creating ompi/mca/btl/llc/Makefile
1676 config.status: creating ompi/mca/coll/basic/Makefile
1677 config.status: creating ompi/mca/coll/hierarch/Makefile
1678 config.status: creating ompi/mca/coll/self/Makefile
1679 config.status: creating ompi/mca/coll/sm/Makefile
1680 config.status: creating ompi/mca/coll/tuned/Makefile
1681 config.status: creating ompi/mca/common/sm/Makefile
1682 config.status: creating ompi/mca/io/romio/Makefile
1683 config.status: creating ompi/mca/mpool/gm/Makefile
1684 config.status: creating ompi/mca/mpool/mvapi/Makefile
1685 config.status: creating ompi/mca/mpool/openib/Makefile
1686 config.status: creating ompi/mca/mpool/sm/Makefile
1687 config.status: creating ompi/mca/osc/pt2pt/Makefile
1688 config.status: creating ompi/mca/pml/ob1/Makefile
1689 config.status: creating ompi/mca/rcache/rb/Makefile
1690 config.status: creating ompi/mca/topo/unity/Makefile
1691 config.status: creating opal/include/opal/install_dirs.h
1692 config.status: creating Makefile
1693 config.status: creating config/Makefile
1694 config.status: creating contrib/Makefile
1695 config.status: creating opal/Makefile
1696 config.status: creating opal/etc/Makefile
1697 config.status: creating opal/include/Makefile
1698 config.status: creating opal/asm/Makefile
1699 config.status: creating opal/event/Makefile
1700 config.status: creating opal/event/compat/Makefile
1701 config.status: creating opal/event/compat/sys/Makefile
1702 config.status: creating opal/util/Makefile
1703 config.status: creating opal/util/keyval/Makefile
1704 config.status: creating opal/mca/base/Makefile
1705 config.status: creating opal/tools/wrappers/Makefile
1706 config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt
1707 config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt
1708 config.status: creating orte/Makefile
1709 config.status: creating orte/include/Makefile
1710 config.status: creating orte/etc/Makefile
1711 config.status: creating orte/tools/orted/Makefile
1712 config.status: creating orte/tools/orterun/Makefile
1713 config.status: creating orte/tools/wrappers/Makefile
1714 config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt
1715 config.status: creating orte/tools/wrappers/ortec++-wrapper-data.txt
1716 config.status: creating ompi/Makefile
1717 config.status: creating ompi/etc/Makefile
1718 config.status: creating ompi/include/Makefile
1719 config.status: creating ompi/include/mpif.h
1720 config.status: creating ompi/include/mpif-config.h
1721 config.status: creating ompi/datatype/Makefile
1722 config.status: creating ompi/debuggers/Makefile
1723 config.status: creating ompi/mpi/Makefile
1724 config.status: creating ompi/mpi/c/Makefile
1725 config.status: creating ompi/mpi/c/profile/Makefile
1726 config.status: creating ompi/mpi/cxx/Makefile
1727 config.status: creating ompi/mpi/f77/Makefile
1728 config.status: creating ompi/mpi/f77/profile/Makefile
1729 config.status: creating ompi/mpi/f90/Makefile
1730 config.status: creating ompi/mpi/f90/fortran_kinds.sh
1731 config.status: creating ompi/mpi/f90/fortran_sizes.h
1732 config.status: creating ompi/mpi/f90/scripts/Makefile
1733 config.status: creating ompi/tools/ompi_info/Makefile
1734 config.status: creating ompi/tools/wrappers/Makefile
1735 config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
1736 config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
1737 config.status: creating ompi/tools/wrappers/mpif77-wrapper-data.txt
1738 config.status: creating ompi/tools/wrappers/mpif90-wrapper-data.txt
1739 config.status: creating test/Makefile
1740 config.status: creating test/asm/Makefile
1741 config.status: creating test/class/Makefile
1742 config.status: creating test/dss/Makefile
1743 config.status: creating test/mca/Makefile
1744 config.status: creating test/mca/gpr/Makefile
1745 config.status: creating test/mca/gpr/remote/Makefile
1746 config.status: creating test/mca/ns/Makefile
1747 config.status: creating test/mca/oob/Makefile
1748 config.status: creating test/mca/ras/Makefile
1749 config.status: creating test/mca/rds/Makefile
1750 config.status: creating test/mca/rmaps/Makefile
1751 config.status: creating test/mca/rmgr/Makefile
1752 config.status: creating test/mca/schema/Makefile
1753 config.status: creating test/mca/soh/Makefile
1754 config.status: creating test/memory/Makefile
1755 config.status: creating test/runtime/Makefile
1756 config.status: creating test/support/Makefile
1757 config.status: creating test/threads/Makefile
1758 config.status: creating test/util/Makefile
1759 config.status: creating test/peruse/Makefile
1760 config.status: creating opal/include/opal_config.h
1761 config.status: creating orte/include/orte_config.h
1762 config.status: orte/include/orte_config.h is unchanged
1763 config.status: creating ompi/include/ompi_config.h
1764 config.status: ompi/include/ompi_config.h is unchanged
1765 config.status: creating ompi/include/mpi.h
1766 config.status: ompi/include/mpi.h is unchanged
1767 config.status: linking ./opal/mca/memcpy/base/memcpy_base_default.h to opal/mca/memcpy/base/base_impl.h
1768 config.status: linking ./opal/mca/timer/linux/timer_linux.h to opal/mca/timer/base/base_impl.h
1769 config.status: linking ./ompi/mca/btl/portals/btl_portals_compat_utcp.c to ompi/mca/btl/portals/btl_portals_compat.c
1770 config.status: executing depfiles commands
1771 config.status: executing pml-direct commands
1772 config.status: creating ompi/mca/pml/pml_direct_call.h