[mpich-discuss] Issue with mpiexec

Konstantinos Karmas karmkons at auth.gr
Thu Jan 2 13:53:33 CST 2014



Hello. My name is Konstantinos Karmas and i am an undergraduate   
student in the Electrical Engineering faculty of Aristotle Univercity   
of Thessaloniki.
I have an assignment to complete, regarding a program running in   
distributed systems and i need to install MPICH2 on my computer   
through cygwin, running windows 7 64bit. I followed the instructions   
in http://www.mpich.org/static/downloads/1.4.1/mpich2-1.4.1-README.txt  
  , but when i try to use "mpiexec -n <number> ./examples/cpi"  
command,  i am getting the following errors:

  mpiexec -n 2 ./examples/cpi
[mpiexec at Anachronoss] HYDT_topo_bind (./tools/topo/topo.c:557): no   
topology library available
[mpiexec at Anachronoss] HYDU_create_process   
(./utils/launch/launch.c:62): bind process failed
[mpiexec at Anachronoss] HYDT_bscd_common_launch_procs   
(./tools/bootstrap/external/external_common_launch.c:310): create   
process returned error
[mpiexec at Anachronoss] HYDT_bsci_launch_procs   
(./tools/bootstrap/src/bsci_launch.c:17): launcher returned error   
while launching processes
[mpiexec at Anachronoss] HYD_pmci_launch_procs   
(./pm/pmiserv/pmiserv_pmci.c:137): launcher cannot launch processes
[mpiexec at Anachronoss] main (./ui/mpich/mpiexec.c:401): process manager  
  returned error launching processes
