NWchem-6.5 compilation: Segmentation fault


Clicked A Few Times
Dear developers!

Help me, please!!!

I have some strange problems during nwchem-6.5 compilation. Here is some information concerning this process:

System: Red Hat Enterprise Linux Client 7.2
Memory: 5.7 GiB
AMD Phenom(tm) 9750 Quad-Core Processor × 4
OS type: 64-bit
Graphics: Gallium 0.4 on AMD RV670
GNOME: Version 3.14.2
Disk: 113.6 GB

I've installed gcc, gfortran, opempi, openmpi-devel:
yum install gcc-gfortran
yum install openmpi
yum install openmpi-devel

mkdir ~/source
cd ~/source
tar xvzf /home/AnastasiaSycheva/Downloads/Nwchem-6.5.tar.gz
mv Nwchem-6.5.revision26243-src.2014-09-10 Nwchem-6.5
cd Nwchem-6.5
/bin/csh
setenv NWCHEM_TOP `pwd`
cd $NWCHEM_TOP/src
setenv NWCHEM_TARGET LINUX64
setenv NWCHEM_MODULES all
setenv USE_MPI y
setenv USE_MPIF y
setenv USE_MPIF4 y
setenv MPI_LOC /usr/lib64/openmpi
setenv MPI_LIB $MPI_LOC/lib
setenv MPI_INCLUDE /usr/include/openmpi-x86_64
setenv LD_LIBRARY_PATH /usr/lib64/openmpi/lib
setenv LIBMPI "-pthread -lmpi_usempi -lmpi_mpifh -lmpi"
setenv PATH "${PATH}:/usr/bin:/usr/sbin:/usr/local/:/usr/lib64/openmpi/bin/"
setenv CC gcc
setenv FG gfortran
make nwchem_config
make >& make.log

output of "mpif90 -show" command is:
gfortran -I/usr/include/openmpi-x86_64 -pthread -m64 -I/usr/lib64/openmpi/lib -Wl,-rpath -Wl,/usr/lib64/openmpi/lib -Wl,--enable-new-dtags -L/usr/lib64/openmpi/lib -lmpi_usempi -lmpi_mpifh -lmpi

After all I have depend.x and nwchem binaries in /home/AnastasiaSycheva/source/Nwchem-6.5/bin/LINUX64 folder but after running I recieve:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
  1. 0 0x7F0085E11467
  2. 1 0x7F0085E11AAE
  3. 2 0x7F00850FC66F
  4. 3 0x7F008514D2F1
  5. 4 0x7F0084BEFC8B
  6. 5 0x7F0086160157
  7. 6 0x7F00861824E2
  8. 7 0x2B72F82 in tcgi_alt_pbegin
  9. 8 0x2B73035 in tcgi_pbegin
  10. 9 0x2B71D6B in pbeginf_
  11. 10 0x406940 in nwchem at nwchem.F:84
Segmentation fault (core dumped)

Here is the config.log content:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Global Arrays (GA) configure 5.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

 $ ../ga-5-3/configure --prefix=/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/install --with-tcgmsg --with-mpi=-I/usr/include/openmpi-x86_64 -L/usr/lib64/openmpi/lib -pthread -lmpi_usempi -lmpi_mpifh -lmpi /usr/lib64/openmpi --enable-peigs --enable-underscoring --disable-mpi-tests --without-scalapack --without-lapack --without-blas --with-mpi-ts CC=gcc F77=gfortran FFLAGS=-fno-aggressive-loop-optimizations ARMCI_DEFAULT_SHMMAX_UBOUND=131072

    1. --------- ##
    2. Platform. ##
    3. --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.10.0-327.3.1.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Fri Nov 20 05:40:26 EST 2015

/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: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /home/AnastasiaSycheva/.local/bin
PATH: /home/AnastasiaSycheva/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/
PATH: /usr/lib64/openmpi/bin/


    1. ----------- ##
    2. Core tests. ##
    3. ----------- ##

configure:3297: checking build system type
configure:3311: result: x86_64-unknown-linux-gnu
configure:3331: checking host system type
configure:3344: result: x86_64-unknown-linux-gnu
configure:3399: checking for TARGET base (64bit-ness checked later)
configure:3448: result: LINUX
configure:3455: checking whether we think this system is what we call SYSV
configure:3468: result: yes
configure:3671: checking whether we are cross compiling
configure:3681: result: no
configure:3712: checking for a BSD-compatible install
configure:3780: result: /usr/bin/install -c
configure:3791: checking whether build environment is sane
configure:3841: result: yes
configure:3982: checking for a thread-safe mkdir -p
configure:4021: result: /usr/bin/mkdir -p
configure:4034: checking for gawk
configure:4050: found /usr/bin/gawk
configure:4061: result: gawk
configure:4072: checking whether make sets $(MAKE)
configure:4094: result: yes
configure:4123: checking whether make supports nested variables
configure:4140: result: yes
configure:4216: checking whether to enable maintainer-specific portions of Makefiles
configure:4225: result: no
configure:4254: Detected VPATH build
configure:4517:
configure:4519: C compiler
configure:4521:
configure:4537: checking for style of include used by make
configure:4565: result: GNU
configure:4750: checking for C compiler version
configure:4759: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4770: $? = 0
configure:4759: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
configure:4770: $? = 0
configure:4759: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4770: $? = 4
configure:4759: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4770: $? = 4
configure:4790: checking whether the C compiler works
configure:4812: gcc conftest.c >&5
configure:4816: $? = 0
configure:4864: result: yes
configure:4867: checking for C compiler default output file name
configure:4869: result: a.out
configure:4875: checking for suffix of executables
configure:4882: gcc -o conftest conftest.c >&5
configure:4886: $? = 0
configure:4908: result:
configure:4930: checking whether we are cross compiling
configure:4938: gcc -o conftest conftest.c >&5
configure:4942: $? = 0
configure:4949: ./conftest
configure:4953: $? = 0
configure:4968: result: no
configure:4973: checking for suffix of object files
configure:4995: gcc -c conftest.c >&5
configure:4999: $? = 0
configure:5020: result: o
configure:5024: checking whether we are using the GNU C compiler
configure:5043: gcc -c conftest.c >&5
configure:5043: $? = 0
configure:5052: result: yes
configure:5061: checking whether gcc accepts -g
configure:5081: gcc -c -g conftest.c >&5
configure:5081: $? = 0
configure:5122: result: yes
configure:5139: checking for gcc option to accept ISO C89
configure:5202: gcc -c -g -O2 conftest.c >&5
configure:5202: $? = 0
configure:5215: result: none needed
configure:5237: checking dependency style of gcc
configure:5348: result: gcc3
configure:5371: checking how to run the C preprocessor
configure:5402: gcc -E conftest.c
configure:5402: $? = 0
configure:5416: gcc -E conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5441: result: gcc -E
configure:5461: gcc -E conftest.c
configure:5461: $? = 0
configure:5475: gcc -E conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5475: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5504: checking for grep that handles long lines and -e
configure:5562: result: /usr/bin/grep
configure:5567: checking for egrep
configure:5629: result: /usr/bin/grep -E
configure:5634: checking for ANSI C header files
configure:5654: gcc -c conftest.c >&5
configure:5654: $? = 0
configure:5727: gcc -o conftest conftest.c >&5
configure:5727: $? = 0
configure:5727: ./conftest
configure:5727: $? = 0
configure:5738: result: yes
configure:5751: checking for sys/types.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for sys/stat.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for stdlib.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for string.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for memory.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for strings.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for inttypes.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for stdint.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5751: checking for unistd.h
configure:5751: gcc -c conftest.c >&5
configure:5751: $? = 0
configure:5751: result: yes
configure:5764: checking minix/config.h usability
configure:5764: gcc -c conftest.c >&5
conftest.c:59:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:5764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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
| #include <minix/config.h>
configure:5764: result: no
configure:5764: checking minix/config.h presence
configure:5764: gcc -E conftest.c
conftest.c:26:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:5764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 <minix/config.h>
configure:5764: result: no
configure:5764: checking for minix/config.h
configure:5764: result: no
configure:5785: checking whether it is safe to define __EXTENSIONS__
configure:5803: gcc -c conftest.c >&5
configure:5803: $? = 0
configure:5810: result: yes
configure:5826: checking for C compiler vendor
configure:5896: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: error: 'chokeonthis' undeclared (first use in this function)
    chokeonthis
^
conftest.c:37:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| chokeonthis
| #endif
|
|  ;
| return 0;
| }
configure:5896: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: error: 'chokeonthis' undeclared (first use in this function)
    chokeonthis
^
conftest.c:37:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| chokeonthis
| #endif
|
|  ;
| return 0;
| }
configure:5896: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: error: 'chokeonthis' undeclared (first use in this function)
    chokeonthis
^
conftest.c:37:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| chokeonthis
| #endif
|
|  ;
| return 0;
| }
configure:5896: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: error: 'chokeonthis' undeclared (first use in this function)
    chokeonthis
^
conftest.c:37:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__OPEN64__))
| chokeonthis
| #endif
|
|  ;
| return 0;
| }
configure:5896: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:5: error: 'chokeonthis' undeclared (first use in this function)
    chokeonthis
