[mvapich-discuss] MVAPICH2 IFC compile problem

Christian Guggenberger christian.guggenberger at rzg.mpg.de
Wed Oct 10 06:34:00 EDT 2007


On Wed, Oct 10, 2007 at 11:05:59AM +0200, Marc Noguera wrote:
> Dear list,
> I guess this is the correct place to ask for help. I am trying to compile 
> MVAPICH2-1.0 on a Opteron Fedora Core 2 system, using Intel 10.0 fortran 
> compilers, and the OFED software stack.
> I am using the make.mvapich.ofa script which, I think, is meant for that 
> purpose.
> my compiling environment is as follows:
>
> CC=icc
> CXX=icc

a general comment (which might be unrelated to your problem) - the Intel
C++ compiler is 'icpc' not 'icc'.

cheers.

 - Christian


> F77=ifort
> F90=ifort
>
> the error comes out from configure at the step where f90 checking takes 
> place. It is probably a simple problem but I simply don't know what to do. 
> Any idea? is this a compiler problem or am I forgettin some configuration 
> option?
> please find attach the config.log file generated from the compile.
>
> Thanks in advance
> Marc
>
>
>

> 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.59.  Invocation command line was
> 
>   $ ./configure --prefix=/QFsoft/MVAPICH2/mvapich2-1.0_IFC10.0_64 --with-device=osu_ch3:mrail --with-rdma=gen2 --with-pm=mpd --disable-romio --without-mpe
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = borg70.uab.es
> uname -m = x86_64
> uname -r = 2.6.9-34.ELsmp
> uname -s = Linux
> uname -v = #1 SMP Fri Feb 24 16:56:28 EST 2006
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = x86_64
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /QFsoft/TURBOMOLE/turbomole5.6/bin/i686-pc-linux-gnu
> PATH: /QFsoft/TURBOMOLE/turbomole5.6/scripts
> PATH: /usr/local/torque/bin
> PATH: /usr/kerberos/bin
> PATH: /usr/local/bin
> PATH: /bin
> PATH: /usr/bin
> PATH: /usr/X11R6/bin
> PATH: /usr/local/ofed/bin
> PATH: /usr/local/ofed/sbin
> PATH: /QFcomm
> PATH: /QFsoft/java/bin
> PATH: /QFsoft/BABEL/openbabel-2.1.0/bin
> PATH: /QFsoft/midas/bin
> PATH: /QFsoft/mmabin
> PATH: /QFsoft/mmabin/mm3
> PATH: /QFsoft/IMOMM/mm392
> PATH: /QFsoft/gulp/Exe
> PATH: .
> PATH: /users/sysuser/bin
> PATH: /opt/intel/cce/10.0.023/bin
> PATH: /opt/intel/fce/10.0.023/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:2916: checking for gcc
> configure:2942: result: icc
> configure:3186: checking for C compiler version
> configure:3189: icc --version </dev/null >&5
> icc (ICC) 10.0 20070426
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:3192: $? = 0
> configure:3194: icc -v </dev/null >&5
> Version 10.0 
> configure:3197: $? = 0
> configure:3199: icc -V </dev/null >&5
> Intel(R) C Compiler for applications running on Intel(R) 64, Version 10.0    Build 20070426 Package ID: l_cc_p_10.0.023
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:3202: $? = 0
> configure:3225: checking for C compiler default output file name
> configure:3228: icc -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:3231: $? = 0
> configure:3277: result: a.out
> configure:3282: checking whether the C compiler works
> configure:3288: ./a.out
> configure:3291: $? = 0
> configure:3308: result: yes
> configure:3315: checking whether we are cross compiling
> configure:3317: result: no
> configure:3320: checking for suffix of executables
> configure:3322: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:3325: $? = 0
> configure:3350: result: 
> configure:3356: checking for suffix of object files
> configure:3377: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:3380: $? = 0
> configure:3402: result: o
> configure:3406: checking whether we are using the GNU C compiler
> configure:3430: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:3436: $? = 0
> configure:3439: test -z 			 || test ! -s conftest.err
> configure:3442: $? = 0
> configure:3445: test -s conftest.o
> configure:3448: $? = 0
> configure:3461: result: yes
> configure:3467: checking whether icc accepts -g
> configure:3488: icc -c -g  conftest.c >&5
> configure:3494: $? = 0
> configure:3497: test -z 			 || test ! -s conftest.err
> configure:3500: $? = 0
> configure:3503: test -s conftest.o
> configure:3506: $? = 0
> configure:3517: result: yes
> configure:3534: checking for icc option to accept ANSI C
> configure:3604: icc  -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:3610: $? = 0
> configure:3613: test -z 			 || test ! -s conftest.err
> configure:3616: $? = 0
> configure:3619: test -s conftest.o
> configure:3622: $? = 0
> configure:3640: result: none needed
> configure:3658: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(2): error: identifier "choke" is undefined
>     choke me
>     ^
> 
> conftest.c(3): error: expected a ";"
> 
> compilation aborted for conftest.c (code 2)
> configure:3664: $? = 2
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
> configure:4170: checking for type of weak symbol support
> configure:4199: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:4205: $? = 0
> configure:4208: test -z 			 || test ! -s conftest.err
> configure:4211: $? = 0
> configure:4214: test -s conftest
> configure:4217: $? = 0
> configure:4395: result: pragma weak
> configure:4422: checking whether __attribute__ ((weak)) allowed
> configure:4444: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:4450: $? = 0
> configure:4453: test -z 			 || test ! -s conftest.err
> configure:4456: $? = 0
> configure:4459: test -s conftest.o
> configure:4462: $? = 0
> configure:4473: result: yes
> configure:4487: checking for multiple weak symbol support
> configure:4524: result: yes
> configure:4681: checking for Fortran 77 compiler version
> configure:4685: ifort --version </dev/null >&5
> ifort (IFORT) 10.0 20070426
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:4688: $? = 0
> configure:4690: ifort -v </dev/null >&5
> Version 10.0 
> configure:4693: $? = 0
> configure:4695: ifort -V </dev/null >&5
> Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.0    Build 20070426 Package ID: l_fc_p_10.0.023
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:4698: $? = 0
> configure:4706: checking whether we are using the GNU Fortran 77 compiler
> configure:4720: ifort -c -L/usr/local/ofed/lib64 conftest.F >&5
> fortcom: Error: conftest.F, line 3: Syntax error, found END-OF-STATEMENT when expecting one of: => = . ( : %
>        choke me
> ---------------^
> fortcom: Error: conftest.F, line 3: This statement is positioned incorrectly and/or has syntax errors.
>        choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:4726: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |       end
> configure:4751: result: no
> configure:4757: checking whether ifort accepts -g
> configure:4769: ifort -c -g conftest.f >&5
> configure:4775: $? = 0
> configure:4778: test -z 			 || test ! -s conftest.err
> configure:4781: $? = 0
> configure:4784: test -s conftest.o
> configure:4787: $? = 0
> configure:4799: result: yes
> configure:5079: checking how to get verbose linking output from ifort
> configure:5090: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:5096: $? = 0
> configure:5099: test -z 			 || test ! -s conftest.err
> configure:5102: $? = 0
> configure:5105: test -s conftest.o
> configure:5108: $? = 0
> configure:5124: ifort -o conftest -L/usr/local/ofed/lib64 -v  conftest.f -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> Version 10.0 
> /opt/intel/fce/10.0.023/bin/fortcom    -D__INTEL_COMPILER=1000 -D_MT -D__ELF__ -D__INTEL_COMPILER_BUILD_DATE=20070426 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__x86_64 -D__x86_64__ -mGLOB_pack_sort_init_list -I. -I/opt/intel/fce/10.0.023/include -I/opt/intel/fce/10.0.023/substitute_headers -I/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/include -I/usr/local/include -I/usr/include -I/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/include "-fp_modspec fp_speculation_FAST" -O2 -mP1OPT_version=1000 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mGLOB_tune_for_fort -mGLOB_use_fort_dope_vector -mP2OPT_static_promotion -mP1OPT_print_version=FALSE -mP3OPT_use_mspp_call_convention -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE "-mGLOB_options_string=-o conftest -L/usr/local/ofed/lib64 -v -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread" -mGLOB_cxx_limited_range=FALSE -mP2OPT_eh_nirvana -mGLOB_diag_file=/tmp/ifort67Opjw.diag -mGLOB_as_output_backup_file_name=/tmp/ifortzlrNx2as_.s -mGLOB_machine_model=GLOB_MACHINE_MODEL_EFI2 -mGLOB_fp_speculation=GLOB_FP_SPECULATION_FAST -mGLOB_extended_instructions=0x8 -mP2OPT_subs_out_of_bound=FALSE -mGLOB_ansi_alias -mIPOPT_ninl_user_level=2 -mIPOPT_args_in_regs=0 -mPGOPTI_value_profile_use=T -mIPOPT_activate -mIPOPT_lite -mP2OPT_hlo_level=2 -mP2OPT_hlo -mPAROPT_par_report=1 -mIPOPT_obj_output_file_name=/tmp/ifort67Opjw.o "-mGLOB_linker_version=2.15.90.0.3 20040415" -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mGLOB_obj_output_file=/tmp/ifort67Opjw.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.f conftest.f
> ld    /usr/lib64/crt1.o /usr/lib64/crti.o /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/crtbegin.o --eh-frame-hdr -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /opt/intel/fce/10.0.023/lib/for_main.o -L/usr/local/ofed/lib64 /tmp/ifort67Opjw.o -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -Bstatic -lifport -lifcore -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lc -lgcc_s -lgcc -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/crtend.o /usr/lib64/crtn.o
> rm /tmp/ifortLeTpcggnudirs
> 
> rm /tmp/ifortLkDqqMgas
> 
> rm /tmp/ifortzlrNx2as_.s
> 
> rm /tmp/ifort08YaFildashv
> 
> rm /tmp/ifortKNY3Myarg
> 
> rm /tmp/ifortCsvtYOgnudirs
> 
> rm /tmp/ifort67Opjw.o
> configure:5180: result: -v
> configure:5182: checking for Fortran libraries of ifort
> configure:5202: ifort -o conftest -L/usr/local/ofed/lib64 -v  conftest.f -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> Version 10.0 
> /opt/intel/fce/10.0.023/bin/fortcom    -D__INTEL_COMPILER=1000 -D_MT -D__ELF__ -D__INTEL_COMPILER_BUILD_DATE=20070426 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__x86_64 -D__x86_64__ -mGLOB_pack_sort_init_list -I. -I/opt/intel/fce/10.0.023/include -I/opt/intel/fce/10.0.023/substitute_headers -I/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/include -I/usr/local/include -I/usr/include -I/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/include "-fp_modspec fp_speculation_FAST" -O2 -mP1OPT_version=1000 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mGLOB_tune_for_fort -mGLOB_use_fort_dope_vector -mP2OPT_static_promotion -mP1OPT_print_version=FALSE -mP3OPT_use_mspp_call_convention -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE "-mGLOB_options_string=-o conftest -L/usr/local/ofed/lib64 -v -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread" -mGLOB_cxx_limited_range=FALSE -mP2OPT_eh_nirvana -mGLOB_diag_file=/tmp/ifortOtTzkW.diag -mGLOB_as_output_backup_file_name=/tmp/ifortmPeWDuas_.s -mGLOB_machine_model=GLOB_MACHINE_MODEL_EFI2 -mGLOB_fp_speculation=GLOB_FP_SPECULATION_FAST -mGLOB_extended_instructions=0x8 -mP2OPT_subs_out_of_bound=FALSE -mGLOB_ansi_alias -mIPOPT_ninl_user_level=2 -mIPOPT_args_in_regs=0 -mPGOPTI_value_profile_use=T -mIPOPT_activate -mIPOPT_lite -mP2OPT_hlo_level=2 -mP2OPT_hlo -mPAROPT_par_report=1 -mIPOPT_obj_output_file_name=/tmp/ifortOtTzkW.o "-mGLOB_linker_version=2.15.90.0.3 20040415" -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mGLOB_obj_output_file=/tmp/ifortOtTzkW.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.f conftest.f
> ld    /usr/lib64/crt1.o /usr/lib64/crti.o /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/crtbegin.o --eh-frame-hdr -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /opt/intel/fce/10.0.023/lib/for_main.o -L/usr/local/ofed/lib64 /tmp/ifortOtTzkW.o -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -Bstatic -lifport -lifcore -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lc -lgcc_s -lgcc -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/crtend.o /usr/lib64/crtn.o
> rm /tmp/ifortrnO5aFgnudirs
> 
> rm /tmp/ifortbf54tdgas
> 
> rm /tmp/ifortmPeWDuas_.s
> 
> rm /tmp/ifortWOTNNLldashv
> 
> rm /tmp/ifortbdd8X2arg
> 
> rm /tmp/ifortEPz3bkgnudirs
> 
> rm /tmp/ifortOtTzkW.o
> configure:5364: result:  -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl
> configure:5375: checking whether C can link with  -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl
> configure:5396: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread  -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl >&5
> configure:5402: $? = 0
> configure:5405: test -z 			 || test ! -s conftest.err
> configure:5408: $? = 0
> configure:5411: test -s conftest
> configure:5414: $? = 0
> configure:5426: result: yes
> configure:5516: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:5522: $? = 0
> configure:5525: test -z 			 || test ! -s conftest.err
> configure:5528: $? = 0
> configure:5531: test -s conftest.o
> configure:5534: $? = 0
> configure:5547: checking for linker for Fortran main programs
> configure:5565: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:5568: $? = 0
> configure:5587: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:5590: $? = 0
> configure:5598: result: Use Fortran to link programs
> configure:5623: checking for Fortran 77 name mangling
> configure:5648: ifort -c -L/usr/local/ofed/lib64 conftest.f 1>&5
> configure:5651: $? = 0
> configure:5685: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c fconftestf.o  -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(23): warning #266: function "my_name" declared implicitly
>   my_name();
>   ^
> 
> /tmp/icc7ux2Wh.o(.text+0x1d): In function `main':
> : undefined reference to `my_name'
> configure:5691: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | my_name();
> |   ;
> |   return 0;
> | }
> configure:5730: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c fconftestf.o  -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(23): warning #266: function "my_name_" declared implicitly
>   my_name_();
>   ^
> 
> configure:5736: $? = 0
> configure:5739: test -z 			 || test ! -s conftest.err
> configure:5742: $? = 0
> configure:5745: test -s conftest
> configure:5748: $? = 0
> configure:5999: result: lower underscore
> configure:6092: checking what libraries are needed to link Fortran programs with C routines that use stdio
> configure:6111: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2 conftestc.c 1>&5
> configure:6114: $? = 0
> configure:6123: ifort -L/usr/local/ofed/lib64 -o conftest conftest.f conftestc.o 1>&5
> configure:6126: $? = 0
> configure:6144: result: none
> configure:6300: checking that f works as the extension for Fortran 90 program
> configure:6306: ifort -c  conftest.f >&5
> configure:6309: $? = 0
> configure:6311: result: yes
> configure:6358: checking for Fortran 90 compiler version
> configure:6362: ifort --version </dev/null >&5
> ifort (IFORT) 10.0 20070426
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:6365: $? = 0
> configure:6367: ifort -v </dev/null >&5
> Version 10.0 
> configure:6370: $? = 0
> configure:6372: ifort -V </dev/null >&5
> Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.0    Build 20070426 Package ID: l_fc_p_10.0.023
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:6375: $? = 0
> configure:6383: checking whether we are using the GNU Fortran 90 compiler
> configure:6397: ifort -c  conftest.F >&5
> fortcom: Error: conftest.F, line 3: Syntax error, found END-OF-STATEMENT when expecting one of: => = . ( : %
>        choke me
> ---------------^
> fortcom: Error: conftest.F, line 3: This statement is positioned incorrectly and/or has syntax errors.
>        choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:6403: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | 
> |       end
> configure:6428: result: no
> configure:6435: checking whether ifort accepts -g
> configure:6447: ifort -c -g conftest.f >&5
> configure:6453: $? = 0
> configure:6456: test -z 			 || test ! -s conftest.err
> configure:6459: $? = 0
> configure:6462: test -s conftest.o
> configure:6465: $? = 0
> configure:6477: result: yes
> configure:6755: checking for extension for Fortran 90 programs
> configure:6763: ifort -c  conftest.f90 1>&5
> configure:6766: $? = 0
> configure:6768: result: f90
> configure:6789: checking whether the Fortran 90 compiler (ifort  ) works
> configure:6807: ifort -o conftest   conftest.f90 -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread 1>&5
> configure:6810: $? = 0
> configure:6832: result: yes
> configure:6838: checking whether the Fortran 90 compiler (ifort  ) is a cross-compiler
> configure:6840: result: no
> configure:6845: checking whether Fortran 90 works with Fortran 77
> configure:6878: ifort -c -L/usr/local/ofed/lib64 conftest2.f 1>&5
> configure:6881: $? = 0
> configure:6883: ifort -o conftest   conftest1.f90 conftest2.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread 1>&5
> configure:6886: $? = 0
> configure:6898: result: yes
> configure:6938: checking whether Fortran accepts ! for comments
> configure:6957: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:6963: $? = 0
> configure:6966: test -z 			 || test ! -s conftest.err
> configure:6969: $? = 0
> configure:6972: test -s conftest.o
> configure:6975: $? = 0
> configure:6992: result: yes
> configure:7002: checking for include directory flag for Fortran
> configure:7022: ifort -c -L/usr/local/ofed/lib64 -Isrc conftest.f 1>&5
> configure:7025: $? = 0
> configure:7035: result: -I
> configure:7053: checking for Fortran 77 flag for library directories
> configure:7071: ifort -c -L/usr/local/ofed/lib64 conftest1.f 1>&5
> configure:7074: $? = 0
> configure:7082: ar cr conftest2/libconftest.a conftest1.o
> configure:7085: $? = 0
> configure:7088: ranlib conftest2/libconftest.a
> configure:7091: $? = 0
> configure:7095: ifort -o conftest -L/usr/local/ofed/lib64 -Lconftest2 conftest.f -lconftest  1>&5
> configure:7098: $? = 0
> configure:7112: result: -L
> configure:7184: checking for which Fortran libraries are needed to link C with Fortran
> configure:7195: ifort -c -L/usr/local/ofed/lib64 conftest.f 1>&5
> configure:7198: $? = 0
> configure:7234: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c mconftestf.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(31): warning #266: function "ftest_" declared implicitly
>   ftest_();
>   ^
> 
> configure:7240: $? = 0
> configure:7243: test -z 			 || test ! -s conftest.err
> configure:7246: $? = 0
> configure:7249: test -s conftest
> configure:7252: $? = 0
> configure:7405: result: none
> configure:7501: checking whether Fortran compiler processes .F files with C preprocessor
> configure:7512: ifort -c -L/usr/local/ofed/lib64  conftest.F 1>&5
> configure:7515: $? = 0
> configure:7537: result: yes
> configure:7682: checking that f works as the extension for Fortran 90 program
> configure:7688: ifort -c  conftest.f >&5
> configure:7691: $? = 0
> configure:7693: result: yes
> configure:7734: checking for Fortran 90 compiler version
> configure:7744: ifort --version </dev/null >&5
> ifort (IFORT) 10.0 20070426
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:7747: $? = 0
> configure:7749: ifort -v </dev/null >&5
> Version 10.0 
> configure:7752: $? = 0
> configure:7754: ifort -V </dev/null >&5
> Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.0    Build 20070426 Package ID: l_fc_p_10.0.023
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:7757: $? = 0
> configure:7765: checking whether we are using the GNU Fortran 90 compiler
> configure:7810: result: no
> configure:7817: checking whether ifort accepts -g
> configure:7859: result: yes
> configure:7882: checking for extension for Fortran 90 programs
> configure:7890: ifort -c  conftest.f90 1>&5
> configure:7893: $? = 0
> configure:7895: result: f90
> configure:7916: checking whether the Fortran 90 compiler (ifort  ) works
> configure:7934: ifort -o conftest   conftest.f90 -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread 1>&5
> configure:7937: $? = 0
> configure:7958: result: yes
> configure:7964: checking whether the Fortran 90 compiler (ifort  ) is a cross-compiler
> configure:7966: result: no
> configure:7995: checking for Fortran 90 module extension
> configure:8014: ifort -c  conftest.f >&5
> configure:8017: $? = 0
> configure:8069: result: mod
> configure:8079: checking for Fortran 90 module include flag
> configure:8104: ifort -c  conftest.f >&5
> configure:8107: $? = 0
> configure:8182: result: -I
> configure:8217: checking whether Fortran 90 accepts f90 suffix
> configure:8236: ifort -c  conftest.f90 >&5
> configure:8242: $? = 0
> configure:8245: test -z 			 || test ! -s conftest.err
> configure:8248: $? = 0
> configure:8251: test -s conftest.o
> configure:8254: $? = 0
> configure:8271: result: yes
> configure:8288: checking whether Fortran 90 compiler processes .F90 files with C preprocessor
> configure:8299: ifort -c   conftest.F90 1>&5
> configure:8302: $? = 0
> configure:8324: result: yes
> configure:8354: checking what libraries are needed to link Fortran90 programs with C routines that use stdio
> configure:8374: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2 conftestc.c 1>&5
> configure:8377: $? = 0
> configure:8386: ifort  -o conftest conftest.f90 conftestc.o 1>&5
> configure:8389: $? = 0
> configure:8407: result: none
> configure:8427: checking for f90 compiler vendor
> configure:8467: result: intel
> configure:8544: checking for c++
> configure:8570: result: icc
> configure:8688: checking for C++ compiler version
> configure:8691: icc --version </dev/null >&5
> icc (ICC) 10.0 20070426
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:8694: $? = 0
> configure:8696: icc -v </dev/null >&5
> Version 10.0 
> configure:8699: $? = 0
> configure:8701: icc -V </dev/null >&5
> Intel(R) C Compiler for applications running on Intel(R) 64, Version 10.0    Build 20070426 Package ID: l_cc_p_10.0.023
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> 
> configure:8704: $? = 0
> configure:8707: checking whether we are using the GNU C++ compiler
> configure:8731: icc -c   conftest.cc >&5
> configure:8737: $? = 0
> configure:8740: test -z 			 || test ! -s conftest.err
> configure:8743: $? = 0
> configure:8746: test -s conftest.o
> configure:8749: $? = 0
> configure:8762: result: yes
> configure:8768: checking whether icc accepts -g
> configure:8789: icc -c -g  conftest.cc >&5
> configure:8795: $? = 0
> configure:8798: test -z 			 || test ! -s conftest.err
> configure:8801: $? = 0
> configure:8804: test -s conftest.o
> configure:8807: $? = 0
> configure:8818: result: yes
> configure:8860: icc -c -g -O2  conftest.cc >&5
> configure:8866: $? = 0
> configure:8869: test -z 			 || test ! -s conftest.err
> configure:8872: $? = 0
> configure:8875: test -s conftest.o
> configure:8878: $? = 0
> configure:8904: icc -c -g -O2  conftest.cc >&5
> conftest.cc(26): error: identifier "exit" is undefined
>   exit (42);
>   ^
> 
> compilation aborted for conftest.cc (code 2)
> configure:8910: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
> configure:8860: icc -c -g -O2  conftest.cc >&5
> conftest.cc(22): error: namespace "std" has no member "exit"
>   extern "C" void std::exit (int) throw (); using std::exit;
>                        ^
> 
> conftest.cc(22): error: namespace "std" has no member "exit"
>   extern "C" void std::exit (int) throw (); using std::exit;
>                                                        ^
> 
> compilation aborted for conftest.cc (code 2)
> configure:8866: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | /* end confdefs.h.  */
> | extern "C" void std::exit (int) throw (); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
> configure:8860: icc -c -g -O2  conftest.cc >&5
> conftest.cc(22): error: namespace "std" has no member "exit"
>   extern "C" void std::exit (int); using std::exit;
>                        ^
> 
> conftest.cc(22): error: namespace "std" has no member "exit"
>   extern "C" void std::exit (int); using std::exit;
>                                               ^
> 
> compilation aborted for conftest.cc (code 2)
> configure:8866: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | /* end confdefs.h.  */
> | extern "C" void std::exit (int); using std::exit;
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | exit (42);
> |   ;
> |   return 0;
> | }
> configure:8860: icc -c -g -O2  conftest.cc >&5
> configure:8866: $? = 0
> configure:8869: test -z 			 || test ! -s conftest.err
> configure:8872: $? = 0
> configure:8875: test -s conftest.o
> configure:8878: $? = 0
> configure:8904: icc -c -g -O2  conftest.cc >&5
> configure:8910: $? = 0
> configure:8913: test -z 			 || test ! -s conftest.err
> configure:8916: $? = 0
> configure:8919: test -s conftest.o
> configure:8922: $? = 0
> configure:8965: checking whether the compiler supports exceptions
> configure:8994: icc -c   conftest.cc >&5
> configure:9000: $? = 0
> configure:9003: test -z 			 || test ! -s conftest.err
> configure:9006: $? = 0
> configure:9009: test -s conftest.o
> configure:9012: $? = 0
> configure:9030: result: yes
> configure:9040: checking whether the compiler recognizes bool as a built-in type
> configure:9073: icc -c   conftest.cc >&5
> configure:9079: $? = 0
> configure:9082: test -z 			 || test ! -s conftest.err
> configure:9085: $? = 0
> configure:9088: test -s conftest.o
> configure:9091: $? = 0
> configure:9109: result: yes
> configure:9119: checking whether the compiler implements namespaces
> configure:9148: icc -c   conftest.cc >&5
> configure:9154: $? = 0
> configure:9157: test -z 			 || test ! -s conftest.err
> configure:9160: $? = 0
> configure:9163: test -s conftest.o
> configure:9166: $? = 0
> configure:9184: result: yes
> configure:9205: checking whether <iostream> available
> configure:9229: icc -c   conftest.cc >&5
> configure:9235: $? = 0
> configure:9238: test -z 			 || test ! -s conftest.err
> configure:9241: $? = 0
> configure:9244: test -s conftest.o
> configure:9247: $? = 0
> configure:9258: result: yes
> configure:9264: checking whether the compiler implements the namespace std
> configure:9297: icc -c   conftest.cc >&5
> configure:9303: $? = 0
> configure:9306: test -z 			 || test ! -s conftest.err
> configure:9309: $? = 0
> configure:9312: test -s conftest.o
> configure:9315: $? = 0
> configure:9334: result: yes
> configure:9348: checking whether <math> available
> configure:9372: icc -c   conftest.cc >&5
> conftest.cc(29): catastrophic error: could not open source file "math"
>   #include <math>
>                  ^
> 
> compilation aborted for conftest.cc (code 4)
> configure:9378: $? = 4
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | /* end confdefs.h.  */
> | 
> | #include <math>
> | 
> | int
> | main ()
> | {
> | using namespace std;
> |   ;
> |   return 0;
> | }
> configure:9401: result: no
> configure:9450: checking for GNU g++ version
> configure:9481: icc -o conftest    conftest.cc -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:9484: $? = 0
> configure:9486: ./conftest
> ./conftest: error while loading shared libraries: libcxaguard.so.5: cannot open shared object file: No such file or directory
> configure:9489: $? = 127
> configure: program exited with status 127
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | int main() {
> |     int v = -1, m = -1;
> |     FILE *fp = fopen("conftest.out","w");
> | #ifdef __GNUC_MINOR__
> |     m = __GNUC_MINOR__;
> | #endif
> | #ifdef __GNUC__
> |     v = __GNUC__;
> | #endif
> |     fprintf( fp, "v=%d, m=%d\n", v, m );
> |     fclose( fp );
> |     return 0;
> | }
> configure:9508: result: unknown
> configure:9583: checking for perl
> configure:9601: found /usr/bin/perl
> configure:9613: result: /usr/bin/perl
> configure:9625: checking for ar
> configure:9641: found /usr/bin/ar
> configure:9651: result: ar
> configure:9672: checking for ranlib
> configure:9688: found /usr/bin/ranlib
> configure:9698: result: ranlib
> configure:9720: checking for etags
> configure:9749: result: no
> configure:9875: checking whether global variables handled properly
> configure:9932: result: yes
> configure:9953: checking for a BSD-compatible install
> configure:10008: result: /usr/bin/install -c
> configure:10028: checking whether install works
> configure:10036: result: yes
> configure:10052: checking whether install breaks libraries
> configure:10093: result: no
> configure:10115: checking whether mkdir -p works
> configure:10131: result: yes
> configure:10149: checking for make
> configure:10165: found /usr/bin/make
> configure:10175: result: make
> configure:10188: checking whether clock skew breaks make
> configure:10209: result: no
> configure:10219: checking whether make supports include
> configure:10243: result: no
> configure:10252: checking whether make allows comments in actions
> configure:10275: result: no
> configure:10280: WARNING: Your make does not allow comments in target code.
> Using this make may cause problems when building programs.
> You should consider using gnumake instead.
> configure:10289: checking for virtual path format
> configure:10328: result: VPATH
> configure:10338: checking whether make sets CFLAGS
> configure:10360: result: yes
> configure:10407: checking for bash
> configure:10437: result: /bin/sh
> configure:10458: checking whether /bin/sh supports arrays
> configure:10467: result: yes
> configure:10996: checking for doctext
> configure:11027: result: false
> configure:11036: checking for location of doctext style files
> configure:11053: result: unavailable
> configure:11065: checking for an ANSI C-conforming const
> configure:11132: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(59): warning #592: variable "t" is used before its value is set
>       *t++ = 0;
>        ^
> 
> conftest.c(74): warning #592: variable "b" is used before its value is set
>       struct s *b; b->j = 5;
>                    ^
> 
> configure:11138: $? = 0
> configure:11141: test -z 			 || test ! -s conftest.err
> configure:11144: $? = 0
> configure:11147: test -s conftest.o
> configure:11150: $? = 0
> configure:11161: result: yes
> configure:11172: checking for volatile
> configure:11194: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11200: $? = 0
> configure:11203: test -z 			 || test ! -s conftest.err
> configure:11206: $? = 0
> configure:11209: test -s conftest.o
> configure:11212: $? = 0
> configure:11223: result: yes
> configure:11234: checking for restrict
> configure:11256: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(34): error: expected a ";"
>   int * restrict a;
>                  ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11262: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | int * restrict a;
> |   ;
> |   return 0;
> | }
> configure:11301: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(34): error: expected a ";"
>   int * _Restrict a;
>                   ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11307: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 1
> | #define HAVE_NAMEPUB_SERVICE 1
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | int * _Restrict a;
> |   ;
> |   return 0;
> | }
> configure:11347: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11353: $? = 0
> configure:11356: test -z 			 || test ! -s conftest.err
> configure:11359: $? = 0
> configure:11362: test -s conftest.o
> configure:11365: $? = 0
> configure:11378: result: __restrict
> configure:11393: checking for inline
> configure:11414: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11420: $? = 0
> configure:11423: test -z 			 || test ! -s conftest.err
> configure:11426: $? = 0
> configure:11429: test -s conftest.o
> configure:11432: $? = 0
> configure:11444: result: inline
> configure:11467: checking whether __attribute__ allowed
> configure:11489: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11495: $? = 0
> configure:11498: test -z 			 || test ! -s conftest.err
> configure:11501: $? = 0
> configure:11504: test -s conftest.o
> configure:11507: $? = 0
> configure:11518: result: yes
> configure:11520: checking whether __attribute__((format)) allowed
> configure:11542: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11548: $? = 0
> configure:11551: test -z 			 || test ! -s conftest.err
> configure:11554: $? = 0
> configure:11557: test -s conftest.o
> configure:11560: $? = 0
> configure:11571: result: yes
> configure:11585: checking whether byte ordering is bigendian
> configure:11612: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:11618: $? = 0
> configure:11621: test -z 			 || test ! -s conftest.err
> configure:11624: $? = 0
> configure:11627: test -s conftest.o
> configure:11630: $? = 0
> configure:11654: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(39): error: identifier "not" is undefined
>    not big endian
>    ^
> 
> conftest.c(39): error: expected a ";"
>    not big endian
>            ^
> 
> conftest.c(42): warning #12: parsing restarts here after previous syntax error
>     ;
>     ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11660: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 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:11793: result: no
> configure:11820: checking whether C compiler allows unaligned doubles
> configure:11858: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:11861: $? = 0
> configure:11863: ./conftest
> configure:11866: $? = 0
> configure:11880: result: yes
> configure:11986: result: Using gcc to determine dependencies
> configure:12019: checking whether long double is supported
> configure:12041: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:12047: $? = 0
> configure:12050: test -z 			 || test ! -s conftest.err
> configure:12053: $? = 0
> configure:12056: test -s conftest.o
> configure:12059: $? = 0
> configure:12070: result: yes
> configure:12081: checking whether long long is supported
> configure:12103: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:12109: $? = 0
> configure:12112: test -z 			 || test ! -s conftest.err
> configure:12115: $? = 0
> configure:12118: test -s conftest.o
> configure:12121: $? = 0
> configure:12132: result: yes
> configure:12145: checking for max C struct integer alignment
> configure:12263: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12266: $? = 0
> configure:12268: ./conftest
> configure:12271: $? = 0
> configure:12287: result: eight
> configure:12324: checking for max C struct floating point alignment
> configure:12431: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12434: $? = 0
> configure:12436: ./conftest
> configure:12439: $? = 0
> configure:12455: result: sixteen
> configure:12490: checking for max C struct alignment of structs with doubles
> configure:12566: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12569: $? = 0
> configure:12571: ./conftest
> configure:12574: $? = 0
> configure:12590: result: eight
> configure:12597: checking for max C struct floating point alignment with long doubles
> configure:12674: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12677: $? = 0
> configure:12679: ./conftest
> configure:12682: $? = 0
> configure:12698: result: sixteen
> configure:12708: 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:12743: checking if alignment of structs with doubles is based on position
> configure:12782: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12785: $? = 0
> configure:12787: ./conftest
> configure:12790: $? = 0
> configure:12806: result: no
> configure:12822: checking if alignment of structs with long long ints is based on position
> configure:12863: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12866: $? = 0
> configure:12868: ./conftest
> configure:12871: $? = 0
> configure:12887: result: no
> configure:12903: checking if double alignment breaks rules, find actual alignment
> configure:12955: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:12958: $? = 0
> configure:12960: ./conftest
> configure:12963: $? = 0
> configure:12979: result: no
> configure:12995: checking for alignment restrictions on pointers
> configure:13020: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:13023: $? = 0
> configure:13025: ./conftest
> configure:13028: $? = 0
> configure:13051: result: int or better
> configure:13064: checking how to run the C preprocessor
> configure:13099: icc -E  conftest.c
> configure:13105: $? = 0
> configure:13137: icc -E  conftest.c
> conftest.c(40): error #5: could not open source file "ac_nonexistent.h"
>   #include <ac_nonexistent.h>
>                              ^
> 
> configure:13143: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 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
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:13182: result: icc -E
> configure:13206: icc -E  conftest.c
> configure:13212: $? = 0
> configure:13244: icc -E  conftest.c
> conftest.c(40): error #5: could not open source file "ac_nonexistent.h"
>   #include <ac_nonexistent.h>
>                              ^
> 
> configure:13250: $? = 2
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 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
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:13294: checking for egrep
> configure:13304: result: grep -E
> configure:13309: checking for ANSI C header files
> configure:13334: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:13340: $? = 0
> configure:13343: test -z 			 || test ! -s conftest.err
> configure:13346: $? = 0
> configure:13349: test -s conftest.o
> configure:13352: $? = 0
> configure:13438: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(57): warning #266: function "exit" declared implicitly
>         exit(2);
>         ^
> 
> configure:13441: $? = 0
> configure:13443: ./conftest
> configure:13446: $? = 0
> configure:13461: result: yes
> configure:13485: checking for sys/types.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for sys/stat.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for stdlib.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for string.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for memory.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for strings.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for inttypes.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for stdint.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13485: checking for unistd.h
> configure:13501: icc -E  conftest.c
> configure:13507: $? = 0
> configure:13558: result: yes
> configure:13571: checking for char
> configure:13595: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(87): warning #279: controlling expression is constant
>   if ((char *) 0)
>       ^
> 
> configure:13601: $? = 0
> configure:13604: test -z 			 || test ! -s conftest.err
> configure:13607: $? = 0
> configure:13610: test -s conftest.o
> configure:13613: $? = 0
> configure:13624: result: yes
> configure:13627: checking size of char
> configure:13939: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:13942: $? = 0
> configure:13944: ./conftest
> configure:13947: $? = 0
> configure:13970: result: 1
> configure:13977: checking for short
> configure:14001: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(88): warning #279: controlling expression is constant
>   if ((short *) 0)
>       ^
> 
> configure:14007: $? = 0
> configure:14010: test -z 			 || test ! -s conftest.err
> configure:14013: $? = 0
> configure:14016: test -s conftest.o
> configure:14019: $? = 0
> configure:14030: result: yes
> configure:14033: checking size of short
> configure:14345: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:14348: $? = 0
> configure:14350: ./conftest
> configure:14353: $? = 0
> configure:14376: result: 2
> configure:14383: checking for int
> configure:14407: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(89): warning #279: controlling expression is constant
>   if ((int *) 0)
>       ^
> 
> configure:14413: $? = 0
> configure:14416: test -z 			 || test ! -s conftest.err
> configure:14419: $? = 0
> configure:14422: test -s conftest.o
> configure:14425: $? = 0
> configure:14436: result: yes
> configure:14439: checking size of int
> configure:14751: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:14754: $? = 0
> configure:14756: ./conftest
> configure:14759: $? = 0
> configure:14782: result: 4
> configure:14789: checking for long
> configure:14813: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(90): warning #279: controlling expression is constant
>   if ((long *) 0)
>       ^
> 
> configure:14819: $? = 0
> configure:14822: test -z 			 || test ! -s conftest.err
> configure:14825: $? = 0
> configure:14828: test -s conftest.o
> configure:14831: $? = 0
> configure:14842: result: yes
> configure:14845: checking size of long
> configure:15157: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:15160: $? = 0
> configure:15162: ./conftest
> configure:15165: $? = 0
> configure:15188: result: 8
> configure:15195: checking for long long
> configure:15219: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(91): warning #279: controlling expression is constant
>   if ((long long *) 0)
>       ^
> 
> configure:15225: $? = 0
> configure:15228: test -z 			 || test ! -s conftest.err
> configure:15231: $? = 0
> configure:15234: test -s conftest.o
> configure:15237: $? = 0
> configure:15248: result: yes
> configure:15251: checking size of long long
> configure:15563: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:15566: $? = 0
> configure:15568: ./conftest
> configure:15571: $? = 0
> configure:15594: result: 8
> configure:15601: checking for float
> configure:15625: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(92): warning #279: controlling expression is constant
>   if ((float *) 0)
>       ^
> 
> configure:15631: $? = 0
> configure:15634: test -z 			 || test ! -s conftest.err
> configure:15637: $? = 0
> configure:15640: test -s conftest.o
> configure:15643: $? = 0
> configure:15654: result: yes
> configure:15657: checking size of float
> configure:15969: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:15972: $? = 0
> configure:15974: ./conftest
> configure:15977: $? = 0
> configure:16000: result: 4
> configure:16007: checking for double
> configure:16031: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(93): warning #279: controlling expression is constant
>   if ((double *) 0)
>       ^
> 
> configure:16037: $? = 0
> configure:16040: test -z 			 || test ! -s conftest.err
> configure:16043: $? = 0
> configure:16046: test -s conftest.o
> configure:16049: $? = 0
> configure:16060: result: yes
> configure:16063: checking size of double
> configure:16375: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:16378: $? = 0
> configure:16380: ./conftest
> configure:16383: $? = 0
> configure:16406: result: 8
> configure:16413: checking for long double
> configure:16437: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(94): warning #279: controlling expression is constant
>   if ((long double *) 0)
>       ^
> 
> configure:16443: $? = 0
> configure:16446: test -z 			 || test ! -s conftest.err
> configure:16449: $? = 0
> configure:16452: test -s conftest.o
> configure:16455: $? = 0
> configure:16466: result: yes
> configure:16469: checking size of long double
> configure:16781: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:16784: $? = 0
> configure:16786: ./conftest
> configure:16789: $? = 0
> configure:16812: result: 16
> configure:16819: checking for wchar_t
> configure:16843: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(95): warning #279: controlling expression is constant
>   if ((wchar_t *) 0)
>       ^
> 
> configure:16849: $? = 0
> configure:16852: test -z 			 || test ! -s conftest.err
> configure:16855: $? = 0
> configure:16858: test -s conftest.o
> configure:16861: $? = 0
> configure:16872: result: yes
> configure:16875: checking size of wchar_t
> configure:17187: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:17190: $? = 0
> configure:17192: ./conftest
> configure:17195: $? = 0
> configure:17218: result: 4
> configure:17371: checking for void *
> configure:17395: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> conftest.c(96): warning #279: controlling expression is constant
>   if ((void * *) 0)
>       ^
> 
> configure:17401: $? = 0
> configure:17404: test -z 			 || test ! -s conftest.err
> configure:17407: $? = 0
> configure:17410: test -s conftest.o
> configure:17413: $? = 0
> configure:17424: result: yes
> configure:17427: checking size of void *
> configure:17739: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:17742: $? = 0
> configure:17744: ./conftest
> configure:17747: $? = 0
> configure:17770: result: 8
> configure:17779: checking for size of float int
> configure:17805: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:17808: $? = 0
> configure:17810: ./conftest
> configure:17813: $? = 0
> configure:17835: result: 8
> configure:17841: checking for size of double int
> configure:17867: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:17870: $? = 0
> configure:17872: ./conftest
> configure:17875: $? = 0
> configure:17897: result: 12
> configure:17903: checking for size of long int
> configure:17929: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:17932: $? = 0
> configure:17934: ./conftest
> configure:17937: $? = 0
> configure:17959: result: 12
> configure:17965: checking for size of short int
> configure:17991: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:17994: $? = 0
> configure:17996: ./conftest
> configure:17999: $? = 0
> configure:18021: result: 6
> configure:18027: checking for size of 2 int
> configure:18053: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:18056: $? = 0
> configure:18058: ./conftest
> configure:18061: $? = 0
> configure:18083: result: 8
> configure:18089: checking for size of long double int
> configure:18115: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(66): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(67): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(a) + sizeof(b));
>                        ^
> 
> configure:18118: $? = 0
> configure:18120: ./conftest
> configure:18123: $? = 0
> configure:18145: result: 20
> configure:18154: checking for sys/bitypes.h
> configure:18170: icc -E  conftest.c
> configure:18176: $? = 0
> configure:18227: result: yes
> configure:18240: checking for int16_t
> configure:18264: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:18270: $? = 0
> configure:18273: test -z 			 || test ! -s conftest.err
> configure:18276: $? = 0
> configure:18279: test -s conftest.o
> configure:18282: $? = 0
> configure:18293: result: yes
> configure:18724: checking for int32_t
> configure:18748: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:18754: $? = 0
> configure:18757: test -z 			 || test ! -s conftest.err
> configure:18760: $? = 0
> configure:18763: test -s conftest.o
> configure:18766: $? = 0
> configure:18777: result: yes
> configure:19207: checking for int64_t
> configure:19231: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftest.c >&5
> configure:19237: $? = 0
> configure:19240: test -z 			 || test ! -s conftest.err
> configure:19243: $? = 0
> configure:19246: test -s conftest.o
> configure:19249: $? = 0
> configure:19260: result: yes
> configure:20442: checking for size of Fortran type integer
> configure:20476: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftestc.c >&5
> configure:20479: $? = 0
> configure:20499: ifort -o conftest -L/usr/local/ofed/lib64  conftest.f conftestc.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:20502: $? = 0
> configure:20536: result: 4
> configure:20547: checking for size of Fortran type real
> configure:20581: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftestc.c >&5
> configure:20584: $? = 0
> configure:20604: ifort -o conftest -L/usr/local/ofed/lib64  conftest.f conftestc.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:20607: $? = 0
> configure:20641: result: 4
> configure:20652: checking for size of Fortran type double precision
> configure:20686: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftestc.c >&5
> configure:20689: $? = 0
> configure:20709: ifort -o conftest -L/usr/local/ofed/lib64  conftest.f conftestc.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:20712: $? = 0
> configure:20746: result: 8
> configure:20765: checking whether integer*1 is supported
> configure:20777: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:20783: $? = 0
> configure:20786: test -z 			 || test ! -s conftest.err
> configure:20789: $? = 0
> configure:20792: test -s conftest.o
> configure:20795: $? = 0
> configure:20806: result: yes
> configure:20808: checking whether integer*2 is supported
> configure:20820: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:20826: $? = 0
> configure:20829: test -z 			 || test ! -s conftest.err
> configure:20832: $? = 0
> configure:20835: test -s conftest.o
> configure:20838: $? = 0
> configure:20849: result: yes
> configure:20851: checking whether integer*4 is supported
> configure:20863: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:20869: $? = 0
> configure:20872: test -z 			 || test ! -s conftest.err
> configure:20875: $? = 0
> configure:20878: test -s conftest.o
> configure:20881: $? = 0
> configure:20892: result: yes
> configure:20894: checking whether integer*8 is supported
> configure:20906: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:20912: $? = 0
> configure:20915: test -z 			 || test ! -s conftest.err
> configure:20918: $? = 0
> configure:20921: test -s conftest.o
> configure:20924: $? = 0
> configure:20935: result: yes
> configure:20937: checking whether integer*16 is supported
> configure:20949: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> fortcom: Error: conftest.f, line 2: This length or width specifier has been incorrectly used in this context.   [16]
>       integer*16 i
> --------------^
> compilation aborted for conftest.f (code 1)
> configure:20955: $? = 1
> configure: failed program was:
> |       program main
> |       integer*16 i
> |       end
> configure:20978: result: no
> configure:20980: checking whether real*4 is supported
> configure:20992: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:20998: $? = 0
> configure:21001: test -z 			 || test ! -s conftest.err
> configure:21004: $? = 0
> configure:21007: test -s conftest.o
> configure:21010: $? = 0
> configure:21021: result: yes
> configure:21023: checking whether real*8 is supported
> configure:21035: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:21041: $? = 0
> configure:21044: test -z 			 || test ! -s conftest.err
> configure:21047: $? = 0
> configure:21050: test -s conftest.o
> configure:21053: $? = 0
> configure:21064: result: yes
> configure:21066: checking whether real*16 is supported
> configure:21078: ifort -c -L/usr/local/ofed/lib64 conftest.f >&5
> configure:21084: $? = 0
> configure:21087: test -z 			 || test ! -s conftest.err
> configure:21090: $? = 0
> configure:21093: test -s conftest.o
> configure:21096: $? = 0
> configure:21107: result: yes
> configure:21499: checking for C type matching Fortran integer
> configure:21506: result: int
> configure:21552: checking for size of MPI_Status
> configure:21586: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> conftest.c(88): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> conftest.c(89): warning #181: argument is incompatible with corresponding format string conversion
>     fprintf(f, "%d\n", sizeof(MPI_Status));
>                        ^
> 
> configure:21589: $? = 0
> configure:21591: ./conftest
> configure:21594: $? = 0
> configure:21609: result: 20
> configure:21638: checking for values of Fortran logicals
> configure:21678: icc -c -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2  conftestc.c >&5
> conftestc.c(12): warning #266: function "exit" declared implicitly
>     if (!f) exit(1);
>             ^
> 
> configure:21681: $? = 0
> configure:21692: ifort -o conftest -L/usr/local/ofed/lib64  conftest.f conftestc.o -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:21695: $? = 0
> configure:21733: result: True is -1 and False is 0
> configure:22074: icc -E conftest.c >/dev/null 2>conftest.out
> configure:22077: $? = 0
> configure:22176: icc -o conftest -D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2   conftest.c -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:22179: $? = 0
> configure:22220: ifort -o conftest -L/usr/local/ofed/lib64  conftest.f -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:22223: $? = 0
> configure:22267: icc -o conftest    conftest.cc -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:22270: $? = 0
> configure:2324: ifort -o conftest   conftest.f90 -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:22362: checking for Fortran 90 integer kind for 8-byte integers
> configure:22394: ifort -o conftest   conftest.f90 -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:22397: $? = 0
> configure:22408: result: 8
> configure:22678: checking for bool
> configure:22702: icc -c   conftest.cc >&5
> conftest.cc(116): warning #279: controlling expression is constant
>   if ((bool *) 0)
>       ^
> 
> configure:22708: $? = 0
> configure:22711: test -z 			 || test ! -s conftest.err
> configure:22714: $? = 0
> configure:22717: test -s conftest.o
> configure:22720: $? = 0
> configure:22731: result: yes
> configure:22734: checking size of bool
> configure:23046: icc -o conftest    conftest.cc -L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread >&5
> configure:23049: $? = 0
> configure:23051: ./conftest
> ./conftest: error while loading shared libraries: libcxaguard.so.5: cannot open shared object file: No such file or directory
> configure:23054: $? = 127
> configure: program exited with status 127
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #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 USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> | #define HAVE_PRAGMA_WEAK 1
> | #define USE_WEAK_SYMBOLS 1
> | #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> | #define HAVE_LONG_LONG 1
> | #define F77_NAME_LOWER_USCORE 1
> | #define STDCALL 
> | #define HAVE_FORTRAN_BINDING 1
> | #ifdef __cplusplus
> | extern "C" void exit (int) throw ();
> | #endif
> | #define HAVE_CXX_EXCEPTIONS
> | #define HAVE_NAMESPACES
> | #define HAVE_NAMESPACE_STD
> | #define HAVE_CXX_BINDING 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 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 SIZEOF_CHAR 1
> | #define SIZEOF_SHORT 2
> | #define SIZEOF_INT 4
> | #define SIZEOF_LONG 8
> | #define SIZEOF_LONG_LONG 8
> | #define SIZEOF_FLOAT 4
> | #define SIZEOF_DOUBLE 8
> | #define SIZEOF_LONG_DOUBLE 16
> | #define SIZEOF_WCHAR_T 4
> | #define SIZEOF_VOID_P 8
> | #define HAVE_SYS_BITYPES_H 1
> | #define HAVE_INT16_T 1
> | #define HAVE_INT32_T 1
> | #define HAVE_INT64_T 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_FINT_IS_INT 1
> | #define F77_TRUE_VALUE_SET 1
> | #define F77_TRUE_VALUE -1
> | #define F77_FALSE_VALUE 0
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #else
> | # if HAVE_STDINT_H
> | #  include <stdint.h>
> | # endif
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | long longval () { return (long) (sizeof (bool)); }
> | unsigned long ulongval () { return (long) (sizeof (bool)); }
> | #include <stdio.h>
> | #include <stdlib.h>
> | int
> | main ()
> | {
> | 
> |   FILE *f = fopen ("conftest.val", "w");
> |   if (! f)
> |     exit (1);
> |   if (((long) (sizeof (bool))) < 0)
> |     {
> |       long i = longval ();
> |       if (i != ((long) (sizeof (bool))))
> | 	exit (1);
> |       fprintf (f, "%ld\n", i);
> |     }
> |   else
> |     {
> |       unsigned long i = ulongval ();
> |       if (i != ((long) (sizeof (bool))))
> | 	exit (1);
> |       fprintf (f, "%lu\n", i);
> |     }
> |   exit (ferror (f) || fclose (f) != 0);
> | 
> |   ;
> |   return 0;
> | }
> configure:23064: error: cannot compute sizeof (bool), 77
> See `config.log' for more details.
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_const=yes
> ac_cv_c_inline=inline
> 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_CC_set=set
> ac_cv_env_CC_value=icc
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2'
> 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=set
> ac_cv_env_CXX_value=icc
> ac_cv_env_F77_set=set
> ac_cv_env_F77_value=ifort
> ac_cv_env_F90FLAGS_set=
> ac_cv_env_F90FLAGS_value=
> ac_cv_env_F90_set=set
> ac_cv_env_F90_value=ifort
> ac_cv_env_FFLAGS_set=set
> ac_cv_env_FFLAGS_value=-L/usr/local/ofed/lib64
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_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=
> ac_cv_f77_compiler_gnu=no
> ac_cv_f77_libs=' -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl'
> ac_cv_f90_compiler_gnu=no
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_stdc=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_bitypes_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_objext=o
> ac_cv_path_BASH=/bin/sh
> ac_cv_path_DOCTEXT=false
> ac_cv_path_PERL=/usr/bin/perl
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_AR=ar
> ac_cv_prog_CPP='icc -E'
> ac_cv_prog_CXX=icc
> ac_cv_prog_MAKE=make
> ac_cv_prog_RANLIB=ranlib
> ac_cv_prog_ac_ct_CC=icc
> ac_cv_prog_cc_cross=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_globals_work=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_cc_works=yes
> ac_cv_prog_cxx_cross=
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_cxx_works=yes
> ac_cv_prog_egrep='grep -E'
> ac_cv_prog_f77_cross=
> ac_cv_prog_f77_g=yes
> ac_cv_prog_f77_v=-v
> ac_cv_prog_f77_works=yes
> ac_cv_prog_f90_cross=no
> ac_cv_prog_f90_g=yes
> ac_cv_prog_f90_works=yes
> ac_cv_prog_install_breaks_libs=no
> ac_cv_sizeof_char=1
> ac_cv_sizeof_double=8
> ac_cv_sizeof_float=4
> ac_cv_sizeof_int=4
> ac_cv_sizeof_long=8
> ac_cv_sizeof_long_double=16
> ac_cv_sizeof_long_long=8
> ac_cv_sizeof_short=2
> ac_cv_sizeof_void_p=8
> ac_cv_sizeof_wchar_t=4
> ac_cv_type_bool=yes
> ac_cv_type_char=yes
> ac_cv_type_double=yes
> ac_cv_type_float=yes
> ac_cv_type_int=yes
> ac_cv_type_long=yes
> ac_cv_type_long_double=yes
> ac_cv_type_long_long=yes
> ac_cv_type_short=yes
> ac_cv_type_void_p=yes
> ac_cv_type_wchar_t=yes
> pac_cv_attr_weak=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_restrict=__restrict
> pac_cv_c_struct_align_nr=8
> pac_cv_c_volatile=yes
> pac_cv_cxx_has_iostream=yes
> pac_cv_cxx_has_math=no
> pac_cv_f77_sizeof_double_precision=8
> pac_cv_f77_sizeof_integer=4
> pac_cv_f77_sizeof_real=4
> pac_cv_f90_accepts_F90=yes
> pac_cv_f90_and_f77=yes
> pac_cv_f90_ext=f90
> pac_cv_f90_ext_f90=yes
> pac_cv_f90_module_case=lower
> pac_cv_f90_module_ext=mod
> pac_cv_f90_module_incflag=-I
> pac_cv_f90_vendor=intel
> pac_cv_fort_accepts_F=yes
> pac_cv_fort_integer1=yes
> pac_cv_fort_integer16=no
> 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_gnu_attr_format=yes
> pac_cv_gnu_attr_pure=yes
> pac_cv_have_long_double=yes
> pac_cv_have_long_long=yes
> pac_cv_int16_t=yes
> pac_cv_int32_t=yes
> pac_cv_int64_t=yes
> pac_cv_mkdir_p=yes
> pac_cv_my_conf_dir=/users/sysuser/soft/mvapich2-1.0
> pac_cv_pointers_have_int_alignment=yes
> pac_cv_prog_TESTCPP='icc -E'
> pac_cv_prog_c_multiple_weak_symbols=yes
> pac_cv_prog_c_unaligned_doubles=yes
> pac_cv_prog_c_weak_symbols='pragma weak'
> 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 underscore'
> pac_cv_prog_f77_true_false_value='-1 0'
> pac_cv_prog_f90_and_c_stdio_libs=none
> pac_cv_prog_f90_cross=no
> pac_cv_prog_f90_int_kind_16=8
> pac_cv_prog_f90_works=yes
> pac_cv_prog_make_allows_comments=no
> pac_cv_prog_make_found_clock_skew=no
> pac_cv_prog_make_include=no
> pac_cv_prog_make_set_cflags=yes
> pac_cv_prog_make_vpath=VPATH
> pac_cv_sizeof_2_int=8
> pac_cv_sizeof_double_int=12
> pac_cv_sizeof_float_int=8
> pac_cv_sizeof_long_double_int=20
> pac_cv_sizeof_long_int=12
> pac_cv_sizeof_mpi_status=20
> pac_cv_sizeof_short_int=6
> pac_cv_test_stdcall=
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> ADDRESS_KIND='8'
> ALLOCA=''
> AR='ar'
> BASH='/bin/sh'
> BSEND_OVERHEAD=''
> BUILD_BASH_SCRIPTS='yes'
> BUILD_TVDLL='no'
> CC='icc'
> CC_SHL='true'
> CC_SHL_DBG=''
> CFLAGS='-D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2'
> CONFIGURE_ARGUMENTS=''--prefix=/QFsoft/MVAPICH2/mvapich2-1.0_IFC10.0_64' '--with-device=osu_ch3:mrail' '--with-rdma=gen2' '--with-pm=mpd' '--disable-romio' '--without-mpe' 'CC=icc' 'CFLAGS=-D_X86_64_ -D_SMP_ -DUSE_HEADER_CACHING  -DONE_SIDED -DMPIDI_CH3_CHANNEL_RNDV -DMPID_USE_SEQUENCE_NUMBERS  -DRDMA_CM   -I/usr/local/ofed/include -O2' 'CXX=icc' 'F77=ifort' 'F90=ifort' 'FFLAGS=-L/usr/local/ofed/lib64''
> CPP='icc -E'
> CPPFLAGS=''
> CREATESHLIB='false'
> CXX='icc'
> CXXCPP=''
> CXXFLAGS=''
> 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=''
> DEFS=''
> DEVICE='osu_ch3:mrail'
> DLLIMPORT=''
> DOCTEXT='false'
> DOCTEXTSTYLE=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='grep -E'
> ENABLE_SHLIB='none'
> ETAGS='true'
> ETAGSADD=''
> EXAMPLE_LIBS=''
> EXEEXT=''
> EXTERNAL_SRC_DIRS=''
> EXTRA_STATUS_DECL=''
> F77='ifort'
> 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_IN_C_LIBS=''
> F77_LIBDIR_LEADER='-L'
> F77_NAME_MANGLE='F77_NAME_LOWER_USCORE'
> F77_OTHER_LIBS=''
> F77_REAL16='1275072555'
> F77_REAL4='1275069479'
> F77_REAL8='1275070505'
> F90='ifort'
> F90CPP=''
> F90EXT='f90'
> F90FLAGS=''
> F90INC='-I'
> F90INCFLAG='-I'
> F90MODEXT='mod'
> F90MODINCFLAG='-I'
> F90MODINCSPEC=''
> F90_LINKPATH_SHL=''
> F90_OTHER_LIBS=''
> F90_SHL=''
> F90_WORK_FILES_ARG=''
> FC='ifort'
> FC_LINKPATH_SHL=''
> FC_SHL='false'
> FFLAGS='-L/usr/local/ofed/lib64'
> FINCLUDES='-I/users/sysuser/soft/mvapich2-1.0/src'
> FLIBS=' -L/usr/local/ofed/lib64 -lrdmacm -libverbs -libumad -lpthread -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl'
> FORTRAN_BINDING='1'
> FORTRAN_MPI_OFFSET=''
> FWRAPNAME='fmpich'
> GCC='yes'
> GNUC_MINORVERSION=''
> GNUC_VERSION=''
> HAVE_CXX_EXCEPTIONS='1'
> HAVE_ROMIO=''
> INCLUDE_MPICXX_H='#include "mpicxx.h"'
> INCLUDE_MPIDDEFS_H='/* ... no device specific definitions ... */'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INT16_T=''
> INT32_T=''
> INT64_T=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS='-L/usr/local/ofed/lib64  -lrdmacm -libverbs -libumad -lpthread'
> LIBTOOL=''
> LTLIBOBJS=''
> MAKE='make'
> MAKE_DEPEND_C='gcc -MM'
> MANY_PM='no'
> MKDIR_P='mkdir -p'
> MPE_THREAD_LIB_NAME=''
> MPICC=''
> MPICH_TIMER_KIND=''
> MPICONSTMODNAME='mpi_constants'
> MPICVSHOME=''
> MPICXX=''
> MPICXXLIBNAME='mpichcxx'
> MPID_TIMER_TYPE=''
> MPIF77=''
> MPIF90=''
> MPIFLIBNAME='mpich'
> MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
> MPILIBNAME='mpich'
> MPIMODNAME='mpi'
> MPIR_CXX_BOOL='0x0c000000'
> MPIR_CXX_COMPLEX='0x0c000000'
> MPIR_CXX_DOUBLE_COMPLEX='0x0c000000'
> MPIR_CXX_LONG_DOUBLE_COMPLEX='0x0c000000'
> MPISIZEOFMODNAME='mpi_sizeofs'
> MPIU_DLL_SPEC_DEF=''
> MPI_2COMPLEX='1275072548'
> MPI_2DOUBLE_COMPLEX='1275076645'
> MPI_2DOUBLE_PRECISION='1275072547'
> MPI_2INT='0x4c000816'
> MPI_2INTEGER='1275070496'
> MPI_2REAL='1275070497'
> MPI_AINT=''
> MPI_BYTE='0x4c00010d'
> MPI_CFLAGS=''
> MPI_CHAR='0x4c000101'
> MPI_CHARACTER='1275068698'
> MPI_COMPLEX16='0x4c00102a'
> MPI_COMPLEX32='0x4c00202c'
> MPI_COMPLEX8='0x4c000828'
> MPI_COMPLEX='1275070494'
> MPI_CXXFLAGS=''
> MPI_DOUBLE='0x4c00080b'
> MPI_DOUBLE_COMPLEX='1275072546'
> MPI_DOUBLE_INT='0x8c000001'
> MPI_DOUBLE_PRECISION='1275070495'
> MPI_F77_BYTE='1275068685'
> MPI_F77_LB='1275068432'
> MPI_F77_PACKED='1275068687'
> MPI_F77_UB='1275068433'
> MPI_F90FLAGS='-O2'
> MPI_FFLAGS=''
> MPI_FINT='int'
> MPI_FLOAT='0x4c00040a'
> MPI_FLOAT_INT='0x8c000000'
> 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_LDFLAGS=''
> 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=''
> MPI_OFFSET=''
> MPI_OFFSET_TYPEDEF=''
> 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_UNSIGNED_CHAR='0x4c000102'
> MPI_UNSIGNED_INT='0x4c000406'
> MPI_UNSIGNED_LONG='0x4c000808'
> MPI_UNSIGNED_LONG_LONG='0x4c000819'
> MPI_UNSIGNED_SHORT='0x4c000204'
> MPI_WCHAR='0x4c00040e'
> NEEDSPLIB='no'
> NO_WEAK_SYM=''
> NO_WEAK_SYM_TARGET='build_proflib'
> OBJEXT='o'
> OFFSET_KIND='8'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PERL='/usr/bin/perl'
> PMPIFLIBNAME='pmpich'
> PMPILIBNAME='pmpich'
> PROFILE_DEF_MPI=''
> RANLIB='ranlib'
> RANLIB_AFTER_INSTALL='no'
> SET_CFLAGS='CFLAGS='
> SET_MAKE='MAKE=make'
> SHELL='/bin/sh'
> SHLIB_EXT='so'
> SHLIB_FROM_LO='no'
> SHLIB_INSTALL='$(INSTALL_PROGRAM)'
> SIZEOF_F90_CHARACTER='1'
> SIZEOF_F90_DOUBLE_PRECISION='8'
> SIZEOF_F90_INTEGER='4'
> SIZEOF_F90_REAL='4'
> SIZEOF_MPI_STATUS='20'
> TESTCPP='icc -E'
> THR_CFLAGS=''
> THR_CPPFLAGS=''
> THR_DEFS=''
> THR_LDFLAGS=''
> THR_LIBS=''
> VERSION='mvapich2-1.0'
> VPATH='VPATH=.:${srcdir}'
> ac_ct_CC='icc'
> ac_ct_CXX=''
> ac_ct_F77=''
> ac_ct_F90=''
> ac_ct_RANLIB=''
> bindings=' f77 f90 cxx'
> bindings_dirs=' src/binding/f77 src/binding/f90 src/binding/cxx'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${prefix}/share'
> debugger_dir=''
> device_name='osu_ch3'
> docdir='${prefix}/doc'
> exec_prefix='NONE'
> host_alias=''
> htmldir='${prefix}/www'
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> logging_dir=''
> logging_name='none'
> logging_subdirs=''
> mandir='${prefix}/man'
> master_top_builddir='/users/sysuser/soft/mvapich2-1.0'
> master_top_srcdir='/users/sysuser/soft/mvapich2-1.0'
> modincdir='${prefix}/include'
> mpe_dir=''
> nameserv_name='mpd'
> oldincludedir='/usr/include'
> other_install_dirs=' src/pm/mpd'
> other_pm_names=''
> pac_prog=''
> pm_name='mpd'
> pmi_name='simple'
> prefix='/QFsoft/MVAPICH2/mvapich2-1.0_IFC10.0_64'
> program_transform_name='s,x,x,'
> romio_dir=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> subdirs=''
> subsystems=' src/pmi/simple src/pm/mpd'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ------------- ##
> ## Output files. ##
> ## ------------- ##
> 
> MPE_THREAD_FUNCS=''
> MPE_THREAD_TYPEDEFS=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> #define F77_FALSE_VALUE 0
> #define F77_NAME_LOWER_USCORE 1
> #define F77_TRUE_VALUE -1
> #define F77_TRUE_VALUE_SET 1
> #define HAVE_AINT_LARGER_THAN_FINT 1
> #define HAVE_CXX_BINDING 1
> #define HAVE_CXX_EXCEPTIONS
> #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
> #define HAVE_FINT_IS_INT 1
> #define HAVE_FORTRAN_BINDING 1
> #define HAVE_GCC_ATTRIBUTE 1
> #define HAVE_INT16_T 1
> #define HAVE_INT32_T 1
> #define HAVE_INT64_T 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_LONG_DOUBLE 1
> #define HAVE_LONG_LONG 1
> #define HAVE_LONG_LONG_INT 1
> #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
> #define HAVE_MAX_FP_ALIGNMENT 16
> #define HAVE_MAX_INTEGER_ALIGNMENT 8
> #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 16
> #define HAVE_MAX_STRUCT_ALIGNMENT 8
> #define HAVE_MEMORY_H 1
> #define HAVE_MULTIPLE_PRAGMA_WEAK 1
> #define HAVE_NAMEPUB_SERVICE 1
> #define HAVE_NAMESPACES
> #define HAVE_NAMESPACE_STD
> #define HAVE_PRAGMA_WEAK 1
> #define HAVE_RUNTIME_THREADCHECK 1
> #define HAVE_STDINT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRING_H 1
> #define HAVE_SYS_BITYPES_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_UNISTD_H 1
> #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
> #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
> #define MPIR_INTEGER1_CTYPE char
> #define MPIR_INTEGER2_CTYPE short
> #define MPIR_INTEGER4_CTYPE int
> #define MPIR_INTEGER8_CTYPE long
> #define MPIR_REAL16_CTYPE long double
> #define MPIR_REAL4_CTYPE float
> #define MPIR_REAL8_CTYPE double
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define SIZEOF_CHAR 1
> #define SIZEOF_DOUBLE 8
> #define SIZEOF_F77_DOUBLE_PRECISION 8
> #define SIZEOF_F77_INTEGER 4
> #define SIZEOF_F77_REAL 4
> #define SIZEOF_FLOAT 4
> #define SIZEOF_INT 4
> #define SIZEOF_LONG 8
> #define SIZEOF_LONG_DOUBLE 16
> #define SIZEOF_LONG_LONG 8
> #define SIZEOF_SHORT 2
> #define SIZEOF_VOID_P 8
> #define SIZEOF_WCHAR_T 4
> #define STDCALL 
> #define STDC_HEADERS 1
> #define USE_LOGGING MPID_LOGGING_NONE
> #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
> #define USE_WEAK_SYMBOLS 1
> #define WORDS_LITTLEENDIAN 1
> #define restrict __restrict
> #endif
> #ifdef __cplusplus
> extern "C" void exit (int) throw ();
> 
> configure: exit 1

> sh: vcard-filter: command not found

> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss


-- 
-----------------------------------------------------------
Phone	+49-89-3299-1306
PGP 	http://www.rzg.mpg.de/~ccg/cg-public_key.asc
-----------------------------------------------------------



More information about the mvapich-discuss mailing list