pnetcdf and openmpi 2.0.2?

Wei-keng Liao wkliao at eecs.northwestern.edu
Thu Feb 2 12:14:54 CST 2017


Hi, Mark

I am puzzled by the debugging print statement from your run.
The test program failed to report the first error code NC_EDIMSIZE, but
went on to the next error NC_EVARSIZE. This might be something related
to the library linking problem.

Are you doing VPATH build? If that is the case, could you try a clean build,
i.e. run "make clean" on both the source and vpath directories and run "make"
in vpath directory to re-build the PnetCDF library?

If vpath build was not use, I can only suggest a clean build.

I also wonder if you do make check or test for OpenMPI to
ensure the OpenMPI is built correctly. Or test it with a small MPI program.


Wei-keng

On Feb 2, 2017, at 10:28 AM, Mark Dixon wrote:

> On Thu, 2 Feb 2017, Wei-keng Liao wrote:
> 
>> Could you send me the file config.log from using openmpi 2.0.2 with the 17.0.1 intel compilers?
> 
> Hi Wei-keng,
> 
> Appended below - thanks.
> 
>> 
>> Could you also try the followings?
>> 1. rebuild PnetCDF by adding "–enable-debug" option on the command line
>> 2. set environment variable PNETCDF_VERBOSE_DEBUG_MODE to 1
>> 3. cd test/cdf_format and run commands: make dim_cdf12 ; ./dim_cdf12
> 
> $ cd test/cdf_format
> $ make dim_cdf12
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc  -g  -O0       -I../../src/lib -I./../common -DHAVE_CONFIG_H  -DPNETCDF_DEBUG -c dim_cdf12.c
> set -e; cd ../common && make  all
> make[1]: Entering directory `/nobackup/parallel-netcdf-1.8.1/test/common'
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc  -g  -O0       -I../../src/lib -DHAVE_CONFIG_H  -DPNETCDF_DEBUG -c testutils.c
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90  -I../../src/lib   -DPNETCDF_DEBUG -g -O0   -c testutilsf.F90
> ar cru libtestutils.a testutils.o testutilsf.o
> make[1]: Leaving directory `/nobackup/parallel-netcdf-1.8.1/test/common'
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc  -g  -O0   -o dim_cdf12 dim_cdf12.o  -L../common /nobackup/parallel-netcdf-1.8.1/src/lib/libpnetcdf.a -ltestutils $ ./dim_cdf12
> *** TESTING C   dim_cdf12 for defining dim in CDF-1/2 format       ------ Rank 0: NC_EDIMSIZE error at line 407 of ncmpi_def_dim in dim.c
> Rank 0: NC_EVARSIZE error at line 489 of NC_begins in nc.c
> Rank 0: NC_EVARSIZE error at line 489 of NC_begins in nc.c
> Error at line 96: err=NC_EVARSIZE (NetCDF: One or more variable sizes violate format constraints)
> Rank 0: NC_ENOTNC error at line 1805 of ncmpii_hdr_get_NC in header.c
> Rank 0: NC_ENOTNC error at line 576 of ncmpi_open in mpinetcdf.c
> Error at line 97: err=NC_ENOTNC (NetCDF: Unknown file format)
> Rank 0: NC_EBADID error at line 233 of ncmpii_NC_check_id in nc.c
> Rank 0: NC_EBADID error at line 1177 of ncmpi_close in mpinetcdf.c
> Error at line 98: err=NC_EBADID (NetCDF: Not a valid ID)
> Rank 0: NC_EVARSIZE error at line 1055 of ncmpii_NC_check_vlens in nc.c
> Rank 0: NC_EVARSIZE error at line 489 of NC_begins in nc.c
> Error at line 113: err=NC_EVARSIZE (NetCDF: One or more variable sizes violate format constraints)
> Rank 0: NC_EVARSIZE error at line 1055 of ncmpii_NC_check_vlens in nc.c
> Rank 0: NC_EDIMSIZE error at line 407 of ncmpi_def_dim in dim.c
> Rank 0: NC_EVARSIZE error at line 1055 of ncmpii_NC_check_vlens in nc.c
> Rank 0: NC_EVARSIZE error at line 1055 of ncmpii_NC_check_vlens in nc.c
> Rank 0: NC_EVARSIZE error at line 1055 of ncmpii_NC_check_vlens in nc.c
> fail with 4 mismatches
> 
> 
> 
> Cheers,
> 
> Mark
> 
> And the config.log file...
> 
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by parallel-netcdf configure 1.8.1, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>  $ ./configure --prefix=/nobackup/issmcd/n/build --with-mpi=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1 --enable-debug
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = login2.arc3.leeds.ac.uk
> uname -m = x86_64
> uname -r = 3.10.0-514.6.1.el7.x86_64
> uname -s = Linux
> uname -v = #1 SMP Wed Jan 18 13:06:36 UTC 2017
> 
> /usr/bin/uname -p = x86_64
> /bin/uname -X     = unknown
> 
> /bin/arch              = x86_64
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /apps/mpi/bin
> PATH: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin
> PATH: /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64
> PATH: /apps/developers/compilers/intel/17.0.1/1/default/debugger_2017/gdb/intel64_mic/bin
> PATH: /usr/lib64/qt-3.3/bin
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /usr/local/sbin
> PATH: /usr/sbin
> PATH: /opt/puppetlabs/bin
> PATH: /apps/bin
> PATH: /home/ufaserv1_a/issmcd/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:3421: checking for gcc
> configure:3448: result: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc
> configure:3677: checking for C compiler version
> configure:3686: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc --version >&5
> icc (ICC) 17.0.1 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:3697: $? = 0
> configure:3686: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -v >&5
> icc version 17.0.1 (gcc version 4.8.5 compatibility)
> configure:3697: $? = 0
> configure:3686: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -V >&5
> Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:3697: $? = 0
> configure:3686: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -qversion >&5
> icc: command line warning #10006: ignoring unknown option '-qversion'
> icc: command line error: no files specified; for help type "icc -help"
> configure:3697: $? = 1
> configure:3717: checking whether the C compiler works
> configure:3739: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc    conftest.c  >&5
> configure:3743: $? = 0
> configure:3791: result: yes
> configure:3794: checking for C compiler default output file name
> configure:3796: result: a.out
> configure:3802: checking for suffix of executables
> configure:3809: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest    conftest.c  >&5
> configure:3813: $? = 0
> configure:3835: result: configure:3857: checking whether we are cross compiling
> configure:3865: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest    conftest.c  >&5
> configure:3869: $? = 0
> configure:3876: ./conftest
> configure:3880: $? = 0
> configure:3895: result: no
> configure:3900: checking for suffix of object files
> configure:3922: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c   conftest.c >&5
> configure:3926: $? = 0
> configure:3947: result: o
> configure:3951: checking whether we are using the GNU C compiler
> configure:3970: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c   conftest.c >&5
> configure:3970: $? = 0
> configure:3979: result: yes
> configure:3988: checking whether /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc accepts -g
> configure:4008: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g  conftest.c >&5
> configure:4008: $? = 0
> configure:4049: result: yes
> configure:4066: checking for /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc option to accept ISO C89
> configure:4129: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc  -c -g -O2  conftest.c >&5
> configure:4129: $? = 0
> configure:4142: result: none needed
> configure:4172: checking for special C compiler options needed for large files
> configure:4217: result: no
> configure:4223: checking for _FILE_OFFSET_BITS value needed for large files
> configure:4248: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:4248: $? = 0
> configure:4280: result: no
> configure:4367: checking how to make dependencies
> configure:4402: result: false
> configure:4409: checking for MPI_Comm_rank
> configure:4409: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:4409: $? = 0
> configure:4409: result: yes
> configure:4492: checking for MPI_File_open
> configure:4492: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:4492: $? = 0
> configure:4492: result: yes
> configure:4976: checking for C++ compiler version
> configure:4985: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx --version >&5
> icpc (ICC) 17.0.1 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:4996: $? = 0
> configure:4985: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -v >&5
> icpc version 17.0.1 (gcc version 4.8.5 compatibility)
> configure:4996: $? = 0
> configure:4985: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -V >&5
> Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:4996: $? = 0
> configure:4985: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -qversion >&5
> icpc: command line warning #10006: ignoring unknown option '-qversion'
> icpc: command line error: no files specified; for help type "icpc -help"
> configure:4996: $? = 1
> configure:5000: checking whether we are using the GNU C++ compiler
> configure:5019: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -c   conftest.cpp >&5
> configure:5019: $? = 0
> configure:5028: result: yes
> configure:5037: checking whether /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx accepts -g
> configure:5057: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -c -g  conftest.cpp >&5
> configure:5057: $? = 0
> configure:5098: result: yes
> configure:5130: checking for MPI_File_close
> configure:5130: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -o conftest -g -O2   conftest.cpp  >&5
> configure:5130: $? = 0
> configure:5130: result: yes
> configure:5216: checking if MPI C++ compiler redefines SEEK_SET configure:5233: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -c -g -O2  conftest.cpp >&5
> configure:5233: $? = 0
> configure:5240: result: no
> configure:5972: checking for Fortran compiler version
> configure:5981: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 --version >&5
> ifort (IFORT) 17.0.1 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:5992: $? = 0
> configure:5981: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -v >&5
> ifort version 17.0.1
> configure:5992: $? = 0
> configure:5981: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -V >&5
> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:5992: $? = 0
> configure:5981: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -qversion >&5
> ifort: command line warning #10006: ignoring unknown option '-qversion'
> ifort: command line error: no files specified; for help type "ifort -help"
> configure:5992: $? = 1
> configure:6001: checking whether we are using the GNU Fortran compiler
> configure:6014: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c   conftest.F >&5
> conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>       choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:6014: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | |       end
> configure:6023: result: no
> configure:6029: checking whether /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 accepts -g
> configure:6040: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> configure:6040: $? = 0
> configure:6048: result: yes
> configure:6084: checking build system type
> configure:6098: result: x86_64-unknown-linux-gnu
> configure:6118: checking host system type
> configure:6131: result: x86_64-unknown-linux-gnu
> configure:6156: checking how to get verbose linking output from /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> configure:6166: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> configure:6166: $? = 0
> configure:6184: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g -v conftest.f
> ifort version 17.0.1
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/fortcom    -D__INTEL_COMPILER=1700 -D__INTEL_COMPILER_UPDATE=1 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20161005 -D__INTEL_OFFLOAD -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE__ -D__SSE_MATH__ -D__MMX__ -mGLOB_pack_sort_init_list -I. -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include -I/apps/developers/compilers/intel/17.0.!
> 1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64 -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include -I/usr/include/ -I/usr/include "-fp_modbits honor_f32_conversion" "-fp_modbits honor_f64_conversion" -O0 -g2 "-reentrancy threaded" -simd -offload_host -mGLOB_em64t=TRUE -mP1OPT_version=17.0-intel64 -mGLOB_diag_file=/tmp/iforts8OIo9.diag -mGLOB_long_size_64 -mGLOB_routine_pointer_size_64 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mP2OPT_static_promotion -mP1OPT_print_version=FALSE -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE -mGLOB_gcc_version=485 "-mGLOB_options_string=-I/apps/devel!
> opers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest -g -v -Wl,-rpath -Wl,/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -Wl,--enable-new-dtags -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi" -mGLOB_cxx_limited_range=FALSE -mCG_extend_parms=FALSE -mGLOB_compiler_bin_directory=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64 -mP3OPT_emit_line_numbers -mP2OPT_suppress_unreferenced_locals=FALSE -mGLOB_debug_target=GLOB_DEBUG_TARGET_ALL -mDEBUG_info_level=2 -mDEBUG_use_indirect_strings=TRUE -mGLOB_debug_format=GLOB_DEBUG_FORMAT_DWARF40 -mGLOB_as_output_backup_file_name=/tmp/ifortUEEBPwas_.s -mGLOB_dashboard_use_source_name -mGLOB_instruction_tuning=0x0 -mGLOB_uarch_tuning=0x0 -mGLOB_product_id_code=0x22006d8f -mGLOB_maintain_errno -mGLOB_noinline_intrinsics -mGLOB_use!
> _base_pointer=1 -mCG_bnl_movbe=T -mGLOB_extended_instructions=0x8 -mP3O!
> PT_use_mspp_call_convention -mP2OPT_subs_out_of_bound=FALSE -mP2OPT_disam_type_based_disam=2 -mGLOB_ansi_alias -mIPOPT_ninl_limit=0 -mIPOPT_ninl_user_level=0 -mPGOPTI_value_profile_use=T -mGLOB_opt_report_use_source_name -mP2OPT_gen_linux_const_pooling=FALSE -mP2OPT_il0_array_sections=TRUE -mGLOB_offload_mode=1 -mP2OPT_offload_unique_var_string=ifort0709387709De25UH -mGLOB_opt_level=0 -mIPOPT_args_in_regs=0 -mP2OPT_disam_assume_nonstd_intent_in=FALSE -mGLOB_imf_mapping_library=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/libiml_attr.so -mIPOPT_single_file_compile_and_link=TRUE -mP2OPT_hlo_embed_loopinfo -mPGOPTI_gen_threadsafe_level=0 -mIPOPT_lto_object_enabled -mIPOPT_lto_object_value=1 -mIPOPT_obj_output_file_name=/tmp/iforts8OIo9.o -mIPOPT_whole_archive_fixup_file_name=/tmp/ifortwarchAnCxhU -mGLOB_linker_version=2.25.1 -mGLOB_driver_tempfile_name=/tmp/iforttempfileTg0G0A -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mG!
> LOB_async_unwind_tables=TRUE -mGLOB_obj_output_file=/tmp/iforts8OIo9.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.f -mP1OPT_full_source_file_name=/nobackup/parallel-netcdf-1.8.1/conftest.f -mP2OPT_symtab_type_copy=true conftest.f
> #include "..." search starts here:
> #include <...> search starts here:
> .
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include
> /usr/local/include
> /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include
> /usr/include/
> /usr/include
> End of search list.
> ld    /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o --eh-frame-hdr --build-id -dynamic-linker /lib64/ld-linux-x86-64.so.2 -m elf_x86_64 -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/for_main.o -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -!
> L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/l!
> ib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib /tmp/iforts8OIo9.o -rpath /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib --enable-new-dtags -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -Bdynamic -Bstatic -lifport -lifcoremt -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lpthread -Bstatic -lsvml -Bdynamic -lc -lgcc -lgcc_s -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
> configure:6267: result: -v
> configure:6269: checking for Fortran libraries of /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> configure:6292: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g -v conftest.f
> ifort version 17.0.1
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/fortcom    -D__INTEL_COMPILER=1700 -D__INTEL_COMPILER_UPDATE=1 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20161005 -D__INTEL_OFFLOAD -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE__ -D__SSE_MATH__ -D__MMX__ -mGLOB_pack_sort_init_list -I. -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include -I/apps/developers/compilers/intel/17.0.!
> 1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64 -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include -I/usr/include/ -I/usr/include "-fp_modbits honor_f32_conversion" "-fp_modbits honor_f64_conversion" -O0 -g2 "-reentrancy threaded" -simd -offload_host -mGLOB_em64t=TRUE -mP1OPT_version=17.0-intel64 -mGLOB_diag_file=/tmp/ifortFvK4TU.diag -mGLOB_long_size_64 -mGLOB_routine_pointer_size_64 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mP2OPT_static_promotion -mP1OPT_print_version=FALSE -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE -mGLOB_gcc_version=485 "-mGLOB_options_string=-I/apps/devel!
> opers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest -g -v -Wl,-rpath -Wl,/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -Wl,--enable-new-dtags -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi" -mGLOB_cxx_limited_range=FALSE -mCG_extend_parms=FALSE -mGLOB_compiler_bin_directory=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64 -mP3OPT_emit_line_numbers -mP2OPT_suppress_unreferenced_locals=FALSE -mGLOB_debug_target=GLOB_DEBUG_TARGET_ALL -mDEBUG_info_level=2 -mDEBUG_use_indirect_strings=TRUE -mGLOB_debug_format=GLOB_DEBUG_FORMAT_DWARF40 -mGLOB_as_output_backup_file_name=/tmp/ifortLXRBSkas_.s -mGLOB_dashboard_use_source_name -mGLOB_instruction_tuning=0x0 -mGLOB_uarch_tuning=0x0 -mGLOB_product_id_code=0x22006d8f -mGLOB_maintain_errno -mGLOB_noinline_intrinsics -mGLOB_use!
> _base_pointer=1 -mCG_bnl_movbe=T -mGLOB_extended_instructions=0x8 -mP3O!
> PT_use_mspp_call_convention -mP2OPT_subs_out_of_bound=FALSE -mP2OPT_disam_type_based_disam=2 -mGLOB_ansi_alias -mIPOPT_ninl_limit=0 -mIPOPT_ninl_user_level=0 -mPGOPTI_value_profile_use=T -mGLOB_opt_report_use_source_name -mP2OPT_gen_linux_const_pooling=FALSE -mP2OPT_il0_array_sections=TRUE -mGLOB_offload_mode=1 -mP2OPT_offload_unique_var_string=ifort1771009391GShk4m -mGLOB_opt_level=0 -mIPOPT_args_in_regs=0 -mP2OPT_disam_assume_nonstd_intent_in=FALSE -mGLOB_imf_mapping_library=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/libiml_attr.so -mIPOPT_single_file_compile_and_link=TRUE -mP2OPT_hlo_embed_loopinfo -mPGOPTI_gen_threadsafe_level=0 -mIPOPT_lto_object_enabled -mIPOPT_lto_object_value=1 -mIPOPT_obj_output_file_name=/tmp/ifortFvK4TU.o -mIPOPT_whole_archive_fixup_file_name=/tmp/ifortwarchfcWcSK -mGLOB_linker_version=2.25.1 -mGLOB_driver_tempfile_name=/tmp/iforttempfileM3LbSs -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mG!
> LOB_async_unwind_tables=TRUE -mGLOB_obj_output_file=/tmp/ifortFvK4TU.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.f -mP1OPT_full_source_file_name=/nobackup/parallel-netcdf-1.8.1/conftest.f -mP2OPT_symtab_type_copy=true conftest.f
> #include "..." search starts here:
> #include <...> search starts here:
> .
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include
> /usr/local/include
> /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include
> /usr/include/
> /usr/include
> End of search list.
> ld    /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o --eh-frame-hdr --build-id -dynamic-linker /lib64/ld-linux-x86-64.so.2 -m elf_x86_64 -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/for_main.o -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -!
> L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/l!
> ib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib /tmp/ifortFvK4TU.o -rpath /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib --enable-new-dtags -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -Bdynamic -Bstatic -lifport -lifcoremt -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lpthread -Bstatic -lsvml -Bdynamic -lc -lgcc -lgcc_s -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
> configure:6488: result:  -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/!
> compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl
> configure:6507: checking whether /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc links with FCLIBS found by autoconf
> configure:6532: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/..!
> /lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl  >&5
> configure:6532: $? = 0
> configure:6534: result: yes
> configure:6598: checking if mpi.mod is available
> configure:6605: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> configure:6605: $? = 0
> configure:6612: result: yes
> configure:6614: checking if MPIF90 is valid
> configure:6624: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> configure:6624: $? = 0
> configure:6647: result: yes
> configure:6796: checking for Fortran 77 compiler version
> configure:6805: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 --version >&5
> ifort (IFORT) 17.0.1 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:6816: $? = 0
> configure:6805: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -v >&5
> ifort version 17.0.1
> configure:6816: $? = 0
> configure:6805: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -V >&5
> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005
> Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
> 
> configure:6816: $? = 0
> configure:6805: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -qversion >&5
> ifort: command line warning #10006: ignoring unknown option '-qversion'
> ifort: command line error: no files specified; for help type "ifort -help"
> configure:6816: $? = 1
> configure:6825: checking whether we are using the GNU Fortran 77 compiler
> configure:6838: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c  conftest.F >&5
> conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>       choke me
> ---------------^
> compilation aborted for conftest.F (code 1)
> configure:6838: $? = 1
> configure: failed program was:
> |       program main
> | #ifndef __GNUC__
> |        choke me
> | #endif
> | |       end
> configure:6847: result: no
> configure:6853: checking whether /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 accepts -g
> configure:6864: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:6864: $? = 0
> configure:6872: result: yes
> configure:6907: checking how to get verbose linking output from /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> configure:6917: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:6917: $? = 0
> configure:6935: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g -v conftest.f
> ifort version 17.0.1
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/fortcom    -D__INTEL_COMPILER=1700 -D__INTEL_COMPILER_UPDATE=1 -D__unix__ -D__unix -D__linux__ -D__linux -D__gnu_linux__ -Dunix -Dlinux -D__ELF__ -D__x86_64 -D__x86_64__ -D__amd64 -D__amd64__ -D__INTEL_COMPILER_BUILD_DATE=20161005 -D__INTEL_OFFLOAD -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -D__pentium4 -D__pentium4__ -D__tune_pentium4__ -D__SSE2__ -D__SSE2_MATH__ -D__SSE__ -D__SSE_MATH__ -D__MMX__ -mGLOB_pack_sort_init_list -I. -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include -I/apps/developers/compilers/intel/17.0.!
> 1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64 -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc -I/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include -I/usr/local/include -I/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include -I/usr/include/ -I/usr/include "-fp_modbits honor_f32_conversion" "-fp_modbits honor_f64_conversion" -O0 -g2 "-reentrancy threaded" -simd -offload_host -mGLOB_em64t=TRUE -mP1OPT_version=17.0-intel64 -mGLOB_diag_file=/tmp/ifortuvU6OS.diag -mGLOB_long_size_64 -mGLOB_routine_pointer_size_64 -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 -mP2OPT_static_promotion -mP1OPT_print_version=FALSE -mCG_use_gas_got_workaround=F -mP2OPT_align_option_used=TRUE -mGLOB_gcc_version=485 "-mGLOB_options_string=-I/apps/devel!
> opers/libraries/openmpi/2.0.2/1/intel-17.0.1/include -I/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest -g -v -Wl,-rpath -Wl,/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -Wl,--enable-new-dtags -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi" -mGLOB_cxx_limited_range=FALSE -mCG_extend_parms=FALSE -mGLOB_compiler_bin_directory=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64 -mP3OPT_emit_line_numbers -mP2OPT_suppress_unreferenced_locals=FALSE -mGLOB_debug_target=GLOB_DEBUG_TARGET_ALL -mDEBUG_info_level=2 -mDEBUG_use_indirect_strings=TRUE -mGLOB_debug_format=GLOB_DEBUG_FORMAT_DWARF40 -mGLOB_as_output_backup_file_name=/tmp/ifortyW3KXAas_.s -mGLOB_dashboard_use_source_name -mGLOB_instruction_tuning=0x0 -mGLOB_uarch_tuning=0x0 -mGLOB_product_id_code=0x22006d8f -mGLOB_maintain_errno -mGLOB_noinline_intrinsics -mGLOB_use!
> _base_pointer=1 -mCG_bnl_movbe=T -mGLOB_extended_instructions=0x8 -mP3O!
> PT_use_mspp_call_convention -mP2OPT_subs_out_of_bound=FALSE -mP2OPT_disam_type_based_disam=2 -mGLOB_ansi_alias -mIPOPT_ninl_limit=0 -mIPOPT_ninl_user_level=0 -mPGOPTI_value_profile_use=T -mGLOB_opt_report_use_source_name -mP2OPT_gen_linux_const_pooling=FALSE -mP2OPT_il0_array_sections=TRUE -mGLOB_offload_mode=1 -mP2OPT_offload_unique_var_string=ifort0880525677IBUZzB -mGLOB_opt_level=0 -mIPOPT_args_in_regs=0 -mP2OPT_disam_assume_nonstd_intent_in=FALSE -mGLOB_imf_mapping_library=/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/bin/intel64/libiml_attr.so -mIPOPT_single_file_compile_and_link=TRUE -mP2OPT_hlo_embed_loopinfo -mPGOPTI_gen_threadsafe_level=0 -mIPOPT_lto_object_enabled -mIPOPT_lto_object_value=1 -mIPOPT_obj_output_file_name=/tmp/ifortuvU6OS.o -mIPOPT_whole_archive_fixup_file_name=/tmp/ifortwarchqxls7i -mGLOB_linker_version=2.25.1 -mGLOB_driver_tempfile_name=/tmp/iforttempfilekQWtca -mP3OPT_asm_target=P3OPT_ASM_TARGET_GAS -mG!
> LOB_async_unwind_tables=TRUE -mGLOB_obj_output_file=/tmp/ifortuvU6OS.o -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN -mP1OPT_source_file_name=conftest.f -mP1OPT_full_source_file_name=/nobackup/parallel-netcdf-1.8.1/conftest.f -mP2OPT_symtab_type_copy=true conftest.f
> #include "..." search starts here:
> #include <...> search starts here:
> .
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib
> /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/include
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/intel64
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include/icc
> /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/include
> /usr/local/include
> /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include
> /usr/include/
> /usr/include
> End of search list.
> ld    /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o --eh-frame-hdr --build-id -dynamic-linker /lib64/ld-linux-x86-64.so.2 -m elf_x86_64 -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -o conftest /apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/for_main.o -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -!
> L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/l!
> ib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib /tmp/ifortuvU6OS.o -rpath /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib --enable-new-dtags -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -Bdynamic -Bstatic -lifport -lifcoremt -limf -lsvml -Bdynamic -lm -Bstatic -lipgo -lirc -Bdynamic -lpthread -Bstatic -lsvml -Bdynamic -lc -lgcc -lgcc_s -Bstatic -lirc_s -Bdynamic -ldl -lc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
> configure:7018: result: -v
> configure:7020: checking for Fortran 77 libraries of /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> configure:7239: result:  -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/!
> compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl
> configure:7260: checking for Fortran flag needed to accept free-form source
> configure:7279: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> conftest.f(2): error #5149: Illegal character in statement label field  [p]
>  program freeform
> --^
> conftest.f(2): error #5149: Illegal character in statement label field  [r]
>  program freeform
> ---^
> conftest.f(2): error #5149: Illegal character in statement label field  [o]
>  program freeform
> ----^
> conftest.f(2): error #5118: First statement in file must not be continued
>  program freeform
> -----^
> conftest.f(2): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>  program freeform
> ------------------^
> conftest.f(4): error #5082: Syntax error, found '&' when expecting one of: <REAL_KIND_CON> <REAL_CONSTANT> <DBLPRC_CONSTANT> <DBLPRC_KIND_CON> <QUAPRC_CONSTANT> ...
>       print *, 'Hello ', &
> --------------------------^
> conftest.f(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: (
>          'world.'
> ------------------^
> compilation aborted for conftest.f (code 1)
> configure:7279: $? = 1
> configure: failed program was:
> | |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |           'world.'
> |        end
> configure:7279: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -ffree-form  conftest.f >&5
> ifort: command line warning #10006: ignoring unknown option '-ffree-form'
> conftest.f(2): error #5149: Illegal character in statement label field  [p]
>  program freeform
> --^
> conftest.f(2): error #5149: Illegal character in statement label field  [r]
>  program freeform
> ---^
> conftest.f(2): error #5149: Illegal character in statement label field  [o]
>  program freeform
> ----^
> conftest.f(2): error #5118: First statement in file must not be continued
>  program freeform
> -----^
> conftest.f(2): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>  program freeform
> ------------------^
> conftest.f(4): error #5082: Syntax error, found '&' when expecting one of: <REAL_KIND_CON> <REAL_CONSTANT> <DBLPRC_CONSTANT> <DBLPRC_KIND_CON> <QUAPRC_CONSTANT> ...
>       print *, 'Hello ', &
> --------------------------^
> conftest.f(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: (
>          'world.'
> ------------------^
> compilation aborted for conftest.f (code 1)
> configure:7279: $? = 1
> configure: failed program was:
> | |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |           'world.'
> |        end
> configure:7279: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -FR  conftest.f >&5
> configure:7279: $? = 0
> configure:7288: result: -FR
> configure:7323: checking if MPIF77 is valid
> configure:7332: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:7332: $? = 0
> configure:7339: result: yes
> configure:7399: checking for Fortran flag to compile preprocessed .f files
> configure:7427: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> conftest.f(3): warning #5117: Bad # preprocessor line
> #if 0
> -^
> conftest.f(4): warning #5117: Bad # preprocessor line
> #include <ac_nonexistent.h>
> -^
> conftest.f(6): warning #5117: Bad # preprocessor line
> #endif
> -^
> conftest.f(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>      choke me
> --------------^
> compilation aborted for conftest.f (code 1)
> configure:7427: $? = 1
> configure: failed program was:
> |       program main
> | | #if 0
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7427: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -ftpp conftest.f >&5
> ifort: command line warning #10006: ignoring unknown option '-ftpp'
> conftest.f(3): warning #5117: Bad # preprocessor line
> #if 0
> -^
> conftest.f(4): warning #5117: Bad # preprocessor line
> #include <ac_nonexistent.h>
> -^
> conftest.f(6): warning #5117: Bad # preprocessor line
> #endif
> -^
> conftest.f(5): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
>      choke me
> --------------^
> compilation aborted for conftest.f (code 1)
> configure:7427: $? = 1
> configure: failed program was:
> |       program main
> | | #if 0
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7427: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fpp conftest.f >&5
> configure:7427: $? = 0
> configure:7437: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fpp conftest.f >&5
> conftest.f(4): #error: can't find include file: ac_nonexistent.h
> configure:7437: $? = 1
> configure: failed program was:
> |       program main
> | | #if 1
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7451: result: -fpp
> configure:7474: checking for Fortran flag to compile preprocessed .F files
> configure:7502: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F >&5
> configure:7502: $? = 0
> configure:7512: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F >&5
> conftest.F(4): #error: can't find include file: ac_nonexistent.h
> configure:7512: $? = 1
> configure: failed program was:
> |       program main
> | | #if 1
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7526: result: none
> configure:7549: checking for Fortran flag to compile preprocessed .f90 files
> configure:7577: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f90 >&5
> conftest.f90(3): warning #5117: Bad # preprocessor line
> #if 0
> -^
> conftest.f90(4): warning #5117: Bad # preprocessor line
> #include <ac_nonexistent.h>
> -^
> conftest.f90(6): warning #5117: Bad # preprocessor line
> #endif
> -^
> conftest.f90(5): error #5082: Syntax error, found IDENTIFIER 'ME' when expecting one of: => = . [ % ( :
>      choke me
> ------------^
> compilation aborted for conftest.f90 (code 1)
> configure:7577: $? = 1
> configure: failed program was:
> |       program main
> | | #if 0
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7577: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -ftpp conftest.f90 >&5
> ifort: command line warning #10006: ignoring unknown option '-ftpp'
> conftest.f90(3): warning #5117: Bad # preprocessor line
> #if 0
> -^
> conftest.f90(4): warning #5117: Bad # preprocessor line
> #include <ac_nonexistent.h>
> -^
> conftest.f90(6): warning #5117: Bad # preprocessor line
> #endif
> -^
> conftest.f90(5): error #5082: Syntax error, found IDENTIFIER 'ME' when expecting one of: => = . [ % ( :
>      choke me
> ------------^
> compilation aborted for conftest.f90 (code 1)
> configure:7577: $? = 1
> configure: failed program was:
> |       program main
> | | #if 0
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7577: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fpp conftest.f90 >&5
> configure:7577: $? = 0
> configure:7587: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fpp conftest.f90 >&5
> conftest.f90(4): #error: can't find include file: ac_nonexistent.h
> configure:7587: $? = 1
> configure: failed program was:
> |       program main
> | | #if 1
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7601: result: -fpp
> configure:7624: checking for Fortran flag to compile preprocessed .F90 files
> configure:7652: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:7652: $? = 0
> configure:7662: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> conftest.F90(4): #error: can't find include file: ac_nonexistent.h
> configure:7662: $? = 1
> configure: failed program was:
> |       program main
> | | #if 1
> | #include <ac_nonexistent.h>
> |       choke me
> | #endif
> |       end
> configure:7676: result: none
> configure:7719: checking for Fortran flag to compile preprocessed .F files
> configure:7771: result: configure:7791: checking how to define symbols for preprocessed Fortran
> configure:7813: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -DFOOBAR -DZORK=42  conftest.F >&5
> configure:7813: $? = 0
> configure:7822: result: -D
> configure:7849: checking for Fortran flag to compile .f files
> configure:7869: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f >&5
> configure:7869: $? = 0
> configure:7878: result: none
> configure:7903: checking for Fortran flag to compile .F files
> configure:7923: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F >&5
> configure:7923: $? = 0
> configure:7932: result: none
> configure:7957: checking for Fortran flag to compile .f90 files
> configure:7977: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.f90 >&5
> configure:7977: $? = 0
> configure:7986: result: none
> configure:8011: checking for Fortran flag to compile .F90 files
> configure:8031: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:8031: $? = 0
> configure:8040: result: none
> configure:8076: checking for Fortran flag needed to accept fixed-form source
> configure:8093: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> conftest.F90(2): error #5082: Syntax error, found IDENTIFIER 'THIS' when expecting one of: => = . [ % ( :
> C     This comment should confuse free-form compilers.
> ------^
> compilation aborted for conftest.F90 (code 1)
> configure:8093: $? = 1
> configure: failed program was:
> | | C     This comment should confuse free-form compilers.
> |       program main
> |       end
> configure:8093: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -ffixed-form  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-ffixed-form'
> conftest.F90(2): error #5082: Syntax error, found IDENTIFIER 'THIS' when expecting one of: => = . [ % ( :
> C     This comment should confuse free-form compilers.
> ------^
> compilation aborted for conftest.F90 (code 1)
> configure:8093: $? = 1
> configure: failed program was:
> | | C     This comment should confuse free-form compilers.
> |       program main
> |       end
> configure:8093: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fixed  conftest.F90 >&5
> configure:8093: $? = 0
> configure:8102: result: -fixed
> configure:8137: checking for dummy main to link with Fortran libraries
> configure:8171: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c   -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/.!
> ./lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl >&5
> configure:8171: $? = 0
> configure:8216: result: none
> configure:8249: checking for Fortran name-mangling scheme
> configure:8262: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:8262: $? = 0
> configure:8303: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c cfortran_test.o   -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../li!
> b64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl >&5
> /tmp/iccl8ejIz.o: In function `main':
> /nobackup/parallel-netcdf-1.8.1/conftest.c:28: undefined reference to `foobar'
> configure:8303: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | /* end confdefs.h.  */
> | | /* Override any GCC internal prototype to avoid an error.
> |    Use char because int might match the return type of a GCC
> |    builtin and then its argument prototype would still apply.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char foobar ();
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | return foobar ();
> |   ;
> |   return 0;
> | }
> configure:8303: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c cfortran_test.o   -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../li!
> b64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl >&5
> configure:8303: $? = 0
> configure:8361: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c cfortran_test.o   -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../li!
> b64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl >&5
> configure:8361: $? = 0
> configure:8403: result: lower case, underscore, no extra underscore
> configure:8444: checking for C-equivalent to Fortran routine "SUB_A"
> configure:8466: result: sub_a_
> configure:8498: checking if Fortran compiler is NAG
> configure:8513: result: no
> configure:8524: checking Fortran compiler treating constant modifier
> configure:8543: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:8543: $? = 0
> configure:8582: result: 8
> configure:8645: checking for a BSD-compatible install
> configure:8713: result: /usr/bin/install -c
> configure:8728: checking whether ln -s works
> configure:8732: result: yes
> configure:8739: checking whether make sets $(MAKE)
> configure:8761: result: yes
> configure:8771: checking for grep that handles long lines and -e
> configure:8829: result: /usr/bin/grep
> configure:8834: checking for egrep
> configure:8896: result: /usr/bin/grep -E
> configure:8910: checking for m4
> configure:8926: found /usr/bin/m4
> configure:8937: result: m4
> configure:8993: checking m4 flags
> configure:9005: result: "none"
> configure:9021: checking for ar
> configure:9037: found /usr/bin/ar
> configure:9048: result: ar
> configure:9104: checking ar flags
> configure:9109: result: cru
> configure:9119: checking for nm
> configure:9135: found /usr/bin/nm
> configure:9146: result: nm
> configure:9202: checking nm flags
> configure:9207: result: configure:9257: checking for ranlib
> configure:9273: found /usr/bin/ranlib
> configure:9284: result: ranlib
> configure:9312: checking how to run the C preprocessor
> configure:9343: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E  conftest.c
> configure:9343: $? = 0
> configure:9357: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E  conftest.c
> conftest.c(10): error #2379: cannot open source file "ac_nonexistent.h"
>  #include <ac_nonexistent.h>
>                             ^
> 
> configure:9357: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:9382: result: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E
> configure:9402: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E  conftest.c
> configure:9402: $? = 0
> configure:9416: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E  conftest.c
> conftest.c(10): error #2379: cannot open source file "ac_nonexistent.h"
>  #include <ac_nonexistent.h>
>                             ^
> 
> configure:9416: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:9445: checking for ANSI C header files
> configure:9473: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9473: $? = 0
> configure:9546: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9546: $? = 0
> configure:9546: ./conftest
> configure:9546: $? = 0
> configure:9557: result: yes
> configure:9570: checking for sys/types.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for sys/stat.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for stdlib.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for string.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for memory.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for strings.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for inttypes.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for stdint.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9570: checking for unistd.h
> configure:9570: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9570: $? = 0
> configure:9570: result: yes
> configure:9582: checking for stdbool.h that conforms to C99
> configure:9657: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9657: $? = 0
> configure:9664: result: yes
> configure:9666: checking for _Bool
> configure:9666: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9666: $? = 0
> configure:9666: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(64): error: expected an expression
>  if (sizeof ((_Bool)))
>                     ^
> 
> compilation aborted for conftest.c (code 2)
> configure:9666: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #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
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((_Bool)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:9666: result: yes
> configure:9684: checking for inline
> configure:9700: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9700: $? = 0
> configure:9708: result: inline
> configure:9729: checking for IEEE floating point format
> configure:9767: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9767: $? = 0
> configure:9767: ./conftest
> configure:9767: $? = 0
> configure:9776: result: yes
> configure:9788: checking for strerror
> configure:9788: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9788: $? = 0
> configure:9788: result: yes
> configure:9788: checking for access
> configure:9788: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9788: $? = 0
> configure:9788: result: yes
> configure:9788: checking for unlink
> configure:9788: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9788: $? = 0
> configure:9788: result: yes
> configure:9811: checking search.h usability
> configure:9811: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9811: $? = 0
> configure:9811: result: yes
> configure:9811: checking search.h presence
> configure:9811: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E  conftest.c
> configure:9811: $? = 0
> configure:9811: result: yes
> configure:9811: checking for search.h
> configure:9811: result: yes
> configure:9824: checking for tsearch
> configure:9824: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9824: $? = 0
> configure:9824: result: yes
> configure:9824: checking for tdelete
> configure:9824: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9824: $? = 0
> configure:9824: result: yes
> configure:9843: checking for MPI_Offset
> configure:9843: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9843: $? = 0
> configure:9843: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(42): error: expected an expression
>  if (sizeof ((MPI_Offset)))
>                          ^
> 
> compilation aborted for conftest.c (code 2)
> configure:9843: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | /* end confdefs.h.  */
> | #include <mpi.h>
> | | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((MPI_Offset)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:9843: result: yes
> configure:9854: checking size of MPI_Offset
> configure:9859: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9859: $? = 0
> configure:9859: ./conftest
> configure:9859: $? = 0
> configure:9874: result: 8
> configure:9891: checking size of MPI_Aint
> configure:9896: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9896: $? = 0
> configure:9896: ./conftest
> configure:9896: $? = 0
> configure:9911: result: 8
> configure:9954: checking for MPI_Info_dup
> configure:9954: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9954: $? = 0
> configure:9954: result: yes
> configure:9954: checking for MPI_Info_free
> configure:9954: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9954: $? = 0
> configure:9954: result: yes
> configure:9954: checking for MPI_Get_address
> configure:9954: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9954: $? = 0
> configure:9954: result: yes
> configure:9966: checking for MPI_Type_create_subarray
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9966: checking for MPI_Type_create_hvector
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9966: checking for MPI_Type_create_hindexed
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9966: checking for MPI_Type_create_struct
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9966: checking for MPI_Type_create_resized
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9966: checking for MPI_Type_get_extent
> configure:9966: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:9966: $? = 0
> configure:9966: result: yes
> configure:9977: checking if MPI constant MPI_COMBINER_DUP is defined configure:9986: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:9986: $? = 0
> configure:9987: result: yes
> configure:10001: checking if MPI constant MPI_COMBINER_HVECTOR_INTEGER is defined configure:10010: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10010: $? = 0
> configure:10011: result: yes
> configure:10025: checking if MPI constant MPI_COMBINER_HINDEXED_INTEGER is defined configure:10034: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10034: $? = 0
> configure:10035: result: yes
> configure:10049: checking if MPI constant MPI_COMBINER_SUBARRAY is defined configure:10058: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10058: $? = 0
> configure:10059: result: yes
> configure:10073: checking if MPI constant MPI_COMBINER_DARRAY is defined configure:10082: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10082: $? = 0
> configure:10083: result: yes
> configure:10097: checking if MPI constant MPI_COMBINER_RESIZED is defined configure:10106: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10106: $? = 0
> configure:10107: result: yes
> configure:10121: checking if MPI constant MPI_COMBINER_STRUCT_INTEGER is defined configure:10130: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10130: $? = 0
> configure:10131: result: yes
> configure:10145: checking if MPI constant MPI_COMBINER_INDEXED_BLOCK is defined configure:10154: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10154: $? = 0
> configure:10155: result: yes
> configure:10169: checking if MPI constant MPI_COMBINER_F90_REAL is defined configure:10178: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10178: $? = 0
> configure:10179: result: yes
> configure:10193: checking if MPI constant MPI_COMBINER_F90_INTEGER is defined configure:10202: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10202: $? = 0
> configure:10203: result: yes
> configure:10217: checking if MPI constant MPI_COMBINER_F90_COMPLEX is defined configure:10226: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10226: $? = 0
> configure:10227: result: yes
> configure:10242: checking if MPI constant MPI_ERR_FILE_EXISTS is defined configure:10251: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10251: $? = 0
> configure:10252: result: yes
> configure:10266: checking if MPI constant MPI_ERR_NO_SUCH_FILE is defined configure:10275: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10275: $? = 0
> configure:10276: result: yes
> configure:10290: checking if MPI constant MPI_ERR_AMODE is defined configure:10299: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10299: $? = 0
> configure:10300: result: yes
> configure:10314: checking if MPI constant MPI_ERR_NOT_SAME is defined configure:10323: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10323: $? = 0
> configure:10324: result: yes
> configure:10338: checking if MPI constant MPI_ERR_BAD_FILE is defined configure:10347: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10347: $? = 0
> configure:10348: result: yes
> configure:10362: checking if MPI constant MPI_ERR_READ_ONLY is defined configure:10371: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10371: $? = 0
> configure:10372: result: yes
> configure:10386: checking if MPI constant MPI_ERR_ACCESS is defined configure:10395: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10395: $? = 0
> configure:10396: result: yes
> configure:10410: checking if MPI constant MPI_ERR_NO_SPACE is defined configure:10419: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10419: $? = 0
> configure:10420: result: yes
> configure:10434: checking if MPI constant MPI_ERR_QUOTA is defined configure:10443: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10443: $? = 0
> configure:10444: result: yes
> configure:10459: checking if MPI datatype MPI_CHAR is defined configure:10468: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10468: $? = 0
> configure:10469: result: yes
> configure:10483: checking if MPI datatype MPI_BYTE is defined configure:10492: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10492: $? = 0
> configure:10493: result: yes
> configure:10507: checking if MPI datatype MPI_SIGNED_CHAR is defined configure:10516: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10516: $? = 0
> configure:10517: result: yes
> configure:10531: checking if MPI datatype MPI_UNSIGNED_CHAR is defined configure:10540: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10540: $? = 0
> configure:10541: result: yes
> configure:10555: checking if MPI datatype MPI_SHORT is defined configure:10564: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10564: $? = 0
> configure:10565: result: yes
> configure:10579: checking if MPI datatype MPI_UNSIGNED_SHORT is defined configure:10588: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10588: $? = 0
> configure:10589: result: yes
> configure:10603: checking if MPI datatype MPI_INT is defined configure:10612: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10612: $? = 0
> configure:10613: result: yes
> configure:10627: checking if MPI datatype MPI_UNSIGNED is defined configure:10636: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10636: $? = 0
> configure:10637: result: yes
> configure:10651: checking if MPI datatype MPI_LONG is defined configure:10660: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10660: $? = 0
> configure:10661: result: yes
> configure:10675: checking if MPI datatype MPI_FLOAT is defined configure:10684: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10684: $? = 0
> configure:10685: result: yes
> configure:10699: checking if MPI datatype MPI_DOUBLE is defined configure:10708: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10708: $? = 0
> configure:10709: result: yes
> configure:10723: checking if MPI datatype MPI_LONG_LONG_INT is defined configure:10732: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10732: $? = 0
> configure:10733: result: yes
> configure:10747: checking if MPI datatype MPI_UNSIGNED_LONG_LONG is defined configure:10756: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10756: $? = 0
> configure:10757: result: yes
> configure:10771: checking if MPI datatype MPI_UB is defined configure:10780: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(77): warning #1786: variable "ompi_mpi_ub" (declared at line 926 of "/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include/mpi.h") was declared deprecated ("MPI_UB is deprecated in MPI-2.0")
>            MPI_Datatype dummy = MPI_UB;
>                                 ^
> 
> configure:10780: $? = 0
> configure:10781: result: yes
> configure:10795: checking if MPI datatype MPI_LB is defined configure:10804: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(78): warning #1786: variable "ompi_mpi_lb" (declared at line 925 of "/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/include/mpi.h") was declared deprecated ("MPI_LB is deprecated in MPI-2.0")
>            MPI_Datatype dummy = MPI_LB;
>                                 ^
> 
> configure:10804: $? = 0
> configure:10805: result: yes
> configure:10819: checking if MPI datatype MPI_OFFSET is defined configure:10828: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10828: $? = 0
> configure:10829: result: yes
> configure:10845: checking if MPI datatype MPI_CHARACTER is defined configure:10854: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10854: $? = 0
> configure:10855: result: yes
> configure:10869: checking if MPI datatype MPI_REAL is defined configure:10878: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10878: $? = 0
> configure:10879: result: yes
> configure:10893: checking if MPI datatype MPI_INTEGER is defined configure:10902: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10902: $? = 0
> configure:10903: result: yes
> configure:10917: checking if MPI datatype MPI_DOUBLE_PRECISION is defined configure:10926: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10926: $? = 0
> configure:10927: result: yes
> configure:10941: checking if MPI datatype MPI_INTEGER1 is defined configure:10950: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10950: $? = 0
> configure:10951: result: yes
> configure:10965: checking if MPI datatype MPI_INTEGER2 is defined configure:10974: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10974: $? = 0
> configure:10975: result: yes
> configure:10989: checking if MPI datatype MPI_INTEGER4 is defined configure:10998: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:10998: $? = 0
> configure:10999: result: yes
> configure:11013: checking if MPI datatype MPI_INTEGER8 is defined configure:11022: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11022: $? = 0
> configure:11023: result: yes
> configure:11037: checking if MPI datatype MPI_INTEGER16 is defined configure:11046: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(88): error: identifier "MPI_INTEGER16" is undefined
>            MPI_Datatype dummy = MPI_INTEGER16;
>                                 ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11046: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | /* end confdefs.h.  */
> | |           #include <mpi.h>
> |           MPI_Datatype dummy = MPI_INTEGER16;
> | configure:11054: result: no
> configure:11061: checking if MPI datatype MPI_REAL4 is defined configure:11070: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11070: $? = 0
> configure:11071: result: yes
> configure:11085: checking if MPI datatype MPI_REAL8 is defined configure:11094: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11094: $? = 0
> configure:11095: result: yes
> configure:11109: checking if MPI datatype MPI_REAL16 is defined configure:11118: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11118: $? = 0
> configure:11119: result: yes
> configure:11133: checking if MPI datatype MPI_COMPLEX8 is defined configure:11142: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11142: $? = 0
> configure:11143: result: yes
> configure:11157: checking if MPI datatype MPI_COMPLEX16 is defined configure:11166: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11166: $? = 0
> configure:11167: result: yes
> configure:11181: checking if MPI datatype MPI_COMPLEX32 is defined configure:11190: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11190: $? = 0
> configure:11191: result: yes
> configure:11221: checking whether char is unsigned
> configure:11248: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11248: $? = 0
> configure:11255: result: no
> configure:11262: checking whether byte ordering is bigendian
> configure:11277: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(93): error: identifier "not" is undefined
>  	       not a universal capable compiler
>  	       ^
> 
> conftest.c(93): error: expected a ";"
>  	       not a universal capable compiler
>  	             ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11277: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | /* end confdefs.h.  */
> | #ifndef __APPLE_CC__
> | 	       not a universal capable compiler
> | 	     #endif
> | 	     typedef int dummy;
> | configure:11330: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11330: $? = 0
> configure:11356: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(107): error: identifier "not" is undefined
>  		 not big endian
>  		 ^
> 
> conftest.c(107): error: expected a ";"
>  		 not big endian
>  		         ^
> 
> conftest.c(110): warning #12: parsing restarts here after previous syntax error
>    ;
>    ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11356: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | /* end confdefs.h.  */
> | #include <sys/types.h>
> | 		#include <sys/param.h>
> | | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | #if BYTE_ORDER != BIG_ENDIAN
> | 		 not big endian
> | 		#endif
> | |   ;
> |   return 0;
> | }
> configure:11516: result: no
> configure:11547: checking for size_t
> configure:11547: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11547: $? = 0
> configure:11547: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(136): error: expected an expression
>  if (sizeof ((size_t)))
>                      ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11547: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((size_t)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11547: result: yes
> configure:11558: checking for off_t
> configure:11558: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11558: $? = 0
> configure:11558: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(136): error: expected an expression
>  if (sizeof ((off_t)))
>                     ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11558: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((off_t)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11558: result: yes
> configure:11569: checking for ssize_t
> configure:11569: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11569: $? = 0
> configure:11569: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(136): error: expected an expression
>  if (sizeof ((ssize_t)))
>                       ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11569: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((ssize_t)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11569: result: yes
> configure:11578: checking for ptrdiff_t
> configure:11578: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11578: $? = 0
> configure:11578: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(137): error: expected an expression
>  if (sizeof ((ptrdiff_t)))
>                         ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11578: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((ptrdiff_t)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11578: result: yes
> configure:11587: checking for uchar
> configure:11587: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(138): error: identifier "uchar" is undefined
>  if (sizeof (uchar))
>              ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11587: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof (uchar))
> | 	 return 0;
> |   ;
> |   return 0;
> | }
> configure:11587: result: no
> configure:11596: checking for ushort
> configure:11596: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11596: $? = 0
> configure:11596: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(138): error: expected an expression
>  if (sizeof ((ushort)))
>                      ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11596: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((ushort)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11596: result: yes
> configure:11605: checking for uint
> configure:11605: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> configure:11605: $? = 0
> configure:11605: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(139): error: expected an expression
>  if (sizeof ((uint)))
>                    ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11605: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | #define HAVE_USHORT 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof ((uint)))
> | 	    return 0;
> |   ;
> |   return 0;
> | }
> configure:11605: result: yes
> configure:11614: checking for longlong
> configure:11614: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(140): error: identifier "longlong" is undefined
>  if (sizeof (longlong))
>              ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11614: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | #define HAVE_USHORT 1
> | #define HAVE_UINT 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof (longlong))
> | 	 return 0;
> |   ;
> |   return 0;
> | }
> configure:11614: result: no
> configure:11623: checking for ulonglong
> configure:11623: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(140): error: identifier "ulonglong" is undefined
>  if (sizeof (ulonglong))
>              ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11623: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | #define HAVE_USHORT 1
> | #define HAVE_UINT 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof (ulonglong))
> | 	 return 0;
> |   ;
> |   return 0;
> | }
> configure:11623: result: no
> configure:11632: checking for int64
> configure:11632: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(140): error: identifier "int64" is undefined
>  if (sizeof (int64))
>              ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11632: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | #define HAVE_USHORT 1
> | #define HAVE_UINT 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof (int64))
> | 	 return 0;
> |   ;
> |   return 0;
> | }
> configure:11632: result: no
> configure:11641: checking for uint64
> configure:11641: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c -g -O2  conftest.c >&5
> conftest.c(140): error: identifier "uint64" is undefined
>  if (sizeof (uint64))
>              ^
> 
> compilation aborted for conftest.c (code 2)
> configure:11641: $? = 2
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "parallel-netcdf"
> | #define PACKAGE_TARNAME "parallel-netcdf"
> | #define PACKAGE_VERSION "1.8.1"
> | #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> | #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> | #define PACKAGE_URL ""
> | #define F77_NAME_LOWER_USCORE /**/
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE__BOOL 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_ACCESS 1
> | #define HAVE_UNLINK 1
> | #define HAVE_SEARCH_H 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_TDELETE 1
> | #define PNC_MALLOC_TRACE 1
> | #define SIZEOF_MPI_OFFSET 8
> | #define SIZEOF_MPI_AINT 8
> | #define ENABLE_CDF5 /**/
> | #define ENABLE_REQ_AGGREGATION /**/
> | #define HAVE_MPI_INFO_DUP 1
> | #define HAVE_MPI_INFO_FREE 1
> | #define HAVE_MPI_GET_ADDRESS 1
> | #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> | #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> | #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> | #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> | #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> | #define HAVE_MPI_TYPE_GET_EXTENT 1
> | #define HAVE_MPI_COMBINER_DUP 1
> | #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> | #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> | #define HAVE_MPI_COMBINER_SUBARRAY 1
> | #define HAVE_MPI_COMBINER_DARRAY 1
> | #define HAVE_MPI_COMBINER_RESIZED 1
> | #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> | #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> | #define HAVE_MPI_COMBINER_F90_REAL 1
> | #define HAVE_MPI_COMBINER_F90_INTEGER 1
> | #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> | #define HAVE_MPI_ERR_FILE_EXISTS 1
> | #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> | #define HAVE_MPI_ERR_AMODE 1
> | #define HAVE_MPI_ERR_NOT_SAME 1
> | #define HAVE_MPI_ERR_BAD_FILE 1
> | #define HAVE_MPI_ERR_READ_ONLY 1
> | #define HAVE_MPI_ERR_ACCESS 1
> | #define HAVE_MPI_ERR_NO_SPACE 1
> | #define HAVE_MPI_ERR_QUOTA 1
> | #define HAVE_MPI_CHAR 1
> | #define HAVE_MPI_BYTE 1
> | #define HAVE_MPI_SIGNED_CHAR 1
> | #define HAVE_MPI_UNSIGNED_CHAR 1
> | #define HAVE_MPI_SHORT 1
> | #define HAVE_MPI_UNSIGNED_SHORT 1
> | #define HAVE_MPI_INT 1
> | #define HAVE_MPI_UNSIGNED 1
> | #define HAVE_MPI_LONG 1
> | #define HAVE_MPI_FLOAT 1
> | #define HAVE_MPI_DOUBLE 1
> | #define HAVE_MPI_LONG_LONG_INT 1
> | #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> | #define HAVE_MPI_UB 1
> | #define HAVE_MPI_LB 1
> | #define HAVE_MPI_OFFSET_DATATYPE 1
> | #define HAVE_MPI_CHARACTER 1
> | #define HAVE_MPI_REAL 1
> | #define HAVE_MPI_INTEGER 1
> | #define HAVE_MPI_DOUBLE_PRECISION 1
> | #define HAVE_MPI_INTEGER1 1
> | #define HAVE_MPI_INTEGER2 1
> | #define HAVE_MPI_INTEGER4 1
> | #define HAVE_MPI_INTEGER8 1
> | #define HAVE_MPI_REAL4 1
> | #define HAVE_MPI_REAL8 1
> | #define HAVE_MPI_REAL16 1
> | #define HAVE_MPI_COMPLEX8 1
> | #define HAVE_MPI_COMPLEX16 1
> | #define HAVE_MPI_COMPLEX32 1
> | #define HAVE_SSIZE_T 1
> | #define HAVE_PTRDIFF_T 1
> | #define HAVE_USHORT 1
> | #define HAVE_UINT 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #ifdef FC_DUMMY_MAIN
> | #ifndef FC_DUMMY_MAIN_EQ_F77
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int FC_DUMMY_MAIN() { return 1; }
> | #endif
> | #endif
> | int
> | main ()
> | {
> | if (sizeof (uint64))
> | 	 return 0;
> |   ;
> |   return 0;
> | }
> configure:11641: result: no
> configure:11656: checking size of size_t
> configure:11661: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11661: $? = 0
> configure:11661: ./conftest
> configure:11661: $? = 0
> configure:11675: result: 8
> configure:11689: checking size of off_t
> configure:11694: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11694: $? = 0
> configure:11694: ./conftest
> configure:11694: $? = 0
> configure:11708: result: 8
> configure:11722: checking size of signed char
> configure:11727: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11727: $? = 0
> configure:11727: ./conftest
> configure:11727: $? = 0
> configure:11741: result: 1
> configure:11755: checking size of unsigned char
> configure:11760: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11760: $? = 0
> configure:11760: ./conftest
> configure:11760: $? = 0
> configure:11774: result: 1
> configure:11788: checking size of short
> configure:11793: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11793: $? = 0
> configure:11793: ./conftest
> configure:11793: $? = 0
> configure:11807: result: 2
> configure:11821: checking size of unsigned short int
> configure:11826: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11826: $? = 0
> configure:11826: ./conftest
> configure:11826: $? = 0
> configure:11840: result: 2
> configure:11854: checking size of unsigned short
> configure:11859: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11859: $? = 0
> configure:11859: ./conftest
> configure:11859: $? = 0
> configure:11873: result: 2
> configure:11887: checking size of int
> configure:11892: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11892: $? = 0
> configure:11892: ./conftest
> configure:11892: $? = 0
> configure:11906: result: 4
> configure:11920: checking size of unsigned int
> configure:11925: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11925: $? = 0
> configure:11925: ./conftest
> configure:11925: $? = 0
> configure:11939: result: 4
> configure:11953: checking size of long
> configure:11958: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11958: $? = 0
> configure:11958: ./conftest
> configure:11958: $? = 0
> configure:11972: result: 8
> configure:11986: checking size of float
> configure:11991: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:11991: $? = 0
> configure:11991: ./conftest
> configure:11991: $? = 0
> configure:12005: result: 4
> configure:12019: checking size of double
> configure:12024: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:12024: $? = 0
> configure:12024: ./conftest
> configure:12024: $? = 0
> configure:12038: result: 8
> configure:12052: checking size of long long
> configure:12057: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:12057: $? = 0
> configure:12057: ./conftest
> configure:12057: $? = 0
> configure:12071: result: 8
> configure:12085: checking size of unsigned long long
> configure:12090: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:12090: $? = 0
> configure:12090: ./conftest
> configure:12090: $? = 0
> configure:12104: result: 8
> configure:12120: checking size of ushort
> configure:12125: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:12125: $? = 0
> configure:12125: ./conftest
> configure:12125: $? = 0
> configure:12139: result: 2
> configure:12155: checking size of uint
> configure:12160: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -o conftest -g -O2   conftest.c  >&5
> configure:12160: $? = 0
> configure:12160: ./conftest
> configure:12160: $? = 0
> configure:12174: result: 4
> configure:12383: checking for C-equivalent to Fortran routine "SUB"
> configure:12404: result: sub_
> configure:12422: checking for Fortran "integer*1"
> configure:12431: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:12431: $? = 0
> configure:12432: result: yes
> configure:12461: checking for Fortran "integer*2"
> configure:12470: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:12470: $? = 0
> configure:12471: result: yes
> configure:12500: checking for Fortran "integer*8"
> configure:12509: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:12509: $? = 0
> configure:12510: result: yes
> configure:12544: checking if Fortran "integer*1" is configure:12554: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12557: $? = 0
> configure:12560: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12563: $? = 0
> configure:12566: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12569: $? = 0
> configure:12572: ./conftest
> configure:12575: $? = 0
> configure:12577: result: "signed char" in C
> configure:12619: checking if Fortran "integer*2" is configure:12629: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12632: $? = 0
> configure:12635: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12638: $? = 0
> configure:12641: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12644: $? = 0
> configure:12647: ./conftest
> configure:12650: $? = 0
> configure:12652: result: "short" in C
> configure:12694: checking if Fortran "integer*8" is configure:12704: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12707: $? = 0
> configure:12710: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12713: $? = 0
> configure:12716: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12719: $? = 0
> configure:12722: ./conftest
> configure:12725: $? = 0
> configure:12727: result: "int" in C
> configure:12767: checking if Fortran "integer" is configure:12777: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12780: $? = 0
> configure:12783: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12786: $? = 0
> configure:12789: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12792: $? = 0
> configure:12795: ./conftest
> configure:12798: $? = 0
> configure:12800: result: "int" in C
> configure:12838: checking if Fortran "real" is configure:12848: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12851: $? = 0
> configure:12854: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12857: $? = 0
> configure:12860: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12863: $? = 0
> configure:12866: ./conftest
> configure:12869: $? = 0
> configure:12871: result: "float" in C
> configure:12909: checking if Fortran "doubleprecision" is configure:12919: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -c  -g -O2 conftest.c
> configure:12922: $? = 0
> configure:12925: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -g -c conftestf.f
> configure:12928: $? = 0
> configure:12931: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -o conftest -g  conftestf.o conftest.o configure:12934: $? = 0
> configure:12937: ./conftest
> configure:12940: $? = 0
> configure:12942: result: "double" in C
> configure:12973: checking for Fortran-equivalent to netCDF "byte"
> configure:12988: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:12988: $? = 0
> configure:13004: result: byte
> configure:13010: checking for Fortran-equivalent to netCDF "short"
> configure:13025: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:13025: $? = 0
> configure:13041: result: integer*2
> configure:13054: checking for Fortran NFMPI_OFFSET "integer*8"
> configure:13068: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:13068: $? = 0
> configure:13082: result: yes
> configure:13097: checking Fortran 90 module extension
> configure:13119: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:13119: $? = 0
> configure:13136: result: mod
> configure:13154: checking Fortran 90 module inclusion flag
> configure:13176: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:13176: $? = 0
> configure:13190: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -Iconftest.dir -Iconftest.dir  conftest.F90 >&5
> configure:13190: $? = 0
> configure:13211: result: -I
> configure:13233: checking Fortran 90 module output flag
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -Jsub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-Jsub'
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -Jsub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-Jsub'
> conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
>      use conftest_module
> ----------^
> compilation aborted for conftest.F90 (code 1)
> configure:13270: $? = 1
> configure: failed program was:
> | |       program main
> |       use conftest_module
> |       call conftest_routine
> |       end
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -J sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-J'
> ifort: warning #10145: no action performed for file 'sub'
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -J sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-J'
> ifort: error #10236: File not found:  'sub'
> conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
>      use conftest_module
> ----------^
> compilation aborted for conftest.F90 (code 1)
> configure:13270: $? = 1
> configure: failed program was:
> | |       program main
> |       use conftest_module
> |       call conftest_routine
> |       end
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fmod=sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-fmod=sub'
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -fmod=sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-fmod=sub'
> conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
>      use conftest_module
> ----------^
> compilation aborted for conftest.F90 (code 1)
> configure:13270: $? = 1
> configure: failed program was:
> | |       program main
> |       use conftest_module
> |       call conftest_routine
> |       end
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -moddir=sub  conftest.F90 >&5
> ifort: command line warning #10159: invalid argument for option '-m'
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -moddir=sub  conftest.F90 >&5
> ifort: command line warning #10159: invalid argument for option '-m'
> conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
>      use conftest_module
> ----------^
> compilation aborted for conftest.F90 (code 1)
> configure:13270: $? = 1
> configure: failed program was:
> | |       program main
> |       use conftest_module
> |       call conftest_routine
> |       end
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g +moddir=sub  conftest.F90 >&5
> ifort: error #10236: File not found:  '+moddir=sub'
> configure:13261: $? = 1
> configure: failed program was:
> | |       module conftest_module
> |       contains
> |       subroutine conftest_routine
> |       write(*,'(a)') 'gotcha!'
> |       end subroutine
> |       end module
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -qmoddir=sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-qmoddir=sub'
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -qmoddir=sub  conftest.F90 >&5
> ifort: command line warning #10006: ignoring unknown option '-qmoddir=sub'
> conftest.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [CONFTEST_MODULE]
>      use conftest_module
> ----------^
> compilation aborted for conftest.F90 (code 1)
> configure:13270: $? = 1
> configure: failed program was:
> | |       program main
> |       use conftest_module
> |       call conftest_routine
> |       end
> configure:13261: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -mod sub  conftest.F90 >&5
> configure:13261: $? = 0
> configure:13270: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g -mod sub  conftest.F90 >&5
> configure:13270: $? = 0
> configure:13292: result: -mod configure:13320: checking for Fortran 77 GNU intrinsic INT
> configure:13344: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:13344: $? = 0
> configure:13357: result: yes
> configure:13370: checking for Fortran 77 intrinsic INT1
> configure:13388: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:13388: $? = 0
> configure:13401: result: yes
> configure:13413: checking for Fortran 77 intrinsic INT2
> configure:13431: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:13431: $? = 0
> configure:13444: result: yes
> configure:13456: checking for Fortran 77 intrinsic INT8
> configure:13474: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g conftest.f >&5
> configure:13474: $? = 0
> configure:13487: result: yes
> configure:13508: checking if Fortran 90 compiler capitalizes .mod filenames
> configure:13517: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90 -c -g  conftest.F90 >&5
> configure:13517: $? = 0
> configure:13527: result: no
> configure:13647: checking for manual-page index command
> configure:13649: result: configure:13685: checking if C++ macro __func__ or __FUNCTION__ is defined
> configure:13717: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -c -g -O2  conftest.cpp >&5
> configure:13717: $? = 0
> configure:13740: /apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx -c -g -O2  conftest.cpp >&5
> configure:13740: $? = 0
> configure:13752: result: yes
> configure:13854: checking for latex
> configure:13872: found /usr/bin/latex
> configure:13884: result: /usr/bin/latex
> configure:13894: checking for dvipdf
> configure:13912: found /usr/bin/dvipdf
> configure:13924: result: /usr/bin/dvipdf
> configure:13986: checking for gcc
> configure:14004: found /usr/bin/gcc
> configure:14017: result: /usr/bin/gcc
> configure:14170: creating ./config.status
> 
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
> 
> This file was extended by parallel-netcdf config.status 1.8.1, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
> 
>  CONFIG_FILES    =
>  CONFIG_HEADERS  =
>  CONFIG_LINKS    =
>  CONFIG_COMMANDS =
>  $ ./config.status
> 
> on login2.arc3.leeds.ac.uk
> 
> config.status:1111: creating macros.make
> config.status:1111: creating Makefile
> config.status:1111: creating pnetcdf_pc
> config.status:1111: creating src/Makefile
> config.status:1111: creating src/lib/Makefile
> config.status:1111: creating src/lib/pnetcdf.h
> config.status:1111: creating src/utils/Makefile
> config.status:1111: creating src/utils/ncmpidump/Makefile
> config.status:1111: creating src/utils/ncmpidiff/Makefile
> config.status:1111: creating src/utils/ncmpigen/Makefile
> config.status:1111: creating src/utils/ncmpivalid/Makefile
> config.status:1111: creating src/utils/pnetcdf_version/Makefile
> config.status:1111: creating src/utils/ncoffsets/Makefile
> config.status:1111: creating test/Makefile
> config.status:1111: creating test/common/Makefile
> config.status:1111: creating test/nc_test/Makefile
> config.status:1111: creating test/C/Makefile
> config.status:1111: creating test/fandc/Makefile
> config.status:1111: creating test/testcases/Makefile
> config.status:1111: creating test/nonblocking/Makefile
> config.status:1111: creating test/header/Makefile
> config.status:1111: creating test/cdf_format/Makefile
> config.status:1111: creating test/largefile/Makefile
> config.status:1111: creating examples/C/Makefile
> config.status:1111: creating examples/tutorial/Makefile
> config.status:1111: creating examples/Makefile
> config.status:1111: creating doc/Makefile
> config.status:1111: creating man/Makefile
> config.status:1111: creating scripts/Makefile
> config.status:1111: creating benchmarks/Makefile
> config.status:1111: creating benchmarks/C/Makefile
> config.status:1111: creating test/nf_test/Makefile
> config.status:1111: creating test/nf_test/tests.inc
> config.status:1111: creating test/nf90_test/Makefile
> config.status:1111: creating test/F90/Makefile
> config.status:1111: creating examples/F77/Makefile
> config.status:1111: creating examples/F90/Makefile
> config.status:1111: creating src/libf90/Makefile
> config.status:1111: creating src/libf90/pnetcdf.f90
> config.status:1111: creating src/libf90/api.f90
> config.status:1111: creating src/libf90/nfmpi_constants.f90
> config.status:1111: creating src/libf/Makefile
> config.status:1111: creating src/libf/pnetcdf.inc
> config.status:1111: creating src/libcxx/Makefile
> config.status:1111: creating examples/CXX/Makefile
> config.status:1111: creating test/CXX/Makefile
> config.status:1111: creating benchmarks/FLASH-IO/Makefile
> config.status:1111: creating test/subfile/Makefile
> config.status:1111: creating stamp-h
> config.status:1111: creating pnetcdf-config
> config.status:1111: creating check_install
> config.status:1111: creating src/lib/ncconfig.h
> config.status:1111: creating src/libf/nfconfig_inc
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_CHECK_MPI_CPP_SEEK_SET=no
> ac_cv_NFMPI_OFFSET=yes
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_c_bigendian=no
> ac_cv_c_char_unsigned=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_ieeefloat=yes
> ac_cv_c_inline=inline
> ac_cv_cxx_compiler_gnu=yes
> ac_cv_cxx_macro_func=yes
> ac_cv_cxx_macro_function=yes
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=icc
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=set
> ac_cv_env_CXX_value=icpc
> ac_cv_env_F77_set=set
> ac_cv_env_F77_value=ifort
> ac_cv_env_FCFLAGS_set=
> ac_cv_env_FCFLAGS_value=
> ac_cv_env_FC_set=set
> ac_cv_env_FC_value=ifort
> ac_cv_env_FFLAGS_set=
> ac_cv_env_FFLAGS_value=
> ac_cv_env_FPPFLAGS_set=
> ac_cv_env_FPPFLAGS_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_MPICC_set=set
> ac_cv_env_MPICC_value=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc
> ac_cv_env_MPICXX_set=set
> ac_cv_env_MPICXX_value=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx
> ac_cv_env_MPIF77_set=set
> ac_cv_env_MPIF77_value=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> ac_cv_env_MPIF90_set=set
> ac_cv_env_MPIF90_value=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90
> ac_cv_env_RM_set=
> ac_cv_env_RM_value=
> ac_cv_env_TEST_MPIRUN_set=
> ac_cv_env_TEST_MPIRUN_value=
> ac_cv_env_TEST_OUTDIR_set=
> ac_cv_env_TEST_OUTDIR_value=
> ac_cv_env_TEST_SEQRUN_set=
> ac_cv_env_TEST_SEQRUN_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_f77_compiler_gnu=no
> ac_cv_f77_gnu_int=yes
> ac_cv_f77_int1=yes
> ac_cv_f77_int2=yes
> ac_cv_f77_int8=yes
> ac_cv_f77_libs=' -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compiler!
> s/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl'
> ac_cv_fc_compiler_gnu=no
> ac_cv_fc_compiler_nag=no
> ac_cv_fc_constant_modifier=8
> ac_cv_fc_dummy_main=none
> ac_cv_fc_fixedform=-fixed
> ac_cv_fc_freeform=-FR
> ac_cv_fc_libs=' -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers!
> /intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl'
> ac_cv_fc_mangling='lower case, underscore, no extra underscore'
> ac_cv_fc_module_ext=mod
> ac_cv_fc_module_flag=-I
> ac_cv_fc_module_output_flag='-mod '
> ac_cv_fc_pp_define=-D
> ac_cv_fc_pp_srcext_F90=
> ac_cv_fc_pp_srcext_F=
> ac_cv_fc_pp_srcext_f90=-fpp
> ac_cv_fc_pp_srcext_f=-fpp
> ac_cv_fc_srcext_F90=none
> ac_cv_fc_srcext_F=none
> ac_cv_fc_srcext_f90=none
> ac_cv_fc_srcext_f=none
> ac_cv_fortran_dummy_main=none
> ac_cv_func_MPI_Comm_rank=yes
> ac_cv_func_MPI_File_close=yes
> ac_cv_func_MPI_File_open=yes
> ac_cv_func_MPI_Get_address=yes
> ac_cv_func_MPI_Info_dup=yes
> ac_cv_func_MPI_Info_free=yes
> ac_cv_func_MPI_Type_create_hindexed=yes
> ac_cv_func_MPI_Type_create_hvector=yes
> ac_cv_func_MPI_Type_create_resized=yes
> ac_cv_func_MPI_Type_create_struct=yes
> ac_cv_func_MPI_Type_create_subarray=yes
> ac_cv_func_MPI_Type_get_extent=yes
> ac_cv_func_access=yes
> ac_cv_func_strerror=yes
> ac_cv_func_tdelete=yes
> ac_cv_func_tsearch=yes
> ac_cv_func_unlink=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_search_h=yes
> ac_cv_header_stdbool_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_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_host=x86_64-unknown-linux-gnu
> ac_cv_m4_stdout=
> ac_cv_objext=o
> ac_cv_path_DVIPDF=/usr/bin/dvipdf
> ac_cv_path_EGREP='/usr/bin/grep -E'
> ac_cv_path_GREP=/usr/bin/grep
> ac_cv_path_LATEX=/usr/bin/latex
> ac_cv_path_SEQ_CC=/usr/bin/gcc
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_AR=ar
> ac_cv_prog_CPP='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E'
> ac_cv_prog_M4=m4
> ac_cv_prog_NM=nm
> ac_cv_prog_ac_ct_CC=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_f77_g=yes
> ac_cv_prog_f77_v=-v
> ac_cv_prog_f90_uppercase_mod=no
> ac_cv_prog_fc_g=yes
> ac_cv_prog_fc_v=-v
> ac_cv_prog_make_make_set=yes
> ac_cv_sizeof_MPI_Aint=8
> ac_cv_sizeof_MPI_Offset=8
> ac_cv_sizeof_double=8
> ac_cv_sizeof_float=4
> ac_cv_sizeof_int=4
> ac_cv_sizeof_long=8
> ac_cv_sizeof_long_long=8
> ac_cv_sizeof_off_t=8
> ac_cv_sizeof_short=2
> ac_cv_sizeof_signed_char=1
> ac_cv_sizeof_size_t=8
> ac_cv_sizeof_uint=4
> ac_cv_sizeof_unsigned_char=1
> ac_cv_sizeof_unsigned_int=4
> ac_cv_sizeof_unsigned_long_long=8
> ac_cv_sizeof_unsigned_short=2
> ac_cv_sizeof_unsigned_short_int=2
> ac_cv_sizeof_ushort=2
> ac_cv_sys_file_offset_bits=no
> ac_cv_sys_largefile_CC=no
> ac_cv_type_MPI_Offset=yes
> ac_cv_type__Bool=yes
> ac_cv_type_int64=no
> ac_cv_type_longlong=no
> ac_cv_type_off_t=yes
> ac_cv_type_ptrdiff_t=yes
> ac_cv_type_size_t=yes
> ac_cv_type_ssize_t=yes
> ac_cv_type_uchar=no
> ac_cv_type_uint64=no
> ac_cv_type_uint=yes
> ac_cv_type_ulonglong=no
> ac_cv_type_ushort=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> AR='ar'
> ARFLAGS='cru'
> BUILDDIR='/nobackup/parallel-netcdf-1.8.1'
> CC='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc'
> CC_MAKEDEPEND='false'
> CFLAGS='-g  -O0'
> CONFIGURE_ARGS_CLEAN='--prefix=/nobackup/issmcd/n/build --with-mpi=/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1 --enable-debug'
> CONFIG_DATE='Thu Feb  2 16:22:34 GMT 2017'
> CPP='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc -E'
> CPPFLAGS=''
> CXX='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx'
> CXXCPPFLAGS=''
> CXXFLAGS='-g  -O0'
> DEFS='-DHAVE_CONFIG_H'
> DVIPDF='/usr/bin/dvipdf'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/usr/bin/grep -E'
> ENABLE_ERANGE_FILL='1'
> ENABLE_SUBFILING='0'
> EXEEXT=''
> F77='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90'
> F77FLAGS='-g -O0'
> F77FLAGS_F=''
> F77FLAGS_f=''
> F77PPFLAGS_F=''
> F77PPFLAGS_f='-fpp'
> F77_SUPPORT_FREEFORM='yes'
> F90FLAGS='-g -O0'
> F90FLAGS_F90=''
> F90FLAGS_f90=''
> F90LDFLAGS=''
> F90LIBS=' -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel!
> /17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl'
> F90PPFLAGS_F90=''
> F90PPFLAGS_f90='-fpp'
> FC='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90'
> FCFLAGS='-g  -O0'
> FCFLAGS_F90=''
> FCFLAGS_F=''
> FCFLAGS_f90=''
> FCFLAGS_f=''
> FCLIBS=' -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/!
> 17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl'
> FC_DEFINE='-D'
> FC_MODEXT='mod'
> FC_MODINC='-I'
> FC_MODOUT='-mod ${ac_empty}'
> FFIXEDFORMFLAG='-fixed'
> FFLAGS='-g'
> FFREEFORMFLAG='-FR'
> FLDFLAGS=''
> FLIBS=' -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7 -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/lib/ -L/apps/developers/compilers/intel/1!
> 7.0.1/1/default/compilers_and_libraries_2017.1.132/linux/ipp/lib/intel64/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/tbb/lib/intel64/gcc4.7/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/lib/intel64_lin/ -L/apps/developers/compilers/intel/17.0.1/1/default/compilers_and_libraries_2017.1.132/linux/daal/../tbb/lib/intel64_lin/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl'
> FPP=''
> FPPFLAGS=''
> GREP='/usr/bin/grep'
> HAVE_F77_GNU_INT='yes'
> HAVE_F77_INT1='yes'
> HAVE_F77_INT2='yes'
> HAVE_F77_INT8='yes'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INTENTV='INOUT'
> LATEX='/usr/bin/latex'
> LCOV_LIB=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LN_S='ln -s'
> LTLIBOBJS=''
> M4='m4'
> M4FFLAGS=''
> M4FLAGS=''
> MAKEWHATIS_CMD=''
> MPICC='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc'
> MPICXX='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicxx'
> MPIF77='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90'
> MPIF90='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpif90'
> NAG_FCFLAGS=''
> NAGf90FPPFLAGS=''
> NM='nm'
> NMFLAGS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT='parallel-netcdf at mcs.anl.gov'
> PACKAGE_NAME='parallel-netcdf'
> PACKAGE_STRING='parallel-netcdf 1.8.1'
> PACKAGE_TARNAME='parallel-netcdf'
> PACKAGE_URL=''
> PACKAGE_VERSION='1.8.1'
> PATH_SEPARATOR=':'
> PNETCDF_DEBUG='1'
> PNETCDF_INC='/nobackup/parallel-netcdf-1.8.1/src/libf90'
> PNETCDF_LIB='-L/nobackup/parallel-netcdf-1.8.1/src/lib'
> PNETCDF_RELEASE_DATE2='2017-01-28'
> PNETCDF_RELEASE_DATE='28 Jan 2017'
> PNETCDF_VERSION='1.8.1'
> PNETCDF_VERSION_MAJOR='1'
> PNETCDF_VERSION_MINOR='8'
> PNETCDF_VERSION_PRE=''
> PNETCDF_VERSION_SUB='1'
> PNF_FILL_INT64='-9223372036854775806_8'
> PNF_FILL_UINT64='18446744073709551614_8'
> PNF_FILL_UINT='4294967295_8'
> PNF_INT8_MODIFIER=''
> PNF_X_INT8_MAX='9223372036854775807_8'
> PNF_X_INT8_MIN='-9223372036854775807_8'
> PNF_X_UINT8_MAX='18446744073709551615_8'
> PNF_X_UINT_MAX='4294967295_8'
> RANLIB='ranlib'
> RELAX_COORD_BOUND='0'
> RM='rm'
> SEQ_CC='/usr/bin/gcc'
> SET_MAKE=''
> SHELL='/bin/sh'
> SIZEOF_MPI_AINT_IS_4='no'
> SIZEOF_MPI_OFFSET='8'
> TEST_MPIRUN='mpiexec -n NP'
> TEST_OUTDIR='.'
> TEST_SEQRUN=''
> UPPER_CASE_MOD='no'
> USE_MPIF_HEADER='use mpi, only: MPI_OFFSET_KIND'
> WHATIS='whatis'
> ac_ct_CC='/apps/developers/libraries/openmpi/2.0.2/1/intel-17.0.1/bin/mpicc'
> ac_ct_CXX=''
> ac_ct_F77=''
> ac_ct_FC=''
> ac_empty=''
> bindir='${exec_prefix}/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> enable_coverage='no'
> enable_erange_fill='yes'
> enable_subfiling='no'
> exec_prefix='${prefix}'
> has_fortran='yes'
> has_latex='yes'
> has_mpicxx='yes'
> have_yacc_lex='no'
> host='x86_64-unknown-linux-gnu'
> host_alias=''
> host_cpu='x86_64'
> host_os='linux-gnu'
> host_vendor='unknown'
> htmldir='${docdir}'
> in_place_swap='yes'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> is_bigendian='no'
> large_file_test='no'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mpi_mod='yes'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/nobackup/issmcd/n/build'
> prog=''
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> rm_cmd=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> /* confdefs.h */
> #define PACKAGE_NAME "parallel-netcdf"
> #define PACKAGE_TARNAME "parallel-netcdf"
> #define PACKAGE_VERSION "1.8.1"
> #define PACKAGE_STRING "parallel-netcdf 1.8.1"
> #define PACKAGE_BUGREPORT "parallel-netcdf at mcs.anl.gov"
> #define PACKAGE_URL ""
> #define F77_NAME_LOWER_USCORE /**/
> #define STDC_HEADERS 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE__BOOL 1
> #define HAVE_STDBOOL_H 1
> #define HAVE_STRERROR 1
> #define HAVE_ACCESS 1
> #define HAVE_UNLINK 1
> #define HAVE_SEARCH_H 1
> #define HAVE_TSEARCH 1
> #define HAVE_TDELETE 1
> #define PNC_MALLOC_TRACE 1
> #define SIZEOF_MPI_OFFSET 8
> #define SIZEOF_MPI_AINT 8
> #define ENABLE_CDF5 /**/
> #define ENABLE_REQ_AGGREGATION /**/
> #define HAVE_MPI_INFO_DUP 1
> #define HAVE_MPI_INFO_FREE 1
> #define HAVE_MPI_GET_ADDRESS 1
> #define HAVE_MPI_TYPE_CREATE_SUBARRAY 1
> #define HAVE_MPI_TYPE_CREATE_HVECTOR 1
> #define HAVE_MPI_TYPE_CREATE_HINDEXED 1
> #define HAVE_MPI_TYPE_CREATE_STRUCT 1
> #define HAVE_MPI_TYPE_CREATE_RESIZED 1
> #define HAVE_MPI_TYPE_GET_EXTENT 1
> #define HAVE_MPI_COMBINER_DUP 1
> #define HAVE_MPI_COMBINER_HVECTOR_INTEGER 1
> #define HAVE_MPI_COMBINER_HINDEXED_INTEGER 1
> #define HAVE_MPI_COMBINER_SUBARRAY 1
> #define HAVE_MPI_COMBINER_DARRAY 1
> #define HAVE_MPI_COMBINER_RESIZED 1
> #define HAVE_MPI_COMBINER_STRUCT_INTEGER 1
> #define HAVE_MPI_COMBINER_INDEXED_BLOCK 1
> #define HAVE_MPI_COMBINER_F90_REAL 1
> #define HAVE_MPI_COMBINER_F90_INTEGER 1
> #define HAVE_MPI_COMBINER_F90_COMPLEX 1
> #define HAVE_MPI_ERR_FILE_EXISTS 1
> #define HAVE_MPI_ERR_NO_SUCH_FILE 1
> #define HAVE_MPI_ERR_AMODE 1
> #define HAVE_MPI_ERR_NOT_SAME 1
> #define HAVE_MPI_ERR_BAD_FILE 1
> #define HAVE_MPI_ERR_READ_ONLY 1
> #define HAVE_MPI_ERR_ACCESS 1
> #define HAVE_MPI_ERR_NO_SPACE 1
> #define HAVE_MPI_ERR_QUOTA 1
> #define HAVE_MPI_CHAR 1
> #define HAVE_MPI_BYTE 1
> #define HAVE_MPI_SIGNED_CHAR 1
> #define HAVE_MPI_UNSIGNED_CHAR 1
> #define HAVE_MPI_SHORT 1
> #define HAVE_MPI_UNSIGNED_SHORT 1
> #define HAVE_MPI_INT 1
> #define HAVE_MPI_UNSIGNED 1
> #define HAVE_MPI_LONG 1
> #define HAVE_MPI_FLOAT 1
> #define HAVE_MPI_DOUBLE 1
> #define HAVE_MPI_LONG_LONG_INT 1
> #define HAVE_MPI_UNSIGNED_LONG_LONG 1
> #define HAVE_MPI_UB 1
> #define HAVE_MPI_LB 1
> #define HAVE_MPI_OFFSET_DATATYPE 1
> #define HAVE_MPI_CHARACTER 1
> #define HAVE_MPI_REAL 1
> #define HAVE_MPI_INTEGER 1
> #define HAVE_MPI_DOUBLE_PRECISION 1
> #define HAVE_MPI_INTEGER1 1
> #define HAVE_MPI_INTEGER2 1
> #define HAVE_MPI_INTEGER4 1
> #define HAVE_MPI_INTEGER8 1
> #define HAVE_MPI_REAL4 1
> #define HAVE_MPI_REAL8 1
> #define HAVE_MPI_REAL16 1
> #define HAVE_MPI_COMPLEX8 1
> #define HAVE_MPI_COMPLEX16 1
> #define HAVE_MPI_COMPLEX32 1
> #define HAVE_SSIZE_T 1
> #define HAVE_PTRDIFF_T 1
> #define HAVE_USHORT 1
> #define HAVE_UINT 1
> #define SIZEOF_SIZE_T 8
> #define SIZEOF_OFF_T 8
> #define SIZEOF_SIGNED_CHAR 1
> #define SIZEOF_UNSIGNED_CHAR 1
> #define SIZEOF_SHORT 2
> #define SIZEOF_UNSIGNED_SHORT_INT 2
> #define SIZEOF_UNSIGNED_SHORT 2
> #define SIZEOF_INT 4
> #define SIZEOF_UNSIGNED_INT 4
> #define SIZEOF_LONG 8
> #define SIZEOF_FLOAT 4
> #define SIZEOF_DOUBLE 8
> #define SIZEOF_LONG_LONG 8
> #define SIZEOF_UNSIGNED_LONG_LONG 8
> #define SIZEOF_USHORT 2
> #define SIZEOF_UINT 4
> #define NF_INT1_T integer*1
> #define NF_INT2_T integer*2
> #define NF_INT8_T integer*8
> #define NF_INT1_IS_C_SIGNED_CHAR 1
> #define NF_INT2_IS_C_SHORT 1
> #define NF_INT8_IS_C_INT 1
> #define NF_INT_IS_C_INT 1
> #define NF_REAL_IS_C_FLOAT 1
> #define NF_DOUBLEPRECISION_IS_C_DOUBLE 1
> #define NCBYTE_T byte
> #define NCSHORT_T integer*2
> #define HAVE_FUNC_MACRO 1
> #define HAVE_FUNCTION_MACRO 1
> 
> configure: exit 0



More information about the parallel-netcdf mailing list