^
conftest.c:37:5: note: each undeclared identifier is reported only once for each function it appears in
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(_CRAYC) || defined(_ADDR64))
| chokeonthis
| #endif
|
|  ;
| return 0;
| }
configure:5896: gcc -c conftest.c >&5
configure:5896: $? = 0
configure:5905: result: gnu
configure:6292: gcc -o conftest conftest.c >&5
configure:6292: $? = 0
configure:6292: ./conftest
configure:6292: $? = 0
configure:6417: WARNING: -pthread of with_mpi not parsed
configure:6417: WARNING: -lmpi_usempi of with_mpi not parsed
configure:6417: WARNING: -lmpi_mpifh of with_mpi not parsed
configure:6417: WARNING: -lmpi of with_mpi not parsed
configure:6459: checking whether a simple C MPI program compiles
configure:6465: gcc -c -I/usr/include/openmpi-x86_64 conftest.c >&5
configure:6465: $? = 0
configure:6473: result: yes
configure:6751: gcc -o conftest conftest.c >&5
configure:6751: $? = 0
configure:6751: ./conftest
configure:6751: $? = 0
configure:6755: checking for TARGET 64bit-ness
configure:6766: result: LINUX64
configure:8122: gcc -o conftest conftest.c >&5
configure:8122: $? = 0
configure:8122: ./conftest
configure:8122: $? = 0
configure:11771: searching for MPI_TS...
configure:13156: checking whether to enable assertions
configure:13174: result: yes
configure:13180: checking for dirent.h that defines DIR
configure:13199: gcc -c conftest.c >&5
configure:13199: $? = 0
configure:13207: result: yes
configure:13220: checking for library containing opendir
configure:13251: gcc -o conftest conftest.c >&5
configure:13251: $? = 0
configure:13268: result: none required
configure:13335: checking for stdbool.h that conforms to C99
configure:13402: gcc -c conftest.c >&5
configure:13402: $? = 0
configure:13409: result: yes
configure:13411: checking for _Bool
configure:13411: gcc -c conftest.c >&5
configure:13411: $? = 0
configure:13411: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:13411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
|  ;
| return 0;
| }
configure:13411: result: yes
configure:13428: checking for ANSI C header files
configure:13532: result: yes
configure:13540: checking for sys/wait.h that is POSIX.1 compatible
configure:13566: gcc -c conftest.c >&5
configure:13566: $? = 0
configure:13573: result: yes
configure:13583: checking assert.h usability
configure:13583: gcc -c conftest.c >&5
configure:13583: $? = 0
configure:13583: result: yes
configure:13583: checking assert.h presence
configure:13583: gcc -E conftest.c
configure:13583: $? = 0
configure:13583: result: yes
configure:13583: checking for assert.h
configure:13583: result: yes
configure:13602: checking errno.h usability
configure:13602: gcc -c conftest.c >&5
configure:13602: $? = 0
configure:13602: result: yes
configure:13602: checking errno.h presence
configure:13602: gcc -E conftest.c
configure:13602: $? = 0
configure:13602: result: yes
configure:13602: checking for errno.h
configure:13602: result: yes
configure:13621: checking fcntl.h usability
configure:13621: gcc -c conftest.c >&5
configure:13621: $? = 0
configure:13621: result: yes
configure:13621: checking fcntl.h presence
configure:13621: gcc -E conftest.c
configure:13621: $? = 0
configure:13621: result: yes
configure:13621: checking for fcntl.h
configure:13621: result: yes
configure:13640: checking ffio.h usability
configure:13640: gcc -c conftest.c >&5
conftest.c:80:18: fatal error: ffio.h: No such file or directory
#include <ffio.h>
^
compilation terminated.
configure:13640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ffio.h>
configure:13640: result: no
configure:13640: checking ffio.h presence
configure:13640: gcc -E conftest.c
conftest.c:47:18: fatal error: ffio.h: No such file or directory
#include <ffio.h>
^
compilation terminated.
configure:13640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <ffio.h>
configure:13640: result: no
configure:13640: checking for ffio.h
configure:13640: result: no
configure:13659: checking limits.h usability
configure:13659: gcc -c conftest.c >&5
configure:13659: $? = 0
configure:13659: result: yes
configure:13659: checking limits.h presence
configure:13659: gcc -E conftest.c
configure:13659: $? = 0
configure:13659: result: yes
configure:13659: checking for limits.h
configure:13659: result: yes
configure:13678: checking linux/limits.h usability
configure:13678: gcc -c conftest.c >&5
configure:13678: $? = 0
configure:13678: result: yes
configure:13678: checking linux/limits.h presence
configure:13678: gcc -E conftest.c
configure:13678: $? = 0
configure:13678: result: yes
configure:13678: checking for linux/limits.h
configure:13678: result: yes
configure:13697: checking malloc.h usability
configure:13697: gcc -c conftest.c >&5
configure:13697: $? = 0
configure:13697: result: yes
configure:13697: checking malloc.h presence
configure:13697: gcc -E conftest.c
configure:13697: $? = 0
configure:13697: result: yes
configure:13697: checking for malloc.h
configure:13697: result: yes
configure:13716: checking math.h usability
configure:13716: gcc -c conftest.c >&5
configure:13716: $? = 0
configure:13716: result: yes
configure:13716: checking math.h presence
configure:13716: gcc -E conftest.c
configure:13716: $? = 0
configure:13716: result: yes
configure:13716: checking for math.h
configure:13716: result: yes
configure:13735: checking stddef.h usability
configure:13735: gcc -c conftest.c >&5
configure:13735: $? = 0
configure:13735: result: yes
configure:13735: checking stddef.h presence
configure:13735: gcc -E conftest.c
configure:13735: $? = 0
configure:13735: result: yes
configure:13735: checking for stddef.h
configure:13735: result: yes
configure:13754: checking for stdint.h
configure:13754: result: yes
configure:13773: checking stdio.h usability
configure:13773: gcc -c conftest.c >&5
configure:13773: $? = 0
configure:13773: result: yes
configure:13773: checking stdio.h presence
configure:13773: gcc -E conftest.c
configure:13773: $? = 0
configure:13773: result: yes
configure:13773: checking for stdio.h
configure:13773: result: yes
configure:13792: checking for stdlib.h
configure:13792: result: yes
configure:13811: checking for string.h
configure:13811: result: yes
configure:13830: checking for strings.h
configure:13830: result: yes
configure:13849: checking sys/file.h usability
configure:13849: gcc -c conftest.c >&5
configure:13849: $? = 0
configure:13849: result: yes
configure:13849: checking sys/file.h presence
configure:13849: gcc -E conftest.c
configure:13849: $? = 0
configure:13849: result: yes
configure:13849: checking for sys/file.h
configure:13849: result: yes
configure:13868: checking sys/fsid.h usability
configure:13868: gcc -c conftest.c >&5
conftest.c:92:22: fatal error: sys/fsid.h: No such file or directory
#include <sys/fsid.h>
^
compilation terminated.
configure:13868: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fsid.h>
configure:13868: result: no
configure:13868: checking sys/fsid.h presence
configure:13868: gcc -E conftest.c
conftest.c:59:22: fatal error: sys/fsid.h: No such file or directory
#include <sys/fsid.h>
^
compilation terminated.
configure:13868: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <sys/fsid.h>
configure:13868: result: no
configure:13868: checking for sys/fsid.h
configure:13868: result: no
configure:13887: checking sys/fstyp.h usability
configure:13887: gcc -c conftest.c >&5
conftest.c:93:23: fatal error: sys/fstyp.h: No such file or directory
#include <sys/fstyp.h>
^
compilation terminated.
configure:13887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fstyp.h>
configure:13887: result: no
configure:13887: checking sys/fstyp.h presence
configure:13887: gcc -E conftest.c
conftest.c:60:23: fatal error: sys/fstyp.h: No such file or directory
#include <sys/fstyp.h>
^
compilation terminated.
configure:13887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| /* end confdefs.h. */
| #include <sys/fstyp.h>
configure:13887: result: no
configure:13887: checking for sys/fstyp.h
configure:13887: result: no
configure:13906: checking sys/ioctl.h usability
configure:13906: gcc -c conftest.c >&5
configure:13906: $? = 0
configure:13906: result: yes
configure:13906: checking sys/ioctl.h presence
configure:13906: gcc -E conftest.c
configure:13906: $? = 0
configure:13906: result: yes
configure:13906: checking for sys/ioctl.h
configure:13906: result: yes
configure:13925: checking sys/iosw.h usability
configure:13925: gcc -c conftest.c >&5
conftest.c:95:22: fatal error: sys/iosw.h: No such file or directory
#include <sys/iosw.h>
^
compilation terminated.
configure:13925: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/iosw.h>
configure:13925: result: no
configure:13925: checking sys/iosw.h presence
configure:13925: gcc -E conftest.c
conftest.c:62:22: fatal error: sys/iosw.h: No such file or directory
#include <sys/iosw.h>
^
compilation terminated.
configure:13925: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/iosw.h>
configure:13925: result: no
configure:13925: checking for sys/iosw.h
configure:13925: result: no
configure:13944: checking sys/ipc.h usability
configure:13944: gcc -c conftest.c >&5
configure:13944: $? = 0
configure:13944: result: yes
configure:13944: checking sys/ipc.h presence
configure:13944: gcc -E conftest.c
configure:13944: $? = 0
configure:13944: result: yes
configure:13944: checking for sys/ipc.h
configure:13944: result: yes
configure:13963: checking sys/mman.h usability
configure:13963: gcc -c conftest.c >&5
configure:13963: $? = 0
configure:13963: result: yes
configure:13963: checking sys/mman.h presence
configure:13963: gcc -E conftest.c
configure:13963: $? = 0
configure:13963: result: yes
configure:13963: checking for sys/mman.h
configure:13963: result: yes
configure:13982: checking sys/mount.h usability
configure:13982: gcc -c conftest.c >&5
configure:13982: $? = 0
configure:13982: result: yes
configure:13982: checking sys/mount.h presence
configure:13982: gcc -E conftest.c
configure:13982: $? = 0
configure:13982: result: yes
configure:13982: checking for sys/mount.h
configure:13982: result: yes
configure:14001: checking sys/param.h usability
configure:14001: gcc -c conftest.c >&5
configure:14001: $? = 0
configure:14001: result: yes
configure:14001: checking sys/param.h presence
configure:14001: gcc -E conftest.c
configure:14001: $? = 0
configure:14001: result: yes
configure:14001: checking for sys/param.h
configure:14001: result: yes
configure:14020: checking sys/sem.h usability
configure:14020: gcc -c conftest.c >&5
configure:14020: $? = 0
configure:14020: result: yes
configure:14020: checking sys/sem.h presence
configure:14020: gcc -E conftest.c
configure:14020: $? = 0
configure:14020: result: yes
configure:14020: checking for sys/sem.h
configure:14020: result: yes
configure:14039: checking sys/shm.h usability
configure:14039: gcc -c conftest.c >&5
configure:14039: $? = 0
configure:14039: result: yes
configure:14039: checking sys/shm.h presence
configure:14039: gcc -E conftest.c
configure:14039: $? = 0
configure:14039: result: yes
configure:14039: checking for sys/shm.h
configure:14039: result: yes
configure:14058: checking sys/statfs.h usability
configure:14058: gcc -c conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/statfs.h presence
configure:14058: gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/statfs.h
configure:14058: result: yes
configure:14077: checking for sys/stat.h
configure:14077: result: yes
configure:14096: checking sys/statvfs.h usability
configure:14096: gcc -c conftest.c >&5
configure:14096: $? = 0
configure:14096: result: yes
configure:14096: checking sys/statvfs.h presence
configure:14096: gcc -E conftest.c
configure:14096: $? = 0
configure:14096: result: yes
configure:14096: checking for sys/statvfs.h
configure:14096: result: yes
configure:14115: checking sys/time.h usability
configure:14115: gcc -c conftest.c >&5
configure:14115: $? = 0
configure:14115: result: yes
configure:14115: checking sys/time.h presence
configure:14115: gcc -E conftest.c
configure:14115: $? = 0
configure:14115: result: yes
configure:14115: checking for sys/time.h
configure:14115: result: yes
configure:14134: checking for sys/types.h
configure:14134: result: yes
configure:14153: checking sys/vfs.h usability
configure:14153: gcc -c conftest.c >&5
configure:14153: $? = 0
configure:14153: result: yes
configure:14153: checking sys/vfs.h presence
configure:14153: gcc -E conftest.c
configure:14153: $? = 0
configure:14153: result: yes
configure:14153: checking for sys/vfs.h
configure:14153: result: yes
configure:14172: checking time.h usability
configure:14172: gcc -c conftest.c >&5
configure:14172: $? = 0
configure:14172: result: yes
configure:14172: checking time.h presence
configure:14172: gcc -E conftest.c
configure:14172: $? = 0
configure:14172: result: yes
configure:14172: checking for time.h
configure:14172: result: yes
configure:14191: checking for unistd.h
configure:14191: result: yes
configure:14210: checking windows.h usability
configure:14210: gcc -c conftest.c >&5
conftest.c:110:21: fatal error: windows.h: No such file or directory
#include <windows.h>
^
compilation terminated.
configure:14210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_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
| #include <windows.h>
configure:14210: result: no
configure:14210: checking windows.h presence
configure:14210: gcc -E conftest.c
conftest.c:77:21: fatal error: windows.h: No such file or directory
#include <windows.h>
^
compilation terminated.
configure:14210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <windows.h>
configure:14210: result: no
configure:14210: checking for windows.h
configure:14210: result: no
configure:14229: checking for an ANSI C-conforming const
configure:14295: gcc -c conftest.c >&5
configure:14295: $? = 0
configure:14302: result: yes
configure:14310: checking for inline
configure:14326: gcc -c conftest.c >&5
configure:14326: $? = 0
configure:14334: result: inline
configure:14352: checking for C/C++ restrict keyword
configure:14377: gcc -c conftest.c >&5
configure:14377: $? = 0
configure:14385: result: __restrict
configure:14398: checking for working volatile
configure:14417: gcc -c conftest.c >&5
configure:14417: $? = 0
configure:14424: result: yes
configure:14432: checking for int64_t
configure:14432: gcc -c conftest.c >&5
configure:14432: $? = 0
configure:14432: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:53: warning: integer overflow in expression [-Woverflow]
   < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:116:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:14432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