[mpiexec at Anachronoss] HYD_pmcd_pmiserv_proxy_init_cb   
(./pm/pmiserv/pmiserv_cb.c:520): assert (!closed) failed
[mpiexec at Anachronoss] HYDT_dmxu_poll_wait_for_event   
(./tools/demux/demux_poll.c:77): callback returned error status
[mpiexec at Anachronoss] HYD_pmci_wait_for_completion   
(./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
[mpiexec at Anachronoss] main (./ui/mpich/mpiexec.c:405): process manager  
  error waiting for completion

I am including the c,config, m,mi and src/openpa/config files. Please   
can you help me solve this?

Thanks in advance.

Konstantinos Karmas
Aristotle Univercity of Thessaloniki





-------------- next part --------------
Configuring MPICH2 version 1.4.1 with  '--prefix=/home/Κωστής/mpich-install'
Running on system: CYGWIN_NT-6.1 Anachronoss 1.7.27(0.271/5/3) 2013-12-09 11:54 x86_64 Cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
Executing mpich2prereq in /usr/local/bin/mpich2-1.4.1/src/mpid/ch3 with 
Executing mpich2prereq in /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis
configure: ===== configuring src/mpl =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/mpl/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for variable argument list macro functionality... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking memcheck.h usability... no
checking memcheck.h presence... no
checking for memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking helgrind.h usability... no
checking helgrind.h presence... no
checking for helgrind.h... no
checking valgrind/helgrind.h usability... no
checking valgrind/helgrind.h presence... no
checking for valgrind/helgrind.h... no
checking drd.h usability... no
checking drd.h presence... no
checking for drd.h... no
checking valgrind/drd.h usability... no
checking valgrind/drd.h presence... no
checking for valgrind/drd.h... no
checking whether the valgrind headers are broken or too old... yes
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncmp... yes
checking whether strncmp needs a declaration... no
checking for putenv... yes
checking whether putenv needs a declaration... no
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include/mplconfig.h commands
config.status: creating include/mplconfig.h - prefix MPL for include/config.h defines
configure: ===== done with src/mpl configure =====
configure: ===== configuring src/openpa =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/openpa/configure --with-atomic-primitives=auto_allow_emulation '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable assertions... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking intrin.h usability... yes
checking intrin.h presence... yes
checking for intrin.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for pthread_create in -lpthread... yes
checking for pthread_yield... yes
checking if 100 threads can be run at once... yes
checking size of void *... 8
checking size of int... 4
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking if compiler rejects bogus asm statements... yes
checking for support for gcc x86/x86_64 primitives... yes
checking for support for gcc x86 primitives for pre-Pentium 4... yes
checking for support for gcc ia64 primitives... no
checking for support for gcc PowerPC atomics... no
checking for support for gcc SiCortex atomics... no
checking for support for gcc atomic intrinsics... yes
checking for support for Windows NT atomic intrinsics... no
checking for support for Sun atomic operations library... no
checking whether to enable strict fairness checks... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating openpa.pc
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing src/opa_config.h commands
config.status: creating src/opa_config.h - prefix OPA for src/config.h defines
configure: ===== done with src/openpa configure =====
sourcing /usr/local/bin/mpich2-1.4.1/src/pm/hydra/mpich2prereq
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking whether C compiler accepts option -O2... yes
checking whether C compiler option -O2 works with an invalid prototype program... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for type of weak symbol alias support... pragma weak accepted but does not work (probably creates two non-weak entries)
no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... no
checking for ifort... no
checking for pgf77... no
checking for af77... no
checking for xlf... no
checking for frt... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for fort... no
checking for ifc... no
checking for efc... no
checking for ftn... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether Fortran 77 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32
checking whether gfortran accepts the FLIBS found by autoconf... yes
checking whether gcc links with FLIBS found by autoconf... yes
checking whether Fortran 77 and C objects are compatible... yes
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower uscore
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for libraries to link Fortran main with C stdio routines... none
checking whether Fortran init will work with C... yes
checking for ifort... no
checking for pgf90... no
checking for pathf90... no
checking for pathf95... no
checking for xlf90... no
checking for xlf95... no
checking for xlf2003... no
checking for f90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (gfortran    ) works... yes
checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler... no
checking whether Fortran 90 compiler works with Fortran 77 compiler... yes
checking whether Fortran 77 accepts ! for comments... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
checking whether Fortran 77 compiler processes .F files with C preprocessor... yes
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking whether the Fortran 90 compiler (gfortran    ) works... yes
checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler... no
checking for Fortran 90 module extension... mod
checking for Fortran 90 module include flag... -I
checking whether Fortran 90 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking whether Fortran 90 compiler processes .F90 files with C preprocessor... yes
checking what libraries are needed to link Fortran90 programs with C routines that use stdio... none
checking for Fortran 90 compiler vendor... gnu
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether the C++ compiler c++ can build an executable... yes
checking whether C++ compiler works with string... yes
checking whether the compiler supports exceptions... yes
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler implements namespaces... yes
checking whether <iostream> available... yes
checking whether the compiler implements the namespace std... yes
checking whether <math> available... no
checking for GNU g++ version... 4 . 8
checking whether C++ compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for perl... /usr/bin/perl
checking for ar... ar
checking for ranlib... ranlib
checking for killall... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking whether install breaks libraries... no
checking whether mkdir -p works... yes
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for bash... /usr/bin/bash
checking whether /usr/bin/bash supports arrays... yes
checking for doctext... false
checking for location of doctext style files... unavailable
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking whether byte ordering is bigendian... no
checking whether C compiler allows unaligned doubles... yes
checking whether gcc supports __func__... yes
Using gcc to determine dependencies
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for max C struct integer alignment... eight
checking for max C struct floating point alignment... sixteen
checking for max C struct alignment of structs with doubles... eight
checking for max C struct floating point alignment with long doubles... sixteen
configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types.
checking if alignment of structs with doubles is based on position... no
checking if alignment of structs with long long ints is based on position... no
checking if double alignment breaks rules, find actual alignment... no
checking for alignment restrictions on pointers... int or better
checking size of char... 1
checking size of unsigned char... 1
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of unsigned long... 8
checking size of long long... 8
checking size of unsigned long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void *... 8
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of wchar_t... 2
checking size of float_int... 8
checking size of double_int... 16
checking size of long_int... 16
checking size of short_int... 8
checking size of two_int... 8
checking size of long_double_int... 32
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking inttypes.h usability... yes
checking inttypes.h presence... yes
checking for inttypes.h... yes
checking stdint.h usability... yes
checking stdint.h presence... yes
checking for stdint.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking size of _Bool... 1
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 32
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking for size of Fortran type integer... 4
checking for size of Fortran type real... 4
checking for size of Fortran type double precision... 8
checking whether integer*1 is supported... yes
checking whether integer*2 is supported... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking whether real*4 is supported... yes
checking whether real*8 is supported... yes
checking whether real*16 is supported... yes
checking for C type matching Fortran integer... int
checking for size of MPI_Status... 20
checking for values of Fortran logicals... True is 1 and False is 0
checking for BSD/POSIX style global symbol lister... BSD style,/usr/bin/nm -g -B
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for multiple __attribute__((alias)) support... yes
checking the minimum alignment of Fortran common block of 1 integers... 4
checking the minimum alignment of Fortran common block of 5 integers... 4, too small! reset to 32
checking for Fortran 90 integer kind for 8-byte integers... 8
checking if real*8 is supported in Fortran 90... yes
checking size of bool... 1
checking how to run the C++ preprocessor... c++ -E
checking complex usability... yes
checking complex presence... yes
checking for complex... yes
checking size of Complex... 8
checking size of DoubleComplex... 16
checking size of LongDoubleComplex... 32
checking if char * pointers use byte addresses... yes
checking for alignment restrictions on ... no
checking for alignment restrictions on int32_t... no
checking size of MPIR_Bsend_data_t... 88
checking for gcc __asm__ and pentium cmpxchgl instruction... no
checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... yes
checking for gcc __asm__ and IA64 xchg4 instruction... no
checking for ANSI C header files... (cached) yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/types.h usability... yes
checking sys/types.h presence... yes
checking for sys/types.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stddef.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/uio.h... yes
checking for size_t... yes
checking for setitimer... yes
checking for alarm... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking whether vsnprintf needs a declaration... no
checking for strerror... yes
checking for strncasecmp... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether strerror_r needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for qsort... yes
checking for va_copy... yes
checking for variable argument list macro functionality... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for fdopen... yes
checking whether fdopen needs a declaration... yes
checking for putenv... yes
checking whether putenv needs a declaration... no
checking for clock_gettime... yes
checking for clock_getres... yes
checking for gethrtime... no
checking for mach_absolute_time... no
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for library containing clock_getres... none required
checking whether struct timespec is defined in time.h... yes
checking for CLOCK_REALTIME defined in time.h... yes
sourcing /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/setup_device
RUNNING SETUP_DEVICE FOR THE CH3 DEVICE
sourcing /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/setup_channel
RUNNING SETUP_CHANNEL FOR THE NEMESIS CHANNEL
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
checking for pthread_yield... yes
checking for pthread_key_create... yes
checking for pthread_cleanup_push... no
checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no
checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP... no
checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE... yes
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP... no
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK... yes
checking for thread local storage specifier... __thread
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
checking for yield... no
checking for usleep... yes
checking for sleep... yes
checking for select... yes
checking for getpid... yes
checking for sched_setaffinity... no
checking for sched_getaffinity... no
checking for bindprocessor... no
checking for thread_policy_set... no
configure: ===== configuring src/mpid/ch3 =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
RUNNING CONFIGURE FOR CH3 DEVICE
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking for pid_t... yes
checking for inet_pton... yes
checking for gethostname... yes
checking whether gethostname needs a declaration... no
checking for CFUUIDCreate... no
checking for uuid_generate... no
checking for time... yes
checking whether CPP accepts variable length argument lists... yes
checking whether byte ordering is bigendian... no
checking whether we can use struct ifconf... yes
configure: ===== configuring channels/nemesis =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/configure  '--prefix=/home/Κωστής/mpich-install' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' --disable-option-checking
RUNNING CONFIGURE FOR THE NEMESIS CHANNEL
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking for net/if.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/types.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for netinet/in.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for signal... yes
checking for mkstemp... yes
checking for rand... yes
checking for srand... yes
checking for OpenPA atomic primitive availability... yes
checking for mmap... yes
checking for munmap... yes
configure: Using a memory-mapped file for shared memory
checking whether struct hostent contains h_addr_list... yes
checking whether we can use struct ifconf... yes
checking knem_io.h usability... no
checking knem_io.h presence... no
checking for knem_io.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating nemesis/Makefile
config.status: creating nemesis/src/Makefile
config.status: creating nemesis/utils/Makefile
config.status: creating nemesis/utils/replacements/Makefile
config.status: creating nemesis/utils/monitor/Makefile
config.status: creating nemesis/netmod/Makefile
config.status: creating nemesis/netmod/elan/Makefile
config.status: creating nemesis/netmod/gm/Makefile
config.status: creating nemesis/netmod/mx/Makefile
config.status: creating nemesis/netmod/tcp/Makefile
config.status: creating nemesis/netmod/psm/Makefile
config.status: creating nemesis/netmod/newmad/Makefile
config.status: creating nemesis/netmod/none/Makefile
config.status: creating localdefs
config.status: creating nemesis/include/mpid_nem_net_module_defs.h
config.status: creating nemesis/src/mpid_nem_net_array.c
config.status: creating include/mpidi_ch3i_nemesis_conf.h
configure: ===== done with channels/nemesis configure =====
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating util/Makefile
config.status: creating channels/Makefile
config.status: creating util/ftb/Makefile
config.status: creating localdefs
config.status: creating include/mpid_thread.h
config.status: creating include/mpidi_ch3_conf.h
config.status: executing default-1 commands
copying ./../common/thread/mpid_thread_mpe.c to src/mpid_thread.c
configure: ===== done with src/mpid/ch3 configure =====
configure: ===== configuring src/mpi/romio =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/mpi/romio/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
Configuring with args --prefix=/home/Κωστής/mpich-install --disable-option-checking
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for architecture... x86_64
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /usr/local/bin/mpich2-1.4.1/src/mpi/romio
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for memalign... yes
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... 8
checking for extension for Fortran 90 programs... f90
checking for Fortran 90 KIND parameter for 8-byte integers...            8
checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes
Overriding Array test for MPICH2
checking for weak symbol support... pragma weak
checking that weak symbols are visible to other files... no
no
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
checking configured file systems... testfs ufs nfs
configure: WARNING: File locks may not work with NFS.  See the Installation and
users manual for instructions on testing and if necessary fixing this
checking for library containing aio_write... no
checking for library containing pthread_create... none required
checking for library containing aio_write... (cached) no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking if aio.h exists and can be compiled... no
checking if sys/aio.h exists and can be compiled... no
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... no
checking for strerror... yes
checking for doctext... false
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for lstat... yes
checking whether lstat needs a declaration... yes
checking for readlink... yes
checking whether readlink needs a declaration... no
checking for fsync... yes
checking whether fsync needs a declaration... no
checking for ftruncate... yes
checking whether ftruncate needs a declaration... no
checking for lseek64... no
checking for unistd.h... (cached) yes
checking for large file defines... none
checking spi/kernel_interface.h usability... no
checking spi/kernel_interface.h presence... no
checking for spi/kernel_interface.h... no
checking for Kernel_GetMemorySize... no
setting SYSDEP_INC to 
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
setting CC to gcc
setting F77 to gfortran
setting TEST_CC to /usr/local/bin/mpich2-1.4.1/bin/mpicc
setting TEST_F77 to /usr/local/bin/mpich2-1.4.1/bin/mpif77
setting CFLAGS to    -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to 
setting USER_FFLAGS to 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating mpi-io/Makefile
config.status: creating mpi2-other/info/Makefile
config.status: creating mpi2-other/array/Makefile
config.status: creating adio/common/Makefile
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/runtests
config.status: creating test-internal/Makefile
config.status: creating util/romioinstall
config.status: creating include/mpio.h
config.status: creating include/mpiof.h
config.status: creating adio/ad_nfs/Makefile
config.status: creating adio/ad_ufs/Makefile
config.status: creating adio/ad_bgl/Makefile
config.status: creating adio/ad_bglockless/Makefile
config.status: creating adio/ad_panfs/Makefile
config.status: creating adio/ad_xfs/Makefile
config.status: creating adio/ad_sfs/Makefile
config.status: creating adio/ad_pfs/Makefile
config.status: creating adio/ad_testfs/Makefile
config.status: creating adio/ad_pvfs/Makefile
config.status: creating adio/ad_pvfs2/Makefile
config.status: creating adio/ad_gridftp/Makefile
config.status: creating adio/ad_lustre/Makefile
config.status: creating adio/ad_zoidfs/Makefile
config.status: creating mpi-io/fortran/Makefile
config.status: creating mpi2-other/info/fortran/Makefile
config.status: creating mpi2-other/array/fortran/Makefile
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating mpi-io/glue/mpich2/Makefile
config.status: creating mpi-io/glue/mpich1/Makefile
config.status: creating mpi-io/glue/default/Makefile
config.status: creating common/dataloop/Makefile
config.status: creating adio/include/romioconf.h
config.status: executing default-1 commands
configure: ===== done with src/mpi/romio configure =====
configure: ===== configuring src/pmi/simple =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/pmi/simple/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
RUNNING CONFIGURE FOR THE SIMPLE PMI
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for strings.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncasecmp... yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/socket.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for socket... yes
checking for setsockopt... yes
checking for gethostbyname... yes
checking whether socklen_t is defined (in sys/socket.h if present)... yes
checking whether struct hostent contains h_addr_list... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating pmiconf.h
configure: ===== done with src/pmi/simple configure =====
configure: ===== configuring src/pm/hydra =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of unsigned long... 8
checking for size_t... yes
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for variable argument list macro functionality... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking for doxygen... /usr/bin/doxygen
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for netdb.h... (cached) yes
checking winsock2.h usability... no
checking winsock2.h presence... yes
configure: WARNING: winsock2.h: present but cannot be compiled
configure: WARNING: winsock2.h:     check for missing prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf documentation
configure: WARNING: winsock2.h:     section "Present But Cannot Be Compiled"
configure: WARNING: winsock2.h: proceeding with the compiler's result
checking for winsock2.h... no
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for gettimeofday... yes
checking for time... yes
checking for strdup... yes
checking for sigaction... yes
checking for signal... yes
checking for usleep... yes
checking for alloca... no
checking for unsetenv... yes
checking for strerror... yes
checking for strsignal... yes
checking for stat... yes
checking for getifaddrs... yes
checking for fcntl... yes
checking for alarm... yes
checking for isatty... yes
checking for inet_ntop... yes
checking for environ in unistd.h... yes
checking bootstrap server... user,ssh,rsh,fork,slurm,ll,lsf,sge,pbs,manual,persist
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking for tm_init in -ltorque... no
checking process manager... pmiserv
checking user interface... mpich
checking desired processor topology libraries... hwloc,plpa
configure: ===== configuring tools/topo/hwloc/hwloc =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/tools/topo/hwloc/hwloc/configure --enable-embedded-mode '--prefix=/home/Κωστής/mpich-install' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' --disable-option-checking

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 1.2.1rc2-1
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/tools/topo/hwloc/hwloc
configure: hwloc srcdir: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/tools/topo/hwloc/hwloc
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking size of void *... 8
checking which OS support to include... Windows
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... no
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... no
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... no
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking whether to enable visibility... no (disabled)
checking for inline compatibility keyword... __inline__
checking for strncasecmp... yes
checking whether function strncasecmp is declared... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... yes
checking for PROCESSOR_CACHE_TYPE... yes
checking for CACHE_DESCRIPTOR... yes
checking for LOGICAL_PROCESSOR_RELATIONSHIP... yes
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... yes
checking for GROUP_AFFINITY... yes
checking for PROCESSOR_RELATIONSHIP... yes
checking for NUMA_NODE_RELATIONSHIP... yes
checking for CACHE_RELATIONSHIP... yes
checking for PROCESSOR_GROUP_INFO... yes
checking for GROUP_RELATIONSHIP... yes
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... yes
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for main in -lgdi32... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking for sysctl... no
checking for sysctlbyname... no
checking whether function sched_setaffinity is declared... no
checking for working CPU_SET... no
checking for working CPU_SET_S... no
checking for working _syscall3... no
checking for KERRIGHED... no
checking for lib... no
checking for bash... /usr/bin/sh
checking for ffs... yes
checking whether function ffs is declared... yes
checking for ffsl... no
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking numaif.h usability... no
checking numaif.h presence... no
checking for numaif.h... no
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... no
checking whether pthread_getaffinity_np is declared... no
checking for sched_setaffinity... no
checking for sys/cpuset.h... no
checking for library containing pthread_getthrds_np... no
checking for XML... no
checking for cpuid... yes
checking for X... libraries , headers 
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for as... as
checking for dlltool... dlltool
checking for objdump... (cached) objdump
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with tools/topo/hwloc/hwloc configure =====
configure: ===== configuring tools/topo/plpa/plpa =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/tools/topo/plpa/plpa/configure --enable-included-mode '--prefix=/home/Κωστής/mpich-install' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' --disable-option-checking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for PLPA version... 1.3.2
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether to enable "picky" compiler mode... no (default)
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for syscall... no
configure: error: Cannot continue
configure: ===== done with tools/topo/plpa/plpa configure =====
checking available processor topology libraries... 
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
checking checkpointing library... none
checking demux engine... poll,select,port
checking for poll... yes
checking for select... yes
checking debugging support... none
checking error checking... yes
checking warnings... no
checking profiling... yes
checking libftb.h usability... no
checking libftb.h presence... no
checking for libftb.h... no
checking for FTB_Connect in -lftb... no
checking for strsignal... (cached) yes
checking whether strsignal needs a declaration... no
checking for sigaction... (cached) yes
checking for signal... (cached) yes
checking for sigset... yes
checking for struct sigaction and sa_handler... yes
checking for gethostname... yes
checking whether gethostname needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tools/bootstrap/src/bsci_init.c
config.status: creating hydra-doxygen.cfg
config.status: creating include/hydra_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with src/pm/hydra configure =====
configure: ===== configuring src/mpe2 =====
configure: executing: /usr/local/bin/mpich2-1.4.1/src/mpe2/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
Configuring MPE Profiling System with  '--prefix=/home/Κωστής/mpich-install' '--disable-option-checking' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
This MPE build is part of the MPICH2 build
checking for leftover Makefiles in subpackages ... none 
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether MPI_CC has been set ... /usr/local/bin/mpich2-1.4.1/bin/mpicc 
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether MPI_F77 has been set ... /usr/local/bin/mpich2-1.4.1/bin/mpif77 
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lpthread -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32
checking whether gfortran accepts the FLIBS found by autoconf... yes
checking whether C can link with  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lpthread -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32... yes
checking for linker for Fortran main programs... Use Fortran to link programs
checking whether Fortran 77 and C objects are compatible... yes
checking for Fortran 77 name mangling... lower underscore
checking what libraries are needed to link Fortran programs with C routines that use stdio... none
checking for Fortran 77 flag for library directories... -L
checking for include directory flag for Fortran... -I
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking for ranlib... ranlib
checking whether install breaks libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sbin/mpetestlink
config.status: creating sbin/mpetestexec
config.status: creating sbin/mpetestexeclog
config.status: creating sbin/mpeinstall
config.status: creating sbin/mpecheckinstall
config.status: WARNING:  'sbin/mpecheckinstall.in' seems to ignore the --datarootdir setting
config.status: creating sbin/mpecheckbuild
config.status: creating etc/mpe_help.conf
config.status: creating etc/mpe_f77env.conf
config.status: creating mpe_conf.h
config.status: executing default-1 commands
=== configuring in src/misc (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/misc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Miscellaneous Library with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/misc
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for dbx... no
checking for gdb... /usr/bin/gdb
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sysinfo... yes
checking for uname... yes
checking for gethostbyname... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking for sys/types.h... (cached) yes
checking for sighandler_t... yes
checking for kill... yes
checking whether kill needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/dbxerr.c
config.status: creating mpe_misc_conf.h
=== configuring in src/callstack (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/callstack)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE CallStack Library with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/callstack
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... no
checking for fdopen... yes
checking whether fdopen needs a declaration... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/mpe_callstack.h
config.status: creating etc/mpe_callstack_ldflags.conf
config.status: creating bin/bt2line
config.status: creating mpe_callstack_conf.h
config.status: executing default-1 commands
=== configuring in src/logging (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/logging)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Logging Library and Tools with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/logging
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for header that defines C99 integer types, intXX_t ... <stdint.h> 
checking for inttypes.h... (cached) yes
checking whether <inttypes.h> defines the PRIdXX macros ... yes
checking if <stdint.h> can be behind system headers ... yes
checking size of void *... 8
checking for address-sized integer ... CLOG_int64_t
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for gethostname... yes
checking whether gethostname needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for srand48... yes
checking whether srand48 needs a declaration... no
checking for lrand48... yes
checking whether lrand48 needs a declaration... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for O_LARGEFILE for open() ... no
checking for O_BINARY for open() ... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_mutex_lock in -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/clog_inttypes.h
config.status: creating include/mpi_null.h
config.status: creating include/mpe_log_thread.h
config.status: creating etc/mpe_log.conf
config.status: creating etc/mpe_nolog.conf
config.status: creating etc/mpe_log_postlib.conf
config.status: creating mpe_logging_conf.h
=== configuring in src/wrappers (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/wrappers)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Wrapper Libraries For MPI with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/wrappers
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdarg is correct... yes
checking if compiler accepts prototypes ... yes
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for safe PMPI invocations ... no
checking for the value of MPI_STATUS_SIZE ... 5
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating etc/mpe_f77env.conf
config.status: creating etc/mpe_mpilog.conf
config.status: creating etc/mpe_mpitrace.conf
config.status: creating mpe_wrappers_conf.h
=== configuring in src/graphics (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/graphics)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE X Graphics Library with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/graphics
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers 
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking for long pointer... yes
checking for system... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating contrib/life/Makefile
config.status: creating contrib/mandel/Makefile
config.status: creating contrib/mastermind/Makefile
config.status: creating contrib/test/Makefile
config.status: creating etc/mpe_mpianim.conf
config.status: creating etc/mpe_graphics.conf
config.status: creating mpe_graphics_conf.h
=== configuring in src/collchk (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/collchk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Collective and Datatype Checking Library with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/collchk
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating etc/mpe_mpicheck.conf
config.status: creating mpe_collchk_conf.h
=== configuring in src/slog2sdk (/usr/local/bin/mpich2-1.4.1/src/mpe2/src/slog2sdk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for current directory name... /usr/local/bin/mpich2-1.4.1/src/mpe2/src/slog2sdk
Configuring SLOG2SDK with  '--disable-option-checking' '--prefix=/home/Κωστής/mpich-install' 'MPI_CC=/usr/local/bin/mpich2-1.4.1/bin/mpicc' 'MPI_F77=/usr/local/bin/mpich2-1.4.1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers' 'F77=gfortran' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking for a BSD-compatible install... /usr/bin/install -c
checking whether install works... yes
checking if CLASSPATH is set... no, good to go
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for java in user's PATH... not found
checking for java in user's PATH... not found
configure: WARNING:  No Java Virtual Machine can be found anywhere! 
MPE2:  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" have been configured
configure: ===== done with src/mpe2 configure =====
checking size of OPA_ptr_t... 8
checking the sizeof MPI_Offset... 8
checking whether the Fortran Offset type works with Fortran 77... yes
checking whether the Fortran Offset type works with Fortran 90... yes
Running Configure for Fortran 90 Type routines
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking for an ANSI C-conforming const... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking for the precision and range of reals...  6 , 37
checking for the precision and range of double precision...  15 , 307
checking for the range of integer...  9
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lpthread -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower uscore
checking for available integer kinds...  2 , 1, 4 , 2, 9 , 4, 18 , 8,
checking for available integer ranges...  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },
configure: creating ./config.status
config.status: creating mpif90model.h
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/include/mpich2info.h
config.status: creating mpich2-doxygen
config.status: creating src/include/mpichtimer.h
config.status: creating src/binding/Makefile
config.status: creating src/binding/cxx/Makefile
config.status: creating src/binding/cxx/mpicxx.h
config.status: creating src/binding/f77/Makefile
config.status: creating src/binding/f77/mpif.h
config.status: creating src/binding/f77/setbotf.f
config.status: creating src/binding/f77/setbot.c
config.status: creating src/binding/f90/Makefile
config.status: creating src/binding/f90/mpi_sizeofs.f90
config.status: creating src/binding/f90/mpi_base.f90
config.status: creating src/packaging/Makefile
config.status: creating src/packaging/pkgconfig/mpich2-c.pc
config.status: creating src/packaging/pkgconfig/mpich2-cxx.pc
config.status: creating src/packaging/pkgconfig/mpich2-f77.pc
config.status: creating src/packaging/pkgconfig/mpich2-f90.pc
config.status: creating src/packaging/pkgconfig/Makefile
config.status: creating src/packaging/envmods/mpich2.module
config.status: WARNING:  'src/packaging/envmods/mpich2.module.in' seems to ignore the --datarootdir setting
config.status: creating src/packaging/envmods/Makefile
config.status: creating src/env/mpixxx_opts.conf
config.status: creating src/env/mpicc
config.status: creating src/env/mpicc.conf
config.status: creating src/env/mpicc.bash
config.status: creating src/env/mpicxx
config.status: creating src/env/mpicxx.conf
config.status: creating src/env/mpicxx.bash
config.status: creating src/env/mpif77
config.status: creating src/env/mpif77.conf
config.status: creating src/env/mpif77.bash
config.status: creating src/env/mpif90
config.status: creating src/env/mpif90.conf
config.status: creating src/env/mpif90.bash
config.status: creating src/env/Makefile
config.status: creating src/util/createshlib
config.status: creating src/mpi/Makefile
config.status: creating src/mpi/attr/Makefile
config.status: creating src/mpi/coll/Makefile
config.status: creating src/mpi/comm/Makefile
config.status: creating src/mpi/datatype/Makefile
config.status: creating src/mpi/debugger/Makefile
config.status: creating src/mpi/errhan/Makefile
config.status: creating src/mpi/group/Makefile
config.status: creating src/mpi/init/Makefile
config.status: creating src/mpi/misc/Makefile
config.status: creating src/mpi/pt2pt/Makefile
config.status: creating src/mpi/rma/Makefile
config.status: creating src/mpi/spawn/Makefile
config.status: creating src/mpi/timer/Makefile
config.status: creating src/mpi/topo/Makefile
config.status: creating src/mpix/Makefile
config.status: creating src/mpix/comm/Makefile
config.status: creating src/mpid/Makefile
config.status: creating src/mpid/common/Makefile
config.status: creating src/mpid/common/datatype/Makefile
config.status: creating src/mpid/common/datatype/dataloop/Makefile
config.status: creating src/pm/Makefile
config.status: creating src/pmi/Makefile
config.status: creating src/pmi/simple/Makefile
config.status: creating src/nameserv/Makefile
config.status: creating src/nameserv/file/Makefile
config.status: creating src/nameserv/mpd/Makefile
config.status: creating src/nameserv/pmi/Makefile
config.status: creating src/nameserv/test/Makefile
config.status: creating src/util/Makefile
config.status: creating src/util/info/Makefile
config.status: creating src/util/instrm/Makefile
config.status: creating src/util/thread/Makefile
config.status: creating src/util/mem/Makefile
config.status: creating src/util/msgs/Makefile
config.status: creating src/util/param/Makefile
config.status: creating src/util/dbg/Makefile
config.status: creating src/util/dbg/getfuncstack
config.status: creating src/util/osserv/Makefile
config.status: creating src/util/procmap/Makefile
config.status: creating src/util/other/Makefile
config.status: creating src/include/mpi.h
config.status: creating test/Makefile
config.status: creating test/util/Makefile
config.status: creating test/basic/Makefile
config.status: creating test/commands/Makefile
config.status: creating test/commands/cmdtests
config.status: creating test/mpid/Makefile
config.status: creating test/mpid/ch3/Makefile
config.status: creating test/util/timer/Makefile
config.status: creating examples/Makefile
config.status: creating examples/f77/Makefile
config.status: creating examples/f90/Makefile
config.status: creating examples/cxx/Makefile
config.status: creating src/util/logging/Makefile
config.status: creating src/util/logging/common/Makefile
config.status: creating doc/Makefile
config.status: creating doc/mansrc/Makefile
config.status: creating doc/mansrc/createhtmlindex
config.status: creating doc/refman/Makefile
config.status: creating doc/installguide/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating doc/logging/Makefile
config.status: creating doc/design/Makefile
config.status: creating doc/smpd/Makefile
config.status: creating doc/windev/Makefile
config.status: creating src/include/mpichconf.h
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
config.status: executing default-5 commands
config.status: executing default-6 commands
config.status: executing default-7 commands
config.status: executing default-8 commands
config.status: executing default-9 commands
config.status: executing default-10 commands
config.status: executing default-11 commands
config.status: executing default-12 commands
=== configuring in test/mpi (/usr/local/bin/mpich2-1.4.1/test/mpi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  --cache-file=/dev/null --srcdir=.
RUNNING CONFIGURE FOR MPI TESTS
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/mpich2-1.4.1/bin/mpicc accepts -g... yes
checking for /usr/local/bin/mpich2-1.4.1/bin/mpicc option to accept ISO C89... none needed
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking how to run the C preprocessor... /usr/local/bin/mpich2-1.4.1/bin/mpicc -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for library containing pthread_create... none required
checking for library containing pthread_barrier_init... no
checking for pthread_create... yes
checking for pthread_yield... yes
checking for pthread_barrier_init... no
checking for pthread_barrier_wait... no
checking whether struct hostent contains h_addr_list... yes
checking for major version of MPI... 2
checking for minor version of MPI... 2
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /usr/local/bin/mpich2-1.4.1/bin/mpif77 accepts -g... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking how to get verbose linking output from /usr/local/bin/mpich2-1.4.1/bin/mpif77... -v
checking for Fortran 77 libraries of /usr/local/bin/mpich2-1.4.1/bin/mpif77...  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32
checking for Fortran 77 name mangling... lower uscore
checking for Fortran libraries needed for getarg... none needed
checking whether Fortran 77 supports Cray-style pointer... yes
checking for Fortran 77 compiler flag for Cray-style pointer... -fcray-pointer
checking whether we are using the GNU Fortran compiler... yes
checking whether /usr/local/bin/mpich2-1.4.1/bin/mpif90 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/usr/local/bin/mpich2-1.4.1/bin/mpif90  -nativelinking  ) works... yes
checking whether the Fortran 90 compiler (/usr/local/bin/mpich2-1.4.1/bin/mpif90  -nativelinking  ) is a cross-compiler... no
checking for Fortran flag needed to accept free-form source... none
checking whether Fortran 90 supports Cray-style pointer... yes
checking for Fortran 90 compiler flag for Cray-style pointer... -fcray-pointer
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/bin/mpich2-1.4.1/bin/mpicxx accepts -g... yes
checking whether <iostream> available... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler implements the namespace std... yes
checking whether MPI_2DOUBLE_COMPLEX is available... no
checking whether MPI_2COMPLEX is available... no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of short... 2
checking for C integer type of address size... long
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating maint/testmerge
config.status: creating runtests
config.status: creating Makefile
config.status: creating basic/Makefile
config.status: creating attr/Makefile
config.status: creating util/Makefile
config.status: creating coll/Makefile
config.status: creating comm/Makefile
config.status: creating datatype/Makefile
config.status: creating errhan/Makefile
config.status: creating group/Makefile
config.status: creating info/Makefile
config.status: creating init/Makefile
config.status: creating pt2pt/Makefile
config.status: creating rma/Makefile
config.status: creating spawn/Makefile
config.status: creating topo/Makefile
config.status: creating io/Makefile
config.status: creating f77/Makefile
config.status: creating f77/attr/Makefile
config.status: creating f77/attr/attraints.h
config.status: creating f77/pt2pt/attr1aints.h
config.status: creating f77/ext/add1size.h
config.status: creating f77/datatype/Makefile
config.status: creating f77/datatype/typeaints.h
config.status: creating f77/util/Makefile
config.status: creating f77/coll/Makefile
config.status: creating f77/comm/Makefile
config.status: creating f77/topo/Makefile
config.status: creating f77/init/Makefile
config.status: creating f77/rma/addsize.h
config.status: creating f77/pt2pt/Makefile
config.status: creating f77/info/Makefile
config.status: creating f77/spawn/Makefile
config.status: creating f77/spawn/type1aint.h
config.status: creating f77/rma/Makefile
config.status: creating f77/ext/Makefile
config.status: creating f77/ext/testlist
config.status: creating f77/io/Makefile
config.status: creating f77/io/iooffset.h
config.status: creating f77/io/iodisp.h
config.status: creating f77/io/ioaint.h
config.status: creating f90/Makefile
config.status: creating f90/attr/Makefile
config.status: creating f90/datatype/Makefile
config.status: creating f90/f90types/Makefile
config.status: creating f90/util/Makefile
config.status: creating f90/coll/Makefile
config.status: creating f90/comm/Makefile
config.status: creating f90/topo/Makefile
config.status: creating f90/init/Makefile
config.status: creating f90/pt2pt/Makefile
config.status: creating f90/rma/Makefile
config.status: creating f90/info/Makefile
config.status: creating f90/spawn/Makefile
config.status: creating f90/timer/Makefile
config.status: creating f90/ext/Makefile
config.status: creating f90/ext/testlist
config.status: creating f90/io/Makefile
config.status: creating f90/misc/Makefile
config.status: creating cxx/Makefile
config.status: creating cxx/util/Makefile
config.status: creating cxx/attr/Makefile
config.status: creating cxx/pt2pt/Makefile
config.status: creating cxx/comm/Makefile
config.status: creating cxx/coll/Makefile
config.status: creating cxx/errhan/Makefile
config.status: creating cxx/info/Makefile
config.status: creating cxx/datatype/Makefile
config.status: creating cxx/io/Makefile
config.status: creating cxx/init/Makefile
config.status: creating cxx/rma/Makefile
config.status: creating cxx/spawn/Makefile
config.status: creating threads/Makefile
config.status: creating threads/pt2pt/Makefile
config.status: creating threads/util/Makefile
config.status: creating threads/comm/Makefile
config.status: creating threads/init/Makefile
config.status: creating threads/spawn/Makefile
config.status: creating errors/Makefile
config.status: creating errors/attr/Makefile
config.status: creating errors/basic/Makefile
config.status: creating errors/coll/Makefile
config.status: creating errors/comm/Makefile
config.status: creating errors/faults/Makefile
config.status: creating errors/group/Makefile
config.status: creating errors/pt2pt/Makefile
config.status: creating errors/rma/Makefile
config.status: creating errors/spawn/Makefile
config.status: creating errors/topo/Makefile
config.status: creating errors/io/Makefile
config.status: creating errors/cxx/Makefile
config.status: creating errors/cxx/errhan/Makefile
config.status: creating errors/cxx/io/Makefile
config.status: creating errors/f77/Makefile
config.status: creating errors/f90/Makefile
config.status: creating manual/Makefile
config.status: creating manual/manyconnect
config.status: creating perf/Makefile
config.status: creating testlist
config.status: creating cxx/testlist
config.status: creating f77/testlist
config.status: creating f90/testlist
config.status: creating threads/testlist
config.status: creating errors/testlist
config.status: creating errors/cxx/testlist
config.status: creating include/mpitestconf.h
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
Configuration completed.
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ ./configure --prefix=/home/Κωστής/mpich-install

## --------- ##
## Platform. ##
## --------- ##

hostname = Anachronoss
uname -m = x86_64
uname -r = 1.7.27(0.271/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2013-12-09 11:54

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/WinAVR-20100110/bin
PATH: /cygdrive/c/WinAVR-20100110/utils/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/mpasm
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/bin
PATH: /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
PATH: /cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live
PATH: /cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows Live
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files/Broadcom/Broadcom 802.11/Driver
PATH: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software
PATH: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64
PATH: /cygdrive/c/Program Files (x86)/Common Files/Ulead Systems/MPEG
PATH: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn
PATH: /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn
PATH: /cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn
PATH: /cygdrive/c/Program Files (x86)/Windows Live/Shared
PATH: /cygdrive/c/Program Files/MATLAB/R2010a/runtime/win64
PATH: /cygdrive/c/Program Files/MATLAB/R2010a/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/MPLAB C32 Suite/bin
PATH: /cygdrive/c/Program Files (x86)/Java/jdk1.7.0/bin
PATH: /cygdrive/c/Program Files (x86)/Java/jdk1.7.0/bin
PATH: /home/nachos/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/mpasm
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/pcb/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/fet/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/OpenAccess/bin/win32/opt
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/Capture
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/PSpice
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/PSpice/Library
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/specctra/bin
PATH: /usr/lib/lapack


## ----------- ##
## Core tests. ##
## ----------- ##

configure:4479: checking for gcc
configure:4495: found /usr/bin/gcc
configure:4506: result: gcc
configure:4537: checking for C compiler version
configure:4546: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4557: $? = 0
configure:4546: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:4557: $? = 0
configure:4546: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4557: $? = 1
configure:4546: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4557: $? = 1
configure:4577: checking whether the C compiler works
configure:4599: gcc       conftest.c   >&5
configure:4603: $? = 0
configure:4651: result: yes
configure:4654: checking for C compiler default output file name
configure:4656: result: a.exe
configure:4662: checking for suffix of executables
configure:4669: gcc -o conftest.exe       conftest.c   >&5
configure:4673: $? = 0
configure:4695: result: .exe
configure:4717: checking whether we are cross compiling
configure:4725: gcc -o conftest.exe       conftest.c   >&5
configure:4729: $? = 0
configure:4736: ./conftest.exe
configure:4740: $? = 0
configure:4755: result: no
configure:4760: checking for suffix of object files
configure:4782: gcc -c     conftest.c >&5
configure:4786: $? = 0
configure:4807: result: o
configure:4811: checking whether we are using the GNU C compiler
configure:4830: gcc -c     conftest.c >&5
configure:4830: $? = 0
configure:4839: result: yes
configure:4848: checking whether gcc accepts -g
configure:4868: gcc -c -g   conftest.c >&5
configure:4868: $? = 0
configure:4909: result: yes
configure:4926: checking for gcc option to accept ISO C89
configure:4990: gcc  -c     conftest.c >&5
configure:4990: $? = 0
configure:5003: result: none needed
configure:5041: checking how to run the C preprocessor
configure:5072: gcc -E   conftest.c
configure:5072: $? = 0
configure:5086: gcc -E   conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5111: result: gcc -E
configure:5131: gcc -E   conftest.c
configure:5131: $? = 0
configure:5145: gcc -E   conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5194: checking build system type
configure:5208: result: x86_64-unknown-cygwin
configure:5228: checking host system type
configure:5241: result: x86_64-unknown-cygwin
configure:5276: checking for grep that handles long lines and -e
configure:5334: result: /usr/bin/grep
configure:5339: checking for fgrep
configure:5401: result: /usr/bin/grep -F
configure:7503: ===== configuring src/mpl =====
configure:7610: executing: /usr/local/bin/mpich2-1.4.1/src/mpl/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:7627: ===== done with src/mpl configure =====
WRAPPER_LIBS(='') does not contain '-lmpl', prepending
CPPFLAGS(='') does not contain '-I/usr/local/bin/mpich2-1.4.1/src/mpl/include', appending
CPPFLAGS(=' -I/usr/local/bin/mpich2-1.4.1/src/mpl/include') does not contain '-I/usr/local/bin/mpich2-1.4.1/src/mpl/include', appending
LIBS(=' ') does not contain '-lopa', prepending
configure:7711: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include   conftest.c -lopa   >&5
conftest.c:13:28: fatal error: opa_primitives.h: No such file or directory
 #include "opa_primitives.h"
                            ^
compilation terminated.
configure:7711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| /* end confdefs.h.  */
| #include "opa_primitives.h"
| 
| int
| main ()
| {
| 
| OPA_int_t i;
| OPA_store_int(i,10);
| OPA_fetch_and_incr_int(&i,5);
| 
|   ;
|   return 0;
| }
CPPFLAGS(=' -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include') does not contain '-I/usr/local/bin/mpich2-1.4.1/src/openpa/src', appending
CPPFLAGS(=' -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src') does not contain '-I/usr/local/bin/mpich2-1.4.1/src/openpa/src', appending
configure:7771: ===== configuring src/openpa =====
configure:7878: executing: /usr/local/bin/mpich2-1.4.1/src/openpa/configure --with-atomic-primitives=auto_allow_emulation '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:7895: ===== done with src/openpa configure =====
WRAPPER_LIBS(='-lmpl ') does not contain '-lopa', prepending
configure:8620: checking whether the compiler defines __func__
configure:8647: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:8647: $? = 0
configure:8647: ./conftest.exe
configure:8647: $? = 0
configure:8684: result: yes
configure:8693: checking whether the compiler defines __FUNC__
configure:8720: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c: In function 'foo':
conftest.c:26:20: error: '__FUNC__' undeclared (first use in this function)
     return (strcmp(__FUNC__, "foo") == 0);
                    ^
conftest.c:26:20: note: each undeclared identifier is reported only once for each function it appears in
configure:8720: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| /* end confdefs.h.  */
| 
| 
| #include <string.h>
| int foo(void);
| int foo(void)
| {
|     return (strcmp(__FUNC__, "foo") == 0);
| }
| int main(int argc, char ** argv)
| {
|     return (foo() ? 0 : 1);
| }
| 
| 
configure:8757: result: no
configure:8766: checking whether the compiler sets __FUNCTION__
configure:8793: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:8793: $? = 0
configure:8793: ./conftest.exe
configure:8793: $? = 0
configure:8830: result: yes
configure:8846: checking whether C compiler accepts option -O2
configure:8902: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   > pac_test1.log 2>&1
configure:8902: $? = 0
configure:8937: gcc -o conftest.exe -O2     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   > pac_test2.log 2>&1
configure:8937: $? = 0
configure:8945: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:8948: $? = 0
configure:9052: result: yes
configure:9068: checking whether C compiler option -O2 works with an invalid prototype program
configure:9076: gcc -o conftest.exe -O2     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c: In function 'main':
conftest.c:22:22: warning: 'return' with a value, in function returning void [enabled by default]
         void main(){ return 0; }
                      ^
configure:9076: $? = 0
configure:9083: result: yes
configure:9088: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:9132: gcc -c     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c > pac_test3.log 2>&1
configure:9132: $? = 0
configure:9136: mv conftest.o pac_conftest.o
configure:9139: $? = 0
configure:9186: gcc -o conftest.exe     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c pac_conftest.o   > pac_test4.log 2>&1
configure:9186: $? = 0
configure:9232: gcc -o conftest.exe -O2     -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c pac_conftest.o   > pac_test5.log 2>&1
configure:9232: $? = 0
configure:9240: diff -b pac_test4.log pac_test5.log > pac_test.log
configure:9243: $? = 0
configure:9388: result: yes
configure:9424: checking for type of weak symbol alias support
configure:9448: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:9448: $? = 0
configure:9472: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:9472: $? = 0
configure:9475: mv conftest.o pac_conftest.o
configure:9478: $? = 0
configure:9519: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c pac_conftest.o   >&5
/tmp/ccvSvsM5.o:conftest.c:(.text.startup+0x10): undefined reference to `PFoo'
/tmp/ccvSvsM5.o:conftest.c:(.text.startup+0x10): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `PFoo'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccvSvsM5.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:9519: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| /* end confdefs.h.  */
| 
| 
| extern int PFoo(int);
| int main(int argc, char **argv) {
| return PFoo(0);}
| 
| 
configure:9707: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/ccUHeGKO.o:conftest.c:(.text.startup+0x13): undefined reference to `PFoo'
/tmp/ccUHeGKO.o:conftest.c:(.text.startup+0x13): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `PFoo'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccUHeGKO.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:9707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| /* end confdefs.h.  */
| 
| extern int PFoo(int);
| #pragma _HP_SECONDARY_DEF Foo  PFoo
| int Foo(int a) { return a; }
| 
| int
| main ()
| {
| return PFoo(1);
|   ;
|   return 0;
| }
configure:9729: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/ccNvAMon.o:conftest.c:(.text.startup+0x13): undefined reference to `PFoo'
/tmp/ccNvAMon.o:conftest.c:(.text.startup+0x13): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `PFoo'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccNvAMon.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:9729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| /* end confdefs.h.  */
| 
| extern int PFoo(int);
| #pragma _CRI duplicate PFoo as Foo
| int Foo(int a) { return a; }
| 
| int
| main ()
| {
| return PFoo(1);
|   ;
|   return 0;
| }
configure:9743: result: no
configure:9764: checking whether __attribute__ ((weak)) allowed
configure:9781: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:9781: $? = 0
configure:9788: result: yes
configure:9792: checking whether __attribute__ ((weak_import)) allowed
configure:9809: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:21:1: warning: 'weak_import' attribute directive ignored [-Wattributes]
 int foo(int) __attribute__ ((weak_import));
 ^
configure:9809: $? = 0
configure:9816: result: yes
configure:9819: checking whether __attribute__((weak,alias(...))) allowed
configure:9836: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:21:5: error: 'foo' aliased to undefined symbol '__foo'
 int foo(int) __attribute__((weak,alias("__foo")));
     ^
configure:9836: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| /* end confdefs.h.  */
| int foo(int) __attribute__((weak,alias("__foo")));
| int
| main ()
| {
| int a;
|   ;
|   return 0;
| }
configure:9843: result: no
configure:10095: checking for ifort
configure:10125: result: no
configure:10095: checking for pgf77
configure:10125: result: no
configure:10095: checking for af77
configure:10125: result: no
configure:10095: checking for xlf
configure:10125: result: no
configure:10095: checking for frt
configure:10125: result: no
configure:10095: checking for cf77
configure:10125: result: no
configure:10095: checking for fort77
configure:10125: result: no
configure:10095: checking for fl32
configure:10125: result: no
configure:10095: checking for fort
configure:10125: result: no
configure:10095: checking for ifc
configure:10125: result: no
configure:10095: checking for efc
configure:10125: result: no
configure:10095: checking for ftn
configure:10125: result: no
configure:10095: checking for gfortran
configure:10111: found /usr/bin/gfortran
configure:10122: result: gfortran
configure:10148: checking for Fortran 77 compiler version
configure:10157: gfortran --version >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:10168: $? = 0
configure:10157: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:10168: $? = 0
configure:10157: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:10168: $? = 1
configure:10157: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:10168: $? = 1
configure:10177: checking whether we are using the GNU Fortran 77 compiler
configure:10190: gfortran -c   conftest.F >&5
configure:10190: $? = 0
configure:10199: result: yes
configure:10205: checking whether gfortran accepts -g
configure:10216: gfortran -c -g conftest.f >&5
configure:10216: $? = 0
configure:10224: result: yes
configure:10277: checking whether Fortran 77 compiler accepts option -O2
configure:10326: gfortran -o conftest.exe     conftest.f   > pac_test1.log 2>&1
configure:10326: $? = 0
configure:10361: gfortran -o conftest.exe -O2     conftest.f   > pac_test2.log 2>&1
configure:10361: $? = 0
configure:10369: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:10372: $? = 0
configure:10476: result: yes
configure:10481: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:10524: gfortran -c   conftest.f > pac_test3.log 2>&1
configure:10524: $? = 0
configure:10528: mv conftest.o pac_conftest.o
configure:10531: $? = 0
configure:10573: gfortran -o conftest.exe -O2     conftest.f pac_conftest.o   > pac_test4.log 2>&1
configure:10573: $? = 0
configure:10581: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:10584: $? = 0
configure:10689: result: yes
configure:10727: checking how to get verbose linking output from gfortran
configure:10737: gfortran -c   -O2 conftest.f >&5
configure:10737: $? = 0
configure:10755: gfortran -o conftest.exe -O2 -v conftest.f
Using built-in specs.
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
 /usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/f951.exe conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/finclude -o /tmp/ccxQnZRi.s
GNU Fortran (GCC) version 4.8.2 (x86_64-pc-cygwin)
	compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.2 (x86_64-pc-cygwin)
	compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/as.exe -v -o /tmp/cctAvmUL.o /tmp/ccxQnZRi.s
GNU assembler version 2.23.52 (x86_64-pc-cygwin) using BFD version (GNU Binutils) 2.23.52.20130604
Reading specs from /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/libgfortran.spec
rename spec lib to liborig
 /usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/collect2.exe -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=cyg --tsaware -o conftest.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/crt0.o /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. /tmp/cctAvmUL.o -lgfortran -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/crtend.o
configure:10820: result: -v
configure:10822: checking for Fortran 77 libraries of gfortran
configure:10845: gfortran -o conftest.exe -O2 -v conftest.f
Using built-in specs.
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
 /usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/f951.exe conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/finclude -o /tmp/ccufqEgs.s
GNU Fortran (GCC) version 4.8.2 (x86_64-pc-cygwin)
	compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.2 (x86_64-pc-cygwin)
	compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/as.exe -v -o /tmp/ccGYPVBE.o /tmp/ccufqEgs.s
GNU assembler version 2.23.52 (x86_64-pc-cygwin) using BFD version (GNU Binutils) 2.23.52.20130604
Reading specs from /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/libgfortran.spec
rename spec lib to liborig
 /usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/collect2.exe -m i386pep --wrap _Znwm --wrap _Znam --wrap _ZdlPv --wrap _ZdaPv --wrap _ZnwmRKSt9nothrow_t --wrap _ZnamRKSt9nothrow_t --wrap _ZdlPvRKSt9nothrow_t --wrap _ZdaPvRKSt9nothrow_t -Bdynamic --dll-search-prefix=cyg --tsaware -o conftest.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/crt0.o /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/crtbegin.o -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. /tmp/ccGYPVBE.o -lgfortran -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/crtend.o
configure:11019: result:  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32
configure:11035: checking whether gfortran accepts the FLIBS found by autoconf
configure:11051: gfortran -o conftest.exe   -O2   conftest.f   >&5
configure:11051: $? = 0
configure:11053: result: yes
configure:11091: checking whether gcc links with FLIBS found by autoconf
configure:11116: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32   >&5
configure:11116: $? = 0
configure:11118: result: yes
configure:11168: checking whether Fortran 77 and C objects are compatible
configure:11247: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:11247: $? = 0
configure:11250: mv conftest.o pac_conftest.o
configure:11253: $? = 0
configure:11262: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:11262: $? = 0
configure:11265: result: yes
configure:11424: checking for linker for Fortran main program
configure:11445: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:11445: $? = 0
configure:11504: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:11504: $? = 0
configure:11507: mv conftest.o pac_conftest.o
configure:11510: $? = 0
configure:11519: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:11519: $? = 0
configure:11521: result: Use Fortran to link programs
configure:11632: checking for Fortran 77 name mangling
configure:11654: gfortran -c   -O2 conftest.f >&5
configure:11654: $? = 0
configure:11657: mv conftest.o f77conftest.o
configure:11660: $? = 0
configure:11685: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c f77conftest.o  -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32   >&5
configure:11685: $? = 0
configure:11808: result: lower uscore
configure:11859: checking for egrep
configure:11921: result: /usr/bin/grep -E
configure:11926: checking for ANSI C header files
configure:11946: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:11946: $? = 0
configure:12019: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:12019: $? = 0
configure:12019: ./conftest.exe
configure:12019: $? = 0
configure:12030: result: yes
configure:12054: checking for libraries to link Fortran main with C stdio routines
configure:12080: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:12080: $? = 0
configure:12083: mv conftest.o pac_conftest.o
configure:12086: $? = 0
configure:12105: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o    >&5
configure:12105: $? = 0
configure:12136: result: none
configure:12187: checking whether Fortran init will work with C
configure:12209: gfortran -c   -O2 conftest.f >&5
configure:12209: $? = 0
configure:12212: mv conftest.o pac_f77conftest.o
configure:12215: $? = 0
configure:12259: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c pac_f77conftest.o   >&5
configure:12259: $? = 0
configure:12282: result: yes
configure:12366: checking for ifort
configure:12396: result: no
configure:12366: checking for pgf90
configure:12396: result: no
configure:12366: checking for pathf90
configure:12396: result: no
configure:12366: checking for pathf95
configure:12396: result: no
configure:12366: checking for xlf90
configure:12396: result: no
configure:12366: checking for xlf95
configure:12396: result: no
configure:12366: checking for xlf2003
configure:12396: result: no
configure:12366: checking for f90
configure:12396: result: no
configure:12366: checking for epcf90
configure:12396: result: no
configure:12366: checking for f95
configure:12396: result: no
configure:12366: checking for fort
configure:12396: result: no
configure:12366: checking for lf95
configure:12396: result: no
configure:12366: checking for gfortran
configure:12382: found /usr/bin/gfortran
configure:12393: result: gfortran
configure:12419: checking for Fortran compiler version
configure:12428: gfortran --version >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:12439: $? = 0
configure:12428: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:12439: $? = 0
configure:12428: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:12439: $? = 1
configure:12428: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:12439: $? = 1
configure:12448: checking whether we are using the GNU Fortran compiler
configure:12461: gfortran -c    conftest.F >&5
configure:12461: $? = 0
configure:12470: result: yes
configure:12476: checking whether gfortran accepts -g
configure:12487: gfortran -c -g  conftest.f >&5
configure:12487: $? = 0
configure:12495: result: yes
configure:12772: checking for extension for Fortran 90 programs
configure:12787: gfortran -c    conftest.f90 >&5
configure:12787: $? = 0
configure:12789: result: f90
configure:12831: checking whether the Fortran 90 compiler (gfortran    ) works
configure:12842: gfortran -o conftest.exe      conftest.f90   >&5
configure:12842: $? = 0
configure:12845: result: yes
configure:12847: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:12853: gfortran -o conftest.exe      conftest.f90   >&5
configure:12853: $? = 0
configure:12853: ./conftest.exe
configure:12853: $? = 0
configure:12862: result: no
configure:12885: checking whether Fortran 90 compiler works with Fortran 77 compiler
configure:12913: gfortran -c   -O2 conftest.f >&5
configure:12913: $? = 0
configure:12917: mv conftest.o pac_f77conftest.o
configure:12920: $? = 0
configure:12941: gfortran -o conftest.exe      conftest.f90 pac_f77conftest.o   >&5
configure:12941: $? = 0
configure:12983: result: yes
configure:13032: checking whether Fortran 77 accepts ! for comments
configure:13050: gfortran -c   -O2 conftest.f >&5
configure:13050: $? = 0
configure:13067: result: yes
configure:13077: checking for include directory flag for Fortran
configure:13104: gfortran -c -I src   -O2 conftest.f >&5
configure:13104: $? = 0
configure:13122: result: -I
configure:13139: checking for Fortran 77 flag for library directories
configure:13158: gfortran -c   -O2 conftest.f >&5
configure:13158: $? = 0
configure:13162: mv conftest.o pac_f77conftest.o
configure:13165: $? = 0
configure:13168: test -d conftestdir || mkdir conftestdir
configure:13171: $? = 0
configure:13174: ar cr conftestdir/libf77conftest.a pac_f77conftest.o
configure:13177: $? = 0
configure:13180: ranlib conftestdir/libf77conftest.a
configure:13183: $? = 0
configure:13201: gfortran -o conftest.exe   -O2 -Lconftestdir   conftest.f -lf77conftest   >&5
configure:13201: $? = 0
configure:13221: result: -L
configure:13394: checking whether Fortran 77 compiler processes .F files with C preprocessor
configure:13415: gfortran -c   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.F >&5
configure:13415: $? = 0
configure:13483: result: yes
configure:13641: checking for Fortran compiler version
configure:13650: gfortran --version >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:13661: $? = 0
configure:13650: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:13661: $? = 0
configure:13650: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:13661: $? = 1
configure:13650: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:13661: $? = 1
configure:13670: checking whether we are using the GNU Fortran compiler
configure:13692: result: yes
configure:13698: checking whether gfortran accepts -g
configure:13717: result: yes
configure:13753: checking whether the Fortran 90 compiler (gfortran    ) works
configure:13764: gfortran -o conftest.exe      conftest.f90   >&5
configure:13764: $? = 0
configure:13767: result: yes
configure:13769: checking whether the Fortran 90 compiler (gfortran    ) is a cross-compiler
configure:13775: gfortran -o conftest.exe      conftest.f90   >&5
configure:13775: $? = 0
configure:13775: ./conftest.exe
configure:13775: $? = 0
configure:13784: result: no
configure:13830: checking for Fortran 90 module extension
configure:13852: gfortran -c    conftest.f90 >&5
configure:13852: $? = 0
configure:13904: result: mod
configure:13914: checking for Fortran 90 module include flag
configure:13943: gfortran -c    conftest.f90 >&5
configure:13943: $? = 0
configure:13980: gfortran -c   -Iconftestdir  conftest.f90 >&5
configure:13980: $? = 0
configure:14039: result: -I
configure:14079: checking whether Fortran 90 compiler accepts option -O2
configure:14128: gfortran -o conftest.exe      conftest.f90   > pac_test1.log 2>&1
configure:14128: $? = 0
configure:14163: gfortran -o conftest.exe -O2      conftest.f90   > pac_test2.log 2>&1
configure:14163: $? = 0
configure:14171: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:14174: $? = 0
configure:14278: result: yes
configure:14283: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:14326: gfortran -c    conftest.f90 > pac_test3.log 2>&1
configure:14326: $? = 0
configure:14330: mv conftest.o pac_conftest.o
configure:14333: $? = 0
configure:14375: gfortran -o conftest.exe -O2      conftest.f90 pac_conftest.o   > pac_test4.log 2>&1
configure:14375: $? = 0
configure:14383: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:14386: $? = 0
configure:14491: result: yes
configure:14523: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
configure:14544: gfortran -c   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src  conftest.F90 >&5
configure:14544: $? = 0
configure:14612: result: yes
configure:14633: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
configure:14659: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:14659: $? = 0
configure:14663: mv conftest.o pac_conftest.o
configure:14666: $? = 0
configure:14683: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   >&5
configure:14683: $? = 0
configure:14724: result: none
configure:14741: checking for Fortran 90 compiler vendor
configure:14750: gfortran --version </dev/null >conftest.txt 2>&1
configure:14753: $? = 0
configure:14790: result: gnu
configure:14897: checking for c++
configure:14913: found /usr/bin/c++
configure:14924: result: c++
configure:15061: checking for C++ compiler version
configure:15070: c++ --version >&5
c++ (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:15081: $? = 0
configure:15070: c++ -v >&5
Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:15081: $? = 0
configure:15070: c++ -V >&5
c++: error: unrecognized command line option '-V'
c++: fatal error: no input files
compilation terminated.
configure:15081: $? = 1
configure:15070: c++ -qversion >&5
c++: error: unrecognized command line option '-qversion'
c++: fatal error: no input files
compilation terminated.
configure:15081: $? = 1
configure:15085: checking whether we are using the GNU C++ compiler
configure:15104: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15104: $? = 0
configure:15113: result: yes
configure:15122: checking whether c++ accepts -g
configure:15142: c++ -c -g  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15142: $? = 0
configure:15183: result: yes
configure:15219: checking whether the C++ compiler c++ can build an executable
configure:15249: c++ -o conftest.exe    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:15249: $? = 0
configure:15263: result: yes
configure:15270: checking whether C++ compiler works with string
configure:15294: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15294: $? = 0
configure:15307: result: yes
configure:15320: checking whether the compiler supports exceptions
configure:15343: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15343: $? = 0
configure:15357: result: yes
configure:15365: checking whether the compiler recognizes bool as a built-in type
configure:15392: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15392: $? = 0
configure:15406: result: yes
configure:15414: checking whether the compiler implements namespaces
configure:15437: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15437: $? = 0
configure:15451: result: yes
configure:15468: checking whether <iostream> available
configure:15487: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15487: $? = 0
configure:15494: result: yes
configure:15500: checking whether the compiler implements the namespace std
configure:15527: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:15527: $? = 0
configure:15542: result: yes
configure:15554: checking whether <math> available
configure:15573: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
conftest.cpp:31:16: fatal error: math: No such file or directory
 #include <math>
                ^
compilation terminated.
configure:15573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| /* end confdefs.h.  */
| 
| #include <math>
| 
| int
| main ()
| {
| using namespace std;
|   ;
|   return 0;
| }
configure:15580: result: no
configure:15645: checking for GNU g++ version
configure:15670: c++ -o conftest.exe    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:15670: $? = 0
configure:15670: ./conftest.exe
configure:15670: $? = 0
configure:15680: result: 4 . 8
configure:15727: checking whether C++ compiler accepts option -O2
configure:15783: c++ -o conftest.exe    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   > pac_test1.log 2>&1
configure:15783: $? = 0
configure:15818: c++ -o conftest.exe -O2    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   > pac_test2.log 2>&1
configure:15818: $? = 0
configure:15826: diff -b pac_test1.log pac_test2.log > pac_test.log
configure:15829: $? = 0
configure:15933: result: yes
configure:15938: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
configure:15982: c++ -c    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp > pac_test3.log 2>&1
configure:15982: $? = 0
configure:15986: mv conftest.o pac_conftest.o
configure:15989: $? = 0
configure:16037: c++ -o conftest.exe -O2    -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp pac_conftest.o   > pac_test4.log 2>&1
configure:16037: $? = 0
configure:16045: diff -b pac_test2.log pac_test4.log > pac_test.log
configure:16048: $? = 0
configure:16153: result: yes
configure:16213: checking for perl
configure:16231: found /usr/bin/perl
configure:16243: result: /usr/bin/perl
configure:16256: checking for ar
configure:16272: found /usr/bin/ar
configure:16283: result: ar
configure:16317: checking for ranlib
configure:16333: found /usr/bin/ranlib
configure:16344: result: ranlib
configure:16363: checking for killall
configure:16393: result: no
configure:16425: checking for a BSD-compatible install
configure:16493: result: /usr/bin/install -c
configure:16525: checking whether install works
configure:16533: result: yes
configure:16639: checking whether install breaks libraries
configure:16656: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:16656: $? = 0
configure:16677: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c libconftest1.a >&5
configure:16677: $? = 0
configure:16710: result: no
configure:16731: checking whether mkdir -p works
configure:16747: result: yes
configure:16765: checking for make
configure:16781: found /usr/bin/make
configure:16792: result: make
configure:16806: checking whether clock skew breaks make
configure:16831: result: no
configure:16841: checking whether make supports include
configure:16869: result: yes
configure:16878: checking whether make allows comments in actions
configure:16905: result: yes
configure:16919: checking for virtual path format
configure:16962: result: VPATH
configure:16972: checking whether make sets CFLAGS
configure:16998: result: yes
configure:17047: checking for bash
configure:17065: found /usr/bin/bash
configure:17077: result: /usr/bin/bash
configure:17100: checking whether /usr/bin/bash supports arrays
configure:17109: result: yes
configure:18844: checking for doctext
configure:18875: result: false
configure:18885: checking for location of doctext style files
configure:18902: result: unavailable
configure:18914: checking for an ANSI C-conforming const
configure:18979: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:18979: $? = 0
configure:18986: result: yes
configure:18994: checking for working volatile
configure:19013: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19013: $? = 0
configure:19020: result: yes
configure:19028: checking for C/C++ restrict keyword
configure:19053: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19053: $? = 0
configure:19061: result: __restrict
configure:19074: checking for inline
configure:19090: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19090: $? = 0
configure:19098: result: inline
configure:19121: checking whether __attribute__ allowed
configure:19138: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19138: $? = 0
configure:19145: result: yes
configure:19147: checking whether __attribute__((format)) allowed
configure:19164: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19164: $? = 0
configure:19171: result: yes
configure:19194: checking whether byte ordering is bigendian
configure:19209: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:37:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:37:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:37:15: error: unknown type name 'universal'
configure:19209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:19254: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19254: $? = 0
configure:19272: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:43:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:43:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:19272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:19400: result: no
configure:19438: checking whether C compiler allows unaligned doubles
configure:19471: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:19471: $? = 0
configure:19471: ./conftest.exe
configure:19471: $? = 0
configure:19481: result: yes
configure:19500: checking whether gcc supports __func__
configure:19516: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19516: $? = 0
configure:19523: result: yes
configure:19641: result: Using gcc to determine dependencies
configure:19673: checking whether long double is supported
configure:19690: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19690: $? = 0
configure:19697: result: yes
configure:19706: checking whether long long is supported
configure:19723: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:19723: $? = 0
configure:19730: result: yes
configure:19741: checking for max C struct integer alignment
configure:19859: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:19859: $? = 0
configure:19859: ./conftest.exe
configure:19859: $? = 0
configure:19871: result: eight
configure:19906: checking for max C struct floating point alignment
configure:20008: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20008: $? = 0
configure:20008: ./conftest.exe
configure:20008: $? = 0
configure:20020: result: sixteen
configure:20053: checking for max C struct alignment of structs with doubles
configure:20124: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20124: $? = 0
configure:20124: ./conftest.exe
configure:20124: $? = 0
configure:20136: result: eight
configure:20143: checking for max C struct floating point alignment with long doubles
configure:20215: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20215: $? = 0
configure:20215: ./conftest.exe
configure:20215: $? = 0
configure:20227: result: sixteen
configure:20237: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types.
configure:20272: checking if alignment of structs with doubles is based on position
configure:20306: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20306: $? = 0
configure:20306: ./conftest.exe
configure:20306: $? = 0
configure:20318: result: no
configure:20334: checking if alignment of structs with long long ints is based on position
configure:20370: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20370: $? = 0
configure:20370: ./conftest.exe
configure:20370: $? = 0
configure:20382: result: no
configure:20398: checking if double alignment breaks rules, find actual alignment
configure:20445: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20445: $? = 0
configure:20445: ./conftest.exe
configure:20445: $? = 0
configure:20457: result: no
configure:20473: checking for alignment restrictions on pointers
configure:20493: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20493: $? = 0
configure:20493: ./conftest.exe
configure:20493: $? = 0
configure:20510: result: int or better
configure:20522: checking size of char
configure:20527: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20527: $? = 0
configure:20527: ./conftest.exe
configure:20527: $? = 0
configure:20541: result: 1
configure:20555: checking size of unsigned char
configure:20560: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20560: $? = 0
configure:20560: ./conftest.exe
configure:20560: $? = 0
configure:20574: result: 1
configure:20588: checking size of short
configure:20593: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20593: $? = 0
configure:20593: ./conftest.exe
configure:20593: $? = 0
configure:20607: result: 2
configure:20621: checking size of unsigned short
configure:20626: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20626: $? = 0
configure:20626: ./conftest.exe
configure:20626: $? = 0
configure:20640: result: 2
configure:20654: checking size of int
configure:20659: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20659: $? = 0
configure:20659: ./conftest.exe
configure:20659: $? = 0
configure:20673: result: 4
configure:20687: checking size of unsigned int
configure:20692: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20692: $? = 0
configure:20692: ./conftest.exe
configure:20692: $? = 0
configure:20706: result: 4
configure:20720: checking size of long
configure:20725: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20725: $? = 0
configure:20725: ./conftest.exe
configure:20725: $? = 0
configure:20739: result: 8
configure:20753: checking size of unsigned long
configure:20758: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20758: $? = 0
configure:20758: ./conftest.exe
configure:20758: $? = 0
configure:20772: result: 8
configure:20786: checking size of long long
configure:20791: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20791: $? = 0
configure:20791: ./conftest.exe
configure:20791: $? = 0
configure:20805: result: 8
configure:20819: checking size of unsigned long long
configure:20824: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20824: $? = 0
configure:20824: ./conftest.exe
configure:20824: $? = 0
configure:20838: result: 8
configure:20852: checking size of float
configure:20857: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20857: $? = 0
configure:20857: ./conftest.exe
configure:20857: $? = 0
configure:20871: result: 4
configure:20885: checking size of double
configure:20890: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20890: $? = 0
configure:20890: ./conftest.exe
configure:20890: $? = 0
configure:20904: result: 8
configure:20918: checking size of long double
configure:20923: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20923: $? = 0
configure:20923: ./conftest.exe
configure:20923: $? = 0
configure:20937: result: 16
configure:20951: checking size of void *
configure:20956: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:20956: $? = 0
configure:20956: ./conftest.exe
configure:20956: $? = 0
configure:20970: result: 8
configure:20981: checking for ANSI C header files
configure:21085: result: yes
configure:21095: checking stddef.h usability
configure:21095: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21095: $? = 0
configure:21095: result: yes
configure:21095: checking stddef.h presence
configure:21095: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:21095: $? = 0
configure:21095: result: yes
configure:21095: checking for stddef.h
configure:21095: result: yes
configure:21109: checking size of wchar_t
configure:21114: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21114: $? = 0
configure:21114: ./conftest.exe
configure:21114: $? = 0
configure:21133: result: 2
configure:21148: checking size of float_int
configure:21153: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21153: $? = 0
configure:21153: ./conftest.exe
configure:21153: $? = 0
configure:21168: result: 8
configure:21182: checking size of double_int
configure:21187: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21187: $? = 0
configure:21187: ./conftest.exe
configure:21187: $? = 0
configure:21202: result: 16
configure:21216: checking size of long_int
configure:21221: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21221: $? = 0
configure:21221: ./conftest.exe
configure:21221: $? = 0
configure:21236: result: 16
configure:21250: checking size of short_int
configure:21255: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21255: $? = 0
configure:21255: ./conftest.exe
configure:21255: $? = 0
configure:21270: result: 8
configure:21284: checking size of two_int
configure:21289: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21289: $? = 0
configure:21289: ./conftest.exe
configure:21289: $? = 0
configure:21304: result: 8
configure:21318: checking size of long_double_int
configure:21323: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21323: $? = 0
configure:21323: ./conftest.exe
configure:21323: $? = 0
configure:21338: result: 32
configure:21351: checking sys/bitypes.h usability
configure:21351: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:100:25: fatal error: sys/bitypes.h: No such file or directory
 #include <sys/bitypes.h>
                         ^
compilation terminated.
configure:21351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:21351: result: no
configure:21351: checking sys/bitypes.h presence
configure:21351: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
conftest.c:67:25: fatal error: sys/bitypes.h: No such file or directory
 #include <sys/bitypes.h>
                         ^
compilation terminated.
configure:21351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| /* end confdefs.h.  */
| #include <sys/bitypes.h>
configure:21351: result: no
configure:21351: checking for sys/bitypes.h
configure:21351: result: no
configure:21364: checking inttypes.h usability
configure:21364: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21364: $? = 0
configure:21364: result: yes
configure:21364: checking inttypes.h presence
configure:21364: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:21364: $? = 0
configure:21364: result: yes
configure:21364: checking for inttypes.h
configure:21364: result: yes
configure:21364: checking stdint.h usability
configure:21364: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21364: $? = 0
configure:21364: result: yes
configure:21364: checking stdint.h presence
configure:21364: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:21364: $? = 0
configure:21364: result: yes
configure:21364: checking for stdint.h
configure:21364: result: yes
configure:21376: checking for int8_t
configure:21376: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21376: $? = 0
configure:21376: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:21376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| 		 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:21376: result: yes
configure:21387: checking for int16_t
configure:21387: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21387: $? = 0
configure:21387: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:21387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| 		 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:21387: result: yes
configure:21398: checking for int32_t
configure:21398: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21398: $? = 0
configure:21398: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:53: warning: integer overflow in expression [-Woverflow]
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:106:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:21398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| 		 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:21398: result: yes
configure:21409: checking for int64_t
configure:21409: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21409: $? = 0
configure:21409: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:53: warning: integer overflow in expression [-Woverflow]
    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:106:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:21409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| 		 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:21409: result: yes
configure:21450: checking for uint8_t
configure:21450: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21450: $? = 0
configure:21450: result: yes
configure:21464: checking for uint16_t
configure:21464: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21464: $? = 0
configure:21464: result: yes
configure:21476: checking for uint32_t
configure:21476: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21476: $? = 0
configure:21476: result: yes
configure:21490: checking for uint64_t
configure:21490: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21490: $? = 0
configure:21490: result: yes
configure:21532: checking stdbool.h usability
configure:21532: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21532: $? = 0
configure:21532: result: yes
configure:21532: checking stdbool.h presence
configure:21532: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:21532: $? = 0
configure:21532: result: yes
configure:21532: checking for stdbool.h
configure:21532: result: yes
configure:21532: checking complex.h usability
configure:21532: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21532: $? = 0
configure:21532: result: yes
configure:21532: checking complex.h presence
configure:21532: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:21532: $? = 0
configure:21532: result: yes
configure:21532: checking for complex.h
configure:21532: result: yes
configure:21546: checking size of _Bool
configure:21551: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21551: $? = 0
configure:21551: ./conftest.exe
configure:21551: $? = 0
configure:21570: result: 1
configure:21584: checking size of float _Complex
configure:21589: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21589: $? = 0
configure:21589: ./conftest.exe
configure:21589: $? = 0
configure:21608: result: 8
configure:21622: checking size of double _Complex
configure:21627: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21627: $? = 0
configure:21627: ./conftest.exe
configure:21627: $? = 0
configure:21646: result: 16
configure:21660: checking size of long double _Complex
configure:21665: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:21665: $? = 0
configure:21665: ./conftest.exe
configure:21665: $? = 0
configure:21684: result: 32
configure:21696: checking for _Bool
configure:21696: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21696: $? = 0
configure:21696: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:21696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:21696: result: yes
configure:21705: checking for float _Complex
configure:21705: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21705: $? = 0
configure:21705: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:29: error: expected expression before ')' token
 if (sizeof ((float _Complex)))
                             ^
configure:21705: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((float _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:21705: result: yes
configure:21714: checking for double _Complex
configure:21714: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21714: $? = 0
configure:21714: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:121:30: error: expected expression before ')' token
 if (sizeof ((double _Complex)))
                              ^
configure:21714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((double _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:21714: result: yes
configure:21723: checking for long double _Complex
configure:21723: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:21723: $? = 0
configure:21723: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:122:35: error: expected expression before ')' token
 if (sizeof ((long double _Complex)))
                                   ^
configure:21723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double _Complex)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:21723: result: yes
configure:22141: checking for size of Fortran type integer
configure:22182: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:22182: $? = 0
configure:22186: mv conftest.o pac_conftest.o
configure:22189: $? = 0
configure:22216: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:22216: $? = 0
configure:22216: ./conftest.exe
configure:22216: $? = 0
configure:22254: result: 4
configure:22269: checking for size of Fortran type real
configure:22310: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:22310: $? = 0
configure:22314: mv conftest.o pac_conftest.o
configure:22317: $? = 0
configure:22344: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:22344: $? = 0
configure:22344: ./conftest.exe
configure:22344: $? = 0
configure:22382: result: 4
configure:22397: checking for size of Fortran type double precision
configure:22438: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:22438: $? = 0
configure:22442: mv conftest.o pac_conftest.o
configure:22445: $? = 0
configure:22472: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:22472: $? = 0
configure:22472: ./conftest.exe
configure:22472: $? = 0
configure:22510: result: 8
configure:22533: checking whether integer*1 is supported
configure:22544: gfortran -c   -O2 conftest.f >&5
configure:22544: $? = 0
configure:22551: result: yes
configure:22553: checking whether integer*2 is supported
configure:22564: gfortran -c   -O2 conftest.f >&5
configure:22564: $? = 0
configure:22571: result: yes
configure:22573: checking whether integer*4 is supported
configure:22584: gfortran -c   -O2 conftest.f >&5
configure:22584: $? = 0
configure:22591: result: yes
configure:22593: checking whether integer*8 is supported
configure:22604: gfortran -c   -O2 conftest.f >&5
configure:22604: $? = 0
configure:22611: result: yes
configure:22613: checking whether integer*16 is supported
configure:22624: gfortran -c   -O2 conftest.f >&5
configure:22624: $? = 0
configure:22631: result: yes
configure:22633: checking whether real*4 is supported
configure:22644: gfortran -c   -O2 conftest.f >&5
configure:22644: $? = 0
configure:22651: result: yes
configure:22653: checking whether real*8 is supported
configure:22664: gfortran -c   -O2 conftest.f >&5
configure:22664: $? = 0
configure:22671: result: yes
configure:22673: checking whether real*16 is supported
configure:22684: gfortran -c   -O2 conftest.f >&5
configure:22684: $? = 0
configure:22691: result: yes
configure:23073: checking for C type matching Fortran integer
configure:23080: result: int
configure:23130: checking for size of MPI_Status
configure:23148: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:23148: $? = 0
configure:23148: ./conftest.exe
configure:23148: $? = 0
configure:23157: result: 20
configure:23288: checking for values of Fortran logicals
configure:23327: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23327: $? = 0
configure:23330: mv conftest.o pac_conftest.o
configure:23333: $? = 0
configure:23365: gfortran -o conftest.exe   -O2   conftest.f pac_conftest.o   >&5
configure:23365: $? = 0
configure:23365: ./conftest.exe
configure:23365: $? = 0
configure:23403: result: True is 1 and False is 0
configure:23430: checking for BSD/POSIX style global symbol lister
configure:23472: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23472: $? = 0
configure:23516: result: BSD style,/usr/bin/nm -g -B
configure:23556: checking stdio.h usability
configure:23556: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23556: $? = 0
configure:23556: result: yes
configure:23556: checking stdio.h presence
configure:23556: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:23556: $? = 0
configure:23556: result: yes
configure:23556: checking for stdio.h
configure:23556: result: yes
configure:23566: checking for multiple __attribute__((alias)) support
configure:23627: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23627: $? = 0
configure:23631: cp conftest.o pac_conftest_other.o
configure:23634: $? = 0
configure:23697: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c pac_conftest_other.o   >&5
configure:23697: $? = 0
configure:23701: cp conftest.exe pac_conftest_main.exe
configure:23704: $? = 0
configure:23764: ./pac_conftest_main.exe
configure:23767: $? = 0
configure:23774: result: yes
configure:23802: checking the minimum alignment of Fortran common block of 1 integers
configure:23841: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23841: $? = 0
configure:23845: mv conftest.o pac_conftest.o
configure:23848: $? = 0
configure:23872: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align0.log 2>&1
configure:23872: $? = 0
configure:23954: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:23954: $? = 0
configure:23958: mv conftest.o pac_conftest.o
configure:23961: $? = 0
configure:23986: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align1.log 2>&1
configure:23986: $? = 0
configure:23993: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:23996: $? = 0
configure:24085: result: 4
configure:24096: checking the minimum alignment of Fortran common block of 5 integers
configure:24135: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:24135: $? = 0
configure:24139: mv conftest.o pac_conftest.o
configure:24142: $? = 0
configure:24166: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align0.log 2>&1
configure:24166: $? = 0
configure:24248: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:24248: $? = 0
configure:24252: mv conftest.o pac_conftest.o
configure:24255: $? = 0
configure:24280: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align1.log 2>&1
configure:24280: $? = 0
configure:24287: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:24290: $? = 0
configure:24248: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:24248: $? = 0
configure:24252: mv conftest.o pac_conftest.o
configure:24255: $? = 0
configure:24280: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align1.log 2>&1
configure:24280: $? = 0
configure:24287: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:24290: $? = 0
configure:24248: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:24248: $? = 0
configure:24252: mv conftest.o pac_conftest.o
configure:24255: $? = 0
configure:24280: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align1.log 2>&1
configure:24280: $? = 0
configure:24287: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:24290: $? = 0
configure:24248: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:24248: $? = 0
configure:24252: mv conftest.o pac_conftest.o
configure:24255: $? = 0
configure:24280: gfortran -o conftest.exe   -O2    conftest.f90 pac_conftest.o   > pac_align1.log 2>&1
configure:24280: $? = 0
configure:24287: diff -b pac_align0.log pac_align1.log > pac_test.log
configure:24290: $? = 0
configure:24391: result: 4, too small! reset to 32
configure:24493: checking for Fortran 90 integer kind for 8-byte integers
configure:24533: gfortran -o conftest.exe   -O2    conftest.f90   >&5
configure:24533: $? = 0
configure:24533: ./conftest.exe
configure:24533: $? = 0
configure:24550: result: 8
configure:24745: checking if real*8 is supported in Fortran 90
configure:24758: gfortran -c   -O2  conftest.f90 >&5
configure:24758: $? = 0
configure:24770: result: yes
configure:24912: checking size of bool
configure:24917: c++ -o conftest.exe   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:24917: $? = 0
configure:24917: ./conftest.exe
configure:24917: $? = 0
configure:24931: result: 1
configure:24977: checking how to run the C++ preprocessor
configure:25004: c++ -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp
configure:25004: $? = 0
configure:25018: c++ -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp
conftest.cpp:107:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:25018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:25043: result: c++ -E
configure:25063: c++ -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp
configure:25063: $? = 0
configure:25077: c++ -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp
conftest.cpp:107:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:25077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:25106: checking complex usability
configure:25106: c++ -c   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp >&5
configure:25106: $? = 0
configure:25106: result: yes
configure:25106: checking complex presence
configure:25106: c++ -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.cpp
configure:25106: $? = 0
configure:25106: result: yes
configure:25106: checking for complex
configure:25106: result: yes
configure:25119: checking size of Complex
configure:25124: c++ -o conftest.exe   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:25124: $? = 0
configure:25124: ./conftest.exe
configure:25124: $? = 0
configure:25143: result: 8
configure:25157: checking size of DoubleComplex
configure:25162: c++ -o conftest.exe   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:25162: $? = 0
configure:25162: ./conftest.exe
configure:25162: $? = 0
configure:25181: result: 16
configure:25196: checking size of LongDoubleComplex
configure:25201: c++ -o conftest.exe   -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.cpp   >&5
configure:25201: $? = 0
configure:25201: ./conftest.exe
configure:25201: $? = 0
configure:25220: result: 32
configure:25305: checking if char * pointers use byte addresses
configure:25323: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25323: $? = 0
configure:25323: ./conftest.exe
configure:25323: $? = 0
configure:25333: result: yes
configure:25358: checking for alignment restrictions on 
configure:25392: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25392: $? = 0
configure:25392: ./conftest.exe
configure:25392: $? = 0
configure:25403: result: no
configure:25422: checking for alignment restrictions on int32_t
configure:25456: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25456: $? = 0
configure:25456: ./conftest.exe
configure:25456: $? = 0
configure:25467: result: no
configure:25481: checking size of MPIR_Bsend_data_t
configure:25486: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25486: $? = 0
configure:25486: ./conftest.exe
configure:25486: $? = 0
configure:25504: result: 88
configure:25523: checking for gcc __asm__ and pentium cmpxchgl instruction
configure:25547: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/ccJbcq49.s: Assembler messages:
/tmp/ccJbcq49.s:18: Error: incorrect register `%rdx' used with `l' suffix
configure:25547: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| /* end confdefs.h.  */
| 
| int main(int argc, char *argv[])
| {
| long int compval = 10;
| volatile long int *p = &compval;
| long int oldval = 10;
| long int newval = 20;
| char ret;
| long int readval;
| __asm__ __volatile__ ("lock; cmpxchgl %3, %1; sete %0"
| 	: "=q" (ret), "=m" (*p), "=a" (readval)
| 	: "r" (newval), "m" (*p), "a" (oldval) : "memory");
| return (compval == 20) ? 0 : -1;
| }
| 
configure:25555: result: no
configure:25571: checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction
configure:25595: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25595: $? = 0
configure:25595: ./conftest.exe
configure:25595: $? = 0
configure:25596: result: yes
configure:25611: checking for gcc __asm__ and IA64 xchg4 instruction
configure:25636: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/ccRQmidJ.s: Assembler messages:
/tmp/ccRQmidJ.s:11: Error: no such instruction: `xchg4 %rax=[%rcx],%rdx'
/tmp/ccRQmidJ.s:32: Error: no such instruction: `xchg4 %rdx=[%rax],%rdx'
configure:25636: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| /* end confdefs.h.  */
| 
| unsigned long _InterlockedExchange(volatile void *ptr, unsigned long x)
| {
|    unsigned long result;
|    __asm__ __volatile ("xchg4 %0=[%1],%2" : "=r" (result)
|        : "r" (ptr), "r" (x) : "memory");
|    return result;
| }
| int main(int argc, char *argv[])
| {
| long val = 1;
| volatile long *p = &val;
| long oldval = _InterlockedExchange(p, (unsigned long)2);
| return (oldval == 1 && val == 2) ? 0 : -1;
| }
| 
configure:25643: result: no
configure:25737: checking for ANSI C header files
configure:25841: result: yes
configure:25856: checking stdlib.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking stdlib.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for stdlib.h
configure:25856: result: yes
configure:25856: checking stdarg.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking stdarg.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for stdarg.h
configure:25856: result: yes
configure:25856: checking sys/types.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking sys/types.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for sys/types.h
configure:25856: result: yes
configure:25856: checking string.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking string.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for string.h
configure:25856: result: yes
configure:25856: checking for inttypes.h
configure:25856: result: yes
configure:25856: checking limits.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking limits.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for limits.h
configure:25856: result: yes
configure:25856: checking for stddef.h
configure:25856: result: yes
configure:25856: checking errno.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking errno.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for errno.h
configure:25856: result: yes
configure:25856: checking sys/socket.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking sys/socket.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for sys/socket.h
configure:25856: result: yes
configure:25856: checking sys/time.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking sys/time.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for sys/time.h
configure:25856: result: yes
configure:25856: checking unistd.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking unistd.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for unistd.h
configure:25856: result: yes
configure:25856: checking endian.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking endian.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for endian.h
configure:25856: result: yes
configure:25856: checking assert.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking assert.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for assert.h
configure:25856: result: yes
configure:25856: checking sys/param.h usability
configure:25856: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking sys/param.h presence
configure:25856: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c
configure:25856: $? = 0
configure:25856: result: yes
configure:25856: checking for sys/param.h
configure:25856: result: yes
configure:25866: checking for sys/uio.h
configure:25886: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25886: $? = 0
configure:25893: result: yes
configure:25902: checking for size_t
configure:25902: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25902: $? = 0
configure:25902: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:171:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:25902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:25902: result: yes
configure:25918: checking for setitimer
configure:25918: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25918: $? = 0
configure:25918: result: yes
configure:25918: checking for alarm
configure:25918: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25918: $? = 0
configure:25918: result: yes
configure:25931: checking for vsnprintf
configure:25931: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c:160:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
 char vsnprintf ();
      ^
configure:25931: $? = 0
configure:25931: result: yes
configure:25931: checking for vsprintf
configure:25931: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c:161:6: warning: conflicting types for built-in function 'vsprintf' [enabled by default]
 char vsprintf ();
      ^
configure:25931: $? = 0
configure:25931: result: yes
configure:25943: checking whether vsnprintf needs a declaration
configure:25962: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:141:5: error: conflicting types for 'vsnprintf'
 int vsnprintf(double, int, double, const char *);
     ^
configure:25962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <stdarg.h>
| int vsnprintf(double, int, double, const char *);
| int
| main ()
| {
| int a=vsnprintf(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:25969: result: no
configure:25986: checking for strerror
configure:25986: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:25986: $? = 0
configure:25986: result: yes
configure:25986: checking for strncasecmp
configure:25986: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c:163:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
 char strncasecmp ();
      ^
configure:25986: $? = 0
configure:25986: result: yes
configure:25995: checking whether strerror_r is declared
configure:25995: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:25995: $? = 0
configure:25995: result: yes
configure:26008: checking for strerror_r
configure:26008: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26008: $? = 0
configure:26008: result: yes
configure:26017: checking whether strerror_r returns char *
configure:26041: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:13: error: invalid type argument of unary '*' (have 'int')
    char x = *strerror_r (0, buf, sizeof buf);
             ^
conftest.c:182:14: warning: initialization makes pointer from integer without a cast [enabled by default]
    char *p = strerror_r (0, buf, sizeof buf);
              ^
configure:26041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:26079: result: no
configure:26089: checking whether strerror_r needs a declaration
configure:26107: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:144:5: error: conflicting types for 'strerror_r'
 int strerror_r(double, int, double, const char *);
     ^
In file included from /usr/include/string.h:10:0,
                 from conftest.c:143:
/usr/include/string.h:87:10: note: previous declaration of 'strerror_r' was here
 int      _EXFUN(strerror_r,(int, char *, size_t)) __asm__ (__ASMNAME ("__xpg_strerror_r"));
          ^
configure:26107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <string.h>
| int strerror_r(double, int, double, const char *);
| int
| main ()
| {
| int a=strerror_r(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:26114: result: no
configure:26130: checking for snprintf
configure:26130: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c:166:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
 char snprintf ();
      ^
configure:26130: $? = 0
configure:26130: result: yes
configure:26141: checking whether snprintf needs a declaration
configure:26159: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:145:5: error: conflicting types for 'snprintf'
 int snprintf(double, int, double, const char *);
     ^
configure:26159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int snprintf(double, int, double, const char *);
| int
| main ()
| {
| int a=snprintf(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:26166: result: no
configure:26182: checking for qsort
configure:26182: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26182: $? = 0
configure:26182: result: yes
configure:26198: checking for va_copy
configure:26224: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26224: $? = 0
configure:26232: result: yes
configure:26284: checking for variable argument list macro functionality
configure:26300: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26300: $? = 0
configure:26304: result: yes
configure:26317: checking for working alloca.h
configure:26334: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26334: $? = 0
configure:26342: result: yes
configure:26350: checking for alloca
configure:26387: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26387: $? = 0
configure:26395: result: yes
configure:26522: checking for strdup
configure:26522: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
conftest.c:172:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:26522: $? = 0
configure:26522: result: yes
configure:26534: checking whether strdup needs a declaration
configure:26552: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:151:5: error: conflicting types for 'strdup'
 int strdup(double, int, double, const char *);
     ^
configure:26552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <string.h>
| int strdup(double, int, double, const char *);
| int
| main ()
| {
| int a=strdup(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:26559: result: no
configure:26645: checking for mkstemp
configure:26645: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26645: $? = 0
configure:26645: result: yes
configure:26656: checking whether mkstemp needs a declaration
configure:26674: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:152:5: error: conflicting types for 'mkstemp'
 int mkstemp(double, int, double, const char *);
     ^
In file included from /usr/include/stdlib.h:11:0,
                 from conftest.c:151:
/usr/include/stdlib.h:110:5: note: previous declaration of 'mkstemp' was here
 int _EXFUN(mkstemp,(char *));
     ^
configure:26674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| int mkstemp(double, int, double, const char *);
| int
| main ()
| {
| int a=mkstemp(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:26681: result: no
configure:26696: checking for fdopen
configure:26696: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26696: $? = 0
configure:26696: result: yes
configure:26707: checking whether fdopen needs a declaration
configure:26725: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:26725: $? = 0
configure:26732: result: yes
configure:26747: checking for putenv
configure:26747: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26747: $? = 0
configure:26747: result: yes
configure:26758: checking whether putenv needs a declaration
configure:26776: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
conftest.c:155:5: error: conflicting types for 'putenv'
 int putenv(double, int, double, const char *);
     ^
In file included from /usr/include/stdlib.h:11:0,
                 from conftest.c:154:
/usr/include/stdlib.h:153:5: note: previous declaration of 'putenv' was here
 int _EXFUN(putenv,(char *__string));
     ^
configure:26776: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| int putenv(double, int, double, const char *);
| int
| main ()
| {
| int a=putenv(1.0,27,1.0,"foo");
|   ;
|   return 0;
| }
configure:26783: result: no
configure:26825: checking for clock_gettime
configure:26825: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26825: $? = 0
configure:26825: result: yes
configure:26825: checking for clock_getres
configure:26825: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26825: $? = 0
configure:26825: result: yes
configure:26825: checking for gethrtime
configure:26825: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/ccixO2aO.o:conftest.c:(.text.startup+0xa): undefined reference to `gethrtime'
/tmp/ccixO2aO.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `gethrtime'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccixO2aO.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:26825: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethrtime innocuous_gethrtime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethrtime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethrtime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
| 
| int
| main ()
| {
| return gethrtime ();
|   ;
|   return 0;
| }
configure:26825: result: no
configure:26825: checking for mach_absolute_time
configure:26825: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
/tmp/cc7zOh8b.o:conftest.c:(.text.startup+0xa): undefined reference to `mach_absolute_time'
/tmp/cc7zOh8b.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mach_absolute_time'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cc7zOh8b.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:26825: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| /* end confdefs.h.  */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mach_absolute_time innocuous_mach_absolute_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mach_absolute_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mach_absolute_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mach_absolute_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
| 
| int
| main ()
| {
| return mach_absolute_time ();
|   ;
|   return 0;
| }
configure:26825: result: no
configure:26825: checking for gettimeofday
configure:26825: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26825: $? = 0
configure:26825: result: yes
configure:26907: checking for library containing clock_gettime
configure:26938: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26938: $? = 0
configure:26955: result: none required
configure:26965: checking for library containing clock_getres
configure:26996: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src   conftest.c   >&5
configure:26996: $? = 0
configure:27013: result: none required
configure:27026: checking whether struct timespec is defined in time.h
configure:27045: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:27045: $? = 0
configure:27053: result: yes
configure:27099: checking for CLOCK_REALTIME defined in time.h
configure:27118: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src conftest.c >&5
configure:27118: $? = 0
configure:27125: result: yes
configure:27735: checking pthread.h usability
configure:27735: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
configure:27735: $? = 0
configure:27735: result: yes
configure:27735: checking pthread.h presence
configure:27735: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c
configure:27735: $? = 0
configure:27735: result: yes
configure:27735: checking for pthread.h
configure:27735: result: yes
configure:27753: checking for pthread_key_create in -lpthread
configure:27778: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread    >&5
configure:27778: $? = 0
configure:27787: result: yes
LIBS(=' ') does not contain '-lpthread', prepending
configure:27808: checking for pthread_yield
configure:27808: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:27808: $? = 0
configure:27808: result: yes
configure:27819: checking for pthread_key_create
configure:27819: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:27819: $? = 0
configure:27819: result: yes
configure:27838: checking for pthread_cleanup_push
configure:27838: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/ccEzuAy3.o:conftest.c:(.text.startup+0xa): undefined reference to `pthread_cleanup_push'
/tmp/ccEzuAy3.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `pthread_cleanup_push'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccEzuAy3.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:27838: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| /* Define pthread_cleanup_push to an innocuous variant, in case <limits.h> declares pthread_cleanup_push.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_cleanup_push innocuous_pthread_cleanup_push
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_cleanup_push (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_cleanup_push
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_cleanup_push ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pthread_cleanup_push || defined __stub___pthread_cleanup_push
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_cleanup_push ();
|   ;
|   return 0;
| }
configure:27838: result: no
configure:27848: checking whether pthread_cleanup_push is available (may be a macro in pthread.h)
configure:27867: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
conftest.c: In function 'main':
conftest.c:173:1: error: expected declaration or statement at end of input
 }
 ^
configure:27867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| void f1(void *a) { return; }
| int
| main ()
| {
| pthread_cleanup_push( f1, (void *)0 );
|   ;
|   return 0;
| }
configure:27875: result: no
configure:27885: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP
configure:27902: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
conftest.c: In function 'main':
conftest.c:168:7: error: 'PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first use in this function)
 int a=PTHREAD_MUTEX_RECURSIVE_NP;
       ^
conftest.c:168:7: note: each undeclared identifier is reported only once for each function it appears in
configure:27902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| int a=PTHREAD_MUTEX_RECURSIVE_NP;
|   ;
|   return 0;
| }
configure:27909: result: no
configure:27911: checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE
configure:27928: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
configure:27928: $? = 0
configure:27935: result: yes
configure:27949: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP
configure:27966: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
conftest.c: In function 'main':
conftest.c:169:7: error: 'PTHREAD_MUTEX_ERRORCHECK_NP' undeclared (first use in this function)
 int a=PTHREAD_MUTEX_ERRORCHECK_NP;
       ^
conftest.c:169:7: note: each undeclared identifier is reported only once for each function it appears in
configure:27966: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| int a=PTHREAD_MUTEX_ERRORCHECK_NP;
|   ;
|   return 0;
| }
configure:27973: result: no
configure:27975: checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK
configure:27992: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
configure:27992: $? = 0
configure:27999: result: yes
configure:28130: checking for thread local storage specifier
configure:28157: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28157: $? = 0
configure:28180: result: __thread
configure:28186: checking sched.h usability
configure:28186: gcc -c    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c >&5
configure:28186: $? = 0
configure:28186: result: yes
configure:28186: checking sched.h presence
configure:28186: gcc -E  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers conftest.c
configure:28186: $? = 0
configure:28186: result: yes
configure:28186: checking for sched.h
configure:28186: result: yes
configure:28199: checking for sched_yield
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28199: $? = 0
configure:28199: result: yes
configure:28199: checking for yield
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/cc6py0Nt.o:conftest.c:(.text.startup+0xa): undefined reference to `yield'
/tmp/cc6py0Nt.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `yield'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cc6py0Nt.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:28199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| /* end confdefs.h.  */
| /* Define yield to an innocuous variant, in case <limits.h> declares yield.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define yield innocuous_yield
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char yield (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef yield
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char yield ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_yield || defined __stub___yield
| choke me
| #endif
| 
| int
| main ()
| {
| return yield ();
|   ;
|   return 0;
| }
configure:28199: result: no
configure:28199: checking for usleep
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28199: $? = 0
configure:28199: result: yes
configure:28199: checking for sleep
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28199: $? = 0
configure:28199: result: yes
configure:28199: checking for select
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28199: $? = 0
configure:28199: result: yes
configure:28199: checking for getpid
configure:28199: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28199: $? = 0
configure:28199: result: yes
configure:28216: checking for sched_setaffinity
configure:28216: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/cck3abyd.o:conftest.c:(.text.startup+0xa): undefined reference to `sched_setaffinity'
/tmp/cck3abyd.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `sched_setaffinity'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cck3abyd.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:28216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define HAVE_GETPID 1
| /* end confdefs.h.  */
| /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_setaffinity innocuous_sched_setaffinity
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_setaffinity (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_setaffinity
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_setaffinity ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_setaffinity ();
|   ;
|   return 0;
| }
configure:28216: result: no
configure:28216: checking for sched_getaffinity
configure:28216: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/ccu3lbyz.o:conftest.c:(.text.startup+0xa): undefined reference to `sched_getaffinity'
/tmp/ccu3lbyz.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `sched_getaffinity'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccu3lbyz.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:28216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define HAVE_GETPID 1
| /* end confdefs.h.  */
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_getaffinity innocuous_sched_getaffinity
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_getaffinity (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_getaffinity
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_getaffinity ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_getaffinity ();
|   ;
|   return 0;
| }
configure:28216: result: no
configure:28216: checking for bindprocessor
configure:28216: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/cc3F2UGl.o:conftest.c:(.text.startup+0xa): undefined reference to `bindprocessor'
/tmp/cc3F2UGl.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `bindprocessor'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cc3F2UGl.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:28216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define HAVE_GETPID 1
| /* end confdefs.h.  */
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define bindprocessor innocuous_bindprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char bindprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef bindprocessor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bindprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_bindprocessor || defined __stub___bindprocessor
| choke me
| #endif
| 
| int
| main ()
| {
| return bindprocessor ();
|   ;
|   return 0;
| }
configure:28216: result: no
configure:28216: checking for thread_policy_set
configure:28216: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
/tmp/ccSk3EXQ.o:conftest.c:(.text.startup+0xa): undefined reference to `thread_policy_set'
/tmp/ccSk3EXQ.o:conftest.c:(.text.startup+0xa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `thread_policy_set'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccSk3EXQ.o: bad reloc address 0x0 in section `.pdata.startup'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: final link failed: Invalid operation
collect2: error: ld returned 1 exit status
configure:28216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define USE_SMP_COLLECTIVES 1
| #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
| #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
| #define USE_LOGGING MPID_LOGGING_NONE
| #define HAVE_RUNTIME_THREADCHECK 1
| #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
| #define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
| #define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
| #define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
| #define HAVE_ROMIO 1
| #define HAVE__FUNC__ /**/
| #define HAVE__FUNCTION__ /**/
| #define HAVE_LONG_LONG 1
| #define STDCALL 
| #define F77_NAME_LOWER_USCORE 1
| #define STDC_HEADERS 1
| #define HAVE_MPI_F_INIT_WORKS_WITH_C 1
| #define HAVE_FORTRAN_BINDING 1
| #define HAVE_CXX_EXCEPTIONS /**/
| #define HAVE_NAMESPACES /**/
| #define HAVE_NAMESPACE_STD /**/
| #define HAVE_CXX_BINDING 1
| #define FILE_NAMEPUB_BASEDIR "."
| #define USE_FILE_FOR_NAMEPUB 1
| #define HAVE_NAMEPUB_SERVICE 1
| #define restrict __restrict
| #define HAVE_GCC_ATTRIBUTE 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAX_INTEGER_ALIGNMENT 8
| #define HAVE_MAX_STRUCT_ALIGNMENT 8
| #define HAVE_MAX_FP_ALIGNMENT 16
| #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
| #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 8
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define SIZEOF_WCHAR_T 2
| #define SIZEOF_FLOAT_INT 8
| #define SIZEOF_DOUBLE_INT 16
| #define SIZEOF_LONG_INT 16
| #define SIZEOF_SHORT_INT 8
| #define SIZEOF_TWO_INT 8
| #define SIZEOF_LONG_DOUBLE_INT 32
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_COMPLEX_H 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define HAVE__BOOL 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define MPIR_REAL4_CTYPE float
| #define MPIR_REAL8_CTYPE double
| #define MPIR_REAL16_CTYPE long double
| #define MPIR_INTEGER1_CTYPE char
| #define MPIR_INTEGER2_CTYPE short
| #define MPIR_INTEGER4_CTYPE int
| #define MPIR_INTEGER8_CTYPE long
| #define SIZEOF_F77_INTEGER 4
| #define SIZEOF_F77_REAL 4
| #define SIZEOF_F77_DOUBLE_PRECISION 8
| #define HAVE_AINT_LARGER_THAN_FINT 1
| #define HAVE_AINT_DIFFERENT_THAN_FINT 1
| #define HAVE_FINT_IS_INT 1
| #define F77_TRUE_VALUE_SET 1
| #define F77_TRUE_VALUE 1
| #define F77_FALSE_VALUE 0
| #define HAVE_STDIO_H 1
| #define HAVE_C_MULTI_ATTR_ALIAS 1
| #define SIZEOF_BOOL 1
| #define MPIR_CXX_BOOL_CTYPE _Bool
| #define SIZEOF_COMPLEX 8
| #define SIZEOF_DOUBLECOMPLEX 16
| #define SIZEOF_LONGDOUBLECOMPLEX 32
| #define HAVE_CXX_COMPLEX 1
| #define MPIR_CXX_BOOL_VALUE 0x4c000133
| #define MPIR_CXX_COMPLEX_VALUE 0x4c000834
| #define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
| #define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
| #define HAVE_ANY_INT64_T_ALIGNMENT 1
| #define HAVE_ANY_INT32_T_ALIGNMENT 1
| #define SIZEOF_MPIR_BSEND_DATA_T 88
| #define HAVE_GCC_AND_X86_64_ASM 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_QSORT 1
| #define HAVE_VA_COPY 1
| #define HAVE_MACRO_VA_ARGS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FDOPEN 1
| #define NEEDS_FDOPEN_DECL 1
| #define HAVE_PUTENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_GETTIMEOFDAY 1
| #define MPIR_Pint long
| #define MPIR_PINT_FMT_DEC_SPEC "%ld"
| #define MPIR_Upint unsigned long
| #define MPIR_UPINT_FMT_DEC_SPEC "%lu"
| #define MPIU_SIZE_T unsigned long
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_YIELD 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
| #define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
| #define MPIU_TLS_SPECIFIER __thread
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_SELECT 1
| #define HAVE_GETPID 1
| /* end confdefs.h.  */
| /* Define thread_policy_set to an innocuous variant, in case <limits.h> declares thread_policy_set.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define thread_policy_set innocuous_thread_policy_set
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char thread_policy_set (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef thread_policy_set
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char thread_policy_set ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_thread_policy_set || defined __stub___thread_policy_set
| choke me
| #endif
| 
| int
| main ()
| {
| return thread_policy_set ();
|   ;
|   return 0;
| }
configure:28216: result: no
configure:28508: ===== configuring src/mpid/ch3 =====
configure:28615: executing: /usr/local/bin/mpich2-1.4.1/src/mpid/ch3/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:28632: ===== done with src/mpid/ch3 configure =====
configure:28508: ===== configuring src/mpi/romio =====
configure:28615: executing: /usr/local/bin/mpich2-1.4.1/src/mpi/romio/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:28632: ===== done with src/mpi/romio configure =====
configure:28508: ===== configuring src/pmi/simple =====
configure:28615: executing: /usr/local/bin/mpich2-1.4.1/src/pmi/simple/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:28632: ===== done with src/pmi/simple configure =====
configure:28508: ===== configuring src/pm/hydra =====
configure:28615: executing: /usr/local/bin/mpich2-1.4.1/src/pm/hydra/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:28632: ===== done with src/pm/hydra configure =====
configure:28508: ===== configuring src/mpe2 =====
configure:28615: executing: /usr/local/bin/mpich2-1.4.1/src/mpe2/configure  '--prefix=/home/Κωστής/mpich-install' --disable-option-checking
configure:28632: ===== done with src/mpe2 configure =====
configure:28670: checking size of OPA_ptr_t
configure:28675: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28675: $? = 0
configure:28675: ./conftest.exe
configure:28675: $? = 0
configure:28693: result: 8
configure:28746: checking the sizeof MPI_Offset
configure:28753: gcc -o conftest.exe    -O2  -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers   conftest.c -lpthread   >&5
configure:28753: $? = 0
configure:28753: ./conftest.exe
configure:28753: $? = 0
configure:28764: result: 8
configure:28814: checking whether the Fortran Offset type works with Fortran 77
configure:28823: gfortran -c   -O2 conftest.f >&5
configure:28823: $? = 0
configure:28829: result: yes
configure:28843: checking whether the Fortran Offset type works with Fortran 90
configure:28852: gfortran -c   -O2  conftest.f90 >&5
configure:28852: $? = 0
configure:28864: result: yes
configure:29182: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Anachronoss

config.status:1456: creating Makefile
config.status:1456: creating src/Makefile
config.status:1456: creating src/include/Makefile
config.status:1456: creating src/include/mpich2info.h
config.status:1456: creating mpich2-doxygen
config.status:1456: creating src/include/mpichtimer.h
config.status:1456: creating src/binding/Makefile
config.status:1456: creating src/binding/cxx/Makefile
config.status:1456: creating src/binding/cxx/mpicxx.h
config.status:1456: creating src/binding/f77/Makefile
config.status:1456: creating src/binding/f77/mpif.h
config.status:1456: creating src/binding/f77/setbotf.f
config.status:1456: creating src/binding/f77/setbot.c
config.status:1456: creating src/binding/f90/Makefile
config.status:1456: creating src/binding/f90/mpi_sizeofs.f90
config.status:1456: creating src/binding/f90/mpi_base.f90
config.status:1456: creating src/packaging/Makefile
config.status:1456: creating src/packaging/pkgconfig/mpich2-c.pc
config.status:1456: creating src/packaging/pkgconfig/mpich2-cxx.pc
config.status:1456: creating src/packaging/pkgconfig/mpich2-f77.pc
config.status:1456: creating src/packaging/pkgconfig/mpich2-f90.pc
config.status:1456: creating src/packaging/pkgconfig/Makefile
config.status:1456: creating src/packaging/envmods/mpich2.module
config.status:1559: WARNING:  'src/packaging/envmods/mpich2.module.in' seems to ignore the --datarootdir setting
config.status:1456: creating src/packaging/envmods/Makefile
config.status:1456: creating src/env/mpixxx_opts.conf
config.status:1456: creating src/env/mpicc
config.status:1456: creating src/env/mpicc.conf
config.status:1456: creating src/env/mpicc.bash
config.status:1456: creating src/env/mpicxx
config.status:1456: creating src/env/mpicxx.conf
config.status:1456: creating src/env/mpicxx.bash
config.status:1456: creating src/env/mpif77
config.status:1456: creating src/env/mpif77.conf
config.status:1456: creating src/env/mpif77.bash
config.status:1456: creating src/env/mpif90
config.status:1456: creating src/env/mpif90.conf
config.status:1456: creating src/env/mpif90.bash
config.status:1456: creating src/env/Makefile
config.status:1456: creating src/util/createshlib
config.status:1456: creating src/mpi/Makefile
config.status:1456: creating src/mpi/attr/Makefile
config.status:1456: creating src/mpi/coll/Makefile
config.status:1456: creating src/mpi/comm/Makefile
config.status:1456: creating src/mpi/datatype/Makefile
config.status:1456: creating src/mpi/debugger/Makefile
config.status:1456: creating src/mpi/errhan/Makefile
config.status:1456: creating src/mpi/group/Makefile
config.status:1456: creating src/mpi/init/Makefile
config.status:1456: creating src/mpi/misc/Makefile
config.status:1456: creating src/mpi/pt2pt/Makefile
config.status:1456: creating src/mpi/rma/Makefile
config.status:1456: creating src/mpi/spawn/Makefile
config.status:1456: creating src/mpi/timer/Makefile
config.status:1456: creating src/mpi/topo/Makefile
config.status:1456: creating src/mpix/Makefile
config.status:1456: creating src/mpix/comm/Makefile
config.status:1456: creating src/mpid/Makefile
config.status:1456: creating src/mpid/common/Makefile
config.status:1456: creating src/mpid/common/datatype/Makefile
config.status:1456: creating src/mpid/common/datatype/dataloop/Makefile
config.status:1456: creating src/pm/Makefile
config.status:1456: creating src/pmi/Makefile
config.status:1456: creating src/pmi/simple/Makefile
config.status:1456: creating src/nameserv/Makefile
config.status:1456: creating src/nameserv/file/Makefile
config.status:1456: creating src/nameserv/mpd/Makefile
config.status:1456: creating src/nameserv/pmi/Makefile
config.status:1456: creating src/nameserv/test/Makefile
config.status:1456: creating src/util/Makefile
config.status:1456: creating src/util/info/Makefile
config.status:1456: creating src/util/instrm/Makefile
config.status:1456: creating src/util/thread/Makefile
config.status:1456: creating src/util/mem/Makefile
config.status:1456: creating src/util/msgs/Makefile
config.status:1456: creating src/util/param/Makefile
config.status:1456: creating src/util/dbg/Makefile
config.status:1456: creating src/util/dbg/getfuncstack
config.status:1456: creating src/util/osserv/Makefile
config.status:1456: creating src/util/procmap/Makefile
config.status:1456: creating src/util/other/Makefile
config.status:1456: creating src/include/mpi.h
config.status:1456: creating test/Makefile
config.status:1456: creating test/util/Makefile
config.status:1456: creating test/basic/Makefile
config.status:1456: creating test/commands/Makefile
config.status:1456: creating test/commands/cmdtests
config.status:1456: creating test/mpid/Makefile
config.status:1456: creating test/mpid/ch3/Makefile
config.status:1456: creating test/util/timer/Makefile
config.status:1456: creating examples/Makefile
config.status:1456: creating examples/f77/Makefile
config.status:1456: creating examples/f90/Makefile
config.status:1456: creating examples/cxx/Makefile
config.status:1456: creating src/util/logging/Makefile
config.status:1456: creating src/util/logging/common/Makefile
config.status:1456: creating doc/Makefile
config.status:1456: creating doc/mansrc/Makefile
config.status:1456: creating doc/mansrc/createhtmlindex
config.status:1456: creating doc/refman/Makefile
config.status:1456: creating doc/installguide/Makefile
config.status:1456: creating doc/userguide/Makefile
config.status:1456: creating doc/logging/Makefile
config.status:1456: creating doc/design/Makefile
config.status:1456: creating doc/smpd/Makefile
config.status:1456: creating doc/windev/Makefile
config.status:1456: creating src/include/mpichconf.h
config.status:1644: executing default-1 commands
config.status:1644: executing default-2 commands
config.status:1644: executing default-3 commands
config.status:1644: executing default-4 commands
config.status:1644: executing default-5 commands
config.status:1644: executing default-6 commands
config.status:1644: executing default-7 commands
config.status:1644: executing default-8 commands
config.status:1644: executing default-9 commands
config.status:1644: executing default-10 commands
config.status:1644: executing default-11 commands
config.status:1644: executing default-12 commands
configure:30677: === configuring in test/mpi (/usr/local/bin/mpich2-1.4.1/test/mpi)
configure:30740: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Κωστής/mpich-install'  --cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-cygwin
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_restrict=__restrict
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_c_volatile=yes
ac_cv_cxx_bool=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_exceptions=yes
ac_cv_cxx_namespace_std=yes
ac_cv_cxx_namespaces=yes
ac_cv_env_AR_FLAGS_set=
ac_cv_env_AR_FLAGS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FROM_MPICH2_set=
ac_cv_env_FROM_MPICH2_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MPICH2LIB_CFLAGS_set=
ac_cv_env_MPICH2LIB_CFLAGS_value=
ac_cv_env_MPICH2LIB_CPPFLAGS_set=
ac_cv_env_MPICH2LIB_CPPFLAGS_value=
ac_cv_env_MPICH2LIB_CXXFLAGS_set=
ac_cv_env_MPICH2LIB_CXXFLAGS_value=
ac_cv_env_MPICH2LIB_FCFLAGS_set=
ac_cv_env_MPICH2LIB_FCFLAGS_value=
ac_cv_env_MPICH2LIB_FFLAGS_set=
ac_cv_env_MPICH2LIB_FFLAGS_value=
ac_cv_env_MPICH2LIB_LDFLAGS_set=
ac_cv_env_MPICH2LIB_LDFLAGS_value=
ac_cv_env_MPICH2LIB_LIBS_set=
ac_cv_env_MPICH2LIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=yes
ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32'
ac_cv_fc_compiler_gnu=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_bindprocessor=no
ac_cv_func_clock_getres=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_fdopen=yes
ac_cv_func_gethrtime=no
ac_cv_func_getpid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_mkstemp=yes
ac_cv_func_pthread_cleanup_push=no
ac_cv_func_pthread_key_create=yes
ac_cv_func_pthread_yield=yes
ac_cv_func_putenv=yes
ac_cv_func_qsort=yes
ac_cv_func_sched_getaffinity=no
ac_cv_func_sched_setaffinity=no
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setitimer=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strncasecmp=yes
ac_cv_func_thread_policy_set=no
ac_cv_func_usleep=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_func_yield=no
ac_cv_have_decl_strerror_r=yes
ac_cv_header_assert_h=yes
ac_cv_header_complex=yes
ac_cv_header_complex_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_sys_bitypes_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-cygwin
ac_cv_lib_pthread_pthread_key_create=yes
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/usr/bin/bash
ac_cv_path_DOCTEXT=false
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_NM_G='/usr/bin/nm -g'
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXX=c++
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_MAKE=make
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_fc_g=yes
ac_cv_prog_install_breaks_libs=no
ac_cv_search_clock_getres='none required'
ac_cv_search_clock_gettime='none required'
ac_cv_sizeof_Complex=8
ac_cv_sizeof_DoubleComplex=16
ac_cv_sizeof_LongDoubleComplex=32
ac_cv_sizeof_MPIR_Bsend_data_t=88
ac_cv_sizeof_MPI_Offset=8
ac_cv_sizeof_OPA_ptr_t=8
ac_cv_sizeof__Bool=1
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_double__Complex=16
ac_cv_sizeof_double_int=16
ac_cv_sizeof_float=4
ac_cv_sizeof_float__Complex=8
ac_cv_sizeof_float_int=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_double__Complex=32
ac_cv_sizeof_long_double_int=32
ac_cv_sizeof_long_int=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=8
ac_cv_sizeof_two_int=8
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=8
ac_cv_sizeof_wchar_t=2
ac_cv_tls=__thread
ac_cv_type__Bool=yes
ac_cv_type_double__Complex=yes
ac_cv_type_float__Complex=yes
ac_cv_type_long_double__Complex=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
pac_cv_attr_weak=yes
pac_cv_attr_weak_alias=no
pac_cv_attr_weak_import=yes
pac_cv_c_char_p_is_byte=yes
pac_cv_c_double_alignment_exception=no
pac_cv_c_double_pos_align=no
pac_cv_c_fp_align_nr=16
pac_cv_c_llint_pos_align=no
pac_cv_c_max_double_fp_align=eight
pac_cv_c_max_fp_align=sixteen
pac_cv_c_max_integer_align=eight
pac_cv_c_max_longdouble_fp_align=sixteen
pac_cv_c_struct_align_nr=8
pac_cv_cc_has___func__=yes
pac_cv_cxx_builds_exe=yes
pac_cv_cxx_compiles_string=yes
pac_cv_cxx_has_iostream=yes
pac_cv_cxx_has_math=no
pac_cv_f77_accepts_F=yes
pac_cv_f77_flibs_valid=unknown
pac_cv_f77_sizeof_double_precision=8
pac_cv_f77_sizeof_integer=4
pac_cv_f77_sizeof_real=4
pac_cv_fc_accepts_F90=yes
pac_cv_fc_and_f77=yes
pac_cv_fc_module_case=lower
pac_cv_fc_module_ext=mod
pac_cv_fc_module_incflag=-I
pac_cv_fc_vendor=gnu
pac_cv_fort90_real8=yes
pac_cv_fort_integer16=yes
pac_cv_fort_integer1=yes
pac_cv_fort_integer2=yes
pac_cv_fort_integer4=yes
pac_cv_fort_integer8=yes
pac_cv_fort_real16=yes
pac_cv_fort_real4=yes
pac_cv_fort_real8=yes
pac_cv_func_decl_fdopen=yes
pac_cv_func_decl_mkstemp=no
pac_cv_func_decl_putenv=no
pac_cv_func_decl_snprintf=no
pac_cv_func_decl_strdup=no
pac_cv_func_decl_strerror_r=no
pac_cv_func_decl_vsnprintf=no
pac_cv_func_pthread_cleanup_push=no
pac_cv_func_va_copy=yes
pac_cv_gnu_attr_format=yes
pac_cv_gnu_attr_pure=yes
pac_cv_has_pthread_mutex_errorcheck=yes
pac_cv_has_pthread_mutex_errorcheck_np=no
pac_cv_has_pthread_mutex_recursive=yes
pac_cv_has_pthread_mutex_recursive_np=no
pac_cv_have__func__=yes
pac_cv_have__function__=yes
pac_cv_have_cap__func__=no
pac_cv_have_long_double=yes
pac_cv_have_long_long=yes
pac_cv_int32_t_alignment=no
pac_cv_int64_t_alignment=no
pac_cv_mkdir_p=yes
pac_cv_my_conf_dir=/usr/local/bin/mpich2-1.4.1
pac_cv_pointers_have_int_alignment=yes
pac_cv_posix_clock_realtime=yes
pac_cv_prog_c_unaligned_doubles=yes
pac_cv_prog_c_weak_symbols=no
pac_cv_prog_f77_and_c_stdio_libs=none
pac_cv_prog_f77_exclaim_comments=yes
pac_cv_prog_f77_has_incdir=-I
pac_cv_prog_f77_library_dir_flag=-L
pac_cv_prog_f77_name_mangle='lower uscore'
pac_cv_prog_f77_true_false_value='1 0'
pac_cv_prog_fc_and_c_stdio_libs=none
pac_cv_prog_fc_cross=no
pac_cv_prog_fc_int_kind_16=8
pac_cv_prog_fc_works=yes
pac_cv_prog_make_allows_comments=yes
pac_cv_prog_make_found_clock_skew=no
pac_cv_prog_make_include=yes
pac_cv_prog_make_set_cflags=yes
pac_cv_prog_make_vpath=VPATH
pac_cv_sizeof_mpi_status=20
pac_cv_struct_timespec_defined=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABIVERSION='3:2'
ADDRESS_KIND='8'
ALLOCA=''
AR='ar'
AR_FLAGS='cr'
BASH_SHELL='/usr/bin/bash'
BSEND_OVERHEAD='88'
BUILD_BASH_SCRIPTS='yes'
BUILD_DLLS='no'
BUILD_TVDLL='no'
CC='gcc'
CC_SHL='true'
CC_SHL_DBG=''
CFLAGS='   -O2'
CMB_1INT_ALIGNMENT='__attribute__((aligned(4)))'
CMB_STATUS_ALIGNMENT='__attribute__((aligned(32)))'
CONFIGURE_ARGS_CLEAN='--prefix=/home/Κωστής/mpich-install'
CONFIGURE_ARGUMENTS=' '\''--prefix=/home/Κωστής/mpich-install'\'''
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers'
CREATESHLIB='false'
CXX='c++'
CXXCPP='c++ -E'
CXXFLAGS='  -O2'
CXX_DEFS=' -DHAVE_CXX_IOSTREAM -DHAVE_NAMESPACE_STD'
CXX_LINKPATH_SHL=''
CXX_SHL='false'
C_LINKPATH_SHL=''
C_LINK_SHL='true'
C_LINK_SHL_DBG=''
DBG_SHLIB_TYPE=''
DEFS='-DHAVE_CONFIG_H'
DEVICE='ch3:nemesis'
DEVICE_ARGS=''
DEVICE_NAME='ch3'
DLLIMPORT=''
DOCTEXT='false'
DOCTEXTSTYLE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_SHLIB='none'
EXEEXT='.exe'
EXTERNAL_SRC_DIRS=' src/mpl src/openpa'
EXTRA_STATUS_DECL=''
F77='gfortran'
F77CPP=''
F77_COMPLEX16='1275072554'
F77_COMPLEX32='1275076652'
F77_COMPLEX8='1275070504'
F77_INCDIR='-I'
F77_INTEGER16='MPI_DATATYPE_NULL'
F77_INTEGER1='1275068717'
F77_INTEGER2='1275068975'
F77_INTEGER4='1275069488'
F77_INTEGER8='1275070513'
F77_LIBDIR_LEADER='-L'
F77_LINKPATH_SHL=''
F77_NAME_MANGLE='F77_NAME_LOWER_USCORE'
F77_OTHER_LIBS=''
F77_REAL16='1275072555'
F77_REAL4='1275069479'
F77_REAL8='1275070505'
F77_SHL='false'
FC='gfortran'
FCCPP=''
FCEXT='f90'
FCFLAGS='  -O2'
FCINC='-I'
FCINCFLAG='-I'
FCMODEXT='mod'
FCMODINCFLAG='-I'
FCMODINCSPEC=''
FC_LINKPATH_SHL=''
FC_OTHER_LIBS=''
FC_SHL=''
FC_WORK_FILES_ARG=''
FFLAGS='  -O2'
FGREP='/usr/bin/grep -F'
FILE=''
FINCLUDES='-I/usr/local/bin/mpich2-1.4.1/src'
FLIBS=' -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2 -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../.. -lgfortran -lquadmath -lm -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32'
FORTRAN_BINDING='1'
FORTRAN_MPI_OFFSET='integer*8'
FROM_MPICH2='yes'
FWRAPNAME='fmpich'
GCC='yes'
GNUCXX_MINORVERSION='8'
GNUCXX_VERSION='4'
GREP='/usr/bin/grep'
HAVE_CXX_EXCEPTIONS='1'
HAVE_ROMIO='#include "mpio.h"'
INCLUDE_MPICXX_H='#include "mpicxx.h"'
INCLUDE_MPIDDEFS_H='/* ... no device specific definitions ... */'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KILLALL='true'
LDFLAGS=' '
LDFLAGS_DEPS=''
LIBOBJS=''
LIBS='-lpthread  '
LIBTOOL=''
LIB_DEPS=''
LTLIBOBJS=''
MAKE='make'
MAKE_DEPEND_C='gcc -MM'
MANY_PM='no'
MKDIR_P='mkdir -p'
MPIBASEMODNAME='mpi_base'
MPICC='$(bindir)/mpicc'
MPICH2LIB_CFLAGS=''
MPICH2LIB_CPPFLAGS=''
MPICH2LIB_CXXFLAGS=''
MPICH2LIB_FCFLAGS=''
MPICH2LIB_FFLAGS=''
MPICH2LIB_LDFLAGS=''
MPICH2LIB_LIBS=''
MPICH2_NUMVERSION='10401300'
MPICH2_RELEASE_DATE='Wed Aug 24 14:40:04 CDT 2011'
MPICH2_VERSION='1.4.1'
MPICH_TIMER_KIND='USE_CLOCK_GETTIME'
MPICONSTMODNAME='mpi_constants'
MPICXX='$(bindir)/mpicxx'
MPICXXLIBNAME='mpichcxx'
MPID_TIMER_TYPE='struct timespec'
MPIF77='$(bindir)/mpif77'
MPIFC='$(bindir)/mpif90'
MPIFLIBNAME='mpich'
MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
MPILIBNAME='mpich'
MPIMODNAME='mpi'
MPIR_CXX_BOOL='0x4c000133'
MPIR_CXX_COMPLEX='0x4c000834'
MPIR_CXX_DOUBLE_COMPLEX='0x4c001035'
MPIR_CXX_LONG_DOUBLE_COMPLEX='0x4c002036'
MPISIZEOFMODNAME='mpi_sizeofs'
MPIU_DLL_SPEC_DEF='#define MPIU_DLL_SPEC'
MPIU_THREAD_LIB_NAME='mpich'
MPI_2COMPLEX='1275072548'
MPI_2DOUBLE_COMPLEX='1275076645'
MPI_2DOUBLE_PRECISION='1275072547'
MPI_2INT='0x4c000816'
MPI_2INTEGER='1275070496'
MPI_2REAL='1275070497'
MPI_AINT='long'
MPI_AINT_DATATYPE='0x4c000843'
MPI_AINT_FMT_DEC_SPEC='%ld'
MPI_AINT_FMT_HEX_SPEC='%lx'
MPI_BYTE='0x4c00010d'
MPI_CHAR='0x4c000101'
MPI_CHARACTER='1275068698'
MPI_COMPLEX16='0x4c00102a'
MPI_COMPLEX32='0x4c00202c'
MPI_COMPLEX8='0x4c000828'
MPI_COMPLEX='1275070494'
MPI_C_BOOL='0x4c00013f'
MPI_C_DOUBLE_COMPLEX='0x4c001041'
MPI_C_FLOAT_COMPLEX='0x4c000840'
MPI_C_LONG_DOUBLE_COMPLEX='0x4c002042'
MPI_DOUBLE='0x4c00080b'
MPI_DOUBLE_COMPLEX='1275072546'
MPI_DOUBLE_INT='0x8c000001'
MPI_DOUBLE_PRECISION='1275070495'
MPI_F77_2INT='1275070486'
MPI_F77_AINT='1275070531'
MPI_F77_BYTE='1275068685'
MPI_F77_CHAR='1275068673'
MPI_F77_C_BOOL='1275068735'
MPI_F77_C_COMPLEX='1275070528'
MPI_F77_C_DOUBLE_COMPLEX='1275072577'
MPI_F77_C_FLOAT_COMPLEX='1275070528'
MPI_F77_C_LONG_DOUBLE_COMPLEX='1275076674'
MPI_F77_DOUBLE='1275070475'
MPI_F77_DOUBLE_INT='-1946157055'
MPI_F77_FLOAT='1275069450'
MPI_F77_FLOAT_INT='-1946157056'
MPI_F77_INT16_T='1275068984'
MPI_F77_INT32_T='1275069497'
MPI_F77_INT64_T='1275070522'
MPI_F77_INT8_T='1275068727'
MPI_F77_INT='1275069445'
MPI_F77_LB='1275068432'
MPI_F77_LONG='1275070471'
MPI_F77_LONG_DOUBLE='1275072524'
MPI_F77_LONG_DOUBLE_INT='-1946157052'
MPI_F77_LONG_INT='-1946157054'
MPI_F77_LONG_LONG='1275070473'
MPI_F77_LONG_LONG_INT='1275070473'
MPI_F77_OFFSET='1275070532'
MPI_F77_PACKED='1275068687'
MPI_F77_SHORT='1275068931'
MPI_F77_SHORT_INT='-1946157053'
MPI_F77_SIGNED_CHAR='1275068696'
MPI_F77_UB='1275068433'
MPI_F77_UINT16_T='1275068988'
MPI_F77_UINT32_T='1275069501'
MPI_F77_UINT64_T='1275070526'
MPI_F77_UINT8_T='1275068731'
MPI_F77_UNSIGNED='1275069446'
MPI_F77_UNSIGNED_CHAR='1275068674'
MPI_F77_UNSIGNED_LONG='1275070472'
MPI_F77_UNSIGNED_LONG_LONG='1275070489'
MPI_F77_UNSIGNED_SHORT='1275068932'
MPI_F77_WCHAR='1275068942'
MPI_FINT='int'
MPI_FLOAT='0x4c00040a'
MPI_FLOAT_INT='0x8c000000'
MPI_INT16_T='0x4c000238'
MPI_INT32_T='0x4c000439'
MPI_INT64_T='0x4c00083a'
MPI_INT8_T='0x4c000137'
MPI_INT='0x4c000405'
MPI_INTEGER16='MPI_DATATYPE_NULL'
MPI_INTEGER1='0x4c00012d'
MPI_INTEGER2='0x4c00022f'
MPI_INTEGER4='0x4c000430'
MPI_INTEGER8='0x4c000831'
MPI_INTEGER='1275069467'
MPI_LB='0x4c000010'
MPI_LOGICAL='1275069469'
MPI_LONG='0x4c000807'
MPI_LONG_DOUBLE='0x4c00100c'
MPI_LONG_DOUBLE_INT='0x8c000004'
MPI_LONG_INT='0x8c000002'
MPI_LONG_LONG='0x4c000809'
MPI_MAX_PROCESSOR_NAME='128'
MPI_OFFSET='long long'
MPI_OFFSET_DATATYPE='0x4c000844'
MPI_OFFSET_TYPEDEF='typedef long long MPI_Offset;'
MPI_PACKED='0x4c00010f'
MPI_REAL16='0x4c00102b'
MPI_REAL4='0x4c000427'
MPI_REAL8='0x4c000829'
MPI_REAL='1275069468'
MPI_SHORT='0x4c000203'
MPI_SHORT_INT='0x8c000003'
MPI_SIGNED_CHAR='0x4c000118'
MPI_STATUS_SIZE='5'
MPI_UB='0x4c000011'
MPI_UINT16_T='0x4c00023c'
MPI_UINT32_T='0x4c00043d'
MPI_UINT64_T='0x4c00083e'
MPI_UINT8_T='0x4c00013b'
MPI_UNSIGNED_CHAR='0x4c000102'
MPI_UNSIGNED_INT='0x4c000406'
MPI_UNSIGNED_LONG='0x4c000808'
MPI_UNSIGNED_LONG_LONG='0x4c000819'
MPI_UNSIGNED_SHORT='0x4c000204'
MPI_WCHAR='0x4c00020e'
NEEDSPLIB='yes'
NO_WEAK_SYM='build_proflib'
NO_WEAK_SYM_TARGET='build_proflib'
OBJEXT='o'
OFFSET_KIND='8'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PMPIFLIBNAME='pmpich'
PMPILIBNAME='pmpich'
PROFILE_DEF_MPI='-DMPICH_MPI_FROM_PMPI'
RANLIB='ranlib'
RANLIB_AFTER_INSTALL='no'
REQD=''
REQI1=''
REQI2=''
REQI8=''
SET_CFLAGS='CFLAGS='
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
SHLIB_EXT='dll'
SHLIB_FROM_LO='no'
SHLIB_INSTALL='$(INSTALL_PROGRAM)'
SIZEOF_FC_CHARACTER='1'
SIZEOF_FC_DOUBLE_PRECISION='8'
SIZEOF_FC_INTEGER='4'
SIZEOF_FC_REAL='4'
SIZEOF_MPI_STATUS='20'
USER_CFLAGS=''
USER_CPPFLAGS=''
USER_CXXFLAGS=''
USER_FCFLAGS=''
USER_FFLAGS=''
USER_LDFLAGS=''
USER_LIBS=''
VPATH='VPATH=.:${srcdir}'
WRAPPER_CFLAGS=' '
WRAPPER_CPPFLAGS=' '
WRAPPER_CXXFLAGS=' '
WRAPPER_FCFLAGS=' '
WRAPPER_FFLAGS=' '
WRAPPER_LDFLAGS='  '
WRAPPER_LIBS='-lopa -lmpl  -lpthread  '
WTIME_DOUBLE_TYPE='REAL*8'
XARGS_NODATA_OPT='-r'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77='gfortran'
ac_ct_FC='gfortran'
bindings=' f77 f90 cxx'
bindings_dirs=' src/binding/f77 src/binding/f90 src/binding/cxx'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-cygwin'
build_alias=''
build_cpu='x86_64'
build_os='cygwin'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
debugger_dir=''
device_name='ch3'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-cygwin'
host_alias=''
host_cpu='x86_64'
host_os='cygwin'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
logging_dir=''
logging_name='none'
logging_subdirs=''
mandir='${datarootdir}/man'
master_top_builddir='/usr/local/bin/mpich2-1.4.1'
master_top_srcdir='/usr/local/bin/mpich2-1.4.1'
modincdir='${prefix}/include'
mpe_dir='mpe2'
nameserv_name='file'
oldincludedir='/usr/include'
opadir='openpa'
other_install_dirs=' src/mpl src/openpa src/pm/hydra src/mpe2'
other_pm_names=''
pac_prog=''
pdfdir='${docdir}'
pm_name='hydra'
pmi_name='simple'
prefix='/home/Κωστής/mpich-install'
program_transform_name='s,x,x,'
psdir='${docdir}'
romio_dir='romio'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' test/mpi'
subsystems=' src/mpid/ch3  src/mpi/romio src/pmi/simple src/pm/hydra src/mpe2  src/binding/f90'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define USE_SMP_COLLECTIVES 1
#define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
#define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
#define USE_LOGGING MPID_LOGGING_NONE
#define HAVE_RUNTIME_THREADCHECK 1
#define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_GLOBAL
#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX
#define MPIU_THREAD_REFCOUNT MPIU_REFCOUNT_NONE
#define HAVE_ROMIO 1
#define HAVE__FUNC__ /**/
#define HAVE__FUNCTION__ /**/
#define HAVE_LONG_LONG 1
#define STDCALL 
#define F77_NAME_LOWER_USCORE 1
#define STDC_HEADERS 1
#define HAVE_MPI_F_INIT_WORKS_WITH_C 1
#define HAVE_FORTRAN_BINDING 1
#define HAVE_CXX_EXCEPTIONS /**/
#define HAVE_NAMESPACES /**/
#define HAVE_NAMESPACE_STD /**/
#define HAVE_CXX_BINDING 1
#define FILE_NAMEPUB_BASEDIR "."
#define USE_FILE_FOR_NAMEPUB 1
#define HAVE_NAMEPUB_SERVICE 1
#define restrict __restrict
#define HAVE_GCC_ATTRIBUTE 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MAX_INTEGER_ALIGNMENT 8
#define HAVE_MAX_STRUCT_ALIGNMENT 8
#define HAVE_MAX_FP_ALIGNMENT 16
#define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
#define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define SIZEOF_WCHAR_T 2
#define SIZEOF_FLOAT_INT 8
#define SIZEOF_DOUBLE_INT 16
#define SIZEOF_LONG_INT 16
#define SIZEOF_SHORT_INT 8
#define SIZEOF_TWO_INT 8
#define SIZEOF_LONG_DOUBLE_INT 32
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_COMPLEX_H 1
#define SIZEOF__BOOL 1
#define SIZEOF_FLOAT__COMPLEX 8
#define SIZEOF_DOUBLE__COMPLEX 16
#define SIZEOF_LONG_DOUBLE__COMPLEX 32
#define HAVE__BOOL 1
#define HAVE_FLOAT__COMPLEX 1
#define HAVE_DOUBLE__COMPLEX 1
#define HAVE_LONG_DOUBLE__COMPLEX 1
#define MPIR_REAL4_CTYPE float
#define MPIR_REAL8_CTYPE double
#define MPIR_REAL16_CTYPE long double
#define MPIR_INTEGER1_CTYPE char
#define MPIR_INTEGER2_CTYPE short
#define MPIR_INTEGER4_CTYPE int
#define MPIR_INTEGER8_CTYPE long
#define SIZEOF_F77_INTEGER 4
#define SIZEOF_F77_REAL 4
#define SIZEOF_F77_DOUBLE_PRECISION 8
#define HAVE_AINT_LARGER_THAN_FINT 1
#define HAVE_AINT_DIFFERENT_THAN_FINT 1
#define HAVE_FINT_IS_INT 1
#define F77_TRUE_VALUE_SET 1
#define F77_TRUE_VALUE 1
#define F77_FALSE_VALUE 0
#define HAVE_STDIO_H 1
#define HAVE_C_MULTI_ATTR_ALIAS 1
#define SIZEOF_BOOL 1
#define MPIR_CXX_BOOL_CTYPE _Bool
#define SIZEOF_COMPLEX 8
#define SIZEOF_DOUBLECOMPLEX 16
#define SIZEOF_LONGDOUBLECOMPLEX 32
#define HAVE_CXX_COMPLEX 1
#define MPIR_CXX_BOOL_VALUE 0x4c000133
#define MPIR_CXX_COMPLEX_VALUE 0x4c000834
#define MPIR_CXX_DOUBLE_COMPLEX_VALUE 0x4c001035
#define MPIR_CXX_LONG_DOUBLE_COMPLEX_VALUE 0x4c002036
#define HAVE_ANY_INT64_T_ALIGNMENT 1
#define HAVE_ANY_INT32_T_ALIGNMENT 1
#define SIZEOF_MPIR_BSEND_DATA_T 88
#define HAVE_GCC_AND_X86_64_ASM 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ERRNO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_QSORT 1
#define HAVE_VA_COPY 1
#define HAVE_MACRO_VA_ARGS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_FDOPEN 1
#define NEEDS_FDOPEN_DECL 1
#define HAVE_PUTENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_GETTIMEOFDAY 1
#define MPIR_Pint long
#define MPIR_PINT_FMT_DEC_SPEC "%ld"
#define MPIR_Upint unsigned long
#define MPIR_UPINT_FMT_DEC_SPEC "%lu"
#define MPIU_SIZE_T unsigned long
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_YIELD 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define PTHREAD_MUTEX_ERRORCHECK_VALUE PTHREAD_MUTEX_ERRORCHECK
#define MPIU_THREAD_PACKAGE_NAME MPIU_THREAD_PACKAGE_POSIX
#define MPIU_TLS_SPECIFIER __thread
#define HAVE_SCHED_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_SELECT 1
#define HAVE_GETPID 1
#define SIZEOF_OPA_PTR_T 8
#define HAVE_FC_TYPE_ROUTINES 1
#define HAVE_MPICHCONF 1

configure: exit 0
-------------- next part --------------
Beginning make
Using variables CC='gcc' CFLAGS='   -O2' LDFLAGS=' ' F77='gfortran' FFLAGS='  -O2' FC='gfortran' FCFLAGS='  -O2' CXX='c++' CXXFLAGS='  -O2' AR='ar' CPP='gcc -E' CPPFLAGS=' -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/mpl/include -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/openpa/src -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/common/locks -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/include -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers -I/usr/local/bin/mpich2-1.4.1/src/util/wrappers'
make all-local
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
Making all in src
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make  all-am
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
Making all in test
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype'
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype/dataloop'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype/dataloop'
make all-local
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common/datatype'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/common'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels'
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis'
make[6]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis'
make[7]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/src'
make[7]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/src'
make[7]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/netmod'
make[8]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp'
make[8]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp'
make[7]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/netmod'
make[7]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils'
make[8]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor'
make[8]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor'
make[8]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/replacements'
make[8]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils/replacements'
make[7]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis/utils'
make[6]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/nemesis'
make[6]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/src'
make[6]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis/src'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels/nemesis'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/channels'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/src'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/src'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/util'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3/util'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid/ch3'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpid'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/attr'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/attr'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/attr'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/attr'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/coll'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/coll'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/coll'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/coll'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/comm'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/comm'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/comm'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/comm'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/datatype'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/datatype'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/datatype'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/datatype'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/errhan'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/errhan'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/errhan'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/errhan'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/group'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/group'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/group'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/group'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/init'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/init'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/init'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/init'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/misc'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/misc'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/misc'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/misc'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/pt2pt'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/pt2pt'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/pt2pt'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/pt2pt'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/rma'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/rma'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/rma'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/rma'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/spawn'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/spawn'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/spawn'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/spawn'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/timer'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/timer'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/timer'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/timer'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/topo'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/topo'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/topo'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/topo'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
make mpiolib
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
 
compiling ROMIO in directory mpi-io
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io'
 
compiling ROMIO in directory adio/common
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/common'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/common'
 
compiling ROMIO in directory mpi-io/glue/mpich2
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io/glue/mpich2'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io/glue/mpich2'
 
compiling ROMIO in directory adio/ad_testfs
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_testfs'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_testfs'
 
compiling ROMIO in directory adio/ad_ufs
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_ufs'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_ufs'
 
compiling ROMIO in directory adio/ad_nfs
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_nfs'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/adio/ad_nfs'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
 
building profiling interface in directory mpi-io
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io'
ar cr /usr/local/bin/mpich2-1.4.1/lib/libmpich.a _close.o _read.o _open.o _get_extent.o _write.o _set_view.o _seek.o _read_at.o _prealloc.o _iread.o _iwrite.o _get_posn.o _delete.o _read_all.o _get_bytoff.o _read_atall.o _iread_at.o _iwrite_at.o _get_group.o _get_amode.o _write_all.o _write_at.o _write_atall.o _get_view.o _fsync.o _get_atom.o _set_atom.o _set_size.o _get_size.o _file_f2c.o _file_c2f.o _set_info.o _get_info.o _rd_atallb.o _rd_atalle.o _read_allb.o _read_alle.o _wr_atallb.o _wr_atalle.o _write_allb.o _write_alle.o _get_posn_sh.o _iread_sh.o _read_sh.o _write_sh.o _iwrite_sh.o _seek_sh.o _read_ord.o _read_orde.o _write_ordb.o _read_ordb.o _write_ord.o _write_orde.o _register_datarep.o 
ranlib /usr/local/bin/mpich2-1.4.1/lib/libmpich.a 
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio/mpi-io'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi/romio'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpi'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpix'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpix/comm'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpix/comm'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpix'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/mem'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/mem'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/info'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/info'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/info'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/info'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/msgs'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/msgs'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/instrm'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/instrm'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/thread'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/thread'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/dbg'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/dbg'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/param'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/param'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/osserv'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/osserv'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/procmap'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/procmap'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/util/other'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util/other'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/util'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/nameserv'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/nameserv/file'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/nameserv/file'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/nameserv'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
make[4]: '.libstamp4' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make[4]: '.libstamp2' is up to date.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make all-postamble
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
if [ -s libmpichf90.a ] ; then \
   cp -p libmpichf90.a ../../../lib ; fi
if [ -s libmpichf90.la ] ; then \
   cp -p libmpichf90.la ../../../lib ; fi
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/cxx'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/cxx'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/env'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/env'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/packaging'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/packaging/pkgconfig'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/packaging/pkgconfig'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/packaging/envmods'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/packaging/envmods'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/packaging'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpe2'
make --no-print-directory  build_lib_bin

**** Making src/misc ....
make --no-print-directory  build_lib_bin
make --no-print-directory  mpe_debug_objs 
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a
/usr/local/bin/mpich2-1.4.1/bin/mpicc -I.. -I../include -I../../.. -I../../../include   -o dbxerr.po -c dbxerr.c
dbxerr.c: In function ‘MPE_DefaultHandler’:
dbxerr.c:429:1: σφάλμα: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
 {
 ^
dbxerr.c:459:1: σφάλμα: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
 {
 ^
dbxerr.c:408:6: σφάλμα: argument ‘sig’ doesn’t match prototype
 void MPE_DefaultHandler( sig )
      ^
dbxerr.c:407:6: σφάλμα: prototype declaration
 void MPE_DefaultHandler ( SIG_HANDLER_PROTOTYPE );
      ^
dbxerr.c:475:1: σφάλμα: expected ‘{’ at end of input
 }
 ^
Makefile:82: recipe for target 'dbxerr.po' failed
make[7]: *** [dbxerr.po] Error 1
Makefile:111: recipe for target 'default' failed
make[6]: *** [default] Error 2
Makefile:43: recipe for target 'build_lib_bin' failed
make[5]: *** [build_lib_bin] Error 2
Makefile:26: recipe for target 'all' failed
make[4]: *** [all] Error 2

**** Making src/callstack ....
make --no-print-directory  build_lib_bin
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/bin/check_callstack.exe
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/bin/check_callstack.exe' is up to date.

**** Making src/logging ....
make --no-print-directory  build_lib_bin
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi_null.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi_null.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_null.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_null.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_print.exe /usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_join.exe /usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_repair.exe
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_print.exe' is up to date.
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_join.exe' is up to date.
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/bin/clog2_repair.exe' is up to date.

**** Making src/wrappers ....
make --no-print-directory  build_lib_bin
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/liblmpe.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/liblmpe.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libtmpe.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libtmpe.a' is up to date.
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_f2cmpi.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/mpe_prof.o
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/mpe_prof.o' is up to date.
make --no-print-directory  linktest_all
make --no-print-directory  linktest_C
make --no-print-directory  linktest_F77


**** Making src/graphics ....
make --no-print-directory  build_lib_bin
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a 
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_nompi.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a 
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe.a' is up to date.
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libampe.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libampe.a' is up to date.
make --no-print-directory  linktest_all
make --no-print-directory  linktest_C
make --no-print-directory  linktest_F77


**** Making src/collchk ....
make --no-print-directory  build_lib_bin
make --no-print-directory  /usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_collchk.a
make[7]: '/usr/local/bin/mpich2-1.4.1/src/mpe2/lib/libmpe_collchk.a' is up to date.
make --no-print-directory  linktest_all
make --no-print-directory  linktest_C
make --no-print-directory  linktest_F77

make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpe2'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pmi'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pmi/simple'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pmi/simple'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pmi'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
Making all in ../../mpl
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
Making all in .
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm'
make all-postamble
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src'
for dir in mpl openpa ; do \
    (cd $dir && make prefix=/usr/local/bin/mpich2-1.4.1 exec_prefix=/usr/local/bin/mpich2-1.4.1 \
    bindir=/usr/local/bin/mpich2-1.4.1/bin libdir=/usr/local/bin/mpich2-1.4.1/lib \
    includedir=/usr/local/bin/mpich2-1.4.1/include docdir=/usr/local/bin/mpich2-1.4.1/share/doc install) ; \
done
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
test -z "/usr/local/bin/mpich2-1.4.1/lib" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/usr/local/bin/mpich2-1.4.1/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /usr/local/bin/mpich2-1.4.1/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /usr/local/bin/mpich2-1.4.1/lib/libmpl.a
libtool: install: chmod 644 /usr/local/bin/mpich2-1.4.1/lib/libmpl.a
libtool: install: ranlib /usr/local/bin/mpich2-1.4.1/lib/libmpl.a
libtool: install: warning: remember to run `libtool --finish /home/Κωστής/mpich-install/lib'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
Making install in src
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
test -z "/usr/local/bin/mpich2-1.4.1/lib" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopa.la '/usr/local/bin/mpich2-1.4.1/lib'
libtool: install: /usr/bin/install -c .libs/libopa.lai /usr/local/bin/mpich2-1.4.1/lib/libopa.la
libtool: install: /usr/bin/install -c .libs/libopa.a /usr/local/bin/mpich2-1.4.1/lib/libopa.a
libtool: install: chmod 644 /usr/local/bin/mpich2-1.4.1/lib/libopa.a
libtool: install: ranlib /usr/local/bin/mpich2-1.4.1/lib/libopa.a
libtool: install: warning: remember to run `libtool --finish /home/Κωστής/mpich-install/lib'
test -z "/usr/local/bin/mpich2-1.4.1/include" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/include"
 /usr/bin/install -c -m 644 opa_config.h opa_primitives.h opa_queue.h opa_util.h '/usr/local/bin/mpich2-1.4.1/include'
test -z "/usr/local/bin/mpich2-1.4.1/include" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/include"
/usr/bin/mkdir -p '/usr/local/bin/mpich2-1.4.1/include/primitives'
 /usr/bin/install -c -m 644  primitives/opa_by_lock.h primitives/opa_emulated.h primitives/opa_gcc_ia64.h primitives/opa_gcc_intel_32_64.h primitives/opa_gcc_intel_32_64_barrier.h primitives/opa_gcc_intel_32_64_ops.h primitives/opa_gcc_intel_32_64_p3.h primitives/opa_gcc_intel_32_64_p3barrier.h primitives/opa_gcc_intrinsics.h primitives/opa_gcc_ppc.h primitives/opa_gcc_sicortex.h primitives/opa_nt_intrinsics.h primitives/opa_sun_atomic_ops.h primitives/opa_unsafe.h '/usr/local/bin/mpich2-1.4.1/include/primitives'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
Making install in test
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[5]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/bin/mpich2-1.4.1/share/doc" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/share/doc"
 /usr/bin/install -c -m 644 README '/usr/local/bin/mpich2-1.4.1/share/doc'
test -z "/usr/local/bin/mpich2-1.4.1/lib/pkgconfig" || /usr/bin/mkdir -p "/usr/local/bin/mpich2-1.4.1/lib/pkgconfig"
 /usr/bin/install -c -m 644 openpa.pc '/usr/local/bin/mpich2-1.4.1/lib/pkgconfig'
make[5]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src'
make all-postamble
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1'
( cd examples && make )
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/examples'
../bin/mpicc   -o cpi cpi.o  -lm 
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/examples'
Make completed
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1'
-------------- next part --------------
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/share ] ; then mkdir -p /home/Κωστής/mpich-install/share ; fi
if [ ! -d /home/Κωστής/mpich-install/share/doc/ ] ; then mkdir -p /home/Κωστής/mpich-install/share/doc/ ; fi
if [ ! -d /home/Κωστής/mpich-install/share/man ] ; then mkdir -p /home/Κωστής/mpich-install/share/man ; fi
if [ ! -d /home/Κωστής/mpich-install/include ] ; then mkdir -p /home/Κωστής/mpich-install/include ; fi
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/lib ] ; then mkdir -p /home/Κωστής/mpich-install/lib ; fi
make install-local
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1'
if [ "no" = "yes" ] ; then \
    /usr/bin/install -c -m 644 src/mpi/debugger/libtvmpich2.dll \
		/home/Κωστής/mpich-install/lib/libtvmpich2.dll ; fi
if [ -n "" ] ; then \
    for pm in  /dev/null ; do \
	if [ -d src/pm/$pm ] ; then \
	     (cd src/pm/$pm && \
	make DESTDIR= prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin install-alt ) ; \
	fi ; \
    done ; \
fi
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1'
/usr/bin/install -c -m 644  src/include/mpi.h /home/Κωστής/mpich-install/include/mpi.h
/usr/bin/install -c -m 644  ./src/include/mpix.h /home/Κωστής/mpich-install/include/mpix.h
/usr/bin/install -c -m 644  lib/libmpich.a /home/Κωστής/mpich-install/lib/libmpich.a
if [ ! -d /home/Κωστής/mpich-install/share/doc/ ] ; then mkdir -p /home/Κωστής/mpich-install/share/doc/ ; fi
/usr/bin/install -c -m 644 index.htm /home/Κωστής/mpich-install/share/doc//index.htm
/usr/bin/install -c -m 644 index.htm /home/Κωστής/mpich-install/share/doc//www1/index.htm
/usr/bin/install -c -m 644 MPI.html /home/Κωστής/mpich-install/share/doc//www1/MPI.html
/usr/bin/install -c -m 644 mpicc.html /home/Κωστής/mpich-install/share/doc//www1/mpicc.html
/usr/bin/install -c -m 644 mpicxx.html /home/Κωστής/mpich-install/share/doc//www1/mpicxx.html
/usr/bin/install -c -m 644 mpiexec.html /home/Κωστής/mpich-install/share/doc//www1/mpiexec.html
/usr/bin/install -c -m 644 mpif77.html /home/Κωστής/mpich-install/share/doc//www1/mpif77.html
/usr/bin/install -c -m 644 mpif90.html /home/Κωστής/mpich-install/share/doc//www1/mpif90.html
/usr/bin/install -c -m 644 index.htm /home/Κωστής/mpich-install/share/doc//www3/index.htm
/usr/bin/install -c -m 644 MPI_Abort.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Abort.html
/usr/bin/install -c -m 644 MPI_Accumulate.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Accumulate.html
/usr/bin/install -c -m 644 MPI_Add_error_class.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Add_error_class.html
/usr/bin/install -c -m 644 MPI_Add_error_code.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Add_error_code.html
/usr/bin/install -c -m 644 MPI_Add_error_string.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Add_error_string.html
/usr/bin/install -c -m 644 MPI_Address.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Address.html
/usr/bin/install -c -m 644 MPI_Allgather.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Allgather.html
/usr/bin/install -c -m 644 MPI_Allgatherv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Allgatherv.html
/usr/bin/install -c -m 644 MPI_Alloc_mem.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Alloc_mem.html
/usr/bin/install -c -m 644 MPI_Allreduce.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Allreduce.html
/usr/bin/install -c -m 644 MPI_Alltoall.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Alltoall.html
/usr/bin/install -c -m 644 MPI_Alltoallv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Alltoallv.html
/usr/bin/install -c -m 644 MPI_Alltoallw.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Alltoallw.html
/usr/bin/install -c -m 644 MPI_Attr_delete.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Attr_delete.html
/usr/bin/install -c -m 644 MPI_Attr_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Attr_get.html
/usr/bin/install -c -m 644 MPI_Attr_put.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Attr_put.html
/usr/bin/install -c -m 644 MPI_Barrier.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Barrier.html
/usr/bin/install -c -m 644 MPI_Bcast.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Bcast.html
/usr/bin/install -c -m 644 MPI_Bsend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Bsend.html
/usr/bin/install -c -m 644 MPI_Bsend_init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Bsend_init.html
/usr/bin/install -c -m 644 MPI_Buffer_attach.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Buffer_attach.html
/usr/bin/install -c -m 644 MPI_Buffer_detach.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Buffer_detach.html
/usr/bin/install -c -m 644 MPI_Cancel.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cancel.html
/usr/bin/install -c -m 644 MPI_Cart_coords.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_coords.html
/usr/bin/install -c -m 644 MPI_Cart_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_create.html
/usr/bin/install -c -m 644 MPI_Cart_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_get.html
/usr/bin/install -c -m 644 MPI_Cart_map.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_map.html
/usr/bin/install -c -m 644 MPI_Cart_rank.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_rank.html
/usr/bin/install -c -m 644 MPI_Cart_shift.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_shift.html
/usr/bin/install -c -m 644 MPI_Cart_sub.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cart_sub.html
/usr/bin/install -c -m 644 MPI_Cartdim_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Cartdim_get.html
/usr/bin/install -c -m 644 MPI_Close_port.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Close_port.html
/usr/bin/install -c -m 644 MPI_Comm_accept.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_accept.html
/usr/bin/install -c -m 644 MPI_Comm_call_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_call_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_compare.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_compare.html
/usr/bin/install -c -m 644 MPI_Comm_connect.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_connect.html
/usr/bin/install -c -m 644 MPI_Comm_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_create.html
/usr/bin/install -c -m 644 MPI_Comm_create_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_create_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_create_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_create_keyval.html
/usr/bin/install -c -m 644 MPI_Comm_delete_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_delete_attr.html
/usr/bin/install -c -m 644 MPI_Comm_disconnect.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_disconnect.html
/usr/bin/install -c -m 644 MPI_Comm_dup.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_dup.html
/usr/bin/install -c -m 644 MPI_Comm_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_free.html
/usr/bin/install -c -m 644 MPI_Comm_free_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_free_keyval.html
/usr/bin/install -c -m 644 MPI_Comm_get_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_get_attr.html
/usr/bin/install -c -m 644 MPI_Comm_get_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_get_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_get_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_get_name.html
/usr/bin/install -c -m 644 MPI_Comm_get_parent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_get_parent.html
/usr/bin/install -c -m 644 MPI_Comm_group.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_group.html
/usr/bin/install -c -m 644 MPI_Comm_join.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_join.html
/usr/bin/install -c -m 644 MPI_Comm_rank.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_rank.html
/usr/bin/install -c -m 644 MPI_Comm_remote_group.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_remote_group.html
/usr/bin/install -c -m 644 MPI_Comm_remote_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_remote_size.html
/usr/bin/install -c -m 644 MPI_Comm_set_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_set_attr.html
/usr/bin/install -c -m 644 MPI_Comm_set_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_set_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_set_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_set_name.html
/usr/bin/install -c -m 644 MPI_Comm_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_size.html
/usr/bin/install -c -m 644 MPI_Comm_spawn.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_spawn.html
/usr/bin/install -c -m 644 MPI_Comm_spawn_multiple.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_spawn_multiple.html
/usr/bin/install -c -m 644 MPI_Comm_split.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_split.html
/usr/bin/install -c -m 644 MPI_Comm_test_inter.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Comm_test_inter.html
/usr/bin/install -c -m 644 MPI_Dims_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Dims_create.html
/usr/bin/install -c -m 644 MPI_Dist_graph_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Dist_graph_create.html
/usr/bin/install -c -m 644 MPI_Dist_graph_create_adjacent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Dist_graph_create_adjacent.html
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Dist_graph_neighbors.html
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors_count.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Dist_graph_neighbors_count.html
/usr/bin/install -c -m 644 MPI_Errhandler_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Errhandler_create.html
/usr/bin/install -c -m 644 MPI_Errhandler_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Errhandler_free.html
/usr/bin/install -c -m 644 MPI_Errhandler_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Errhandler_get.html
/usr/bin/install -c -m 644 MPI_Errhandler_set.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Errhandler_set.html
/usr/bin/install -c -m 644 MPI_Error_class.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Error_class.html
/usr/bin/install -c -m 644 MPI_Error_string.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Error_string.html
/usr/bin/install -c -m 644 MPI_Exscan.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Exscan.html
/usr/bin/install -c -m 644 MPI_File_c2f.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_c2f.html
/usr/bin/install -c -m 644 MPI_File_call_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_call_errhandler.html
/usr/bin/install -c -m 644 MPI_File_close.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_close.html
/usr/bin/install -c -m 644 MPI_File_create_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_create_errhandler.html
/usr/bin/install -c -m 644 MPI_File_delete.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_delete.html
/usr/bin/install -c -m 644 MPI_File_f2c.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_f2c.html
/usr/bin/install -c -m 644 MPI_File_get_amode.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_amode.html
/usr/bin/install -c -m 644 MPI_File_get_atomicity.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_atomicity.html
/usr/bin/install -c -m 644 MPI_File_get_byte_offset.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_byte_offset.html
/usr/bin/install -c -m 644 MPI_File_get_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_errhandler.html
/usr/bin/install -c -m 644 MPI_File_get_group.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_group.html
/usr/bin/install -c -m 644 MPI_File_get_info.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_info.html
/usr/bin/install -c -m 644 MPI_File_get_position.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_position.html
/usr/bin/install -c -m 644 MPI_File_get_position_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_position_shared.html
/usr/bin/install -c -m 644 MPI_File_get_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_size.html
/usr/bin/install -c -m 644 MPI_File_get_type_extent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_type_extent.html
/usr/bin/install -c -m 644 MPI_File_get_view.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_get_view.html
/usr/bin/install -c -m 644 MPI_File_iread.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iread.html
/usr/bin/install -c -m 644 MPI_File_iread_at.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iread_at.html
/usr/bin/install -c -m 644 MPI_File_iread_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iread_shared.html
/usr/bin/install -c -m 644 MPI_File_iwrite.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iwrite.html
/usr/bin/install -c -m 644 MPI_File_iwrite_at.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iwrite_at.html
/usr/bin/install -c -m 644 MPI_File_iwrite_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_iwrite_shared.html
/usr/bin/install -c -m 644 MPI_File_open.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_open.html
/usr/bin/install -c -m 644 MPI_File_preallocate.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_preallocate.html
/usr/bin/install -c -m 644 MPI_File_read.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read.html
/usr/bin/install -c -m 644 MPI_File_read_all.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_all.html
/usr/bin/install -c -m 644 MPI_File_read_all_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_all_begin.html
/usr/bin/install -c -m 644 MPI_File_read_all_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_all_end.html
/usr/bin/install -c -m 644 MPI_File_read_at.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_at.html
/usr/bin/install -c -m 644 MPI_File_read_at_all.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_at_all.html
/usr/bin/install -c -m 644 MPI_File_read_at_all_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_at_all_begin.html
/usr/bin/install -c -m 644 MPI_File_read_at_all_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_at_all_end.html
/usr/bin/install -c -m 644 MPI_File_read_ordered.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_ordered.html
/usr/bin/install -c -m 644 MPI_File_read_ordered_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_ordered_begin.html
/usr/bin/install -c -m 644 MPI_File_read_ordered_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_ordered_end.html
/usr/bin/install -c -m 644 MPI_File_read_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_read_shared.html
/usr/bin/install -c -m 644 MPI_File_seek.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_seek.html
/usr/bin/install -c -m 644 MPI_File_seek_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_seek_shared.html
/usr/bin/install -c -m 644 MPI_File_set_atomicity.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_set_atomicity.html
/usr/bin/install -c -m 644 MPI_File_set_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_set_errhandler.html
/usr/bin/install -c -m 644 MPI_File_set_info.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_set_info.html
/usr/bin/install -c -m 644 MPI_File_set_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_set_size.html
/usr/bin/install -c -m 644 MPI_File_set_view.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_set_view.html
/usr/bin/install -c -m 644 MPI_File_sync.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_sync.html
/usr/bin/install -c -m 644 MPI_File_write.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write.html
/usr/bin/install -c -m 644 MPI_File_write_all.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_all.html
/usr/bin/install -c -m 644 MPI_File_write_all_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_all_begin.html
/usr/bin/install -c -m 644 MPI_File_write_all_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_all_end.html
/usr/bin/install -c -m 644 MPI_File_write_at.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_at.html
/usr/bin/install -c -m 644 MPI_File_write_at_all.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_at_all.html
/usr/bin/install -c -m 644 MPI_File_write_at_all_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_at_all_begin.html
/usr/bin/install -c -m 644 MPI_File_write_at_all_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_at_all_end.html
/usr/bin/install -c -m 644 MPI_File_write_ordered.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_ordered.html
/usr/bin/install -c -m 644 MPI_File_write_ordered_begin.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_ordered_begin.html
/usr/bin/install -c -m 644 MPI_File_write_ordered_end.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_ordered_end.html
/usr/bin/install -c -m 644 MPI_File_write_shared.html /home/Κωστής/mpich-install/share/doc//www3/MPI_File_write_shared.html
/usr/bin/install -c -m 644 MPI_Finalize.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Finalize.html
/usr/bin/install -c -m 644 MPI_Finalized.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Finalized.html
/usr/bin/install -c -m 644 MPI_Free_mem.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Free_mem.html
/usr/bin/install -c -m 644 MPI_Gather.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Gather.html
/usr/bin/install -c -m 644 MPI_Gatherv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Gatherv.html
/usr/bin/install -c -m 644 MPI_Get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get.html
/usr/bin/install -c -m 644 MPI_Get_address.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get_address.html
/usr/bin/install -c -m 644 MPI_Get_count.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get_count.html
/usr/bin/install -c -m 644 MPI_Get_elements.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get_elements.html
/usr/bin/install -c -m 644 MPI_Get_processor_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get_processor_name.html
/usr/bin/install -c -m 644 MPI_Get_version.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Get_version.html
/usr/bin/install -c -m 644 MPI_Graph_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graph_create.html
/usr/bin/install -c -m 644 MPI_Graph_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graph_get.html
/usr/bin/install -c -m 644 MPI_Graph_map.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graph_map.html
/usr/bin/install -c -m 644 MPI_Graph_neighbors.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graph_neighbors.html
/usr/bin/install -c -m 644 MPI_Graph_neighbors_count.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graph_neighbors_count.html
/usr/bin/install -c -m 644 MPI_Graphdims_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Graphdims_get.html
/usr/bin/install -c -m 644 MPI_Grequest_complete.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Grequest_complete.html
/usr/bin/install -c -m 644 MPI_Grequest_start.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Grequest_start.html
/usr/bin/install -c -m 644 MPI_Group_compare.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_compare.html
/usr/bin/install -c -m 644 MPI_Group_difference.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_difference.html
/usr/bin/install -c -m 644 MPI_Group_excl.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_excl.html
/usr/bin/install -c -m 644 MPI_Group_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_free.html
/usr/bin/install -c -m 644 MPI_Group_incl.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_incl.html
/usr/bin/install -c -m 644 MPI_Group_intersection.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_intersection.html
/usr/bin/install -c -m 644 MPI_Group_range_excl.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_range_excl.html
/usr/bin/install -c -m 644 MPI_Group_range_incl.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_range_incl.html
/usr/bin/install -c -m 644 MPI_Group_rank.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_rank.html
/usr/bin/install -c -m 644 MPI_Group_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_size.html
/usr/bin/install -c -m 644 MPI_Group_translate_ranks.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_translate_ranks.html
/usr/bin/install -c -m 644 MPI_Group_union.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Group_union.html
/usr/bin/install -c -m 644 MPI_Ibsend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Ibsend.html
/usr/bin/install -c -m 644 MPI_Info_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_create.html
/usr/bin/install -c -m 644 MPI_Info_delete.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_delete.html
/usr/bin/install -c -m 644 MPI_Info_dup.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_dup.html
/usr/bin/install -c -m 644 MPI_Info_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_free.html
/usr/bin/install -c -m 644 MPI_Info_get.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_get.html
/usr/bin/install -c -m 644 MPI_Info_get_nkeys.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_get_nkeys.html
/usr/bin/install -c -m 644 MPI_Info_get_nthkey.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_get_nthkey.html
/usr/bin/install -c -m 644 MPI_Info_get_valuelen.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_get_valuelen.html
/usr/bin/install -c -m 644 MPI_Info_set.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Info_set.html
/usr/bin/install -c -m 644 MPI_Init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Init.html
/usr/bin/install -c -m 644 MPI_Init_thread.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Init_thread.html
/usr/bin/install -c -m 644 MPI_Initialized.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Initialized.html
/usr/bin/install -c -m 644 MPI_Intercomm_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Intercomm_create.html
/usr/bin/install -c -m 644 MPI_Intercomm_merge.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Intercomm_merge.html
/usr/bin/install -c -m 644 MPI_Iprobe.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Iprobe.html
/usr/bin/install -c -m 644 MPI_Irecv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Irecv.html
/usr/bin/install -c -m 644 MPI_Irsend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Irsend.html
/usr/bin/install -c -m 644 MPI_Is_thread_main.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Is_thread_main.html
/usr/bin/install -c -m 644 MPI_Isend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Isend.html
/usr/bin/install -c -m 644 MPI_Issend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Issend.html
/usr/bin/install -c -m 644 MPI_Keyval_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Keyval_create.html
/usr/bin/install -c -m 644 MPI_Keyval_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Keyval_free.html
/usr/bin/install -c -m 644 MPI_Lookup_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Lookup_name.html
/usr/bin/install -c -m 644 MPI_Op_commute.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Op_commute.html
/usr/bin/install -c -m 644 MPI_Op_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Op_create.html
/usr/bin/install -c -m 644 MPI_Op_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Op_free.html
/usr/bin/install -c -m 644 MPI_Open_port.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Open_port.html
/usr/bin/install -c -m 644 MPI_Pack.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Pack.html
/usr/bin/install -c -m 644 MPI_Pack_external.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Pack_external.html
/usr/bin/install -c -m 644 MPI_Pack_external_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Pack_external_size.html
/usr/bin/install -c -m 644 MPI_Pack_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Pack_size.html
/usr/bin/install -c -m 644 MPI_Pcontrol.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Pcontrol.html
/usr/bin/install -c -m 644 MPI_Probe.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Probe.html
/usr/bin/install -c -m 644 MPI_Publish_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Publish_name.html
/usr/bin/install -c -m 644 MPI_Put.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Put.html
/usr/bin/install -c -m 644 MPI_Query_thread.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Query_thread.html
/usr/bin/install -c -m 644 MPI_Recv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Recv.html
/usr/bin/install -c -m 644 MPI_Recv_init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Recv_init.html
/usr/bin/install -c -m 644 MPI_Reduce.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Reduce.html
/usr/bin/install -c -m 644 MPI_Reduce_local.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Reduce_local.html
/usr/bin/install -c -m 644 MPI_Reduce_scatter.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Reduce_scatter.html
/usr/bin/install -c -m 644 MPI_Reduce_scatter_block.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Reduce_scatter_block.html
/usr/bin/install -c -m 644 MPI_Register_datarep.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Register_datarep.html
/usr/bin/install -c -m 644 MPI_Request_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Request_free.html
/usr/bin/install -c -m 644 MPI_Request_get_status.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Request_get_status.html
/usr/bin/install -c -m 644 MPI_Rsend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Rsend.html
/usr/bin/install -c -m 644 MPI_Rsend_init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Rsend_init.html
/usr/bin/install -c -m 644 MPI_Scan.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Scan.html
/usr/bin/install -c -m 644 MPI_Scatter.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Scatter.html
/usr/bin/install -c -m 644 MPI_Scatterv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Scatterv.html
/usr/bin/install -c -m 644 MPI_Send.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Send.html
/usr/bin/install -c -m 644 MPI_Send_init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Send_init.html
/usr/bin/install -c -m 644 MPI_Sendrecv.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Sendrecv.html
/usr/bin/install -c -m 644 MPI_Sendrecv_replace.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Sendrecv_replace.html
/usr/bin/install -c -m 644 MPI_Ssend.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Ssend.html
/usr/bin/install -c -m 644 MPI_Ssend_init.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Ssend_init.html
/usr/bin/install -c -m 644 MPI_Start.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Start.html
/usr/bin/install -c -m 644 MPI_Startall.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Startall.html
/usr/bin/install -c -m 644 MPI_Status_set_cancelled.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Status_set_cancelled.html
/usr/bin/install -c -m 644 MPI_Status_set_elements.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Status_set_elements.html
/usr/bin/install -c -m 644 MPI_Test.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Test.html
/usr/bin/install -c -m 644 MPI_Test_cancelled.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Test_cancelled.html
/usr/bin/install -c -m 644 MPI_Testall.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Testall.html
/usr/bin/install -c -m 644 MPI_Testany.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Testany.html
/usr/bin/install -c -m 644 MPI_Testsome.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Testsome.html
/usr/bin/install -c -m 644 MPI_Topo_test.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Topo_test.html
/usr/bin/install -c -m 644 MPI_Type_commit.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_commit.html
/usr/bin/install -c -m 644 MPI_Type_contiguous.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_contiguous.html
/usr/bin/install -c -m 644 MPI_Type_create_darray.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_darray.html
/usr/bin/install -c -m 644 MPI_Type_create_hindexed.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_hindexed.html
/usr/bin/install -c -m 644 MPI_Type_create_hvector.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_hvector.html
/usr/bin/install -c -m 644 MPI_Type_create_indexed_block.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_indexed_block.html
/usr/bin/install -c -m 644 MPI_Type_create_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_keyval.html
/usr/bin/install -c -m 644 MPI_Type_create_resized.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_resized.html
/usr/bin/install -c -m 644 MPI_Type_create_struct.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_struct.html
/usr/bin/install -c -m 644 MPI_Type_create_subarray.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_create_subarray.html
/usr/bin/install -c -m 644 MPI_Type_delete_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_delete_attr.html
/usr/bin/install -c -m 644 MPI_Type_dup.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_dup.html
/usr/bin/install -c -m 644 MPI_Type_extent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_extent.html
/usr/bin/install -c -m 644 MPI_Type_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_free.html
/usr/bin/install -c -m 644 MPI_Type_free_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_free_keyval.html
/usr/bin/install -c -m 644 MPI_Type_get_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_attr.html
/usr/bin/install -c -m 644 MPI_Type_get_contents.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_contents.html
/usr/bin/install -c -m 644 MPI_Type_get_envelope.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_envelope.html
/usr/bin/install -c -m 644 MPI_Type_get_extent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_extent.html
/usr/bin/install -c -m 644 MPI_Type_get_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_name.html
/usr/bin/install -c -m 644 MPI_Type_get_true_extent.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_get_true_extent.html
/usr/bin/install -c -m 644 MPI_Type_hindexed.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_hindexed.html
/usr/bin/install -c -m 644 MPI_Type_hvector.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_hvector.html
/usr/bin/install -c -m 644 MPI_Type_indexed.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_indexed.html
/usr/bin/install -c -m 644 MPI_Type_lb.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_lb.html
/usr/bin/install -c -m 644 MPI_Type_match_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_match_size.html
/usr/bin/install -c -m 644 MPI_Type_set_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_set_attr.html
/usr/bin/install -c -m 644 MPI_Type_set_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_set_name.html
/usr/bin/install -c -m 644 MPI_Type_size.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_size.html
/usr/bin/install -c -m 644 MPI_Type_struct.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_struct.html
/usr/bin/install -c -m 644 MPI_Type_ub.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_ub.html
/usr/bin/install -c -m 644 MPI_Type_vector.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Type_vector.html
/usr/bin/install -c -m 644 MPI_Unpack.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Unpack.html
/usr/bin/install -c -m 644 MPI_Unpack_external.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Unpack_external.html
/usr/bin/install -c -m 644 MPI_Unpublish_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Unpublish_name.html
/usr/bin/install -c -m 644 MPI_Wait.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Wait.html
/usr/bin/install -c -m 644 MPI_Waitall.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Waitall.html
/usr/bin/install -c -m 644 MPI_Waitany.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Waitany.html
/usr/bin/install -c -m 644 MPI_Waitsome.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Waitsome.html
/usr/bin/install -c -m 644 MPI_Win_call_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_call_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_complete.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_complete.html
/usr/bin/install -c -m 644 MPI_Win_create.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_create.html
/usr/bin/install -c -m 644 MPI_Win_create_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_create_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_create_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_create_keyval.html
/usr/bin/install -c -m 644 MPI_Win_delete_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_delete_attr.html
/usr/bin/install -c -m 644 MPI_Win_fence.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_fence.html
/usr/bin/install -c -m 644 MPI_Win_free.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_free.html
/usr/bin/install -c -m 644 MPI_Win_free_keyval.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_free_keyval.html
/usr/bin/install -c -m 644 MPI_Win_get_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_get_attr.html
/usr/bin/install -c -m 644 MPI_Win_get_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_get_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_get_group.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_get_group.html
/usr/bin/install -c -m 644 MPI_Win_get_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_get_name.html
/usr/bin/install -c -m 644 MPI_Win_lock.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_lock.html
/usr/bin/install -c -m 644 MPI_Win_post.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_post.html
/usr/bin/install -c -m 644 MPI_Win_set_attr.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_set_attr.html
/usr/bin/install -c -m 644 MPI_Win_set_errhandler.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_set_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_set_name.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_set_name.html
/usr/bin/install -c -m 644 MPI_Win_start.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_start.html
/usr/bin/install -c -m 644 MPI_Win_test.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_test.html
/usr/bin/install -c -m 644 MPI_Win_unlock.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_unlock.html
/usr/bin/install -c -m 644 MPI_Win_wait.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Win_wait.html
/usr/bin/install -c -m 644 MPI_Wtick.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Wtick.html
/usr/bin/install -c -m 644 MPI_Wtime.html /home/Κωστής/mpich-install/share/doc//www3/MPI_Wtime.html
/usr/bin/install -c -m 644 MPIX_Group_comm_create.html /home/Κωστής/mpich-install/share/doc//www3/MPIX_Group_comm_create.html
/usr/bin/install -c -m 644 MPI.1 /home/Κωστής/mpich-install/share/man/man1/MPI.1
/usr/bin/install -c -m 644 mpicc.1 /home/Κωστής/mpich-install/share/man/man1/mpicc.1
/usr/bin/install -c -m 644 mpicxx.1 /home/Κωστής/mpich-install/share/man/man1/mpicxx.1
/usr/bin/install -c -m 644 mpiexec.1 /home/Κωστής/mpich-install/share/man/man1/mpiexec.1
/usr/bin/install -c -m 644 mpif77.1 /home/Κωστής/mpich-install/share/man/man1/mpif77.1
/usr/bin/install -c -m 644 mpif90.1 /home/Κωστής/mpich-install/share/man/man1/mpif90.1
/usr/bin/install -c -m 644 MPI_Abort.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Abort.3
/usr/bin/install -c -m 644 MPI_Accumulate.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Accumulate.3
/usr/bin/install -c -m 644 MPI_Add_error_class.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Add_error_class.3
/usr/bin/install -c -m 644 MPI_Add_error_code.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Add_error_code.3
/usr/bin/install -c -m 644 MPI_Add_error_string.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Add_error_string.3
/usr/bin/install -c -m 644 MPI_Address.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Address.3
/usr/bin/install -c -m 644 MPI_Allgather.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Allgather.3
/usr/bin/install -c -m 644 MPI_Allgatherv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Allgatherv.3
/usr/bin/install -c -m 644 MPI_Alloc_mem.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Alloc_mem.3
/usr/bin/install -c -m 644 MPI_Allreduce.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Allreduce.3
/usr/bin/install -c -m 644 MPI_Alltoall.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Alltoall.3
/usr/bin/install -c -m 644 MPI_Alltoallv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Alltoallv.3
/usr/bin/install -c -m 644 MPI_Alltoallw.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Alltoallw.3
/usr/bin/install -c -m 644 MPI_Attr_delete.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Attr_delete.3
/usr/bin/install -c -m 644 MPI_Attr_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Attr_get.3
/usr/bin/install -c -m 644 MPI_Attr_put.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Attr_put.3
/usr/bin/install -c -m 644 MPI_Barrier.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Barrier.3
/usr/bin/install -c -m 644 MPI_Bcast.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Bcast.3
/usr/bin/install -c -m 644 MPI_Bsend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Bsend.3
/usr/bin/install -c -m 644 MPI_Bsend_init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Bsend_init.3
/usr/bin/install -c -m 644 MPI_Buffer_attach.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Buffer_attach.3
/usr/bin/install -c -m 644 MPI_Buffer_detach.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Buffer_detach.3
/usr/bin/install -c -m 644 MPI_Cancel.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cancel.3
/usr/bin/install -c -m 644 MPI_Cart_coords.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_coords.3
/usr/bin/install -c -m 644 MPI_Cart_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_create.3
/usr/bin/install -c -m 644 MPI_Cart_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_get.3
/usr/bin/install -c -m 644 MPI_Cart_map.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_map.3
/usr/bin/install -c -m 644 MPI_Cart_rank.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_rank.3
/usr/bin/install -c -m 644 MPI_Cart_shift.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_shift.3
/usr/bin/install -c -m 644 MPI_Cart_sub.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cart_sub.3
/usr/bin/install -c -m 644 MPI_Cartdim_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Cartdim_get.3
/usr/bin/install -c -m 644 MPI_Close_port.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Close_port.3
/usr/bin/install -c -m 644 MPI_Comm_accept.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_accept.3
/usr/bin/install -c -m 644 MPI_Comm_call_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_call_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_compare.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_compare.3
/usr/bin/install -c -m 644 MPI_Comm_connect.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_connect.3
/usr/bin/install -c -m 644 MPI_Comm_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_create.3
/usr/bin/install -c -m 644 MPI_Comm_create_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_create_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_create_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_create_keyval.3
/usr/bin/install -c -m 644 MPI_Comm_delete_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_delete_attr.3
/usr/bin/install -c -m 644 MPI_Comm_disconnect.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_disconnect.3
/usr/bin/install -c -m 644 MPI_Comm_dup.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_dup.3
/usr/bin/install -c -m 644 MPI_Comm_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_free.3
/usr/bin/install -c -m 644 MPI_Comm_free_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_free_keyval.3
/usr/bin/install -c -m 644 MPI_Comm_get_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_get_attr.3
/usr/bin/install -c -m 644 MPI_Comm_get_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_get_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_get_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_get_name.3
/usr/bin/install -c -m 644 MPI_Comm_get_parent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_get_parent.3
/usr/bin/install -c -m 644 MPI_Comm_group.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_group.3
/usr/bin/install -c -m 644 MPI_Comm_join.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_join.3
/usr/bin/install -c -m 644 MPI_Comm_rank.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_rank.3
/usr/bin/install -c -m 644 MPI_Comm_remote_group.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_remote_group.3
/usr/bin/install -c -m 644 MPI_Comm_remote_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_remote_size.3
/usr/bin/install -c -m 644 MPI_Comm_set_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_set_attr.3
/usr/bin/install -c -m 644 MPI_Comm_set_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_set_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_set_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_set_name.3
/usr/bin/install -c -m 644 MPI_Comm_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_size.3
/usr/bin/install -c -m 644 MPI_Comm_spawn.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_spawn.3
/usr/bin/install -c -m 644 MPI_Comm_spawn_multiple.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_spawn_multiple.3
/usr/bin/install -c -m 644 MPI_Comm_split.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_split.3
/usr/bin/install -c -m 644 MPI_Comm_test_inter.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Comm_test_inter.3
/usr/bin/install -c -m 644 MPI_Dims_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Dims_create.3
/usr/bin/install -c -m 644 MPI_Dist_graph_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Dist_graph_create.3
/usr/bin/install -c -m 644 MPI_Dist_graph_create_adjacent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Dist_graph_create_adjacent.3
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Dist_graph_neighbors.3
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors_count.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Dist_graph_neighbors_count.3
/usr/bin/install -c -m 644 MPI_Errhandler_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Errhandler_create.3
/usr/bin/install -c -m 644 MPI_Errhandler_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Errhandler_free.3
/usr/bin/install -c -m 644 MPI_Errhandler_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Errhandler_get.3
/usr/bin/install -c -m 644 MPI_Errhandler_set.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Errhandler_set.3
/usr/bin/install -c -m 644 MPI_Error_class.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Error_class.3
/usr/bin/install -c -m 644 MPI_Error_string.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Error_string.3
/usr/bin/install -c -m 644 MPI_Exscan.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Exscan.3
/usr/bin/install -c -m 644 MPI_File_c2f.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_c2f.3
/usr/bin/install -c -m 644 MPI_File_call_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_call_errhandler.3
/usr/bin/install -c -m 644 MPI_File_close.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_close.3
/usr/bin/install -c -m 644 MPI_File_create_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_create_errhandler.3
/usr/bin/install -c -m 644 MPI_File_delete.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_delete.3
/usr/bin/install -c -m 644 MPI_File_f2c.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_f2c.3
/usr/bin/install -c -m 644 MPI_File_get_amode.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_amode.3
/usr/bin/install -c -m 644 MPI_File_get_atomicity.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_atomicity.3
/usr/bin/install -c -m 644 MPI_File_get_byte_offset.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_byte_offset.3
/usr/bin/install -c -m 644 MPI_File_get_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_errhandler.3
/usr/bin/install -c -m 644 MPI_File_get_group.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_group.3
/usr/bin/install -c -m 644 MPI_File_get_info.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_info.3
/usr/bin/install -c -m 644 MPI_File_get_position.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_position.3
/usr/bin/install -c -m 644 MPI_File_get_position_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_position_shared.3
/usr/bin/install -c -m 644 MPI_File_get_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_size.3
/usr/bin/install -c -m 644 MPI_File_get_type_extent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_type_extent.3
/usr/bin/install -c -m 644 MPI_File_get_view.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_get_view.3
/usr/bin/install -c -m 644 MPI_File_iread.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iread.3
/usr/bin/install -c -m 644 MPI_File_iread_at.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iread_at.3
/usr/bin/install -c -m 644 MPI_File_iread_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iread_shared.3
/usr/bin/install -c -m 644 MPI_File_iwrite.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iwrite.3
/usr/bin/install -c -m 644 MPI_File_iwrite_at.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iwrite_at.3
/usr/bin/install -c -m 644 MPI_File_iwrite_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_iwrite_shared.3
/usr/bin/install -c -m 644 MPI_File_open.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_open.3
/usr/bin/install -c -m 644 MPI_File_preallocate.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_preallocate.3
/usr/bin/install -c -m 644 MPI_File_read.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read.3
/usr/bin/install -c -m 644 MPI_File_read_all.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_all.3
/usr/bin/install -c -m 644 MPI_File_read_all_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_all_begin.3
/usr/bin/install -c -m 644 MPI_File_read_all_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_all_end.3
/usr/bin/install -c -m 644 MPI_File_read_at.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_at.3
/usr/bin/install -c -m 644 MPI_File_read_at_all.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_at_all.3
/usr/bin/install -c -m 644 MPI_File_read_at_all_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_at_all_begin.3
/usr/bin/install -c -m 644 MPI_File_read_at_all_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_at_all_end.3
/usr/bin/install -c -m 644 MPI_File_read_ordered.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_ordered.3
/usr/bin/install -c -m 644 MPI_File_read_ordered_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_ordered_begin.3
/usr/bin/install -c -m 644 MPI_File_read_ordered_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_ordered_end.3
/usr/bin/install -c -m 644 MPI_File_read_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_read_shared.3
/usr/bin/install -c -m 644 MPI_File_seek.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_seek.3
/usr/bin/install -c -m 644 MPI_File_seek_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_seek_shared.3
/usr/bin/install -c -m 644 MPI_File_set_atomicity.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_set_atomicity.3
/usr/bin/install -c -m 644 MPI_File_set_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_set_errhandler.3
/usr/bin/install -c -m 644 MPI_File_set_info.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_set_info.3
/usr/bin/install -c -m 644 MPI_File_set_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_set_size.3
/usr/bin/install -c -m 644 MPI_File_set_view.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_set_view.3
/usr/bin/install -c -m 644 MPI_File_sync.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_sync.3
/usr/bin/install -c -m 644 MPI_File_write.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write.3
/usr/bin/install -c -m 644 MPI_File_write_all.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_all.3
/usr/bin/install -c -m 644 MPI_File_write_all_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_all_begin.3
/usr/bin/install -c -m 644 MPI_File_write_all_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_all_end.3
/usr/bin/install -c -m 644 MPI_File_write_at.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_at.3
/usr/bin/install -c -m 644 MPI_File_write_at_all.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_at_all.3
/usr/bin/install -c -m 644 MPI_File_write_at_all_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_at_all_begin.3
/usr/bin/install -c -m 644 MPI_File_write_at_all_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_at_all_end.3
/usr/bin/install -c -m 644 MPI_File_write_ordered.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_ordered.3
/usr/bin/install -c -m 644 MPI_File_write_ordered_begin.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_ordered_begin.3
/usr/bin/install -c -m 644 MPI_File_write_ordered_end.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_ordered_end.3
/usr/bin/install -c -m 644 MPI_File_write_shared.3 /home/Κωστής/mpich-install/share/man/man3/MPI_File_write_shared.3
/usr/bin/install -c -m 644 MPI_Finalize.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Finalize.3
/usr/bin/install -c -m 644 MPI_Finalized.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Finalized.3
/usr/bin/install -c -m 644 MPI_Free_mem.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Free_mem.3
/usr/bin/install -c -m 644 MPI_Gather.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Gather.3
/usr/bin/install -c -m 644 MPI_Gatherv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Gatherv.3
/usr/bin/install -c -m 644 MPI_Get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get.3
/usr/bin/install -c -m 644 MPI_Get_address.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get_address.3
/usr/bin/install -c -m 644 MPI_Get_count.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get_count.3
/usr/bin/install -c -m 644 MPI_Get_elements.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get_elements.3
/usr/bin/install -c -m 644 MPI_Get_processor_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get_processor_name.3
/usr/bin/install -c -m 644 MPI_Get_version.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Get_version.3
/usr/bin/install -c -m 644 MPI_Graph_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graph_create.3
/usr/bin/install -c -m 644 MPI_Graph_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graph_get.3
/usr/bin/install -c -m 644 MPI_Graph_map.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graph_map.3
/usr/bin/install -c -m 644 MPI_Graph_neighbors.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graph_neighbors.3
/usr/bin/install -c -m 644 MPI_Graph_neighbors_count.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graph_neighbors_count.3
/usr/bin/install -c -m 644 MPI_Graphdims_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Graphdims_get.3
/usr/bin/install -c -m 644 MPI_Grequest_complete.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Grequest_complete.3
/usr/bin/install -c -m 644 MPI_Grequest_start.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Grequest_start.3
/usr/bin/install -c -m 644 MPI_Group_compare.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_compare.3
/usr/bin/install -c -m 644 MPI_Group_difference.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_difference.3
/usr/bin/install -c -m 644 MPI_Group_excl.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_excl.3
/usr/bin/install -c -m 644 MPI_Group_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_free.3
/usr/bin/install -c -m 644 MPI_Group_incl.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_incl.3
/usr/bin/install -c -m 644 MPI_Group_intersection.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_intersection.3
/usr/bin/install -c -m 644 MPI_Group_range_excl.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_range_excl.3
/usr/bin/install -c -m 644 MPI_Group_range_incl.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_range_incl.3
/usr/bin/install -c -m 644 MPI_Group_rank.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_rank.3
/usr/bin/install -c -m 644 MPI_Group_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_size.3
/usr/bin/install -c -m 644 MPI_Group_translate_ranks.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_translate_ranks.3
/usr/bin/install -c -m 644 MPI_Group_union.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Group_union.3
/usr/bin/install -c -m 644 MPI_Ibsend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Ibsend.3
/usr/bin/install -c -m 644 MPI_Info_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_create.3
/usr/bin/install -c -m 644 MPI_Info_delete.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_delete.3
/usr/bin/install -c -m 644 MPI_Info_dup.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_dup.3
/usr/bin/install -c -m 644 MPI_Info_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_free.3
/usr/bin/install -c -m 644 MPI_Info_get.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_get.3
/usr/bin/install -c -m 644 MPI_Info_get_nkeys.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_get_nkeys.3
/usr/bin/install -c -m 644 MPI_Info_get_nthkey.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_get_nthkey.3
/usr/bin/install -c -m 644 MPI_Info_get_valuelen.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_get_valuelen.3
/usr/bin/install -c -m 644 MPI_Info_set.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Info_set.3
/usr/bin/install -c -m 644 MPI_Init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Init.3
/usr/bin/install -c -m 644 MPI_Init_thread.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Init_thread.3
/usr/bin/install -c -m 644 MPI_Initialized.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Initialized.3
/usr/bin/install -c -m 644 MPI_Intercomm_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Intercomm_create.3
/usr/bin/install -c -m 644 MPI_Intercomm_merge.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Intercomm_merge.3
/usr/bin/install -c -m 644 MPI_Iprobe.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Iprobe.3
/usr/bin/install -c -m 644 MPI_Irecv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Irecv.3
/usr/bin/install -c -m 644 MPI_Irsend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Irsend.3
/usr/bin/install -c -m 644 MPI_Is_thread_main.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Is_thread_main.3
/usr/bin/install -c -m 644 MPI_Isend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Isend.3
/usr/bin/install -c -m 644 MPI_Issend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Issend.3
/usr/bin/install -c -m 644 MPI_Keyval_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Keyval_create.3
/usr/bin/install -c -m 644 MPI_Keyval_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Keyval_free.3
/usr/bin/install -c -m 644 MPI_Lookup_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Lookup_name.3
/usr/bin/install -c -m 644 MPI_Op_commute.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Op_commute.3
/usr/bin/install -c -m 644 MPI_Op_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Op_create.3
/usr/bin/install -c -m 644 MPI_Op_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Op_free.3
/usr/bin/install -c -m 644 MPI_Open_port.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Open_port.3
/usr/bin/install -c -m 644 MPI_Pack.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Pack.3
/usr/bin/install -c -m 644 MPI_Pack_external.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Pack_external.3
/usr/bin/install -c -m 644 MPI_Pack_external_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Pack_external_size.3
/usr/bin/install -c -m 644 MPI_Pack_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Pack_size.3
/usr/bin/install -c -m 644 MPI_Pcontrol.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Pcontrol.3
/usr/bin/install -c -m 644 MPI_Probe.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Probe.3
/usr/bin/install -c -m 644 MPI_Publish_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Publish_name.3
/usr/bin/install -c -m 644 MPI_Put.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Put.3
/usr/bin/install -c -m 644 MPI_Query_thread.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Query_thread.3
/usr/bin/install -c -m 644 MPI_Recv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Recv.3
/usr/bin/install -c -m 644 MPI_Recv_init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Recv_init.3
/usr/bin/install -c -m 644 MPI_Reduce.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Reduce.3
/usr/bin/install -c -m 644 MPI_Reduce_local.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Reduce_local.3
/usr/bin/install -c -m 644 MPI_Reduce_scatter.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Reduce_scatter.3
/usr/bin/install -c -m 644 MPI_Reduce_scatter_block.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Reduce_scatter_block.3
/usr/bin/install -c -m 644 MPI_Register_datarep.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Register_datarep.3
/usr/bin/install -c -m 644 MPI_Request_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Request_free.3
/usr/bin/install -c -m 644 MPI_Request_get_status.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Request_get_status.3
/usr/bin/install -c -m 644 MPI_Rsend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Rsend.3
/usr/bin/install -c -m 644 MPI_Rsend_init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Rsend_init.3
/usr/bin/install -c -m 644 MPI_Scan.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Scan.3
/usr/bin/install -c -m 644 MPI_Scatter.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Scatter.3
/usr/bin/install -c -m 644 MPI_Scatterv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Scatterv.3
/usr/bin/install -c -m 644 MPI_Send.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Send.3
/usr/bin/install -c -m 644 MPI_Send_init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Send_init.3
/usr/bin/install -c -m 644 MPI_Sendrecv.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Sendrecv.3
/usr/bin/install -c -m 644 MPI_Sendrecv_replace.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Sendrecv_replace.3
/usr/bin/install -c -m 644 MPI_Ssend.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Ssend.3
/usr/bin/install -c -m 644 MPI_Ssend_init.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Ssend_init.3
/usr/bin/install -c -m 644 MPI_Start.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Start.3
/usr/bin/install -c -m 644 MPI_Startall.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Startall.3
/usr/bin/install -c -m 644 MPI_Status_set_cancelled.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Status_set_cancelled.3
/usr/bin/install -c -m 644 MPI_Status_set_elements.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Status_set_elements.3
/usr/bin/install -c -m 644 MPI_Test.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Test.3
/usr/bin/install -c -m 644 MPI_Test_cancelled.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Test_cancelled.3
/usr/bin/install -c -m 644 MPI_Testall.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Testall.3
/usr/bin/install -c -m 644 MPI_Testany.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Testany.3
/usr/bin/install -c -m 644 MPI_Testsome.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Testsome.3
/usr/bin/install -c -m 644 MPI_Topo_test.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Topo_test.3
/usr/bin/install -c -m 644 MPI_Type_commit.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_commit.3
/usr/bin/install -c -m 644 MPI_Type_contiguous.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_contiguous.3
/usr/bin/install -c -m 644 MPI_Type_create_darray.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_darray.3
/usr/bin/install -c -m 644 MPI_Type_create_hindexed.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_hindexed.3
/usr/bin/install -c -m 644 MPI_Type_create_hvector.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_hvector.3
/usr/bin/install -c -m 644 MPI_Type_create_indexed_block.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_indexed_block.3
/usr/bin/install -c -m 644 MPI_Type_create_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_keyval.3
/usr/bin/install -c -m 644 MPI_Type_create_resized.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_resized.3
/usr/bin/install -c -m 644 MPI_Type_create_struct.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_struct.3
/usr/bin/install -c -m 644 MPI_Type_create_subarray.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_create_subarray.3
/usr/bin/install -c -m 644 MPI_Type_delete_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_delete_attr.3
/usr/bin/install -c -m 644 MPI_Type_dup.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_dup.3
/usr/bin/install -c -m 644 MPI_Type_extent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_extent.3
/usr/bin/install -c -m 644 MPI_Type_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_free.3
/usr/bin/install -c -m 644 MPI_Type_free_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_free_keyval.3
/usr/bin/install -c -m 644 MPI_Type_get_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_attr.3
/usr/bin/install -c -m 644 MPI_Type_get_contents.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_contents.3
/usr/bin/install -c -m 644 MPI_Type_get_envelope.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_envelope.3
/usr/bin/install -c -m 644 MPI_Type_get_extent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_extent.3
/usr/bin/install -c -m 644 MPI_Type_get_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_name.3
/usr/bin/install -c -m 644 MPI_Type_get_true_extent.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_get_true_extent.3
/usr/bin/install -c -m 644 MPI_Type_hindexed.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_hindexed.3
/usr/bin/install -c -m 644 MPI_Type_hvector.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_hvector.3
/usr/bin/install -c -m 644 MPI_Type_indexed.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_indexed.3
/usr/bin/install -c -m 644 MPI_Type_lb.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_lb.3
/usr/bin/install -c -m 644 MPI_Type_match_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_match_size.3
/usr/bin/install -c -m 644 MPI_Type_set_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_set_attr.3
/usr/bin/install -c -m 644 MPI_Type_set_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_set_name.3
/usr/bin/install -c -m 644 MPI_Type_size.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_size.3
/usr/bin/install -c -m 644 MPI_Type_struct.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_struct.3
/usr/bin/install -c -m 644 MPI_Type_ub.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_ub.3
/usr/bin/install -c -m 644 MPI_Type_vector.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Type_vector.3
/usr/bin/install -c -m 644 MPI_Unpack.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Unpack.3
/usr/bin/install -c -m 644 MPI_Unpack_external.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Unpack_external.3
/usr/bin/install -c -m 644 MPI_Unpublish_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Unpublish_name.3
/usr/bin/install -c -m 644 MPI_Wait.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Wait.3
/usr/bin/install -c -m 644 MPI_Waitall.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Waitall.3
/usr/bin/install -c -m 644 MPI_Waitany.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Waitany.3
/usr/bin/install -c -m 644 MPI_Waitsome.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Waitsome.3
/usr/bin/install -c -m 644 MPI_Win_call_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_call_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_complete.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_complete.3
/usr/bin/install -c -m 644 MPI_Win_create.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_create.3
/usr/bin/install -c -m 644 MPI_Win_create_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_create_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_create_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_create_keyval.3
/usr/bin/install -c -m 644 MPI_Win_delete_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_delete_attr.3
/usr/bin/install -c -m 644 MPI_Win_fence.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_fence.3
/usr/bin/install -c -m 644 MPI_Win_free.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_free.3
/usr/bin/install -c -m 644 MPI_Win_free_keyval.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_free_keyval.3
/usr/bin/install -c -m 644 MPI_Win_get_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_get_attr.3
/usr/bin/install -c -m 644 MPI_Win_get_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_get_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_get_group.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_get_group.3
/usr/bin/install -c -m 644 MPI_Win_get_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_get_name.3
/usr/bin/install -c -m 644 MPI_Win_lock.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_lock.3
/usr/bin/install -c -m 644 MPI_Win_post.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_post.3
/usr/bin/install -c -m 644 MPI_Win_set_attr.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_set_attr.3
/usr/bin/install -c -m 644 MPI_Win_set_errhandler.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_set_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_set_name.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_set_name.3
/usr/bin/install -c -m 644 MPI_Win_start.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_start.3
/usr/bin/install -c -m 644 MPI_Win_test.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_test.3
/usr/bin/install -c -m 644 MPI_Win_unlock.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_unlock.3
/usr/bin/install -c -m 644 MPI_Win_wait.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Win_wait.3
/usr/bin/install -c -m 644 MPI_Wtick.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Wtick.3
/usr/bin/install -c -m 644 MPI_Wtime.3 /home/Κωστής/mpich-install/share/man/man3/MPI_Wtime.3
/usr/bin/install -c -m 644 MPIX_Group_comm_create.3 /home/Κωστής/mpich-install/share/man/man3/MPIX_Group_comm_create.3
if [ -s src/mpi/romio/include/mpiof.h ] ; then /usr/bin/install -c -m 644  src/mpi/romio/include/mpiof.h /home/Κωστής/mpich-install/include/mpiof.h ; fi
if [ -s src/mpi/romio/include/mpio.h ] ; then /usr/bin/install -c -m 644  src/mpi/romio/include/mpio.h /home/Κωστής/mpich-install/include/mpio.h ; fi
if [ -s lib/libmpich.a ] ; then /usr/bin/install -c -m 644  lib/libmpich.a /home/Κωστής/mpich-install/lib/libmpich.a ; fi
if [ -s lib/libmpichcxx.a ] ; then /usr/bin/install -c -m 644  lib/libmpichcxx.a /home/Κωστής/mpich-install/lib/libmpichcxx.a ; fi
if [ -s lib/libfmpich.a ] ; then /usr/bin/install -c -m 644  lib/libfmpich.a /home/Κωστής/mpich-install/lib/libfmpich.a ; fi
if [ -s lib/libpmpich.a ] ; then /usr/bin/install -c -m 644  lib/libpmpich.a /home/Κωστής/mpich-install/lib/libpmpich.a ; fi
if [ -s lib/libfmpich.a ] ; then /usr/bin/install -c -m 644  lib/libfmpich.a /home/Κωστής/mpich-install/lib/libfmpich.a ; fi
if [ -s lib/libmpichf90.a ] ; then /usr/bin/install -c -m 644  lib/libmpichf90.a /home/Κωστής/mpich-install/lib/libmpichf90.a ; fi
if [ -s lib/libmpich.dll ] ; then false -version-info 3:2 --mode=install  lib/libmpich.dll /home/Κωστής/mpich-install/lib/libmpich.dll ; fi
if [ -s lib/libpmpich.dll ] ; then false -version-info 3:2 --mode=install  lib/libpmpich.dll /home/Κωστής/mpich-install/lib/libpmpich.dll ; fi
if [ -s lib/libfmpich.dll ] ; then false -version-info 3:2 --mode=install  lib/libfmpich.dll /home/Κωστής/mpich-install/lib/libfmpich.dll ; fi
if [ -s lib/libmpichf90.dll ] ; then false -version-info 3:2 --mode=install  lib/libmpichf90.dll /home/Κωστής/mpich-install/lib/libmpichf90.dll ; fi
if [ -s lib/libmpichcxx.dll ] ; then false -version-info 3:2 --mode=install  lib/libmpichcxx.dll /home/Κωστής/mpich-install/lib/libmpichcxx.dll ; fi
if [ -s ./doc/userguide/user.pdf ] ; then /usr/bin/install -c -m 644  ./doc/userguide/user.pdf /home/Κωστής/mpich-install/share/doc//user.pdf ; fi
if [ -s ./doc/installguide/install.pdf ] ; then /usr/bin/install -c -m 644  ./doc/installguide/install.pdf /home/Κωστής/mpich-install/share/doc//install.pdf ; fi
if [ -s ./doc/smpd/smpd_pmi.pdf ] ; then /usr/bin/install -c -m 644  ./doc/smpd/smpd_pmi.pdf /home/Κωστής/mpich-install/share/doc//smpd_pmi.pdf ; fi
if [ -s ./doc/logging/logging.pdf ] ; then /usr/bin/install -c -m 644  ./doc/logging/logging.pdf /home/Κωστής/mpich-install/share/doc//logging.pdf ; fi
(cd src/env && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install)
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/env'
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/bin ] ; then mkdir -p /home/Κωστής/mpich-install/bin ; fi
/usr/bin/install -c   mpich2version /home/Κωστής/mpich-install/bin/mpich2version
/usr/bin/install -c  mpicc /home/Κωστής/mpich-install/bin/mpicc
if [ ! -d /home/Κωστής/mpich-install/etc ] ; then mkdir -p /home/Κωστής/mpich-install/etc ; fi
/usr/bin/install -c -m 644  mpixxx_opts.conf /home/Κωστής/mpich-install/etc/mpixxx_opts.conf
/usr/bin/install -c -m 644  mpicc.conf /home/Κωστής/mpich-install/etc/mpicc.conf
if [ -s mpicxx ] ; then /usr/bin/install -c  mpicxx /home/Κωστής/mpich-install/bin/mpicxx ; fi
if [ -s mpif77 ] ; then /usr/bin/install -c  mpif77 /home/Κωστής/mpich-install/bin/mpif77 ; fi
if [ -s mpif90 ] ; then /usr/bin/install -c  mpif90 /home/Κωστής/mpich-install/bin/mpif90 ; fi
if [ -s mpicxx.conf ] ; then /usr/bin/install -c -m 644  mpicxx.conf /home/Κωστής/mpich-install/etc/mpicxx.conf ; fi
if [ -s mpif77.conf ] ; then /usr/bin/install -c -m 644  mpif77.conf /home/Κωστής/mpich-install/etc/mpif77.conf ; fi
if [ -s mpif90.conf ] ; then /usr/bin/install -c -m 644  mpif90.conf /home/Κωστής/mpich-install/etc/mpif90.conf ; fi
make DESTDIR= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install-postamble
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/env'
if [ -x /home/Κωστής/mpich-install/bin/mpicxx ] ; then \
    cd /home/Κωστής/mpich-install/bin && ln -f -s mpicxx mpic++ ; fi
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/env'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/env'
(cd src/packaging/pkgconfig && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install)
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/packaging/pkgconfig'
if [ ! -d /home/Κωστής/mpich-install/lib/pkgconfig ] ; then mkdir -p /home/Κωστής/mpich-install/lib/pkgconfig ; fi
if [ -s mpich2-c.pc ] ; then /usr/bin/install -c -m 644  mpich2-c.pc /home/Κωστής/mpich-install/lib/pkgconfig/mpich2-c.pc ; fi
if [ -s mpich2-cxx.pc ] ; then /usr/bin/install -c -m 644  mpich2-cxx.pc /home/Κωστής/mpich-install/lib/pkgconfig/mpich2-cxx.pc ; fi
if [ -s mpich2-f77.pc ] ; then /usr/bin/install -c -m 644  mpich2-f77.pc /home/Κωστής/mpich-install/lib/pkgconfig/mpich2-f77.pc ; fi
if [ -s mpich2-f90.pc ] ; then /usr/bin/install -c -m 644  mpich2-f90.pc /home/Κωστής/mpich-install/lib/pkgconfig/mpich2-f90.pc ; fi
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/packaging/pkgconfig'
(cd src/packaging/envmods && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install)
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/packaging/envmods'
if [ ! -d /home/Κωστής/mpich-install/etc ] ; then mkdir -p /home/Κωστής/mpich-install/etc ; fi
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/packaging/envmods'
for dir in  src/binding/f77 src/binding/f90 src/binding/cxx - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ;\
	(cd $dir && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install) ;\
done
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/include ] ; then mkdir -p /home/Κωστής/mpich-install/include ; fi
/usr/bin/install -c -m 644  mpif.h /home/Κωστής/mpich-install/include/mpif.h
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f77'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/include ] ; then mkdir -p /home/Κωστής/mpich-install/include ; fi
/usr/bin/install -c -m 644  mpi.mod /home/Κωστής/mpich-install/include/mpi.mod
/usr/bin/install -c -m 644  mpi_constants.mod /home/Κωστής/mpich-install/include/mpi_constants.mod
/usr/bin/install -c -m 644  mpi_base.mod /home/Κωστής/mpich-install/include/mpi_base.mod
/usr/bin/install -c -m 644  mpi_sizeofs.mod /home/Κωστής/mpich-install/include/mpi_sizeofs.mod
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/lib ] ; then mkdir -p /home/Κωστής/mpich-install/lib ; fi
/usr/bin/install -c -m 644  libmpichf90.a /home/Κωστής/mpich-install/lib/libmpichf90.a
if [ -s mpimod.pcl ] ; then /usr/bin/install -c -m 644  mpimod.pcl /home/Κωστής/mpich-install/include/mpimod.pcl ; fi
if [ -s mpimod.pc ] ; then /usr/bin/install -c -m 644  mpimod.pc /home/Κωστής/mpich-install/include/mpimod.pc ; fi
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/f90'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/binding/cxx'
if [ ! -d /home/Κωστής/mpich-install ] ; then mkdir -p /home/Κωστής/mpich-install ; fi
if [ ! -d /home/Κωστής/mpich-install/include ] ; then mkdir -p /home/Κωστής/mpich-install/include ; fi
/usr/bin/install -c -m 644  mpicxx.h /home/Κωστής/mpich-install/include/mpicxx.h
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/binding/cxx'
for dir in  src/mpl src/openpa src/pm/hydra src/mpe2 - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ;\
	(cd $dir && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/home/Κωστής/mpich-install exec_prefix=/home/Κωστής/mpich-install bindir=/home/Κωστής/mpich-install/bin libdir=/home/Κωστής/mpich-install/lib includedir=/home/Κωστής/mpich-install/include install) ;\
done
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
test -z "/home/Κωστής/mpich-install/lib" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/home/Κωστής/mpich-install/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /home/Κωστής/mpich-install/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /home/Κωστής/mpich-install/lib/libmpl.a
libtool: install: chmod 644 /home/Κωστής/mpich-install/lib/libmpl.a
libtool: install: ranlib /home/Κωστής/mpich-install/lib/libmpl.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/Κωστής/mpich-install/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
Making install in src
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
test -z "/home/Κωστής/mpich-install/lib" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopa.la '/home/Κωστής/mpich-install/lib'
libtool: install: /usr/bin/install -c .libs/libopa.lai /home/Κωστής/mpich-install/lib/libopa.la
libtool: install: /usr/bin/install -c .libs/libopa.a /home/Κωστής/mpich-install/lib/libopa.a
libtool: install: chmod 644 /home/Κωστής/mpich-install/lib/libopa.a
libtool: install: ranlib /home/Κωστής/mpich-install/lib/libopa.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/Κωστής/mpich-install/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/Κωστής/mpich-install/include" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/include"
 /usr/bin/install -c -m 644 opa_config.h opa_primitives.h opa_queue.h opa_util.h '/home/Κωστής/mpich-install/include'
test -z "/home/Κωστής/mpich-install/include" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/include"
/usr/bin/mkdir -p '/home/Κωστής/mpich-install/include/primitives'
 /usr/bin/install -c -m 644  primitives/opa_by_lock.h primitives/opa_emulated.h primitives/opa_gcc_ia64.h primitives/opa_gcc_intel_32_64.h primitives/opa_gcc_intel_32_64_barrier.h primitives/opa_gcc_intel_32_64_ops.h primitives/opa_gcc_intel_32_64_p3.h primitives/opa_gcc_intel_32_64_p3barrier.h primitives/opa_gcc_intrinsics.h primitives/opa_gcc_ppc.h primitives/opa_gcc_sicortex.h primitives/opa_nt_intrinsics.h primitives/opa_sun_atomic_ops.h primitives/opa_unsafe.h '/home/Κωστής/mpich-install/include/primitives'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/src'
Making install in test
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa/test'
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/home/Κωστής/mpich-install/share/doc/openpa" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/share/doc/openpa"
 /usr/bin/install -c -m 644 README '/home/Κωστής/mpich-install/share/doc/openpa'
test -z "/home/Κωστής/mpich-install/lib/pkgconfig" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/lib/pkgconfig"
 /usr/bin/install -c -m 644 openpa.pc '/home/Κωστής/mpich-install/lib/pkgconfig'
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/openpa'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
Making install in ../../mpl
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
test -z "/home/Κωστής/mpich-install/lib" || /usr/bin/mkdir -p "/home/Κωστής/mpich-install/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/home/Κωστής/mpich-install/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /home/Κωστής/mpich-install/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /home/Κωστής/mpich-install/lib/libmpl.a
libtool: install: chmod 644 /home/Κωστής/mpich-install/lib/libmpl.a
libtool: install: ranlib /home/Κωστής/mpich-install/lib/libmpl.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/Κωστής/mpich-install/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpl'
Making install in .
make[2]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[3]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
test -z "/home/Κωστής/mpich-install/bin" || mkdir -p "/home/Κωστής/mpich-install/bin"
  /bin/sh ./libtool   --mode=install /usr/bin/install -c hydra_persist.exe hydra_nameserver.exe hydra_pmi_proxy.exe mpiexec.hydra.exe '/home/Κωστής/mpich-install/bin'
libtool: install: /usr/bin/install -c .libs/hydra_persist.exe /home/Κωστής/mpich-install/bin/hydra_persist.exe
libtool: install: /usr/bin/install -c .libs/hydra_nameserver.exe /home/Κωστής/mpich-install/bin/hydra_nameserver.exe
libtool: install: /usr/bin/install -c .libs/hydra_pmi_proxy.exe /home/Κωστής/mpich-install/bin/hydra_pmi_proxy.exe
libtool: install: /usr/bin/install -c .libs/mpiexec.hydra.exe /home/Κωστής/mpich-install/bin/mpiexec.hydra.exe
make  install-exec-hook
make[4]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
if [ -x /home/Κωστής/mpich-install/bin/mpiexec.hydra ] ; then \
    cd /home/Κωστής/mpich-install/bin && ln -f -s mpiexec.hydra mpiexec ; \
    cd /home/Κωστής/mpich-install/bin && ln -f -s mpiexec.hydra mpirun ; \
fi
make[4]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[2]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/pm/hydra'
make[1]: Entering directory '/usr/local/bin/mpich2-1.4.1/src/mpe2'
Installing MPE2 include files to /home/Κωστής/mpich-install/include
Replacing existing file /home/Κωστής/mpich-install/include/clog_commset.h...
Replacing existing file /home/Κωστής/mpich-install/include/clog_const.h...
Replacing existing file /home/Κωστής/mpich-install/include/clog_inttypes.h...
Replacing existing file /home/Κωστής/mpich-install/include/clog_uuid.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_callstack.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_graphics.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_graphicsf.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_log.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_log_thread.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_logf.h...
Replacing existing file /home/Κωστής/mpich-install/include/mpe_misc.h...
Installing MPE2 libraries to /home/Κωστής/mpich-install/lib
Replacing existing file /home/Κωστής/mpich-install/lib/libampe.a...
Replacing existing file /home/Κωστής/mpich-install/lib/liblmpe.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe_collchk.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe_f2cmpi.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe_nompi.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe_nompi_null.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libmpe_null.a...
Replacing existing file /home/Κωστής/mpich-install/lib/libtmpe.a...
Replacing existing file /home/Κωστής/mpich-install/lib/mpe_prof.o...
Installing MPE2 utility programs to /home/Κωστής/mpich-install/bin
Replacing existing file /home/Κωστής/mpich-install/bin/bt2line...
Replacing existing file /home/Κωστής/mpich-install/bin/check_callstack.exe...
Replacing existing file /home/Κωστής/mpich-install/bin/clog2_join.exe...
Replacing existing file /home/Κωστής/mpich-install/bin/clog2_print.exe...
Replacing existing file /home/Κωστής/mpich-install/bin/clog2_repair.exe...
Installing MPE2 configuration files to /home/Κωστής/mpich-install/etc
Installing MPE2 system utility programs to /home/Κωστής/mpich-install/sbin
Replacing existing file /home/Κωστής/mpich-install/sbin/mpecheckinstall...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/comm1_isr.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/comm1_isr_loop.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/comm2_connect_accept.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/comm2_spawn_child.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/comm2_spawn_parent.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/cpi.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/cpilog.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/cpilog_pack.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/fcomm1_isr.f...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/fpilog.f...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/fpilog_pack.F...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/iotest.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/log_cost.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/Makefile...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/openmp_mpilog.F...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/openmp_sendrecv.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/pthread_allreduce.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/pthread_sendrecv.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/pthread_sendrecv_user.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_logging/srtest.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_graphics/cpi.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_graphics/cxgraphics.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_graphics/fxgraphics.f...
Replacing existing file /home/Κωστής/mpich-install/share/examples_graphics/Makefile...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/composite.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/Makefile...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/scatterv.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/time_allreduce.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/time_alltoallv.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/time_alltoallv0.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/time_bcast.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/wrong_composite.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/wrong_int_byte.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/wrong_reals.f...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/wrong_root.c...
Replacing existing file /home/Κωστής/mpich-install/share/examples_collchk/wrong_scatterv.c...
Installing MPE2 man to /home/Κωστής/mpich-install/share/man
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Add_RGB_color.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_CaptureFile.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Close_graphics.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Comm_global_rank.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Decomp1d.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_comm_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_comm_state.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_info_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_info_state.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Describe_state.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_circle.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_line.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_logic.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_point.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_points.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Draw_string.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Errors_call_debugger.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Fill_circle.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Fill_rectangle.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Finish_log.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Get_mouse_press.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_GetHostName.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_GetTags.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Iget_mouse_press.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Init_log.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Initialized_logging.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_IO_Stdout_to_file.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Line_thickness.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_bare_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_comm_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_comm_receive.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_comm_send.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_get_event_number.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_get_solo_eventID.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_get_state_eventIDs.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_info_event.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_merged_logfilename.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_pack.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_receive.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_send.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Log_sync_clocks.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Make_color_array.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Num_colors.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Open_graphics.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_ReturnTags.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Seq_begin.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Seq_end.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Signals_call_debugger.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Start_log.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Stop_log.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_TagsEnd.4...
Replacing existing file /home/Κωστής/mpich-install/share/man/man4/MPE_Update.4...
Installing MPE2 html to /home/Κωστής/mpich-install/share/doc/
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/libmpe.cit...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Add_RGB_color.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_CaptureFile.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Close_graphics.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Comm_global_rank.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Decomp1d.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_comm_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_comm_state.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_info_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_info_state.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Describe_state.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_circle.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_line.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_logic.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_point.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_points.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Draw_string.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Errors_call_debugger.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Fill_circle.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Fill_rectangle.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Finish_log.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Get_mouse_press.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_GetHostName.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_GetTags.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Iget_mouse_press.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Init_log.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Initialized_logging.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_IO_Stdout_to_file.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Line_thickness.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_bare_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_comm_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_comm_receive.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_comm_send.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_get_event_number.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_get_solo_eventID.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_get_state_eventIDs.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_info_event.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_merged_logfilename.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_pack.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_receive.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_send.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Log_sync_clocks.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Make_color_array.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Num_colors.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Open_graphics.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_ReturnTags.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Seq_begin.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Seq_end.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Signals_call_debugger.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Start_log.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Stop_log.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_TagsEnd.html...
Replacing existing file /home/Κωστής/mpich-install/share/doc//www4/MPE_Update.html...
Installed MPE2 in /home/Κωστής/mpich-install
/home/Κωστής/mpich-install/sbin/mpeuninstall may be used to remove the installation
make[1]: Leaving directory '/usr/local/bin/mpich2-1.4.1/src/mpe2'
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenPA configure 1.0.2, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ /usr/local/bin/mpich2-1.4.1/src/openpa/configure --with-atomic-primitives=auto_allow_emulation --prefix=/home/Κωστής/mpich-install --disable-option-checking

## --------- ##
## Platform. ##
## --------- ##

hostname = Anachronoss
uname -m = x86_64
uname -r = 1.7.27(0.271/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2013-12-09 11:54

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/WinAVR-20100110/bin
PATH: /cygdrive/c/WinAVR-20100110/utils/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/mpasm
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/bin
PATH: /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
PATH: /cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live
PATH: /cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows Live
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files/Broadcom/Broadcom 802.11/Driver
PATH: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software
PATH: /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software/syswow64
PATH: /cygdrive/c/Program Files (x86)/Common Files/Ulead Systems/MPEG
PATH: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn
PATH: /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn
PATH: /cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn
PATH: /cygdrive/c/Program Files (x86)/Windows Live/Shared
PATH: /cygdrive/c/Program Files/MATLAB/R2010a/runtime/win64
PATH: /cygdrive/c/Program Files/MATLAB/R2010a/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/MPLAB C32 Suite/bin
PATH: /cygdrive/c/Program Files (x86)/Java/jdk1.7.0/bin
PATH: /cygdrive/c/Program Files (x86)/Java/jdk1.7.0/bin
PATH: /home/nachos/bin
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/mpasm
PATH: /cygdrive/c/Program Files (x86)/Microchip/mplabc18/v3.45/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/pcb/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/fet/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/OpenAccess/bin/win32/opt
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/bin
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/Capture
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/PSpice
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/PSpice/Library
PATH: /cygdrive/c/OrCAD/OrCAD_16.6_Lite/tools/specctra/bin
PATH: /usr/lib/lapack


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2553: checking for a BSD-compatible install
configure:2621: result: /usr/bin/install -c
configure:2632: checking whether build environment is sane
configure:2682: result: yes
configure:2823: checking for a thread-safe mkdir -p
configure:2862: result: /usr/bin/mkdir -p
configure:2875: checking for gawk
configure:2891: found /usr/bin/gawk
configure:2902: result: gawk
configure:2913: checking whether make sets $(MAKE)
configure:2935: result: yes
configure:3049: checking build system type
configure:3063: result: x86_64-unknown-cygwin
configure:3083: checking host system type
configure:3096: result: x86_64-unknown-cygwin
configure:3128: checking for style of include used by make
configure:3156: result: GNU
configure:3226: checking for gcc
configure:3242: found /usr/bin/gcc
configure:3253: result: gcc
configure:3482: checking for C compiler version
configure:3491: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3502: $? = 0
configure:3491: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:3502: $? = 0
configure:3491: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3502: $? = 1
configure:3491: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3502: $? = 1
configure:3522: checking whether the C compiler works
configure:3544: gcc      conftest.c  >&5
configure:3548: $? = 0
configure:3596: result: yes
configure:3599: checking for C compiler default output file name
configure:3601: result: a.exe
configure:3607: checking for suffix of executables
configure:3614: gcc -o conftest.exe      conftest.c  >&5
configure:3618: $? = 0
configure:3640: result: .exe
configure:3662: checking whether we are cross compiling
configure:3670: gcc -o conftest.exe      conftest.c  >&5
configure:3674: $? = 0
configure:3681: ./conftest.exe
configure:3685: $? = 0
configure:3700: result: no
configure:3705: checking for suffix of object files
configure:3727: gcc -c     conftest.c >&5
configure:3731: $? = 0
configure:3752: result: o
configure:3756: checking whether we are using the GNU C compiler
configure:3775: gcc -c     conftest.c >&5
configure:3775: $? = 0
configure:3784: result: yes
configure:3793: checking whether gcc accepts -g
configure:3813: gcc -c -g  conftest.c >&5
configure:3813: $? = 0
configure:3854: result: yes
configure:3871: checking for gcc option to accept ISO C89
configure:3935: gcc  -c     conftest.c >&5
configure:3935: $? = 0
configure:3948: result: none needed
configure:3970: checking dependency style of gcc
configure:4080: result: gcc3
configure:4095: checking for a sed that does not truncate output
configure:4159: result: /usr/bin/sed
configure:4177: checking for grep that handles long lines and -e
configure:4235: result: /usr/bin/grep
configure:4240: checking for egrep
configure:4302: result: /usr/bin/grep -E
configure:4307: checking for fgrep
configure:4369: result: /usr/bin/grep -F
configure:4404: checking for ld used by gcc
configure:4471: result: /usr/x86_64-pc-cygwin/bin/ld.exe
configure:4478: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld
configure:4493: result: yes
configure:4505: checking for BSD- or MS-compatible name lister (nm)
configure:4554: result: /usr/bin/nm -B
configure:4672: checking the name lister (/usr/bin/nm -B) interface
configure:4679: gcc -c     conftest.c >&5
configure:4682: /usr/bin/nm -B "conftest.o"
configure:4685: output
0000000000000000 b .bss
0000000000000000 d .data
0000000000000000 r .rdata$zzz
0000000000000000 t .text
0000000000000000 B some_variable
configure:4692: result: BSD nm
configure:4695: checking whether ln -s works
configure:4699: result: yes
configure:4707: checking the maximum length of command line arguments
configure:4827: result: 8192
configure:4844: checking whether the shell understands some XSI constructs
configure:4854: result: yes
configure:4858: checking whether the shell understands "+="
configure:4864: result: yes
configure:4899: checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files
configure:4906: result: -r
configure:4975: checking for objdump
configure:4991: found /usr/bin/objdump
configure:5002: result: objdump
configure:5034: checking how to recognize dependent libraries
configure:5230: result: file_magic ^x86 archive import|^x86 DLL
configure:5290: checking for ar
configure:5306: found /usr/bin/ar
configure:5317: result: ar
configure:5395: checking for strip
configure:5411: found /usr/bin/strip
configure:5422: result: strip
configure:5494: checking for ranlib
configure:5510: found /usr/bin/ranlib
configure:5521: result: ranlib
configure:5611: checking command to parse /usr/bin/nm -B output from gcc object
configure:5729: gcc -c     conftest.c >&5
configure:5732: $? = 0
configure:5736: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5739: $? = 0
configure:5793: gcc -o conftest.exe      conftest.c conftstm.o >&5
configure:5796: $? = 0
configure:5834: result: ok
configure:6643: checking how to run the C preprocessor
configure:6674: gcc -E  conftest.c
configure:6674: $? = 0
configure:6688: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6713: result: gcc -E
configure:6733: gcc -E  conftest.c
configure:6733: $? = 0
configure:6747: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6776: checking for ANSI C header files
configure:6796: gcc -c     conftest.c >&5
configure:6796: $? = 0
configure:6869: gcc -o conftest.exe      conftest.c  >&5
configure:6869: $? = 0
configure:6869: ./conftest.exe
configure:6869: $? = 0
configure:6880: result: yes
configure:6893: checking for sys/types.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for sys/stat.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for stdlib.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for string.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for memory.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for strings.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for inttypes.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for stdint.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6893: checking for unistd.h
configure:6893: gcc -c     conftest.c >&5
configure:6893: $? = 0
configure:6893: result: yes
configure:6907: checking for dlfcn.h
configure:6907: gcc -c     conftest.c >&5
configure:6907: $? = 0
configure:6907: result: yes
configure:7090: checking for objdir
configure:7105: result: .libs
configure:7401: checking if gcc supports -fno-rtti -fno-exceptions
configure:7419: gcc -c     -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:7423: $? = 0
configure:7436: result: no
configure:7456: checking for gcc option to produce PIC
configure:7728: result: -DDLL_EXPORT -DPIC
configure:7740: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
configure:7758: gcc -c     -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:7762: $? = 0
configure:7775: result: yes
configure:7799: checking if gcc static flag -static works
configure:7827: result: yes
configure:7842: checking if gcc supports -c -o file.o
configure:7863: gcc -c     -o out/conftest2.o conftest.c >&5
configure:7867: $? = 0
configure:7889: result: yes
configure:7897: checking if gcc supports -c -o file.o
configure:7944: result: yes
configure:7977: checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries
configure:8963: result: yes
configure:9202: checking dynamic linker characteristics
configure:9853: result: Win32 ld.exe
configure:9955: checking how to hardcode library paths into programs
configure:9980: result: immediate
configure:10500: checking whether stripping libraries is possible
configure:10505: result: yes
configure:10540: checking if libtool supports shared libraries
configure:10542: result: yes
configure:10545: checking whether to build shared libraries
configure:10566: result: no
configure:10569: checking whether to build static libraries
configure:10573: result: yes
configure:10685: checking for gcc
configure:10712: result: gcc
configure:10941: checking for C compiler version
configure:10950: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:10961: $? = 0
configure:10950: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-cygwin/4.8.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.2-1/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:10961: $? = 0
configure:10950: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:10961: $? = 1
configure:10950: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:10961: $? = 1
configure:10965: checking whether we are using the GNU C compiler
configure:10993: result: yes
configure:11002: checking whether gcc accepts -g
configure:11063: result: yes
configure:11080: checking for gcc option to accept ISO C89
configure:11157: result: none needed
configure:11179: checking dependency style of gcc
configure:11289: result: gcc3
configure:11306: checking whether to enable assertions
configure:11324: result: yes
configure:11331: checking pthread.h usability
configure:11331: gcc -c     conftest.c >&5
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking pthread.h presence
configure:11331: gcc -E  conftest.c
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking for pthread.h
configure:11331: result: yes
configure:11331: checking atomic.h usability
configure:11331: gcc -c     conftest.c >&5
conftest.c:57:20: fatal error: atomic.h: No such file or directory
 #include <atomic.h>
                    ^
compilation terminated.
configure:11331: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <atomic.h>
configure:11331: result: no
configure:11331: checking atomic.h presence
configure:11331: gcc -E  conftest.c
conftest.c:24:20: fatal error: atomic.h: No such file or directory
 #include <atomic.h>
                    ^
compilation terminated.
configure:11331: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <atomic.h>
configure:11331: result: no
configure:11331: checking for atomic.h
configure:11331: result: no
configure:11331: checking intrin.h usability
configure:11331: gcc -c     conftest.c >&5
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking intrin.h presence
configure:11331: gcc -E  conftest.c
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking for intrin.h
configure:11331: result: yes
configure:11331: checking for inttypes.h
configure:11331: result: yes
configure:11331: checking for stdint.h
configure:11331: result: yes
configure:11331: checking stddef.h usability
configure:11331: gcc -c     conftest.c >&5
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking stddef.h presence
configure:11331: gcc -E  conftest.c
configure:11331: $? = 0
configure:11331: result: yes
configure:11331: checking for stddef.h
configure:11331: result: yes
configure:11342: checking for C/C++ restrict keyword
configure:11367: gcc -c     conftest.c >&5
configure:11367: $? = 0
configure:11375: result: __restrict
configure:11388: checking for inline
configure:11404: gcc -c     conftest.c >&5
configure:11404: $? = 0
configure:11412: result: inline
configure:11433: checking for an ANSI C-conforming const
configure:11498: gcc -c     conftest.c >&5
configure:11498: $? = 0
configure:11505: result: yes
configure:11514: checking for pthread_create in -lpthread
configure:11539: gcc -o conftest.exe      conftest.c -lpthread   >&5
configure:11539: $? = 0
configure:11548: result: yes
configure:11562: checking for pthread_yield
configure:11562: gcc -o conftest.exe      conftest.c -lpthread  >&5
configure:11562: $? = 0
configure:11562: result: yes
configure:11592: checking if 100 threads can be run at once
configure:11630: gcc -o conftest.exe      conftest.c -lpthread  >&5
configure:11630: $? = 0
configure:11630: ./conftest.exe
configure:11630: $? = 0
configure:11631: result: yes
configure:11705: checking size of void *
configure:11710: gcc -o conftest.exe      conftest.c -lpthread  >&5
configure:11710: $? = 0
configure:11710: ./conftest.exe
configure:11710: $? = 0
configure:11724: result: 8
configure:11738: checking size of int
configure:11743: gcc -o conftest.exe      conftest.c -lpthread  >&5
configure:11743: $? = 0
configure:11743: ./conftest.exe
configure:11743: $? = 0
configure:11757: result: 4
configure:11769: checking whether __attribute__ allowed
configure:11786: gcc -c     conftest.c >&5
configure:11786: $? = 0
configure:11793: result: yes
configure:11795: checking whether __attribute__((format)) allowed
configure:11812: gcc -c     conftest.c >&5
configure:11812: $? = 0
configure:11819: result: yes
configure:11828: checking if compiler rejects bogus asm statements
configure:11843: gcc -o conftest.exe      conftest.c -lpthread  >&5
/tmp/cctasHwr.s: Assembler messages:
/tmp/cctasHwr.s:18: Error: no such instruction: `illegal_asm_stmt'
configure:11843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|     __asm__ __volatile__ ("ILLEGAL_ASM_STMT");
| 
|   ;
|   return 0;
| }
configure:11850: result: yes
configure:11905: checking for support for gcc x86/x86_64 primitives
configure:12031: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
configure:12031: $? = 0
configure:12031: ./conftest.exe
configure:12031: $? = 0
configure:12036: result: yes
configure:12058: checking for support for gcc x86 primitives for pre-Pentium 4
configure:12184: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
configure:12184: $? = 0
configure:12184: ./conftest.exe
configure:12184: $? = 0
configure:12189: result: yes
configure:12210: checking for support for gcc ia64 primitives
configure:12266: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
/tmp/ccswPzhp.s: Assembler messages:
/tmp/ccswPzhp.s:48: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$-1'
/tmp/ccswPzhp.s:78: Error: no such instruction: `zxt4 (%r8)=(%r8)'
/tmp/ccswPzhp.s:78: Error: invalid character '=' in operand 1
/tmp/ccswPzhp.s:78: Error: no such instruction: `cmpxchg4.rel %eax=[%rdx],%ecx,ar.ccv'
/tmp/ccswPzhp.s:153: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$-16'
/tmp/ccswPzhp.s:164: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$-8'
/tmp/ccswPzhp.s:175: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$-4'
/tmp/ccswPzhp.s:186: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$-1'
/tmp/ccswPzhp.s:197: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$1'
/tmp/ccswPzhp.s:208: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$4'
/tmp/ccswPzhp.s:219: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$8'
/tmp/ccswPzhp.s:230: Error: no such instruction: `fetchadd4.rel %eax=[%rax],$16'
/tmp/ccswPzhp.s:274: Error: no such instruction: `xchg8 %eax=[%rdx],%eax'
/tmp/ccswPzhp.s:443: Error: no such instruction: `mf'
/tmp/ccswPzhp.s:446: Error: no such instruction: `mf'
/tmp/ccswPzhp.s:449: Error: no such instruction: `mf'
configure:12266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_GCC_X86_32_64 1
| #define HAVE_GCC_X86_32_64_P3 1
| /* end confdefs.h.  */
| 
| #define OPA_SIZEOF_INT SIZEOF_INT
| #define OPA_SIZEOF_VOID_P SIZEOF_VOID_P
| #ifndef _opa_inline
| #define _opa_inline inline
| #endif
| #ifndef _opa_restrict
| #define _opa_restrict restrict
| #endif
| #ifndef _opa_const
| #define _opa_const const
| #endif
| #ifdef HAVE_GCC_ATTRIBUTE
| #define OPA_HAVE_GCC_ATTRIBUTE 1
| #endif
| #include "opa_util.h" /* for OPA_ATTRIBUTE and friends */
| #include "primitives/opa_gcc_ia64.h"
| 
| int
| main ()
| {
| 
|     OPA_int_t a, b;
|     int c;
| 
|     OPA_store_int(&a, 0);
|     OPA_store_int(&b, 1);
|     c = OPA_load_int(&a);
| 
|     OPA_add_int(&a, 10);
|     OPA_incr_int(&a);
|     OPA_decr_int(&a);
| 
|     c = OPA_decr_and_test_int(&a);
|     c = OPA_fetch_and_add_int(&a, 10);
|     c = OPA_fetch_and_incr_int(&a);
|     c = OPA_fetch_and_decr_int(&a);
| 
|     c = OPA_cas_int(&a, 10, 11);
|     c = OPA_swap_int(&a, OPA_load_int(&b));
| 
|     OPA_write_barrier();
|     OPA_read_barrier();
|     OPA_read_write_barrier();
| 
|   ;
|   return 0;
| }
| 
configure:12275: result: no
configure:12290: checking for support for gcc PowerPC atomics
configure:12346: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
/tmp/ccvR8GR4.s: Assembler messages:
/tmp/ccvR8GR4.s:47: Error: no such instruction: `lwarx %eax,0,%rax'
/tmp/ccvR8GR4.s:74: Error: no such instruction: `stwcx. %ecx,0,%rdx'
/tmp/ccvR8GR4.s:75: Error: no such instruction: `beq 1f'
/tmp/ccvR8GR4.s:76: Error: no such instruction: `li %eax,0'
/tmp/ccvR8GR4.s:359: Error: no such instruction: `sync'
/tmp/ccvR8GR4.s:362: Error: no such instruction: `sync'
/tmp/ccvR8GR4.s:365: Error: no such instruction: `sync'
configure:12346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_GCC_X86_32_64 1
| #define HAVE_GCC_X86_32_64_P3 1
| /* end confdefs.h.  */
| 
| #define OPA_SIZEOF_INT SIZEOF_INT
| #define OPA_SIZEOF_VOID_P SIZEOF_VOID_P
| #ifndef _opa_inline
| #define _opa_inline inline
| #endif
| #ifndef _opa_restrict
| #define _opa_restrict restrict
| #endif
| #ifndef _opa_const
| #define _opa_const const
| #endif
| #ifdef HAVE_GCC_ATTRIBUTE
| #define OPA_HAVE_GCC_ATTRIBUTE 1
| #endif
| #include "opa_util.h" /* for OPA_ATTRIBUTE and friends */
| #include "primitives/opa_gcc_ppc.h"
| 
| int
| main ()
| {
| 
|     OPA_int_t a, b;
|     int c;
| 
|     OPA_store_int(&a, 0);
|     OPA_store_int(&b, 1);
|     c = OPA_load_int(&a);
| 
|     OPA_add_int(&a, 10);
|     OPA_incr_int(&a);
|     OPA_decr_int(&a);
| 
|     c = OPA_decr_and_test_int(&a);
|     c = OPA_fetch_and_add_int(&a, 10);
|     c = OPA_fetch_and_incr_int(&a);
|     c = OPA_fetch_and_decr_int(&a);
| 
|     c = OPA_cas_int(&a, 10, 11);
|     c = OPA_swap_int(&a, OPA_load_int(&b));
| 
|     OPA_write_barrier();
|     OPA_read_barrier();
|     OPA_read_write_barrier();
| 
|   ;
|   return 0;
| }
| 
configure:12355: result: no
configure:12370: checking for support for gcc SiCortex atomics
configure:12426: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
/tmp/ccbHKBgF.s: Assembler messages:
/tmp/ccbHKBgF.s:49: Error: expected comma after "mips3"
/tmp/ccbHKBgF.s:50: Error: expected comma after "noreorder"
/tmp/ccbHKBgF.s:51: Error: no such instruction: `ll %rcx,(%r8)'
/tmp/ccbHKBgF.s:52: Error: no such instruction: `addu %rdx,%rcx,%eax'
/tmp/ccbHKBgF.s:53: Error: no such instruction: `sc %rdx,(%r8)'
/tmp/ccbHKBgF.s:54: Error: no such instruction: `beqz %rdx,1b'
/tmp/ccbHKBgF.s:56: Error: expected comma after "reorder"
/tmp/ccbHKBgF.s:57: Error: expected comma after "mips0"
/tmp/ccbHKBgF.s:84: Error: expected comma after "mips3"
/tmp/ccbHKBgF.s:85: Error: expected comma after "noreorder"
/tmp/ccbHKBgF.s:86: Error: no such instruction: `ll %rcx,(%r8)'
/tmp/ccbHKBgF.s:87: Error: no such instruction: `move %rdx,%eax'
/tmp/ccbHKBgF.s:88: Error: no such instruction: `sc %rdx,(%r8)'
/tmp/ccbHKBgF.s:89: Error: no such instruction: `beqz %rdx,1b'
/tmp/ccbHKBgF.s:91: Error: expected comma after "reorder"
/tmp/ccbHKBgF.s:92: Error: expected comma after "mips0"
/tmp/ccbHKBgF.s:121: Error: expected comma after "mips3"
/tmp/ccbHKBgF.s:122: Error: expected comma after "noreorder"
/tmp/ccbHKBgF.s:123: Error: no such instruction: `ll %r8,(%r9)'
/tmp/ccbHKBgF.s:124: Error: no such instruction: `bne %r8,%edx,1f'
/tmp/ccbHKBgF.s:125: Error: no such instruction: `move %rcx,%eax'
/tmp/ccbHKBgF.s:126: Error: no such instruction: `sc %rcx,(%r9)'
/tmp/ccbHKBgF.s:127: Error: no such instruction: `beqz %rcx,1b'
/tmp/ccbHKBgF.s:129: Error: expected comma after "reorder"
/tmp/ccbHKBgF.s:131: Error: expected comma after "mips0"
/tmp/ccbHKBgF.s:395: Error: no such instruction: `sync'
/tmp/ccbHKBgF.s:398: Error: no such instruction: `sync'
/tmp/ccbHKBgF.s:401: Error: no such instruction: `sync'
configure:12426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_GCC_X86_32_64 1
| #define HAVE_GCC_X86_32_64_P3 1
| /* end confdefs.h.  */
| 
| #define OPA_SIZEOF_INT SIZEOF_INT
| #define OPA_SIZEOF_VOID_P SIZEOF_VOID_P
| #ifndef _opa_inline
| #define _opa_inline inline
| #endif
| #ifndef _opa_restrict
| #define _opa_restrict restrict
| #endif
| #ifndef _opa_const
| #define _opa_const const
| #endif
| #ifdef HAVE_GCC_ATTRIBUTE
| #define OPA_HAVE_GCC_ATTRIBUTE 1
| #endif
| #include "opa_util.h" /* for OPA_ATTRIBUTE and friends */
| #include "primitives/opa_gcc_sicortex.h"
| 
| int
| main ()
| {
| 
|     OPA_int_t a, b;
|     int c;
| 
|     OPA_store_int(&a, 0);
|     OPA_store_int(&b, 1);
|     c = OPA_load_int(&a);
| 
|     OPA_add_int(&a, 10);
|     OPA_incr_int(&a);
|     OPA_decr_int(&a);
| 
|     c = OPA_decr_and_test_int(&a);
|     c = OPA_fetch_and_add_int(&a, 10);
|     c = OPA_fetch_and_incr_int(&a);
|     c = OPA_fetch_and_decr_int(&a);
| 
|     c = OPA_cas_int(&a, 10, 11);
|     c = OPA_swap_int(&a, OPA_load_int(&b));
| 
|     OPA_write_barrier();
|     OPA_read_barrier();
|     OPA_read_write_barrier();
| 
|   ;
|   return 0;
| }
| 
configure:12435: result: no
configure:12452: checking for support for gcc atomic intrinsics
configure:12508: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
configure:12508: $? = 0
configure:12513: result: yes
configure:12532: checking for support for Windows NT atomic intrinsics
configure:12588: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
In file included from conftest.c:54:0:
./src/primitives/opa_nt_intrinsics.h:13:17: fatal error: mpi.h: No such file or directory
 #include "mpi.h"
                 ^
compilation terminated.
configure:12588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_GCC_X86_32_64 1
| #define HAVE_GCC_X86_32_64_P3 1
| #define HAVE_GCC_INTRINSIC_ATOMICS 1
| /* end confdefs.h.  */
| 
| #define OPA_SIZEOF_INT SIZEOF_INT
| #define OPA_SIZEOF_VOID_P SIZEOF_VOID_P
| #ifndef _opa_inline
| #define _opa_inline inline
| #endif
| #ifndef _opa_restrict
| #define _opa_restrict restrict
| #endif
| #ifndef _opa_const
| #define _opa_const const
| #endif
| #ifdef HAVE_GCC_ATTRIBUTE
| #define OPA_HAVE_GCC_ATTRIBUTE 1
| #endif
| #include "opa_util.h" /* for OPA_ATTRIBUTE and friends */
| #include "primitives/opa_nt_intrinsics.h"
| 
| int
| main ()
| {
| 
|     OPA_int_t a, b;
|     int c;
| 
|     OPA_store_int(&a, 0);
|     OPA_store_int(&b, 1);
|     c = OPA_load_int(&a);
| 
|     OPA_add_int(&a, 10);
|     OPA_incr_int(&a);
|     OPA_decr_int(&a);
| 
|     c = OPA_decr_and_test_int(&a);
|     c = OPA_fetch_and_add_int(&a, 10);
|     c = OPA_fetch_and_incr_int(&a);
|     c = OPA_fetch_and_decr_int(&a);
| 
|     c = OPA_cas_int(&a, 10, 11);
|     c = OPA_swap_int(&a, OPA_load_int(&b));
| 
|     OPA_write_barrier();
|     OPA_read_barrier();
|     OPA_read_write_barrier();
| 
|   ;
|   return 0;
| }
| 
configure:12597: result: no
configure:12612: checking for support for Sun atomic operations library
configure:12668: gcc -o conftest.exe    -I./src   conftest.c -lpthread  >&5
In file included from conftest.c:54:0:
./src/primitives/opa_sun_atomic_ops.h:11:20: fatal error: atomic.h: No such file or directory
 #include <atomic.h>
                    ^
compilation terminated.
configure:12668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenPA"
| #define PACKAGE_TARNAME "openpa"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "OpenPA 1.0.2"
| #define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
| #define PACKAGE_URL ""
| #define PACKAGE "openpa"
| #define VERSION "1.0.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_INTRIN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define restrict __restrict
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_YIELD 1
| #define MAX_NTHREADS 100
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define HAVE_GCC_ATTRIBUTE 1
| #define HAVE_GCC_X86_32_64 1
| #define HAVE_GCC_X86_32_64_P3 1
| #define HAVE_GCC_INTRINSIC_ATOMICS 1
| /* end confdefs.h.  */
| 
| #define OPA_SIZEOF_INT SIZEOF_INT
| #define OPA_SIZEOF_VOID_P SIZEOF_VOID_P
| #ifndef _opa_inline
| #define _opa_inline inline
| #endif
| #ifndef _opa_restrict
| #define _opa_restrict restrict
| #endif
| #ifndef _opa_const
| #define _opa_const const
| #endif
| #ifdef HAVE_GCC_ATTRIBUTE
| #define OPA_HAVE_GCC_ATTRIBUTE 1
| #endif
| #include "opa_util.h" /* for OPA_ATTRIBUTE and friends */
| #include "primitives/opa_sun_atomic_ops.h"
| 
| int
| main ()
| {
| 
|     OPA_int_t a, b;
|     int c;
| 
|     OPA_store_int(&a, 0);
|     OPA_store_int(&b, 1);
|     c = OPA_load_int(&a);
| 
|     OPA_add_int(&a, 10);
|     OPA_incr_int(&a);
|     OPA_decr_int(&a);
| 
|     c = OPA_decr_and_test_int(&a);
|     c = OPA_fetch_and_add_int(&a, 10);
|     c = OPA_fetch_and_incr_int(&a);
|     c = OPA_fetch_and_decr_int(&a);
| 
|     c = OPA_cas_int(&a, 10, 11);
|     c = OPA_swap_int(&a, OPA_load_int(&b));
| 
|     OPA_write_barrier();
|     OPA_read_barrier();
|     OPA_read_write_barrier();
| 
|   ;
|   return 0;
| }
| 
configure:12677: result: no
configure:12754: checking whether to enable strict fairness checks
configure:12770: result: no
configure:12900: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by OpenPA config.status 1.0.2, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Anachronoss

config.status:1104: creating Makefile
config.status:1104: creating src/Makefile
config.status:1104: creating test/Makefile
config.status:1104: creating openpa.pc
config.status:1104: creating src/config.h
config.status:1332: executing depfiles commands
config.status:1332: executing libtool commands
config.status:1332: executing src/opa_config.h commands
config.status:2100: creating src/opa_config.h - prefix OPA for src/config.h defines

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='  '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_pthread_yield=yes
ac_cv_header_atomic_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_intrin_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-cygwin
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_void_p=8
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=8192
pac_cv_gnu_attr_format=yes
pac_cv_gnu_attr_pure=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='  '
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-cygwin/bin/ld.exe'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='openpa'
PACKAGE_BUGREPORT='https://trac.mcs.anl.gov/projects/openpa/newticket'
PACKAGE_NAME='OpenPA'
PACKAGE_STRING='OpenPA 1.0.2'
PACKAGE_TARNAME='openpa'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0.2'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-cygwin'
build_alias=''
build_cpu='x86_64'
build_os='cygwin'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
external_pkg_config_libs=''
host='x86_64-unknown-cygwin'
host_alias=''
host_cpu='x86_64'
host_os='cygwin'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/bin/mpich2-1.4.1/src/openpa/confdb/install-sh'
internal_pkg_config_libs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libopa_so_version='1:0'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/Κωστής/mpich-install'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "OpenPA"
#define PACKAGE_TARNAME "openpa"
#define PACKAGE_VERSION "1.0.2"
#define PACKAGE_STRING "OpenPA 1.0.2"
#define PACKAGE_BUGREPORT "https://trac.mcs.anl.gov/projects/openpa/newticket"
#define PACKAGE_URL ""
#define PACKAGE "openpa"
#define VERSION "1.0.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PTHREAD_H 1
#define HAVE_INTRIN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDDEF_H 1
#define restrict __restrict
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_YIELD 1
#define MAX_NTHREADS 100
#define SIZEOF_VOID_P 8
#define SIZEOF_INT 4
#define HAVE_GCC_ATTRIBUTE 1
#define HAVE_GCC_X86_32_64 1
#define HAVE_GCC_X86_32_64_P3 1
#define HAVE_GCC_INTRINSIC_ATOMICS 1

configure: exit 0


More information about the discuss mailing list