|  ;
| return 0;
| }
configure:14432: result: yes
configure:14444: checking for long double
configure:14477: result: yes
configure:14485: checking for off_t
configure:14485: gcc -c conftest.c >&5
configure:14485: $? = 0
configure:14485: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:14485: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
|  ;
| return 0;
| }
configure:14485: result: yes
configure:14496: checking for pid_t
configure:14496: gcc -c conftest.c >&5
configure:14496: $? = 0
configure:14496: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:14496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
|  ;
| return 0;
| }
configure:14496: result: yes
configure:14507: checking return type of signal handlers
configure:14525: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:14525: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|  ;
| return 0;
| }
configure:14532: result: void
configure:14540: checking for size_t
configure:14540: gcc -c conftest.c >&5
configure:14540: $? = 0
configure:14540: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:14540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
|  ;
| return 0;
| }
configure:14540: result: yes
configure:14558: checking for special C compiler options needed for large files
configure:14603: result: no
configure:14609: checking for _FILE_OFFSET_BITS value needed for large files
configure:14634: gcc -c conftest.c >&5
configure:14634: $? = 0
configure:14666: result: no
configure:14751: checking for _LARGEFILE_SOURCE value needed for large files
configure:14770: gcc -o conftest conftest.c >&5
configure:14770: $? = 0
configure:14798: result: no
configure:14819: checking for preprocessor symbol for function name
configure:14836: gcc -c conftest.c >&5
configure:14836: $? = 0
configure:14862: result: __func__
configure:14870: checking for C global variable containing the name of the program
configure:14897: gcc -o conftest conftest.c >&5
configure:14897: $? = 0
configure:14911: result: __progname
configure:14945: checking whether gcc supports #pragma weak
configure:14968: gcc -o conftest conftest.c >&5
configure:14968: $? = 0
configure:14977: result: yes
configure:15012: checking for union semun in sys/sem.h
configure:15031: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:13: error: storage size of 'arg' isn't known
union semun arg;
^
configure:15031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
| int
| main ()
| {
| union semun arg;
| semctl(0, 0, 0, arg);
|  ;
| return 0;
| }
configure:15038: result: no
configure:15052: checking size of void*
configure:15057: gcc -o conftest conftest.c >&5
configure:15057: $? = 0
configure:15057: ./conftest
configure:15057: $? = 0
configure:15071: result: 8
configure:15085: checking size of char
configure:15090: gcc -o conftest conftest.c >&5
configure:15090: $? = 0
configure:15090: ./conftest
configure:15090: $? = 0
configure:15104: result: 1
configure:15118: checking size of short
configure:15123: gcc -o conftest conftest.c >&5
configure:15123: $? = 0
configure:15123: ./conftest
configure:15123: $? = 0
configure:15137: result: 2
configure:15151: checking size of int
configure:15156: gcc -o conftest conftest.c >&5
configure:15156: $? = 0
configure:15156: ./conftest
configure:15156: $? = 0
configure:15170: result: 4
configure:15184: checking size of long
configure:15189: gcc -o conftest conftest.c >&5
configure:15189: $? = 0
configure:15189: ./conftest
configure:15189: $? = 0
configure:15203: result: 8
configure:15217: checking size of long long
configure:15222: gcc -o conftest conftest.c >&5
configure:15222: $? = 0
configure:15222: ./conftest
configure:15222: $? = 0
configure:15236: result: 8
configure:15250: checking size of float
configure:15255: gcc -o conftest conftest.c >&5
configure:15255: $? = 0
configure:15255: ./conftest
configure:15255: $? = 0
configure:15269: result: 4
configure:15283: checking size of double
configure:15288: gcc -o conftest conftest.c >&5
configure:15288: $? = 0
configure:15288: ./conftest
configure:15288: $? = 0
configure:15302: result: 8
configure:15317: checking size of long double
configure:15322: gcc -o conftest conftest.c >&5
configure:15322: $? = 0
configure:15322: ./conftest
configure:15322: $? = 0
configure:15336: result: 16
configure:15347: checking for smallest C integer matching void*
configure:15364: result: long
configure:15373: checking vfork.h usability
configure:15373: gcc -c conftest.c >&5
conftest.c:128:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:15373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:15373: result: no
configure:15373: checking vfork.h presence
configure:15373: gcc -E conftest.c
conftest.c:95:19: fatal error: vfork.h: No such file or directory
#include <vfork.h>
^
compilation terminated.
configure:15373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| /* end confdefs.h. */
| #include <vfork.h>
configure:15373: result: no
configure:15373: checking for vfork.h
configure:15373: result: no
configure:15386: checking for fork
configure:15386: gcc -o conftest conftest.c >&5
conftest.c:118:6: warning: conflicting types for built-in function 'fork' [enabled by default]
char fork ();
^
configure:15386: $? = 0
configure:15386: result: yes
configure:15386: checking for vfork
configure:15386: gcc -o conftest conftest.c >&5
configure:15386: $? = 0
configure:15386: result: yes
configure:15396: checking for working fork
configure:15418: gcc -o conftest conftest.c >&5
configure:15418: $? = 0
configure:15418: ./conftest
configure:15418: $? = 0
configure:15428: result: yes
configure:15449: checking for working vfork
configure:15559: result: yes
configure:15590: checking for stdlib.h
configure:15590: result: yes
configure:15590: checking for unistd.h
configure:15590: result: yes
configure:15590: checking for sys/param.h
configure:15590: result: yes
configure:15610: checking for getpagesize
configure:15610: gcc -o conftest conftest.c >&5
configure:15610: $? = 0
configure:15610: result: yes
configure:15619: checking for working mmap
configure:15766: gcc -o conftest conftest.c >&5
configure:15766: $? = 0
configure:15766: ./conftest
configure:15766: $? = 0
configure:15776: result: yes
configure:15788: checking sys/select.h usability
configure:15788: gcc -c conftest.c >&5
configure:15788: $? = 0
configure:15788: result: yes
configure:15788: checking sys/select.h presence
configure:15788: gcc -E conftest.c
configure:15788: $? = 0
configure:15788: result: yes
configure:15788: checking for sys/select.h
configure:15788: result: yes
configure:15788: checking sys/socket.h usability
configure:15788: gcc -c conftest.c >&5
configure:15788: $? = 0
configure:15788: result: yes
configure:15788: checking sys/socket.h presence
configure:15788: gcc -E conftest.c
configure:15788: $? = 0
configure:15788: result: yes
configure:15788: checking for sys/socket.h
configure:15788: result: yes
configure:15798: checking types of arguments for select
configure:15826: gcc -c conftest.c >&5
configure:15826: $? = 0
configure:15837: result: int,fd_set *,struct timeval *
configure:15860: checking for library containing floor
configure:15891: gcc -o conftest conftest.c >&5
conftest.c:116:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
/tmp/cc9UvR6e.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `floor'
collect2: error: ld returned 1 exit status
configure:15891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* 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 floor ();
| int
| main ()
| {
| return floor ();
|  ;
| return 0;
| }
configure:15891: gcc -o conftest conftest.c -lm >&5
conftest.c:116:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
configure:15891: $? = 0
configure:15908: result: -lm
configure:15923: checking for library containing modf
configure:15954: gcc -o conftest conftest.c -lm >&5
conftest.c:117:6: warning: conflicting types for built-in function 'modf' [enabled by default]
char modf ();
^
configure:15954: $? = 0
configure:15971: result: none required
configure:15986: checking for library containing pow
configure:16017: gcc -o conftest conftest.c -lm >&5
conftest.c:118:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
configure:16017: $? = 0
configure:16034: result: none required
configure:16049: checking for library containing sqrt
configure:16080: gcc -o conftest conftest.c -lm >&5
conftest.c:119:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
char sqrt ();
^
configure:16080: $? = 0
configure:16097: result: none required
configure:16112: checking for library containing hypot
configure:16143: gcc -o conftest conftest.c -lm >&5
conftest.c:120:6: warning: conflicting types for built-in function 'hypot' [enabled by default]
char hypot ();
^
configure:16143: $? = 0
configure:16160: result: none required
configure:16177: checking for bcopy
configure:16177: gcc -o conftest conftest.c -lm >&5
conftest.c:137:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
char bcopy ();
^
configure:16177: $? = 0
configure:16177: result: yes
configure:16195: checking for bzero
configure:16195: gcc -o conftest conftest.c -lm >&5
conftest.c:138:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
char bzero ();
^
configure:16195: $? = 0
configure:16195: result: yes
configure:16213: checking for create_shared_region
configure:16213: gcc -o conftest conftest.c -lm >&5
/tmp/ccMIoiFg.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `create_shared_region'
collect2: error: ld returned 1 exit status
configure:16213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| /* end confdefs.h. */
| /* Define create_shared_region to an innocuous variant, in case <limits.h> declares create_shared_region.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define create_shared_region innocuous_create_shared_region
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char create_shared_region (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef create_shared_region
|
| /* 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 create_shared_region ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_create_shared_region || defined __stub___create_shared_region
| choke me
| #endif
|
| int
| main ()
| {
| return create_shared_region ();
|  ;
| return 0;
| }
configure:16213: result: no
configure:16231: checking for ftruncate
configure:16231: gcc -o conftest conftest.c -lm >&5
configure:16231: $? = 0
configure:16231: result: yes
configure:16249: checking for gethostbyname
configure:16249: gcc -o conftest conftest.c -lm >&5
configure:16249: $? = 0
configure:16249: result: yes
configure:16267: checking for gethostname
configure:16267: gcc -o conftest conftest.c -lm >&5
configure:16267: $? = 0
configure:16267: result: yes
configure:16285: checking for getpagesize
configure:16285: result: yes
configure:16303: checking for gettimeofday
configure:16303: gcc -o conftest conftest.c -lm >&5
configure:16303: $? = 0
configure:16303: result: yes
configure:16321: checking for memalign
configure:16321: gcc -o conftest conftest.c -lm >&5
configure:16321: $? = 0
configure:16321: result: yes
configure:16339: checking for memcpy
configure:16339: gcc -o conftest conftest.c -lm >&5
conftest.c:146:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
char memcpy ();
^
configure:16339: $? = 0
configure:16339: result: yes
configure:16357: checking for memset
configure:16357: gcc -o conftest conftest.c -lm >&5
conftest.c:147:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:16357: $? = 0
configure:16357: result: yes
configure:16375: checking for munmap
configure:16375: gcc -o conftest conftest.c -lm >&5
configure:16375: $? = 0
configure:16375: result: yes
configure:16393: checking for pause
configure:16393: gcc -o conftest conftest.c -lm >&5
configure:16393: $? = 0
configure:16393: result: yes
configure:16411: checking for posix_memalign
configure:16411: gcc -o conftest conftest.c -lm >&5
configure:16411: $? = 0
configure:16411: result: yes
configure:16429: checking for putenv
configure:16429: gcc -o conftest conftest.c -lm >&5
configure:16429: $? = 0
configure:16429: result: yes
configure:16447: checking for select
configure:16447: gcc -o conftest conftest.c -lm >&5
configure:16447: $? = 0
configure:16447: result: yes
configure:16465: checking for setenv
configure:16465: gcc -o conftest conftest.c -lm >&5
configure:16465: $? = 0
configure:16465: result: yes
configure:16483: checking for shared_malloc
configure:16483: gcc -o conftest conftest.c -lm >&5
/tmp/ccokiSrO.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shared_malloc'
collect2: error: ld returned 1 exit status
configure:16483: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| /* end confdefs.h. */
| /* Define shared_malloc to an innocuous variant, in case <limits.h> declares shared_malloc.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shared_malloc innocuous_shared_malloc
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shared_malloc (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shared_malloc
|
| /* 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 shared_malloc ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shared_malloc || defined __stub___shared_malloc
| choke me
| #endif
|
| int
| main ()
| {
| return shared_malloc ();
|  ;
| return 0;
| }
configure:16483: result: no
configure:16501: checking for shmalloc
configure:16501: gcc -o conftest conftest.c -lm >&5
/tmp/ccysy4aV.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `shmalloc'
collect2: error: ld returned 1 exit status
configure:16501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| /* end confdefs.h. */
| /* Define shmalloc to an innocuous variant, in case <limits.h> declares shmalloc.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shmalloc innocuous_shmalloc
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shmalloc (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shmalloc
|
| /* 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 shmalloc ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shmalloc || defined __stub___shmalloc
| choke me
| #endif
|
| int
| main ()
| {
| return shmalloc ();
|  ;
| return 0;
| }
configure:16501: result: no
configure:16519: checking for socket
configure:16519: gcc -o conftest conftest.c -lm >&5
configure:16519: $? = 0
configure:16519: result: yes
configure:16537: checking for srand
configure:16537: gcc -o conftest conftest.c -lm >&5
configure:16537: $? = 0
configure:16537: result: yes
configure:16555: checking for srandom
configure:16555: gcc -o conftest conftest.c -lm >&5
configure:16555: $? = 0
configure:16555: result: yes
configure:16573: checking for strchr
configure:16573: gcc -o conftest conftest.c -lm >&5
conftest.c:159:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:16573: $? = 0
configure:16573: result: yes
configure:16591: checking for strdup
configure:16591: gcc -o conftest conftest.c -lm >&5
conftest.c:160:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:16591: $? = 0
configure:16591: result: yes
configure:16609: checking for strerror
configure:16609: gcc -o conftest conftest.c -lm >&5
configure:16609: $? = 0
configure:16609: result: yes
configure:16627: checking for strstr
configure:16627: gcc -o conftest conftest.c -lm >&5
conftest.c:162:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char strstr ();
^
configure:16627: $? = 0
configure:16627: result: yes
configure:16645: checking for strtol
configure:16645: gcc -o conftest conftest.c -lm >&5
configure:16645: $? = 0
configure:16645: result: yes
configure:16663: checking for openpl in -lplot
configure:16688: gcc -o conftest conftest.c -lplot -lm >&5
/usr/bin/ld: cannot find -lplot
collect2: error: ld returned 1 exit status
configure:16688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| /* 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 openpl ();
| int
| main ()
| {
| return openpl ();
|  ;
| return 0;
| }
configure:16697: result: no
configure:16713: checking for specific C optimizations
configure:16815: result: -O2 -funroll-loops
configure:16826:
configure:16832: C++ compiler (disabled, but some tests still required)
configure:16835:
configure:16954: checking for icpc
configure:16984: result: no
configure:16954: checking for pgCC
configure:16984: result: no
configure:16954: checking for pathCC
configure:16984: result: no
configure:16954: checking for sxc++
configure:16984: result: no
configure:16954: checking for xlC_r
configure:16984: result: no
configure:16954: checking for xlC
configure:16984: result: no
configure:16954: checking for bgxlC_r
configure:16984: result: no
configure:16954: checking for bgxlC
configure:16984: result: no
configure:16954: checking for openCC
configure:16984: result: no
configure:16954: checking for sunCC
configure:16984: result: no
configure:16954: checking for crayc++
configure:16984: result: no
configure:16954: checking for g++
configure:16984: result: no
configure:16954: checking for c++
configure:16984: result: no
configure:16954: checking for gpp
configure:16984: result: no
configure:16954: checking for aCC
configure:16984: result: no
configure:16954: checking for CC
configure:16984: result: no
configure:16954: checking for cxx
configure:16984: result: no
configure:16954: checking for cc++
configure:16984: result: no
configure:16954: checking for cl.exe
configure:16984: result: no
configure:16954: checking for FCC
configure:16984: result: no
configure:16954: checking for KCC
configure:16984: result: no
configure:16954: checking for RCC
configure:16984: result: no
configure:17008: checking for C++ compiler version
configure:17017: g++ --version >&5
../ga-5-3/configure: line 17019: g++: command not found
configure:17028: $? = 127
configure:17017: g++ -v >&5
../ga-5-3/configure: line 17019: g++: command not found
configure:17028: $? = 127
configure:17017: g++ -V >&5
../ga-5-3/configure: line 17019: g++: command not found
configure:17028: $? = 127
configure:17017: g++ -qversion >&5
../ga-5-3/configure: line 17019: g++: command not found
configure:17028: $? = 127
configure:17032: checking whether we are using the GNU C++ compiler
configure:17051: g++ -c conftest.cpp >&5
../ga-5-3/configure: line 2637: g++: command not found
configure:17051: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
|  ;
| return 0;
| }
configure:17060: result: no
configure:17069: checking whether g++ accepts -g
configure:17089: g++ -c -g conftest.cpp >&5
../ga-5-3/configure: line 2637: g++: command not found
configure:17089: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
|  ;
| return 0;
| }
configure:17104: g++ -c conftest.cpp >&5
../ga-5-3/configure: line 2637: g++: command not found
configure:17104: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
|  ;
| return 0;
| }
configure:17120: g++ -c -g conftest.cpp >&5
../ga-5-3/configure: line 2637: g++: command not found
configure:17120: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
|  ;
| return 0;
| }
configure:17130: result: no
configure:17155: checking dependency style of g++
configure:17266: result: none
configure:17952:
configure:17954: Assembler
configure:17956:
configure:17988: checking dependency style of gcc
configure:18097: result: gcc3
configure:18116:
configure:18119: Fortran compiler
configure:18125:
configure:18306: checking for Fortran 77 compiler version
configure:18315: gfortran --version >&5
GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Copyright (C) 2015 Free Software Foundation, Inc.

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

configure:18326: $? = 0
configure:18315: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
configure:18326: $? = 0
configure:18315: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:18326: $? = 4
configure:18315: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:18326: $? = 4
configure:18335: checking whether we are using the GNU Fortran 77 compiler
configure:18348: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
configure:18348: $? = 0
configure:18357: result: yes
configure:18363: checking whether gfortran accepts -g
configure:18374: gfortran -c -g conftest.f >&5
configure:18374: $? = 0
configure:18382: result: yes
configure:18425: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
configure:18425: $? = 0
configure:18783: checking for Fortran 77 compiler vendor
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Non-numeric character in statement label at (1)
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Unclassifiable statement at (1)
configure:18847: $? = 1
configure: failed program was:
| program main
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| chokeonthis
| #endif
|
| end
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Non-numeric character in statement label at (1)
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Unclassifiable statement at (1)
configure:18847: $? = 1
configure: failed program was:
| program main
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| chokeonthis
| #endif
|
| end
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Non-numeric character in statement label at (1)
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Unclassifiable statement at (1)
configure:18847: $? = 1
configure: failed program was:
| program main
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| chokeonthis
| #endif
|
| end
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Non-numeric character in statement label at (1)
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Unclassifiable statement at (1)
configure:18847: $? = 1
configure: failed program was:
| program main
|
| #if !(defined(__OPEN64__))
| chokeonthis
| #endif
|
| end
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Non-numeric character in statement label at (1)
conftest.F:4.5:

   chokeonthis                                                         
1
Error: Unclassifiable statement at (1)
configure:18847: $? = 1
configure: failed program was:
| program main
|
| #if !(defined(_CRAYC) || defined(_ADDR64))
| chokeonthis
| #endif
|
| end
configure:18847: gfortran -c -fno-aggressive-loop-optimizations conftest.F >&5
configure:18847: $? = 0
configure:18856: result: gnu
configure:19101: checking whether a simple Fortran MPI program compiles
configure:19107: gfortran -c -fno-aggressive-loop-optimizations -I/usr/include/openmpi-x86_64 conftest.f >&5
configure:19107: $? = 0
configure:19115: result: yes
configure:19133: checking for Fortran 77 flag to suppress info messages
configure:19151: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
configure:19151: $? = 0
configure:19161: result: none
configure:19187: checking how to get verbose linking output from gfortran
configure:19197: gfortran -c -fno-aggressive-loop-optimizations conftest.f >&5
configure:19197: $? = 0
configure:19215: gfortran -o conftest -fno-aggressive-loop-optimizations -v conftest.f -lm
Using built-in specs.
Target: x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -version -fno-aggressive-loop-optimizations -fintrinsic-modules-path /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude -o /tmp/ccdiWUhx.s
GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-4) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-4), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-4) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-4), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -v --64 -o /tmp/cckkijfN.o /tmp/ccdiWUhx.s
GNU assembler version 2.23.52.0.1 (x86_64-redhat-linux) using BFD version version 2.23.52.0.1-55.el7 20130226
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/libgfortran.spec
rename spec lib to liborig
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /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 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. /tmp/cckkijfN.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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:19298: result: -v
configure:19300: checking for Fortran 77 libraries of gfortran
configure:19323: gfortran -o conftest -fno-aggressive-loop-optimizations -v conftest.f -lm
Using built-in specs.
Target: x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -version -fno-aggressive-loop-optimizations -fintrinsic-modules-path /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude -o /tmp/ccyPuJOv.s
GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-4) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-4), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-4) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-4), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -v --64 -o /tmp/ccssrS8L.o /tmp/ccyPuJOv.s
GNU assembler version 2.23.52.0.1 (x86_64-redhat-linux) using BFD version version 2.23.52.0.1-55.el7 20130226
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/libgfortran.spec
rename spec lib to liborig
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /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 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. /tmp/ccssrS8L.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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:19519: result: -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath
configure:19535: checking whether FLIBS needs -lgcc_s
configure:19560: gcc -o conftest conftest.c -lm -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5
configure:19560: $? = 0
configure:19595: result: no
configure:19994: checking for gfortran flag to add single underscore to external names
configure:20009: gcc -c conftest.c >&5
configure:20009: $? = 0
configure:20028: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:20028: $? = 0
configure:20054: result: none
configure:20069: checking for dummy main to link with Fortran 77 libraries
configure:20103: gcc -o conftest conftest.c -lm -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5
configure:20103: $? = 0
configure:20148: result: none
configure:20180: checking for Fortran 77 name-mangling scheme
configure:20193: gfortran -c -fno-aggressive-loop-optimizations conftest.f >&5
configure:20193: $? = 0
configure:20234: gcc -o conftest conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5
/tmp/cccYTeXy.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:20234: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.3"
| #define PACKAGE_STRING "Global Arrays (GA) 5.3"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.3"
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LINUX64 1
| #define HAVE_ARMCI_GROUP_COMM 1
| #define HAVE_ARMCI_INITIALIZED 1
| #define HAVE_ARMCI_NOTIFY 1
| #define HAVE_ARMCI_MSG_INIT 1
| #define HAVE_ARMCI_MSG_FINALIZE 1
| #define HAVE_ARMCI_STRIDE_INFO_INIT 1
| #define NEED_DELAY_TCGMSG_MPI_STARTUP 0
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FFIO_H 0
| #define HAVE_LIMITS_H 1
| #define HAVE_LINUX_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MATH_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_FSID_H 0
| #define HAVE_SYS_FSTYP_H 0
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_IOSW_H 0
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WINDOWS_H 0
| #define restrict __restrict
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define HAVE_FSEEKO 1
| #define FUNCTION_NAME __func__
| #define HAVE_PROGNAME 1
| #define PROGNAME __progname
| #define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define HAVE_FLOOR 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_HYPOT 1
| #define HAVE_BCOPY 1
| #define HAVE_BZERO 1
| #define HAVE_CREATE_SHARED_REGION 0
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMALIGN 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_PAUSE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SHARED_MALLOC 0
| #define HAVE_SHMALLOC 0
| #define HAVE_SOCKET 1
| #define HAVE_SRAND 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define NOFORT 0
| #define ENABLE_F77 1
| /* 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 F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return foobar ();
|  ;
| return 0;
| }
configure:20234: gcc -o conftest conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5
configure:20234: $? = 0
configure:20292: gcc -o conftest conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5
configure:20292: $? = 0
configure:20334: result: lower case, underscore, no extra underscore
configure:20398: checking how to pass symbols to preprocessed gfortran
configure:20421: gfortran -c -DGABLAHBLAH -fno-aggressive-loop-optimizations conftest.F >&5
configure:20421: $? = 0
configure:20438: result: -D
configure:20451: checking whether gfortran needs a flag to compile fixed format source
configure:20470: gfortran -c -fno-aggressive-loop-optimizations conftest.f >&5
configure:20470: $? = 0
configure:20485: result: none
configure:20494: checking whether gfortran needs a flag to compile inconsistent types
configure:20524: gfortran -c -fno-aggressive-loop-optimizations conftest.f >&5
configure:20524: $? = 0
configure:20539: result: none
configure:20564: gcc -o conftest conftest.c -lm >&5
configure:20564: $? = 0
configure:20564: ./conftest
configure:20564: $? = 0
configure:20575: checking for desired Fortran INTEGER size
configure:20594: result: 8
configure:20597: checking for INTEGER size compile flag
configure:20887: gcc -c conftest.c >&5
configure:20887: $? = 0
configure:20909: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:20909: $? = 0
configure:20909: ./conftest
configure:20909: $? = 0
configure:20887: gcc -c conftest.c >&5
configure:20887: $? = 0
configure:20909: gfortran -o conftest -fdefault-integer-8 -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:20909: $? = 0
configure:20909: ./conftest
configure:20909: $? = 0
configure:20947: result: -fdefault-integer-8
configure:20974: checking size of Fortran INTEGER
configure:21025: gcc -c conftest.c >&5
configure:21025: $? = 0
configure:21047: gfortran -o conftest -fno-aggressive-loop-optimizations -fdefault-integer-8 conftest.f cfortran_test.o -lm >&5
configure:21047: $? = 0
configure:21047: ./conftest
configure:21047: $? = 0
configure:21077: result: 8
configure:21094: checking size of Fortran REAL
configure:21145: gcc -c conftest.c >&5
configure:21145: $? = 0
configure:21167: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:21167: $? = 0
configure:21167: ./conftest
configure:21167: $? = 0
configure:21197: result: 4
configure:21213: checking size of Fortran DOUBLE PRECISION
configure:21264: gcc -c conftest.c >&5
configure:21264: $? = 0
configure:21286: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:21286: $? = 0
configure:21286: ./conftest
configure:21286: $? = 0
configure:21316: result: 8
configure:21336: checking for dtime
configure:21336: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
conftest.f:2.72:

     call dtime                                                        
1
Error: Missing actual argument 'values' in call to 'dtime' at (1)
configure:21336: $? = 1
configure: failed program was:
| program main
| call dtime
| end
configure:21336: result: no
configure:21336: checking for etime
configure:21336: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
conftest.f:2.72:

     call etime                                                        
1
Error: Missing actual argument 'values' in call to 'etime' at (1)
configure:21336: $? = 1
configure: failed program was:
| program main
| call etime
| end
configure:21336: result: no
configure:21353: checking for gfortran flush routine
configure:21372: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
configure:21372: $? = 0
configure:21401: result: flush
configure:21427: checking for flag to disable gfortran main when linking with C main
configure:21457: gcc -c conftest.c >&5
configure:21457: $? = 0
configure:21475: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:21475: $? = 0
configure:21501: result: none
configure:21514: checking for routines to access the command line from Fortran
configure:21539: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
/tmp/ccM9paKY.o: In function `MAIN__':
conftest.f:(.text+0x29): undefined reference to `getarg_'
collect2: error: ld returned 1 exit status
configure:21539: $? = 1
configure: failed program was:
| program main
|
| integer i, j, l, ier
| character*20 s
| external GETARG
| i = 0
| call GETARG(i,s)
| i=IARGC()
| if (i .gt. 1) then
| j = i - IARGC()
| j = 1.0 / j
| endif
| end
configure:21570: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
/tmp/ccG2KcvW.o: In function `MAIN__':
conftest.f:(.text+0x29): undefined reference to `getarg_'
collect2: error: ld returned 1 exit status
configure:21570: $? = 1
configure: failed program was:
| program main
|
| integer i, j, l, ier
| character*20 s
| external getarg
| i = 0
| call getarg(i,s)
| i=iargc()
| if (i .gt. 1) then
| j = i - iargc()
| j = 1.0 / j
| endif
| end
configure:21601: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
/tmp/ccx7G2P4.o: In function `MAIN__':
conftest.f:(.text+0x2f): undefined reference to `pxfgetarg_'
conftest.f:(.text+0x39): undefined reference to `ipxfargc_'
conftest.f:(.text+0x51): undefined reference to `ipxfargc_'
collect2: error: ld returned 1 exit status
configure:21601: $? = 1
configure: failed program was:
| program main
|
| integer i, j, l, ier
| character*20 s
| external pxfgetarg
| i = 0
| call pxfgetarg(i,s,l,ier)
| i=ipxfargc()
| if (i .gt. 1) then
| j = i - ipxfargc()
| j = 1.0 / j
| endif
| end
configure:21632: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
conftest.f:2.17:

             use f90_unix_env                                          
1
Fatal Error: Can't open module file 'f90_unix_env.mod' for reading at (1): No such file or directory
configure:21632: $? = 1
configure: failed program was:
| program main
| use f90_unix_env
| integer i, j, l, ier
| character*20 s
|
| i = 0
| call getarg(i,s)
| i=iargc()
| if (i .gt. 1) then
| j = i - iargc()
| j = 1.0 / j
| endif
| end
configure:21663: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
conftest.f:2.17:

             use f90_unix                                              
1
Fatal Error: Can't open module file 'f90_unix.mod' for reading at (1): No such file or directory
configure:21663: $? = 1
configure: failed program was:
| program main
| use f90_unix
| integer i, j, l, ier
| character*20 s
|
| i = 0
| call getarg(i,s)
| i=iargc()
| if (i .gt. 1) then
| j = i - iargc()
| j = 1.0 / j
| endif
| end
configure:21694: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f -lm >&5
configure:21694: $? = 0
configure:21708: result: yes
configure:21783: checking whether Fortran hidden string length convention is after args
configure:21860: gcc -c conftest.c >&5
configure:21860: $? = 0
configure:21884: gfortran -o conftest -fno-aggressive-loop-optimizations conftest.f cfortran_test.o -lm >&5
configure:21884: $? = 0
configure:21884: ./conftest
configure:21884: $? = 0
configure:22027: result: yes
configure:22050: checking for C type corresponding to INTEGER
configure:22081: result: long
configure:22093: checking for C type corresponding to REAL
configure:22118: result: float
configure:22130: checking for C type corresponding to DOUBLE PRECISION
configure:22155: result: double
configure:22170: checking for specific Fortran optimizations
configure:22278: result: -O
configure:22355:
configure:22357: Checks for BLAS,LAPACK,ScaLAPACK
configure:22359:
configure:22393: gcc -o conftest conftest.c -lm >&5
configure:22393: $? = 0
configure:22393: ./conftest
configure:22393: $? = 0
configure:22605: Attempting to locate BLAS library
configure:24573: WARNING: BLAS library not found, using internal BLAS
configure:24615: gcc -o conftest conftest.c -lm >&5
configure:24615: $? = 0
configure:24615: ./conftest
configure:24615: $? = 0
configure:24773: Attempting to locate LAPACK library
configure:24940: WARNING: LAPACK library not found, using internal LAPACK
configure:24983: gcc -o conftest conftest.c -lm >&5
configure:24983: $? = 0
configure:24983: ./conftest
configure:24983: $? = 0
configure:25120: Attempting to locate SCALAPACK library
configure:25414: WARNING: ScaLAPACK library not found, interfaces won't be defined
configure:25443:
configure:25445: Checks for additional programs
configure:25447:
configure:25450: checking for grep that handles long lines and -e
configure:25508: result: /usr/bin/grep
configure:25513: checking for a sed that does not truncate output
configure:25577: result: /usr/bin/sed
configure:25595: checking for python
configure:25613: found /usr/bin/python
configure:25625: result: /usr/bin/python
configure:25646: checking for python version
configure:25653: result: 2.7
configure:25665: checking for python platform
configure:25672: result: linux2
configure:25679: checking for python script directory
configure:25707: result: ${prefix}/lib/python2.7/site-packages
configure:25716: checking for python extension module directory
configure:25744: result: ${exec_prefix}/lib64/python2.7/site-packages
configure:25768: checking for m4
configure:25799: result: notfound
configure:25818: checking for perl
configure:25836: found /usr/bin/perl
configure:25849: result: /usr/bin/perl
configure:26109:
configure:26111: Libtool setup
configure:26113:
configure:26206: checking how to print strings
configure:26233: result: printf
configure:26254: checking for a sed that does not truncate output
configure:26318: result: /usr/bin/sed
configure:26336: checking for fgrep
configure:26398: result: /usr/bin/grep -F
configure:26433: checking for ld used by gcc
configure:26500: result: /usr/bin/ld
configure:26507: checking if the linker (/usr/bin/ld) is GNU ld
configure:26522: result: yes
configure:26534: checking for BSD- or MS-compatible name lister (nm)
configure:26583: result: /usr/bin/nm -B
configure:26713: checking the name lister (/usr/bin/nm -B) interface
configure:26720: gcc -c conftest.c >&5
configure:26723: /usr/bin/nm -B "conftest.o"
configure:26726: output
0000000000000000 B some_variable
configure:26733: result: BSD nm
configure:26736: checking whether ln -s works
configure:26740: result: yes
configure:26748: checking the maximum length of command line arguments
configure:26878: result: 1572864
configure:26895: checking whether the shell understands some XSI constructs
configure:26905: result: yes
configure:26909: checking whether the shell understands "+="
configure:26915: result: yes
configure:26950: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:26990: result: func_convert_file_noop
configure:26997: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:27017: result: func_convert_file_noop
configure:27024: checking for /usr/bin/ld option to reload object files
configure:27031: result: -r
configure:27105: checking for objdump
configure:27121: found /usr/bin/objdump
configure:27132: result: objdump
configure:27164: checking how to recognize dependent libraries
configure:27366: result: pass_all
configure:27451: checking for dlltool
configure:27481: result: no
configure:27511: checking how to associate runtime and link libraries
configure:27538: result: printf %s\n
configure:27598: checking for ar
configure:27614: found /usr/bin/ar
configure:27625: result: ar
configure:27662: checking for archiver @FILE support
configure:27687: gcc -c conftest.c >&5
configure:27687: $? = 0
configure:27690: ar cru libconftest.a @conftest.lst >&5
configure:27693: $? = 0
configure:27698: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:27701: $? = 1
configure:27713: result: @
configure:27771: checking for strip
configure:27787: found /usr/bin/strip
configure:27798: result: strip
configure:27870: checking for ranlib
configure:27886: found /usr/bin/ranlib
configure:27897: result: ranlib
configure:27999: checking command to parse /usr/bin/nm -B output from gcc object
configure:28119: gcc -c conftest.c >&5
configure:28122: $? = 0
configure:28126: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:28129: $? = 0
configure:28195: gcc -o conftest conftest.c conftstm.o >&5
configure:28198: $? = 0
configure:28236: result: ok
configure:28273: checking for sysroot
configure:28303: result: no
configure:28380: gcc -c conftest.c >&5
configure:28383: $? = 0
configure:28567: checking for mt
configure:28597: result: no
configure:28617: checking if : is a manifest tool
configure:28623: : '-?'
configure:28631: result: no
configure:29278: checking for dlfcn.h
configure:29278: gcc -c conftest.c >&5
configure:29278: $? = 0
configure:29278: result: yes
configure:29493: checking for objdir
configure:29508: result: .libs
configure:29779: checking if gcc supports -fno-rtti -fno-exceptions
configure:29797: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:29801: $? = 0
configure:29814: result: no
configure:30141: checking for gcc option to produce PIC
configure:30148: result: -fPIC -DPIC
configure:30156: checking if gcc PIC flag -fPIC -DPIC works
configure:30174: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
configure:30178: $? = 0
configure:30191: result: yes
configure:30220: checking if gcc static flag -static works
configure:30248: result: no
configure:30263: checking if gcc supports -c -o file.o
configure:30284: gcc -c -o out/conftest2.o conftest.c >&5
configure:30288: $? = 0
configure:30310: result: yes
configure:30318: checking if gcc supports -c -o file.o
configure:30365: result: yes
configure:30398: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:31567: result: yes
configure:31807: checking dynamic linker characteristics
configure:32326: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c -lm >&5
configure:32326: $? = 0
configure:32548: result: GNU/Linux ld.so
configure:32655: checking how to hardcode library paths into programs
configure:32680: result: immediate
configure:33260: checking whether stripping libraries is possible
configure:33265: result: yes
configure:33300: checking if libtool supports shared libraries
configure:33302: result: yes
configure:33305: checking whether to build shared libraries
configure:33326: result: no
configure:33329: checking whether to build static libraries
configure:33333: result: yes
configure:36669: checking if libtool supports shared libraries
configure:36671: result: yes
configure:36674: checking whether to build shared libraries
configure:36694: result: no
configure:36697: checking whether to build static libraries
configure:36701: result: yes
configure:37022: checking for gfortran option to produce PIC
configure:37029: result: -fPIC
configure:37037: checking if gfortran PIC flag -fPIC works
configure:37055: gfortran -c -fno-aggressive-loop-optimizations -fPIC conftest.f >&5
configure:37059: $? = 0
configure:37072: result: yes
configure:37095: checking if gfortran static flag -static works
configure:37123: result: no
configure:37135: checking if gfortran supports -c -o file.o
configure:37156: gfortran -c -fno-aggressive-loop-optimizations -o out/conftest2.o conftest.f >&5
configure:37160: $? = 0
configure:37182: result: yes
configure:37187: checking if gfortran supports -c -o file.o
configure:37234: result: yes
configure:37264: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:38367: result: yes
configure:38508: checking dynamic linker characteristics
configure:39169: result: GNU/Linux ld.so
configure:39222: checking how to hardcode library paths into programs
configure:39247: result: immediate
configure:39319:
configure:39321: Miscellaneous remaining setup
configure:39323:
configure:39699: checking for mpirun
configure:39717: found /usr/lib64/openmpi/bin//mpirun
configure:39729: result: /usr/lib64/openmpi/bin//mpirun
configure:40276: creating ./config.status

    1. ---------------------- ##
    2. Running config.status. ##
    3. ---------------------- ##

This file was extended by Global Arrays (GA) config.status 5.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

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

on localhost.localdomain

config.status:1582: creating Makefile
config.status:1582: creating gaf2c/farg.h
config.status:1582: creating gaf2c/typesf2c.h
config.status:1582: creating global/src/global.fh
config.status:1582: creating ma/mafdecls.fh
config.status:1582: creating ma/matypes.h
config.status:1582: creating tools/ga-config
config.status:1582: creating config.h
config.status:1796: executing depfiles commands
config.status:1796: executing libtool commands
configure:43080: === configuring in armci (/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/build/armci)
configure:43143: running /bin/sh ../../ga-5-3/armci/configure --disable-option-checking '--prefix=/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/install' '--with-tcgmsg' '--with-mpi=-I/usr/include/openmpi-x86_64 -L/usr/lib64/openmpi/lib -pthread -lmpi_usempi -lmpi_mpifh -lmpi /usr/lib64/openmpi' '--enable-peigs' '--enable-underscoring' '--disable-mpi-tests' '--without-scalapack' '--without-lapack' '--without-blas' '--with-mpi-ts' 'CC=gcc' 'F77=gfortran' 'FFLAGS=-fno-aggressive-loop-optimizations' 'ARMCI_DEFAULT_SHMMAX_UBOUND=131072' --cache-file=/dev/null --srcdir=../../ga-5-3/armci
configure:43080: === configuring in comex (/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/build/comex)
configure:43143: running /bin/sh ../../ga-5-3/comex/configure --disable-option-checking '--prefix=/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/install' '--with-tcgmsg' '--with-mpi=-I/usr/include/openmpi-x86_64 -L/usr/lib64/openmpi/lib -pthread -lmpi_usempi -lmpi_mpifh -lmpi /usr/lib64/openmpi' '--enable-peigs' '--enable-underscoring' '--disable-mpi-tests' '--without-scalapack' '--without-lapack' '--without-blas' '--with-mpi-ts' 'CC=gcc' 'F77=gfortran' 'FFLAGS=-fno-aggressive-loop-optimizations' 'ARMCI_DEFAULT_SHMMAX_UBOUND=131072' --cache-file=/dev/null --srcdir=../../ga-5-3/comex
configure:43161:
configure:43163: **************************************************************
configure:43165: Global Arrays (GA) configured as follows:
configure:43167: **************************************************************
configure:43169:
configure:43171: TARGET=LINUX64
configure:43173: MSG_COMMS=MPI
configure:43175: GA_MP_LIBS= -lmpi_usempi -lmpi_mpifh -lmpi
configure:43177: GA_MP_LDFLAGS= -L/usr/lib64/openmpi/lib -L/usr/lib64/openmpi/lib
configure:43179: GA_MP_CPPFLAGS= -I/usr/include/openmpi-x86_64
configure:43181: ARMCI_NETWORK=MPI_TS
configure:43183: ARMCI_NETWORK_LDFLAGS= configure:43185: ARMCI_NETWORK_LIBS= configure:43187: ARMCI_NETWORK_CPPFLAGS= configure:43191: F77=gfortran
configure:43199: FFLAGS= -fno-aggressive-loop-optimizations
configure:43201: FFLAG_INT=-fdefault-integer-8
configure:43203: GA_FOPT=-O
configure:43207: CC=gcc
configure:43215: CFLAGS= configure:43217: GA_COPT=-O2 -funroll-loops
configure:43235: CPP=gcc -E
configure:43237: CPPFLAGS= configure:43239: LDFLAGS= configure:43241: LIBS=-lm
configure:43243: FLIBS= -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath
configure:43245: BLAS_LDFLAGS= configure:43247: BLAS_LIBS= configure:43249: BLAS_CPPFLAGS= configure:43251: AR=ar
configure:43253: AR_FLAGS=cru
configure:43255: CCAS=gcc
configure:43257: CCAS_FLAGS= configure:43259: DEFS=-DHAVE_CONFIG_H
configure:43261: SHELL=/bin/sh
configure:43266: MPIEXEC=/usr/lib64/openmpi/bin//mpirun -n %NP%
configure:43272: NPROCS=4
configure:43274:

    1. ---------------- ##
    2. Cache variables. ##
    3. ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int64_t=yes
ac_cv_c_restrict=__restrict
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_AR_FLAGS_set= ac_cv_env_AR_FLAGS_value= ac_cv_env_AR_set= ac_cv_env_AR_value= ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS_set= ac_cv_env_F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS_value= ac_cv_env_F77_set=set
ac_cv_env_F77_value=gfortran
ac_cv_env_FFLAGS_set=set
ac_cv_env_FFLAGS_value=-fno-aggressive-loop-optimizations
ac_cv_env_FFLAG_INT_set= ac_cv_env_FFLAG_INT_value= ac_cv_env_GA_COPT_set= ac_cv_env_GA_COPT_value= ac_cv_env_GA_CXXOPT_set= ac_cv_env_GA_CXXOPT_value= ac_cv_env_GA_FOPT_set= ac_cv_env_GA_FOPT_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= ac_cv_env_MPICC_value= ac_cv_env_MPICXX_set= ac_cv_env_MPICXX_value= ac_cv_env_MPIEXEC_set= ac_cv_env_MPIEXEC_value= ac_cv_env_MPIF77_set= ac_cv_env_MPIF77_value= ac_cv_env_NPROCS_set= ac_cv_env_NPROCS_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_RANLIB_set= ac_cv_env_RANLIB_value= ac_cv_env_THREAD_LIBRARY_set= ac_cv_env_THREAD_LIBRARY_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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=yes
ac_cv_f77_dummy_main=none
ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath'
ac_cv_f77_mangling='lower case, underscore, no extra underscore'
ac_cv_fortran_dummy_main=none
ac_cv_func_bcopy=yes
ac_cv_func_bzero=yes
ac_cv_func_create_shared_region=no
ac_cv_func_dtime=no
ac_cv_func_etime=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftruncate=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memalign=yes
ac_cv_func_memcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_pause=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setenv=yes
ac_cv_func_shared_malloc=no
ac_cv_func_shmalloc=no
ac_cv_func_socket=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_assert_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ffio_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_fsid_h=no
ac_cv_header_sys_fstyp_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_iosw_h=no
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_windows_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_plot_openpl=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_M4=notfound
ac_cv_path_MPIEXEC=/usr/lib64/openmpi/bin//mpirun
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_floor=-lm
ac_cv_search_hypot='none required'
ac_cv_search_modf='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pow='none required'
ac_cv_search_sqrt='none required'
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_voidp=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_long_double=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
ax_cv_sys_weak_alias_pragma=yes
ga_cv_c_compiler_vendor=gnu
ga_cv_c_mpi_test_compile=yes
ga_cv_c_opt='-O2 -funroll-loops'
ga_cv_c_pointer_as_integer=long
ga_cv_cpp_function=__func__
ga_cv_cross_compiling=no
ga_cv_f2c_DOUBLE_PRECISION=double
ga_cv_f2c_INTEGER=long
ga_cv_f2c_REAL=float
ga_cv_f2c_string_after_args=yes
ga_cv_f77_compiler_vendor=gnu
ga_cv_f77_cpp_symbol=-D
ga_cv_f77_fixed_flag=none
ga_cv_f77_flush=flush
ga_cv_f77_flush_flag=none
ga_cv_f77_integer_size=8
ga_cv_f77_integer_size_flag=-fdefault-integer-8
ga_cv_f77_mismatch_type_flag=none
ga_cv_f77_mpi_test_compile=yes
ga_cv_f77_opt=-O
ga_cv_f77_sizeof_DOUBLE_PRECISION=8
ga_cv_f77_sizeof_INTEGER=8
ga_cv_f77_sizeof_REAL=4
ga_cv_f77_suppress=none
ga_cv_f77_underscore_flag=none
ga_cv_fld_nomain=none
ga_cv_flibs_gcc_s=no
ga_cv_progname=__progname
ga_cv_sysv=yes
ga_cv_sysv_hack=no
ga_cv_target=LINUX64
ga_cv_target_base=LINUX
ga_cv_union_semun=no
lt_cv_ar_at_file=@
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_F77=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\ | sed '\/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\ -e '\s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\ -e '\s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\ -e '\s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\s/^T .* \(.*\)$/extern int \1();/p'\ -e '\s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

    1. ----------------- ##
    2. Output variables. ##
    3. ----------------- ##

ACLOCAL='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ARMCI_NETWORK_ARMCI_FALSE=
ARMCI_NETWORK_ARMCI_TRUE='#'
ARMCI_NETWORK_BGML_FALSE=
ARMCI_NETWORK_BGML_TRUE='#'
ARMCI_NETWORK_CPPFLAGS=
ARMCI_NETWORK_CRAY_SHMEM_FALSE=
ARMCI_NETWORK_CRAY_SHMEM_TRUE='#'
ARMCI_NETWORK_DCMF_FALSE=
ARMCI_NETWORK_DCMF_TRUE='#'
ARMCI_NETWORK_DMAPP_FALSE=
ARMCI_NETWORK_DMAPP_TRUE='#'
ARMCI_NETWORK_GEMINI_FALSE=
ARMCI_NETWORK_GEMINI_TRUE='#'
ARMCI_NETWORK_LAPI_FALSE=
ARMCI_NETWORK_LAPI_TRUE='#'
ARMCI_NETWORK_LDFLAGS=
ARMCI_NETWORK_LIBS=
ARMCI_NETWORK_MPI_MT_FALSE=
ARMCI_NETWORK_MPI_MT_TRUE='#'
ARMCI_NETWORK_MPI_SPAWN_FALSE=
ARMCI_NETWORK_MPI_SPAWN_TRUE='#'
ARMCI_NETWORK_MPI_TS_FALSE='#'
ARMCI_NETWORK_MPI_TS_TRUE=
ARMCI_NETWORK_OFA_FALSE=
ARMCI_NETWORK_OFA_TRUE='#'
ARMCI_NETWORK_OPENIB_FALSE=
ARMCI_NETWORK_OPENIB_TRUE='#'
ARMCI_NETWORK_PORTALS4_FALSE=
ARMCI_NETWORK_PORTALS4_TRUE='#'
ARMCI_NETWORK_PORTALS_FALSE=
ARMCI_NETWORK_PORTALS_TRUE='#'
ARMCI_NETWORK_SOCKETS_FALSE=
ARMCI_NETWORK_SOCKETS_TRUE='#'
ARMCI_SRC_DIR='comex'
ARMCI_SRC_DIR_COMEX_FALSE='#'
ARMCI_SRC_DIR_COMEX_TRUE=
ARMCI_SRC_DIR_GEMINI_FALSE=
ARMCI_SRC_DIR_GEMINI_TRUE='#'
ARMCI_SRC_DIR_PORTALS_FALSE=
ARMCI_SRC_DIR_PORTALS_TRUE='#'
ARMCI_SRC_DIR_SRC_FALSE=
ARMCI_SRC_DIR_SRC_TRUE='#'
AR_FLAGS='cru'
AUTOCONF='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/missing --run automake-1.11'
AWK='gawk'
BGL_FALSE=
BGL_TRUE='#'
BGP_FALSE=
BGP_TRUE='#'
BLAS_CPPFLAGS=
BLAS_LDFLAGS=
BLAS_LIBS=
CATAMOUNT_FALSE=
CATAMOUNT_TRUE='#'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS=
CCDEPMODE='depmode=gcc3'
CFLAGS=
CPP='gcc -E'
CPPFLAGS=
CRAY_SV1_FALSE=
CRAY_SV1_TRUE='#'
CRAY_SV2_FALSE=
CRAY_SV2_TRUE='#'
CRAY_T3E_FALSE=
CRAY_T3E_TRUE='#'
CRAY_XT_FALSE=
CRAY_XT_NETWORKS_FALSE=
CRAY_XT_NETWORKS_TRUE='#'
CRAY_XT_TRUE='#'
CRAY_YMP_FALSE=
CRAY_YMP_TRUE='#'
CROSS_COMPILING_FALSE=
CROSS_COMPILING_TRUE='#'
CXX='g++'
CXXCPP=
CXXDEPMODE='depmode=none'
CXXFLAGS=
CXX_BINDINGS_FALSE=
CXX_BINDINGS_TRUE='#'
CXX_NAMESPACES_FALSE=
CXX_NAMESPACES_TRUE='#'
CYGNUS_FALSE=
CYGNUS_TRUE='#'
CYGPATH_W='echo'
CYGWIN_FALSE=
CYGWIN_TRUE='#'
C_POINTER_AS_INTEGER='long'
DCMF_VER_0_2_FALSE=
DCMF_VER_0_2_TRUE='#'
DCMF_VER_0_3_FALSE='#'
DCMF_VER_0_3_TRUE=
DCMF_VER_2_FALSE=
DCMF_VER_2_TRUE='#'
DECOSF_FALSE=
DECOSF_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=
DUMPBIN=
ECHO_C=
ECHO_N='-n'
ECHO_T=
EGREP='/usr/bin/grep -E'
ENABLE_ARMCI_MEM_OPTION_FALSE='#'
ENABLE_ARMCI_MEM_OPTION_TRUE=
ENABLE_CHECKPOINT_FALSE=
ENABLE_CHECKPOINT_TRUE='#'
ENABLE_F77_FALSE='#'
ENABLE_F77_TRUE=
ENABLE_GPARRAYS_FALSE=
ENABLE_GPARRAYS_TRUE='#'
ENABLE_PEIGS_FALSE='#'
ENABLE_PEIGS_TRUE=
ENABLE_PROFILING_FALSE=
ENABLE_PROFILING_TRUE='#'
ENABLE_TRACE_FALSE=
ENABLE_TRACE_TRUE='#'
ENABLE_XREGION_FALSE=
ENABLE_XREGION_TRUE='#'
EXEEXT='.x'
F2C_DOUBLE_PRECISION_C_TYPE='double'
F2C_GETARG='f2c_getarg_'
F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS=
F2C_IARGC='f2c_iargc_'
F2C_INTEGER_C_TYPE='long'
F2C_REAL_C_TYPE='float'
F77='gfortran'
F77LINK='$(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@'
FFLAGS=' -fno-aggressive-loop-optimizations'
FFLAG_INT='-fdefault-integer-8'
FGREP='/usr/bin/grep -F'
FLD_NOMAIN=
FLIBS=' -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath'
FUJITSU_VPP_FALSE=
FUJITSU_VPP_TRUE='#'
GA_ACCESS_INDEX_TYPE='integer*8'
GA_COPT='-O2 -funroll-loops'
GA_CXXOPT=
GA_CXX_WARN=
GA_C_WARN=
GA_FOPT='-O'
GA_F_WARN=
GA_MP_CPPFLAGS=' -I/usr/include/openmpi-x86_64'
GA_MP_LDFLAGS=' -L/usr/lib64/openmpi/lib -L/usr/lib64/openmpi/lib'
GA_MP_LIBS=' -lmpi_usempi -lmpi_mpifh -lmpi'
GREP='/usr/bin/grep'
HAVE_ARMCI_GROUP_COMM_FALSE='#'
HAVE_ARMCI_GROUP_COMM_MEMBER_FALSE=
HAVE_ARMCI_GROUP_COMM_MEMBER_TRUE='#'
HAVE_ARMCI_GROUP_COMM_TRUE=
HAVE_ARMCI_INITIALIZED_FALSE='#'
HAVE_ARMCI_INITIALIZED_TRUE=
HAVE_ARMCI_MSG_FINALIZE_FALSE='#'
HAVE_ARMCI_MSG_FINALIZE_TRUE=
HAVE_ARMCI_MSG_INIT_FALSE='#'
HAVE_ARMCI_MSG_INIT_TRUE=
HAVE_ARMCI_NOTIFY_FALSE='#'
HAVE_ARMCI_NOTIFY_TRUE=
HAVE_ARMCI_STRIDE_INFO_INIT_FALSE='#'
HAVE_ARMCI_STRIDE_INFO_INIT_TRUE=
HAVE_BLAS_FALSE=
HAVE_BLAS_TRUE='#'
HAVE_LAPACK_FALSE=
HAVE_LAPACK_TRUE='#'
HAVE_M4_FALSE=
HAVE_M4_TRUE='#'
HAVE_PERL_FALSE='#'
HAVE_PERL_TRUE=
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=
HAVE_SCALAPACK_FALSE=
HAVE_SCALAPACK_TRUE='#'
HAVE_SYS_WEAK_ALIAS_PRAGMA_FALSE='#'
HAVE_SYS_WEAK_ALIAS_PRAGMA_TRUE=
HITACHI_FALSE=
HITACHI_TRUE='#'
HPUX_FALSE=
HPUX_TRUE='#'
IBM_FALSE=
IBM_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERIX_FALSE=
INTERIX_TRUE='#'
LAPACK_CPPFLAGS=
LAPACK_LDFLAGS=
LAPACK_LIBS=
LAPI_FALSE=
LAPI_TRUE='#'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=
LIBOBJS=
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINUX_FALSE='#'
LINUX_TRUE=
LIPO=
LN_S='ln -s'
LTLIBOBJS=
M4='notfound'
MACX_FALSE=
MACX_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/missing --run makeinfo'
MANIFEST_TOOL=':'
MA_ACCESS_INDEX_TYPE='integer*8'
MA_ACCESS_INDEX_TYPE_C='long'
MA_LONG_DOUBLE='long double'
MKDIR_P='/usr/bin/mkdir -p'
MPICC=
MPICXX=
MPIEXEC='/usr/lib64/openmpi/bin//mpirun -n %NP%'
MPIF77=
MSG_COMMS_MPI_FALSE='#'
MSG_COMMS_MPI_TRUE=
MSG_COMMS_TCGMSG4_FALSE=
MSG_COMMS_TCGMSG4_TRUE='#'
MSG_COMMS_TCGMSG5_FALSE=
MSG_COMMS_TCGMSG5_TRUE='#'
NEC_FALSE=
NEC_TRUE='#'
NM='/usr/bin/nm -B'
NMEDIT=
NOFORT_FALSE=
NOFORT_TRUE='#'
NO_X_FALSE=
NO_X_TRUE='#'
NPROCS='4'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=
OTOOL=
PACKAGE='ga'
PACKAGE_BUGREPORT='hpctools@pnl.gov'
PACKAGE_NAME='Global Arrays (GA)'
PACKAGE_STRING='Global Arrays (GA) 5.3'
PACKAGE_TARNAME='ga'
PACKAGE_URL='http://www.emsl.pnl.gov/docs/global/'
PACKAGE_VERSION='5.3'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PLOTLIB=
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SCALAPACK_CPPFLAGS=
SCALAPACK_LDFLAGS=
SCALAPACK_LIBS=
SED='/usr/bin/sed'
SET_MAKE=
SGITFP_FALSE=
SGITFP_TRUE='#'
SGI_FALSE=
SGI_N32_FALSE=
SGI_N32_TRUE='#'
SGI_TRUE='#'
SHELL='/bin/sh'
SOLARIS_FALSE=
SOLARIS_TRUE='#'
STRIP='strip'
SYSV_FALSE=
SYSV_TRUE='#'
TCGEXEC=
THREAD_LIBRARY=
THREAD_SAFE_FALSE=
THREAD_SAFE_TRUE='#'
VERSION='5.3'
XMKMF=
X_CPPFLAGS=
X_LDFLAGS=
ac_ct_AR='ar'
ac_ct_CC=
ac_ct_CXX=
ac_ct_DUMPBIN=
ac_ct_F77=
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=
am__fastdepCXX_FALSE=
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am__v_F77LD_0='@echo " F77LD " $@;'
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}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/ga-5-3/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/ga'
pkgpythondir='${pythondir}/ga'
prefix='/home/AnastasiaSycheva/source/Nwchem-6.5/src/tools/install'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' armci comex'
sysconfdir='${prefix}/etc'
target_alias=

    1. ----------- ##
    2. confdefs.h. ##
    3. ----------- ##

/* confdefs.h */
  1. define PACKAGE_NAME "Global Arrays (GA)"
  2. define PACKAGE_TARNAME "ga"
  3. define PACKAGE_VERSION "5.3"
  4. define PACKAGE_STRING "Global Arrays (GA) 5.3"
  5. define PACKAGE_BUGREPORT "hpctools@pnl.gov"
  6. define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
  7. define LINUX 1
  8. define SYSV 1
  9. define PACKAGE "ga"
  10. define VERSION "5.3"
  11. define MSG_COMMS_MPI 1
  12. define ENABLE_PEIGS 1
  13. define ENABLE_PROFILING 0
  14. define STDC_HEADERS 1
  15. define HAVE_SYS_TYPES_H 1
  16. define HAVE_SYS_STAT_H 1
  17. define HAVE_STDLIB_H 1
  18. define HAVE_STRING_H 1
  19. define HAVE_MEMORY_H 1
  20. define HAVE_STRINGS_H 1
  21. define HAVE_INTTYPES_H 1
  22. define HAVE_STDINT_H 1
  23. define HAVE_UNISTD_H 1
  24. define __EXTENSIONS__ 1
  25. define _ALL_SOURCE 1
  26. define _GNU_SOURCE 1
  27. define _POSIX_PTHREAD_SEMANTICS 1
  28. define _TANDEM_SOURCE 1
  29. define LINUX64 1
  30. define HAVE_ARMCI_GROUP_COMM 1
  31. define HAVE_ARMCI_INITIALIZED 1
  32. define HAVE_ARMCI_NOTIFY 1
  33. define HAVE_ARMCI_MSG_INIT 1
  34. define HAVE_ARMCI_MSG_FINALIZE 1
  35. define HAVE_ARMCI_STRIDE_INFO_INIT 1
  36. define NEED_DELAY_TCGMSG_MPI_STARTUP 0
  37. define HAVE_DIRENT_H 1
  38. define HAVE__BOOL 1
  39. define HAVE_STDBOOL_H 1
  40. define STDC_HEADERS 1
  41. define HAVE_SYS_WAIT_H 1
  42. define HAVE_ASSERT_H 1
  43. define HAVE_ERRNO_H 1
  44. define HAVE_FCNTL_H 1
  45. define HAVE_FFIO_H 0
  46. define HAVE_LIMITS_H 1
  47. define HAVE_LINUX_LIMITS_H 1
  48. define HAVE_MALLOC_H 1
  49. define HAVE_MATH_H 1
  50. define HAVE_STDDEF_H 1
  51. define HAVE_STDINT_H 1
  52. define HAVE_STDIO_H 1
  53. define HAVE_STDLIB_H 1
  54. define HAVE_STRING_H 1
  55. define HAVE_STRINGS_H 1
  56. define HAVE_SYS_FILE_H 1
  57. define HAVE_SYS_FSID_H 0
  58. define HAVE_SYS_FSTYP_H 0
  59. define HAVE_SYS_IOCTL_H 1
  60. define HAVE_SYS_IOSW_H 0
  61. define HAVE_SYS_IPC_H 1
  62. define HAVE_SYS_MMAN_H 1
  63. define HAVE_SYS_MOUNT_H 1
  64. define HAVE_SYS_PARAM_H 1
  65. define HAVE_SYS_SEM_H 1
  66. define HAVE_SYS_SHM_H 1
  67. define HAVE_SYS_STATFS_H 1
  68. define HAVE_SYS_STAT_H 1
  69. define HAVE_SYS_STATVFS_H 1
  70. define HAVE_SYS_TIME_H 1
  71. define HAVE_SYS_TYPES_H 1
  72. define HAVE_SYS_VFS_H 1
  73. define HAVE_TIME_H 1
  74. define HAVE_UNISTD_H 1
  75. define HAVE_WINDOWS_H 0
  76. define restrict __restrict
  77. define HAVE_LONG_DOUBLE 1
  78. define RETSIGTYPE void
  79. define HAVE_FSEEKO 1
  80. define FUNCTION_NAME __func__
  81. define HAVE_PROGNAME 1
  82. define PROGNAME __progname
  83. define HAVE_SYS_WEAK_ALIAS_PRAGMA 1
  84. define SIZEOF_VOIDP 8
  85. define SIZEOF_CHAR 1
  86. define SIZEOF_SHORT 2
  87. define SIZEOF_INT 4
  88. define SIZEOF_LONG 8
  89. define SIZEOF_LONG_LONG 8
  90. define SIZEOF_FLOAT 4
  91. define SIZEOF_DOUBLE 8
  92. define SIZEOF_LONG_DOUBLE 16
  93. define HAVE_FORK 1
  94. define HAVE_VFORK 1
  95. define HAVE_WORKING_VFORK 1
  96. define HAVE_WORKING_FORK 1
  97. define HAVE_STDLIB_H 1
  98. define HAVE_UNISTD_H 1
  99. define HAVE_SYS_PARAM_H 1
  100. define HAVE_GETPAGESIZE 1
  101. define HAVE_MMAP 1
  102. define HAVE_SYS_SELECT_H 1
  103. define HAVE_SYS_SOCKET_H 1
  104. define SELECT_TYPE_ARG1 int
  105. define SELECT_TYPE_ARG234 (fd_set *)
  106. define SELECT_TYPE_ARG5 (struct timeval *)
  107. define HAVE_FLOOR 1
  108. define HAVE_MODF 1
  109. define HAVE_POW 1
  110. define HAVE_SQRT 1
  111. define HAVE_HYPOT 1
  112. define HAVE_BCOPY 1
  113. define HAVE_BZERO 1
  114. define HAVE_CREATE_SHARED_REGION 0
  115. define HAVE_FTRUNCATE 1
  116. define HAVE_GETHOSTBYNAME 1
  117. define HAVE_GETHOSTNAME 1
  118. define HAVE_GETPAGESIZE 1
  119. define HAVE_GETTIMEOFDAY 1
  120. define HAVE_MEMALIGN 1
  121. define HAVE_MEMCPY 1
  122. define HAVE_MEMSET 1
  123. define HAVE_MUNMAP 1
  124. define HAVE_PAUSE 1
  125. define HAVE_POSIX_MEMALIGN 1
  126. define HAVE_PUTENV 1
  127. define HAVE_SELECT 1
  128. define HAVE_SETENV 1
  129. define HAVE_SHARED_MALLOC 0
  130. define HAVE_SHMALLOC 0
  131. define HAVE_SOCKET 1
  132. define HAVE_SRAND 1
  133. define HAVE_SRANDOM 1
  134. define HAVE_STRCHR 1
  135. define HAVE_STRDUP 1
  136. define HAVE_STRERROR 1
  137. define HAVE_STRSTR 1
  138. define HAVE_STRTOL 1
  139. define NOFORT 0
  140. define ENABLE_F77 1
  141. define F77_FUNC(name,NAME) name ## _
  142. define F77_FUNC_(name,NAME) name ## _
  143. define SIZEOF_F77_INTEGER 8
  144. define SIZEOF_F77_REAL 4
  145. define SIZEOF_F77_DOUBLE_PRECISION 8
  146. define HAVE_DTIME 0
  147. define HAVE_ETIME 0
  148. define F77_FLUSH flush
  149. define HAVE_F77_FLUSH 1
  150. define F77_GETARG_DECL intrinsic GETARG
  151. define F77_GETARG GETARG
  152. define F77_GETARG_ARGS i,s
  153. define F77_IARGC IARGC
  154. define FXX_MODULE
  155. define F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS 1
  156. define HAVE_BLAS 0
  157. define BLAS_SIZE 8
  158. define HAVE_LAPACK 0
  159. define HAVE_SCALAPACK 0
  160. define HAVE_DLFCN_H 1
  161. define LT_OBJDIR ".libs/"
  162. define ENABLE_ARMCI_MEM_OPTION 1
  163. define STATS 1
  164. define VERIFY 1
  165. define NOUSE_MMAP 1

configure: exit 0

    1. ---------------------- ##
    2. Running config.status. ##
    3. ---------------------- ##

This file was extended by Global Arrays (GA) config.status 5.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

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

on localhost.localdomain

config.status:1582: creating Makefile
config.status:1582: creating gaf2c/farg.h
config.status:1582: creating gaf2c/typesf2c.h
config.status:1582: creating global/src/global.fh
config.status:1582: creating ma/mafdecls.fh
config.status:1582: creating ma/matypes.h
config.status:1582: creating tools/ga-config
config.status:1582: creating config.h
config.status:1748: config.h is unchanged
config.status:1796: executing depfiles commands
config.status:1796: executing libtool commands

Forum Vet
6.6
Anastasia,
The current release is 6.6.
It's easier to help you if try to install NWChem version 6.6

Clicked A Few Times
6.6 version
Now I try to compile 6.6 version

System: Red Hat Enterprise Linux Client 7.2
Memory: 5.7 GiB
AMD Phenom(tm) 9750 Quad-Core Processor × 4
OS type: 64-bit
Graphics: Gallium 0.4 on AMD RV670
GNOME: Version 3.14.2
Disk: 113.6 GB


Installed packages:
python-devel gcc-gfortran openmpi-devel tcsh make

mkdir ~/source
cd ~/source
tar xvzf /home/AnastasiaSycheva/Downloads/Nwchem-6.6.tar.gz
cd nwchem-6.6
setenv NWCHEM_TOP `pwd`
cd $NWCHEM_TOP/src

export MPI_LOC=/usr/lib64/openmpi
export USE_MPI=y
export NWCHEM_TARGET=LINUX64
export USE_PYTHONCONFIG=y
export PYTHONVERSION=2.7
export PYTHONHOME=/usr
export USE_INTERNALBLAS=y
export LD_LIBRARY_PATH=/usr/lib64/openmpi/lib/:$LD_LIBRARY_PATH
export PATH=$PATH:/usr/bin:/usr/sbin:/usr/local/:/usr/lib64/openmpi/bin/
export PATH=/usr/lib64/openmpi/bin/:$PATH

make nwchem_config NWCHEM_MODULES="all python"
make


/home/AnastasiaSycheva/source/nwchem-6.6/src/data/default.nwchemrc:

nwchem_basis_library /home/AnastasiaSycheva/source/nwchem-6.6/src/basis/libraries/
nwchem_nwpw_library /home/AnastasiaSycheva/source/nwchem-6.6/src/nwpw/libraryps/
ffield amber
amber_1 /home/AnastasiaSycheva/source/nwchem-6.6/src/data/amber_s/
amber_2 /home/AnastasiaSycheva/source/nwchem-6.6/src/data/amber_q/
amber_3 /home/AnastasiaSycheva/source/nwchem-6.6/src/data/amber_x/
amber_4 /home/AnastasiaSycheva/source/nwchem-6.6/src/data/amber_u/
spce /home/AnastasiaSycheva/source/nwchem-6.6/src/data/solvents/spce.rst
charmm_s /home/AnastasiaSycheva/source/nwchem-6.6/src/data/charmm_s/
charmm_x /home/AnastasiaSycheva/source/nwchem-6.6/src/data/charmm_x/

ln -s /home/AnastasiaSycheva/source/nwchem-6.6/src/data/default.nwchemrc .nwchemrc

And finally I have the same error:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
  1. 0 0x7FC65CB02467
  2. 1 0x7FC65CB02AAE
  3. 2 0x7FC65BC4366F
  4. 3 0x7FC65BC942D1
  5. 4 0x7FC65B736C8B
  6. 5 0x7FC65D474157
  7. 6 0x7FC65D4964E2
  8. 7 0x2BB98F9 in tcgi_alt_pbegin
  9. 8 0x2BB99AF in tcgi_pbegin
  10. 9 0x2BB8AE3 in pbeginf_
  11. 10 0x4F4519 in nwchem at nwchem.F:84
Segmentation fault (core dumped)

Help me, please.

Clicked A Few Times
Oh, I am very sorry about disturbing you. My problem has been solved.

Clicked A Few Times
Oh, I am very sorry about disturbing you. My problem has been solved.


Forum >> NWChem's corner >> Compiling NWChem