m-a-d-n-e-s-s / madness

Multiresolution Adaptive Numerical Environment for Scientific Simulation
GNU General Public License v2.0
178 stars 61 forks source link

Mac: no such instruction #110

Closed jeffhammond closed 9 years ago

jeffhammond commented 9 years ago
../configure CC=/opt/mpich/dev/clang/default/bin/mpicc CXX=/opt/mpich/dev/clang/default/bin/mpicxx --with-tbb LIBS="-framework Accelerate"
Jeffs-MacBook-Air:build jhammond$ /opt/mpich/dev/clang/default/bin/mpicxx -v
mpicxx for MPICH version 3.2a2
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
clang: warning: argument unused during compilation: '-I /opt/mpich/dev/clang/default/include'
Jeffs-MacBook-Air:build jhammond$ /opt/mpich/dev/clang/default/bin/mpicxx -show
clang++ -I/opt/mpich/dev/clang/default/include -L/opt/mpich/dev/clang/default/lib -lmpicxx -lmpi -lpmpi

config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by MADNESS configure 0.9, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../configure CC=/opt/mpich/dev/clang/default/bin/mpicc CXX=/opt/mpich/dev/clang/default/bin/mpicxx --with-tbb LIBS=-framework Accelerate

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

hostname = Jeffs-MacBook-Air.local
uname -m = x86_64
uname -r = 14.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
     Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 264 tasks, 1175 threads, 4 processors
Load average: 1.44, Mach factor: 2.55
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/mpich/dev/gcc/default/bin
PATH: /opt/mpich/dev/gcc/debug/bin
PATH: /opt/mpich/dev/gcc/fast/bin
PATH: /opt/mpich/dev/clang/default/bin
PATH: /opt/mpich/dev/clang/debug/bin
PATH: /opt/mpich/dev/clang/fast/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/git/bin
PATH: /opt/local/upc/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/go/bin
PATH: /usr/texbin

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

configure:2563: checking for a BSD-compatible install
configure:2631: result: /usr/bin/install -c
configure:2642: checking whether build environment is sane
configure:2697: result: yes
configure:2735: WARNING: 'missing' script is too old or missing
configure:2848: checking for a thread-safe mkdir -p
configure:2887: result: ../config/install-sh -c -d
configure:2894: checking for gawk
configure:2924: result: no
configure:2894: checking for mawk
configure:2924: result: no
configure:2894: checking for nawk
configure:2924: result: no
configure:2894: checking for awk
configure:2910: found /usr/bin/awk
configure:2921: result: awk
configure:2932: checking whether make sets $(MAKE)
configure:2954: result: yes
configure:2983: checking whether make supports nested variables
configure:3000: result: yes
configure:3255: You are building on a mac ... now tell ten of your friends.
configure:3395: checking build system type
configure:3409: result: x86_64-apple-darwin14.0.0
configure:3429: checking host system type
configure:3442: result: x86_64-apple-darwin14.0.0
configure:3462: HOST INFORMATION:   x86_64-apple-darwin14.0.0    x86_64    apple    darwin14.0.0
configure:3491: checking for style of include used by make
configure:3519: result: GNU
configure:3590: checking for gcc
configure:3617: result: /opt/mpich/dev/clang/default/bin/mpicc
configure:3846: checking for C compiler version
configure:3855: /opt/mpich/dev/clang/default/bin/mpicc --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
configure:3866: $? = 0
configure:3855: /opt/mpich/dev/clang/default/bin/mpicc -v >&5
mpicc for MPICH version 3.2a2
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
clang: warning: argument unused during compilation: '-I /opt/mpich/dev/clang/default/include'
configure:3866: $? = 0
configure:3855: /opt/mpich/dev/clang/default/bin/mpicc -V >&5
clang: error: unsupported option '-V -I/opt/mpich/dev/clang/default/include'
configure:3866: $? = 1
configure:3855: /opt/mpich/dev/clang/default/bin/mpicc -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3866: $? = 1
configure:3886: checking whether the C compiler works
configure:3908: /opt/mpich/dev/clang/default/bin/mpicc    conftest.c -framework Accelerate >&5
configure:3912: $? = 0
configure:3960: result: yes
configure:3963: checking for C compiler default output file name
configure:3965: result: a.out
configure:3971: checking for suffix of executables
configure:3978: /opt/mpich/dev/clang/default/bin/mpicc -o conftest    conftest.c -framework Accelerate >&5
configure:3982: $? = 0
configure:4004: result: 
configure:4026: checking whether we are cross compiling
configure:4034: /opt/mpich/dev/clang/default/bin/mpicc -o conftest    conftest.c -framework Accelerate >&5
configure:4038: $? = 0
configure:4045: ./conftest
configure:4049: $? = 0
configure:4064: result: no
configure:4069: checking for suffix of object files
configure:4091: /opt/mpich/dev/clang/default/bin/mpicc -c   conftest.c >&5
configure:4095: $? = 0
configure:4116: result: o
configure:4120: checking whether we are using the GNU C compiler
configure:4139: /opt/mpich/dev/clang/default/bin/mpicc -c   conftest.c >&5
configure:4139: $? = 0
configure:4148: result: yes
configure:4157: checking whether /opt/mpich/dev/clang/default/bin/mpicc accepts -g
configure:4177: /opt/mpich/dev/clang/default/bin/mpicc -c -g  conftest.c >&5
configure:4177: $? = 0
configure:4218: result: yes
configure:4235: checking for /opt/mpich/dev/clang/default/bin/mpicc option to accept ISO C89
configure:4298: /opt/mpich/dev/clang/default/bin/mpicc  -c -g -O2  conftest.c >&5
configure:4298: $? = 0
configure:4311: result: none needed
configure:4336: checking whether /opt/mpich/dev/clang/default/bin/mpicc understands -c and -o together
configure:4358: /opt/mpich/dev/clang/default/bin/mpicc -c conftest.c -o conftest2.o
configure:4361: $? = 0
configure:4358: /opt/mpich/dev/clang/default/bin/mpicc -c conftest.c -o conftest2.o
configure:4361: $? = 0
configure:4373: result: yes
configure:4392: checking dependency style of /opt/mpich/dev/clang/default/bin/mpicc
configure:4503: result: gcc3
configure:4534: /opt/mpich/dev/clang/default/bin/mpicc -c -g -O2  conftest.c >&5
configure:4534: $? = 0
configure:4590: checking for mpicc
configure:4606: found /opt/mpich/dev/gcc/default/bin/mpicc
configure:4617: result: mpicc
configure:4638: checking for mpicxx
configure:4654: found /opt/mpich/dev/gcc/default/bin/mpicxx
configure:4665: result: mpicxx
configure:4803: checking for C compiler version
configure:4812: mpicc --version >&5
gcc-4.9 (Homebrew gcc 4.9.2 --without-multilib) 4.9.2
Copyright (C) 2014 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:4823: $? = 0
configure:4812: mpicc -v >&5
mpicc for MPICH version 3.2a2
Using built-in specs.
COLLECT_GCC=gcc-4.9
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.9.2/libexec/gcc/x86_64-apple-darwin14.0.0/4.9.2/lto-wrapper
Target: x86_64-apple-darwin14.0.0
Configured with: ../configure --build=x86_64-apple-darwin14.0.0 --prefix=/usr/local/Cellar/gcc/4.9.2 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-system-zlib --enable-version-specific-runtime-libs --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.2 --without-multilib' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 4.9.2 (Homebrew gcc 4.9.2 --without-multilib) 
configure:4823: $? = 0
configure:4812: mpicc -V >&5
gcc-4.9: error: unrecognized command line option '-V'
configure:4823: $? = 1
configure:4812: mpicc -qversion >&5
gcc-4.9: error: unrecognized command line option '-qversion'
configure:4823: $? = 1
configure:4827: checking whether we are using the GNU C compiler
configure:4855: result: yes
configure:4864: checking whether mpicc accepts -g
configure:4925: result: yes
configure:4942: checking for mpicc option to accept ISO C89
configure:5018: result: none needed
configure:5043: checking whether mpicc understands -c and -o together
configure:5080: result: yes
configure:5099: checking dependency style of mpicc
configure:5210: result: gcc3
configure:5337: checking for C++ compiler version
configure:5346: mpicxx --version >&5
g++-4.9 (Homebrew gcc 4.9.2 --without-multilib) 4.9.2
Copyright (C) 2014 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:5357: $? = 0
configure:5346: mpicxx -v >&5
mpicxx for MPICH version 3.2a2
Using built-in specs.
COLLECT_GCC=g++-4.9
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.9.2/libexec/gcc/x86_64-apple-darwin14.0.0/4.9.2/lto-wrapper
Target: x86_64-apple-darwin14.0.0
Configured with: ../configure --build=x86_64-apple-darwin14.0.0 --prefix=/usr/local/Cellar/gcc/4.9.2 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-system-zlib --enable-version-specific-runtime-libs --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.2 --without-multilib' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 4.9.2 (Homebrew gcc 4.9.2 --without-multilib) 
configure:5357: $? = 0
configure:5346: mpicxx -V >&5
g++-4.9: error: unrecognized command line option '-V'
configure:5357: $? = 1
configure:5346: mpicxx -qversion >&5
g++-4.9: error: unrecognized command line option '-qversion'
configure:5357: $? = 1
configure:5361: checking whether we are using the GNU C++ compiler
configure:5380: mpicxx -c   conftest.cpp >&5
configure:5380: $? = 0
configure:5389: result: yes
configure:5398: checking whether mpicxx accepts -g
configure:5418: mpicxx -c -g  conftest.cpp >&5
configure:5418: $? = 0
configure:5459: result: yes
configure:5484: checking dependency style of mpicxx
configure:5595: result: gcc3
configure:5716: checking for Fortran 77 compiler version
configure:5725:  --version >&5
../configure: line 5727: --version: command not found
configure:5736: $? = 127
configure:5725:  -v >&5
../configure: line 5727: -v: command not found
configure:5736: $? = 127
configure:5725:  -V >&5
../configure: line 5727: -V: command not found
configure:5736: $? = 127
configure:5725:  -qversion >&5
../configure: line 5727: -qversion: command not found
configure:5736: $? = 127
configure:5745: checking whether we are using the GNU Fortran 77 compiler
configure:5758:  -c  conftest.F >&5
../configure: line 1721: -c: command not found
configure:5758: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5767: result: no
configure:5773: checking whether  accepts -g
configure:5784:  -c -g conftest.f >&5
../configure: line 1721: -c: command not found
configure:5784: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5792: result: no
configure:5827: Compiler choices after 'AC LANG' ... mpicxx and mpicc
configure:5840: checking that the mpicc linker works
configure:5853: mpicc -o conftest -g -O2   conftest.c -framework Accelerate >&5
configure:5853: $? = 0
configure:5854: result: yes
configure:5877: checking that the mpicxx linker works
configure:5891: mpicxx -o conftest    conftest.cpp -framework Accelerate >&5
configure:5891: $? = 0
configure:5892: result: yes
configure:5911: checking compiler vendor
configure:5956: result: GNU
configure:6176: checking whether C compiler accepts -O3
configure:6189: mpicc -c -O3  conftest.c >&5
configure:6189: $? = 0
configure:6192: result: yes
configure:6230: checking whether C++ compiler accepts -O3
configure:6243: mpicxx -c -O3  conftest.cpp >&5
configure:6243: $? = 0
configure:6246: result: yes
configure:6344: checking whether C compiler accepts -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs
configure:6357: mpicc -c -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  conftest.c >&5
configure:6357: $? = 0
configure:6360: result: yes
configure:6398: checking whether C++ compiler accepts -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs
configure:6411: mpicxx -c -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  conftest.cpp >&5
configure:6411: $? = 0
configure:6414: result: yes
configure:6469: enable_cpp0x=yes  enable_cpptr1=yes
configure:6518: Setting compiler flags for GNU C++ major=4 minor=9 micro=2
configure:6595: checking whether C++ compiler accepts -march=native
configure:6608: mpicxx -c -march=native  conftest.cpp >&5
configure:6608: $? = 0
configure:6611: result: yes
configure:6849: checking whether C++ compiler accepts  -ffast-math -std=c++0x -march=native
configure:6862: mpicxx -c  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:6862: $? = 0
configure:6865: result: yes
configure:6901: checking how to run the C++ preprocessor
configure:6928: mpicxx -E  conftest.cpp
configure:6928: $? = 0
configure:6942: mpicxx -E  conftest.cpp
conftest.cpp:15:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6967: result: mpicxx -E
configure:6987: mpicxx -E  conftest.cpp
configure:6987: $? = 0
configure:7001: mpicxx -E  conftest.cpp
conftest.cpp:15:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7030: checking for grep that handles long lines and -e
configure:7088: result: /usr/bin/grep
configure:7093: checking for egrep
configure:7155: result: /usr/bin/grep -E
configure:7160: checking for ANSI C header files
configure:7180: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7180: $? = 0
configure:7253: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -framework Accelerate >&5
configure:7253: $? = 0
configure:7253: ./conftest
configure:7253: $? = 0
configure:7264: result: yes
configure:7277: checking for sys/types.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for sys/stat.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for stdlib.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for string.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for memory.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for strings.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for inttypes.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for stdint.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7277: checking for unistd.h
configure:7277: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7277: $? = 0
configure:7277: result: yes
configure:7398: checking for shared_ptr
configure:7417: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7417: $? = 0
configure:7508: result: yes
configure:7517: checking for std::make_shared and std::allocate_shared
configure:7534: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7534: $? = 0
configure:7546: result: yes
configure:7566: checking for type traits
configure:7584: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7584: $? = 0
configure:7673: result: yes
configure:7697: checking for array
configure:7716: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:35:20: warning: unused variable 'a' [-Wunused-variable]
 std::array<int,10> a;
                    ^
configure:7716: $? = 0
configure:7740: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:7740: $? = 0
configure:7896: result: yes
configure:7950: checking for ProfilerStart in -ltcmalloc_and_profiler
configure:7975: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltcmalloc_and_profiler  -framework Accelerate >&5
ld: library not found for -ltcmalloc_and_profiler
collect2: error: ld returned 1 exit status
configure:7975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 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 ProfilerStart ();
| int
| main ()
| {
| return ProfilerStart ();
|   ;
|   return 0;
| }
configure:7984: result: no
configure:7996: "Unable to link with libprofiler+libtcmalloc
configure:8002: checking for malloc in -ltcmalloc_minimal
configure:8027: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltcmalloc_minimal  -framework Accelerate >&5
ld: library not found for -ltcmalloc_minimal
collect2: error: ld returned 1 exit status
configure:8027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 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 malloc ();
| int
| main ()
| {
| return malloc ();
|   ;
|   return 0;
| }
configure:8036: result: no
configure:8046: "Unable to link with libtcmalloc_minimal
configure:8089: Configuring with Google Unit Test --- no
configure:8154: checking xc.h usability
configure:8154: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp:66:16: fatal error: xc.h: No such file or directory
 #include <xc.h>
                ^
compilation terminated.
configure:8154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 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 <xc.h>
configure:8154: result: no
configure:8154: checking xc.h presence
configure:8154: mpicxx -E  conftest.cpp
conftest.cpp:33:16: fatal error: xc.h: No such file or directory
 #include <xc.h>
                ^
compilation terminated.
configure:8154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| /* end confdefs.h.  */
| #include <xc.h>
configure:8154: result: no
configure:8154: checking for xc.h
configure:8154: result: no
configure:8162: Unable to include with xc.h or xc_func.h
configure:8154: checking xc_funcs.h usability
configure:8154: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp:66:22: fatal error: xc_funcs.h: No such file or directory
 #include <xc_funcs.h>
                      ^
compilation terminated.
configure:8154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 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 <xc_funcs.h>
configure:8154: result: no
configure:8154: checking xc_funcs.h presence
configure:8154: mpicxx -E  conftest.cpp
conftest.cpp:33:22: fatal error: xc_funcs.h: No such file or directory
 #include <xc_funcs.h>
                      ^
compilation terminated.
configure:8154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| /* end confdefs.h.  */
| #include <xc_funcs.h>
configure:8154: result: no
configure:8154: checking for xc_funcs.h
configure:8154: result: no
configure:8162: Unable to include with xc.h or xc_func.h
configure:8168: checking for xc_func_end in -lxc
configure:8193: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -lxc  -framework Accelerate >&5
ld: library not found for -lxc
collect2: error: ld returned 1 exit status
configure:8193: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 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 xc_func_end ();
| int
| main ()
| {
| return xc_func_end ();
|   ;
|   return 0;
| }
configure:8202: result: no
configure:8213: Unable to link with libxc
configure:8442: checking tbb/tbb.h usability
configure:8442: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:8442: $? = 0
configure:8442: result: yes
configure:8442: checking tbb/tbb.h presence
configure:8442: mpicxx -E  conftest.cpp
configure:8442: $? = 0
configure:8442: result: yes
configure:8442: checking for tbb/tbb.h
configure:8442: result: yes
configure:8470: checking for TBB_runtime_interface_version in -ltbb
configure:8495: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb  -framework Accelerate >&5
configure:8495: $? = 0
configure:8504: result: yes
configure:8892: checking for ranlib
configure:8908: found /usr/bin/ranlib
configure:8919: result: ranlib
configure:8942: checking whether ln -s works
configure:8946: result: yes
configure:8953: checking whether make sets $(MAKE)
configure:8975: result: yes
configure:8993: checking dependency style of mpicc
configure:9102: result: gcc3
configure:9120: checking for sed
configure:9136: found /usr/bin/sed
configure:9148: result: YES
configure:9159: checking for sed
configure:9177: found /usr/bin/sed
configure:9189: result: /usr/bin/sed
configure:9202: checking for doxygen
configure:9230: result: NO
configure:9282: checking for dot
configure:9310: result: NO
configure:9362: checking for pdflatex
configure:9378: found /usr/texbin/pdflatex
configure:9390: result: YES
configure:9401: checking for pdflatex
configure:9419: found /usr/texbin/pdflatex
configure:9431: result: /usr/texbin/pdflatex
configure:9442: checking for latex
configure:9458: found /usr/texbin/latex
configure:9470: result: YES
configure:9481: checking for latex
configure:9499: found /usr/texbin/latex
configure:9511: result: /usr/texbin/latex
configure:9529: checking whether time.h and sys/time.h may both be included
configure:9549: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9549: $? = 0
configure:9556: result: yes
configure:9564: checking for ANSI C header files
configure:9668: result: yes
configure:9679: checking limits.h usability
configure:9679: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking limits.h presence
configure:9679: mpicxx -E  conftest.cpp
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking for limits.h
configure:9679: result: yes
configure:9679: checking stddef.h usability
configure:9679: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking stddef.h presence
configure:9679: mpicxx -E  conftest.cpp
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking for stddef.h
configure:9679: result: yes
configure:9679: checking for stdint.h
configure:9679: result: yes
configure:9679: checking for stdlib.h
configure:9679: result: yes
configure:9679: checking for string.h
configure:9679: result: yes
configure:9679: checking sys/param.h usability
configure:9679: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking sys/param.h presence
configure:9679: mpicxx -E  conftest.cpp
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking for sys/param.h
configure:9679: result: yes
configure:9679: checking sys/time.h usability
configure:9679: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking sys/time.h presence
configure:9679: mpicxx -E  conftest.cpp
configure:9679: $? = 0
configure:9679: result: yes
configure:9679: checking for sys/time.h
configure:9679: result: yes
configure:9679: checking for unistd.h
configure:9679: result: yes
configure:9692: checking bits/atomicity.h usability
configure:9692: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp:77:28: fatal error: bits/atomicity.h: No such file or directory
 #include <bits/atomicity.h>
                            ^
compilation terminated.
configure:9692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_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 <bits/atomicity.h>
configure:9692: result: no
configure:9692: checking bits/atomicity.h presence
configure:9692: mpicxx -E  conftest.cpp
conftest.cpp:44:28: fatal error: bits/atomicity.h: No such file or directory
 #include <bits/atomicity.h>
                            ^
compilation terminated.
configure:9692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <bits/atomicity.h>
configure:9692: result: no
configure:9692: checking for bits/atomicity.h
configure:9692: result: no
configure:9692: checking ext/atomicity.h usability
configure:9692: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9692: $? = 0
configure:9692: result: yes
configure:9692: checking ext/atomicity.h presence
configure:9692: mpicxx -E  conftest.cpp
configure:9692: $? = 0
configure:9692: result: yes
configure:9692: checking for ext/atomicity.h
configure:9692: result: yes
configure:9702: checking for stdbool.h that conforms to C99
configure:9769: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:94:24: warning: the address of 's' will always evaluate as 'true' [-Waddress]
              bool e = &s;
                        ^
conftest.cpp:98:23: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                       ^
conftest.cpp:98:28: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                            ^
conftest.cpp:98:33: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                 ^
conftest.cpp:98:38: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                      ^
conftest.cpp:98:48: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                ^
conftest.cpp:98:53: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                     ^
conftest.cpp:98:58: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                          ^
conftest.cpp:98:63: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                               ^
conftest.cpp:99:30: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
                              ^
conftest.cpp:99:35: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
                                   ^
conftest.cpp:99:40: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
                                        ^
configure:9769: $? = 0
configure:9776: result: yes
configure:9778: checking for _Bool
configure:9778: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:81:13: error: '_Bool' was not declared in this scope
 if (sizeof (_Bool))
             ^
configure:9778: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_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:9778: result: no
configure:9799: checking for pid_t
configure:9799: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9799: $? = 0
configure:9799: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:82:19: error: expected primary-expression before ')' token
 if (sizeof ((pid_t)))
                   ^
configure:9799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_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 ((pid_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:9799: result: yes
configure:9810: checking for C/C++ restrict keyword
configure:9835: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9835: $? = 0
configure:9843: result: __restrict
configure:9868: checking for C++ thread_local keyword
configure:9887: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:9887: $? = 0
configure:9946: result: thread_local
configure:9956: checking for size_t
configure:9956: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:9956: $? = 0
configure:9956: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:83:20: error: expected primary-expression before ')' token
 if (sizeof ((size_t)))
                    ^
configure:9956: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #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
| int
| main ()
| {
| if (sizeof ((size_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:9956: result: yes
configure:9967: checking whether time.h and sys/time.h may both be included
configure:9994: result: yes
configure:10004: checking for uint64_t
configure:10004: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10004: $? = 0
configure:10004: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:84:22: error: expected primary-expression before ')' token
 if (sizeof ((uint64_t)))
                      ^
configure:10004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 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 ((uint64_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10004: result: yes
configure:10013: checking for int64_t
configure:10013: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10013: $? = 0
configure:10013: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:85:21: error: expected primary-expression before ')' token
 if (sizeof ((int64_t)))
                     ^
configure:10013: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10013: result: yes
configure:10022: checking for uint32_t
configure:10022: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10022: $? = 0
configure:10022: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:86:22: error: expected primary-expression before ')' token
 if (sizeof ((uint32_t)))
                      ^
configure:10022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10022: result: yes
configure:10031: checking for int32_t
configure:10031: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10031: $? = 0
configure:10031: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:87:21: error: expected primary-expression before ')' token
 if (sizeof ((int32_t)))
                     ^
configure:10031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10031: result: yes
configure:10040: checking for uint16_t
configure:10040: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10040: $? = 0
configure:10040: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:88:22: error: expected primary-expression before ')' token
 if (sizeof ((uint16_t)))
                      ^
configure:10040: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10040: result: yes
configure:10049: checking for uint8_t
configure:10049: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10049: $? = 0
configure:10049: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89:21: error: expected primary-expression before ')' token
 if (sizeof ((uint8_t)))
                     ^
configure:10049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10049: result: yes
configure:10058: checking for long long
configure:10058: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10058: $? = 0
configure:10058: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:90:14: error: expected primary-expression before 'long'
 if (sizeof ((long long)))
              ^
conftest.cpp:90:14: error: expected ')' before 'long'
conftest.cpp:91:14: error: expected ')' before ';' token
      return 0;
              ^
conftest.cpp:91:14: error: expected ')' before ';' token
configure:10058: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
|       return 0;
|   ;
|   return 0;
| }
configure:10058: result: yes
configure:10068: checking for working volatile
configure:10087: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10087: $? = 0
configure:10094: result: yes
configure:10102: checking for an ANSI C-conforming const
configure:10168: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10168: $? = 0
configure:10175: result: yes
configure:10183: checking for inline
configure:10199: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10199: $? = 0
configure:10207: result: inline
configure:10225: checking for ptrdiff_t
configure:10225: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10225: $? = 0
configure:10225: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:91:23: error: expected primary-expression before ')' token
 if (sizeof ((ptrdiff_t)))
                       ^
configure:10225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_LONG_LONG 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 ((ptrdiff_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:10225: result: yes
configure:10240: checking for sleep
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for random
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for execv
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for perror
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for gettimeofday
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for memmove
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for memset
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for pow
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for sqrt
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for strchr
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for strdup
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10240: checking for getenv
configure:10240: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10240: $? = 0
configure:10240: result: yes
configure:10251: checking vfork.h usability
configure:10251: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
conftest.cpp:101:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:10251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SLEEP 1
| #define HAVE_RANDOM 1
| #define HAVE_EXECV 1
| #define HAVE_PERROR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_GETENV 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 <vfork.h>
configure:10251: result: no
configure:10251: checking vfork.h presence
configure:10251: mpicxx -E  conftest.cpp
conftest.cpp:68:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:10251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SLEEP 1
| #define HAVE_RANDOM 1
| #define HAVE_EXECV 1
| #define HAVE_PERROR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_GETENV 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:10251: result: no
configure:10251: checking for vfork.h
configure:10251: result: no
configure:10264: checking for fork
configure:10264: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10264: $? = 0
configure:10264: result: yes
configure:10264: checking for vfork
configure:10264: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10264: $? = 0
configure:10264: result: yes
configure:10274: checking for working fork
configure:10296: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10296: $? = 0
configure:10296: ./conftest
configure:10296: $? = 0
configure:10306: result: yes
configure:10327: checking for working vfork
configure:10437: result: yes
configure:10464: checking for error_at_line
configure:10480: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
conftest.cpp:72:19: fatal error: error.h: No such file or directory
 #include <error.h>
                   ^
compilation terminated.
configure:10480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MADNESS"
| #define PACKAGE_TARNAME "madness"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "MADNESS 0.9"
| #define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
| #define PACKAGE_URL ""
| #define PACKAGE "madness"
| #define VERSION "0.9"
| #define ON_A_MAC 1
| #define MAD_BIND_DEFAULT "-1 -1 -1"
| #define HOST_CPU "x86_64"
| #define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
| #define MADNESS_HAS_STD_SHARED_PTR 1
| #define MADNESS_HAS_STD_MAKE_SHARED 1
| #define MADNESS_USE_TYPE_TRAITS 1
| #define MADNESS_HAS_STD_TYPE_TRAITS 1
| #define MADNESS_USE_ARRAY 1
| #define MADNESS_HAS_STD_ARRAY 1
| #define MADNESS_ARRAY_HAS_FILL 1
| #define HAVE_INTEL_TBB 1
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXT_ATOMICITY_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SLEEP 1
| #define HAVE_RANDOM 1
| #define HAVE_EXECV 1
| #define HAVE_PERROR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_GETENV 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| #include <error.h>
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "an error occurred");
|   ;
|   return 0;
| }
configure:10488: result: no
configure:10500: checking for posix_memalign
configure:10500: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10500: $? = 0
configure:10500: result: yes
configure:10526: checking if missing declaration of posix_memalign in stdlib.h
configure:10549: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:10549: $? = 0
configure:10550: result: no
configure:10715: Default Fortran integer: integer*4
configure:10760: checking Intel MKL
configure:10783: result: no
configure:10819: Checking Fortran-C linking conventions (dgemm -> ?)
configure:10840: checking for dgemm_
configure:10840: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10840: $? = 0
configure:10840: result: yes
configure:10953: Fortran linking convention is lcu
configure:10992: checking for dsyev_
configure:10992: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate >&5
configure:10992: $? = 0
configure:10992: result: yes
configure:11082: checking if unqualified static declarations are considered
configure:11098: mpicxx -c  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native  conftest.cpp >&5
configure:11098: $? = 0
configure:11101: result: yes
configure:11116: checking std::abs(long)
configure:11141: mpicxx -o conftest  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native   conftest.cpp -ltbb -framework Accelerate   >&5
configure:11141: $? = 0
configure:11150: result: yes
configure:11189: checking for xterm
configure:11217: result: no
configure:11234: checking for gdb
configure:11262: result: no
configure:11307: MADNESS assertions will throw
configure:11460: MPI thread-safety requested: MPI_THREAD_SERIALIZED
configure:11468: CPPFLAGS = 
configure:11470: CFLAGS   = -g -O2 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs
configure:11472: CXXFLAGS =  -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native
configure:11474: LDFLAGS  = 
configure:11476: LIBS     = -ltbb -framework Accelerate  
configure:11593: checking that generated files are newer than configure
configure:11599: result: done
configure:11658: creating ./config.status

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

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

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

on Jeffs-MacBook-Air.local

config.status:998: creating Makefile
config.status:998: creating config/Makefile
config.status:998: creating config/Makefile.sample
config.status:998: creating config/MADNESS.pc
config.status:998: creating src/Makefile
config.status:998: creating src/gtest/Makefile
config.status:998: creating src/madness/Makefile
config.status:998: creating src/madness/world/Makefile
config.status:998: creating src/madness/muParser/Makefile
config.status:998: creating src/madness/misc/Makefile
config.status:998: creating src/madness/tinyxml/Makefile
config.status:998: creating src/madness/tensor/Makefile
config.status:998: creating src/madness/mra/Makefile
config.status:998: creating src/apps/Makefile
config.status:998: creating src/apps/chem/Makefile
config.status:998: creating src/apps/tdse/Makefile
config.status:998: creating src/apps/hf/Makefile
config.status:998: creating src/apps/exciting/Makefile
config.status:998: creating src/apps/moldft/Makefile
config.status:998: creating src/apps/polar/Makefile
config.status:998: creating src/apps/nick/Makefile
config.status:998: creating src/apps/interior_bc/Makefile
config.status:998: creating src/apps/interior_bc/nanophoto/Makefile
config.status:998: creating src/examples/Makefile
config.status:998: creating doc/Makefile
config.status:998: creating doc/doxygen.cfg
config.status:998: creating src/madness/config.h
config.status:1212: executing depfiles commands

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

ac_cv_build=x86_64-apple-darwin14.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
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=/opt/mpich/dev/clang/default/bin/mpicc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/opt/mpich/dev/clang/default/bin/mpicxx
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GTEST_CPPFLAGS_set=
ac_cv_env_GTEST_CPPFLAGS_value=
ac_cv_env_GTEST_CXXFLAGS_set=
ac_cv_env_GTEST_CXXFLAGS_value=
ac_cv_env_GTEST_LDFLAGS_set=
ac_cv_env_GTEST_LDFLAGS_value=
ac_cv_env_GTEST_LIBS_set=
ac_cv_env_GTEST_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-framework Accelerate'
ac_cv_env_MKLROOT_set=
ac_cv_env_MKLROOT_value=
ac_cv_env_MPICC_set=
ac_cv_env_MPICC_value=
ac_cv_env_MPICXX_set=
ac_cv_env_MPICXX_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_dgemm_=yes
ac_cv_func_dsyev_=yes
ac_cv_func_execv=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getenv=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_perror=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pow=yes
ac_cv_func_random=yes
ac_cv_func_sleep=yes
ac_cv_func_sqrt=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_bits_atomicity_h=no
ac_cv_header_ext_atomicity_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_tbb_tbb_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_xc_funcs_h=no
ac_cv_header_xc_h=no
ac_cv_host=x86_64-apple-darwin14.0.0
ac_cv_lib_error_at_line=no
ac_cv_lib_tbb_TBB_runtime_interface_version=yes
ac_cv_lib_tcmalloc_and_profiler_ProfilerStart=no
ac_cv_lib_tcmalloc_minimal_malloc=no
ac_cv_lib_xc_xc_func_end=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LATEX=/usr/texbin/latex
ac_cv_path_PDFLATEX=/usr/texbin/pdflatex
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CXXCPP='mpicxx -E'
ac_cv_prog_GDB=no
ac_cv_prog_HAVE_DOT=NO
ac_cv_prog_HAVE_DOXYGEN=NO
ac_cv_prog_HAVE_LATEX=YES
ac_cv_prog_HAVE_PDFLATEX=YES
ac_cv_prog_HAVE_SED=YES
ac_cv_prog_MPICC=mpicc
ac_cv_prog_MPICXX=mpicxx
ac_cv_prog_XTERM=no
ac_cv_prog_ac_ct_CC=/opt/mpich/dev/clang/default/bin/mpicc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=no
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
acx_cv_detect_cxx=GNU
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes

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

ACLOCAL='aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.14'
AWK='awk'
CAN_BUILD_DOC_FALSE=''
CAN_BUILD_DOC_TRUE='#'
CC='mpicc'
CCAS='mpicc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs'
CPPFLAGS=''
CXX='mpicxx'
CXXCPP='mpicxx -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT=''
DOXYGEN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GDB='no'
GREP='/usr/bin/grep'
GTEST_CPPFLAGS=''
GTEST_CXXFLAGS=''
GTEST_LDFLAGS=''
GTEST_LIBS=''
HAVE_DOT='NO'
HAVE_DOXYGEN='NO'
HAVE_LATEX='YES'
HAVE_PDFLATEX='YES'
HAVE_SED='YES'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LATEX='/usr/texbin/latex'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}error$U.o'
LIBS='-ltbb -framework Accelerate  '
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo'
MADNESS_FORTRAN_DEFAULT_INTEGER_SIZE='4'
MADNESS_HAS_GOOGLE_TEST_FALSE=''
MADNESS_HAS_GOOGLE_TEST_TRUE='#'
MADNESS_HAS_LIBXC_FALSE=''
MADNESS_HAS_LIBXC_TRUE='#'
MADNESS_HAS_MADXC_FALSE=''
MADNESS_HAS_MADXC_TRUE='#'
MAKEINFO='makeinfo'
MKDIR_P='../config/install-sh -c -d'
MKLROOT=''
MPICC='mpicc'
MPICXX='mpicxx'
OBJEXT='o'
PACKAGE='madness'
PACKAGE_BUGREPORT='https://github.com/m-a-d-n-e-s-s/madness'
PACKAGE_NAME='MADNESS'
PACKAGE_STRING='MADNESS 0.9'
PACKAGE_TARNAME='madness'
PACKAGE_URL=''
PACKAGE_VERSION='0.9'
PATH_SEPARATOR=':'
PDFLATEX='/usr/texbin/pdflatex'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_X86_32_ASM_FALSE=''
USE_X86_32_ASM_TRUE='#'
USE_X86_64_ASM_FALSE='#'
USE_X86_64_ASM_TRUE=''
VERSION='0.9'
XTERM='no'
ac_ct_CC='/opt/mpich/dev/clang/default/bin/mpicc'
ac_ct_CXX=''
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 -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin14.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/jhammond/Work/MADNESS/github/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "MADNESS"
#define PACKAGE_TARNAME "madness"
#define PACKAGE_VERSION "0.9"
#define PACKAGE_STRING "MADNESS 0.9"
#define PACKAGE_BUGREPORT "https://github.com/m-a-d-n-e-s-s/madness"
#define PACKAGE_URL ""
#define PACKAGE "madness"
#define VERSION "0.9"
#define ON_A_MAC 1
#define MAD_BIND_DEFAULT "-1 -1 -1"
#define HOST_CPU "x86_64"
#define HOST_SYSTEM "darwin14.0.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 MADNESS_USE_MEMORY 1
#define MADNESS_HAS_STD_SHARED_PTR 1
#define MADNESS_HAS_STD_MAKE_SHARED 1
#define MADNESS_USE_TYPE_TRAITS 1
#define MADNESS_HAS_STD_TYPE_TRAITS 1
#define MADNESS_USE_ARRAY 1
#define MADNESS_HAS_STD_ARRAY 1
#define MADNESS_ARRAY_HAS_FILL 1
#define HAVE_INTEL_TBB 1
#define TIME_WITH_SYS_TIME 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_EXT_ATOMICITY_H 1
#define HAVE_STDBOOL_H 1
#define restrict __restrict
#define TIME_WITH_SYS_TIME 1
#define HAVE_UINT64_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT32_T 1
#define HAVE_INT32_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT8_T 1
#define HAVE_LONG_LONG 1
#define HAVE_PTRDIFF_T 1
#define HAVE_SLEEP 1
#define HAVE_RANDOM 1
#define HAVE_EXECV 1
#define HAVE_PERROR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_POW 1
#define HAVE_SQRT 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_GETENV 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_POSIX_MEMALIGN 1
#define MADNESS_FORTRAN_DEFAULT_INTEGER_SIZE 4
#define FORTRAN_LINKAGE_LCU 1
#define HAVE_UNQUALIFIED_STATIC_DECL 1
#define HAVE_STD_ABS_LONG 1
#define MADNESS_ASSERTIONS_THROW 1
#define MADNESS_CONFIGURATION_USER "jhammond"
#define MADNESS_CONFIGURATION_DATE "Sat Dec 13 21:49:30 PST 2014"
#define MADNESS_CONFIGURATION_CXX "mpicxx"
#define MADNESS_CONFIGURATION_CXXFLAGS " -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native"
#define MADNESS_CONFIGURATION_HOST "Jeffs-MacBook-Air.local"
#define MADNESS_USE_BSEND_ACKS 1
#define MADNESS_MPI_THREAD_LEVEL MPI_THREAD_SERIALIZED

configure: exit 0

make.log

Making all in src
Making all in gtest
make[2]: Nothing to be done for `all'.
Making all in madness
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in world
mpicxx -DHAVE_CONFIG_H   -I../../../../src -I../../../src -I../../../../src/apps   -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native -MT world.o -MD -MP -MF .deps/world.Tpo -c -o world.o ../../../../src/madness/world/world.cc
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:1291:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:1405:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:1652:no such instruction: `andn %eax, %ecx,%eax'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:1792:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:1905:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:2105:no such instruction: `vzeroupper'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:2765:no such instruction: `vzeroupper'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:2781:no such instruction: `vzeroupper'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:2801:no such instruction: `vzeroupper'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:3110:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:3168:no such instruction: `shlx %rsi, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:3443:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:3501:no such instruction: `shlx %rsi, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4113:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4114:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4116:no such instruction: `vcvtsi2sd 8(%rsp), %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4117:no such instruction: `vcvtsi2sdq (%rsp), %xmm1,%xmm1'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4118:no such instruction: `vfmadd132sd LC113(%rip), %xmm1,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4120:no such instruction: `vmovsd %xmm0, __ZZN7madness9wall_timeEvE10start_time(%rip)'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4121:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4129:no such instruction: `vsubsd __ZZN7madness9wall_timeEvE10start_time(%rip), %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4146:no such instruction: `vmovsd __ZZN7madness13cpu_frequencyEvE4freq(%rip), %xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4147:no such instruction: `vcomisd LC115(%rip), %xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4162:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4163:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4165:no such instruction: `vcvtsi2sd 24(%rsp), %xmm0,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4166:no such instruction: `vcvtsi2sdq 16(%rsp), %xmm1,%xmm1'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4167:no such instruction: `vfmadd132sd LC113(%rip), %xmm1,%xmm0'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4170:no such instruction: `vxorpd %xmm3, %xmm3,%xmm3'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//ccShjTPy.s:4171:no such instruction: `vmovsd %xmm0, __ZZN7madness9wall_timeEvE10start_time(%rip)'
:108:no such instruction: `vmovsd %xmm3, 8(%rsp)'
:109:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:110:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:112:no such instruction: `vmovsd 8(%rsp), %xmm3'
:113:no such instruction: `vcvtsi2sd 24(%rsp), %xmm2,%xmm2'
:114:no such instruction: `vcvtsi2sdq 16(%rsp), %xmm0,%xmm0'
:115:no such instruction: `vfmadd132sd LC113(%rip), %xmm0,%xmm2'
:118:no such instruction: `vmovsd %xmm2, __ZZN7madness9wall_timeEvE10start_time(%rip)'
:119:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:123:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:124:no such instruction: `vcvtsi2sdq %rbx, %xmm0,%xmm0'
:126:no such instruction: `vsubsd %xmm3, %xmm2,%xmm1'
:127:no such instruction: `vdivsd %xmm1, %xmm0,%xmm0'
:128:no such instruction: `vmovsd %xmm0, __ZZN7madness13cpu_frequencyEvE4freq(%rip)'
:140:no such instruction: `vsubsd __ZZN7madness9wall_timeEvE10start_time(%rip), %xmm0,%xmm3'
:144:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:148:no such instruction: `vsubsd __ZZN7madness9wall_timeEvE10start_time(%rip), %xmm2,%xmm2'
:154:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:157:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:158:no such instruction: `vaddsd %xmm1, %xmm1,%xmm0'
:330:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm3'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm3, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm3'
:163:no such instruction: `vmovsd LC118(%rip), %xmm6'
:165:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:166:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:167:no such instruction: `vmovsd %xmm1, -200(%rbp)'
:169:no such instruction: `vmovsd -200(%rbp), %xmm1'
:170:no such instruction: `vmovapd %xmm1, %xmm0'
:176:no such instruction: `vmovsd (%rax), %xmm0'
:177:no such instruction: `vaddsd (%rcx), %xmm0,%xmm0'
:178:no such instruction: `vmovsd %xmm0, (%rax)'
:185:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm4'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm4, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm4'
:161:no such instruction: `vmovsd LC118(%rip), %xmm6'
:163:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:164:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:165:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:167:no such instruction: `vmovsd -176(%rbp), %xmm1'
:168:no such instruction: `vmovapd %xmm1, %xmm0'
:174:no such instruction: `vmovsd (%rax), %xmm0'
:175:no such instruction: `vaddsd (%rcx), %xmm0,%xmm0'
:176:no such instruction: `vmovsd %xmm0, (%rax)'
:229:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm2'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm2, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm2'
:162:no such instruction: `vmovsd LC118(%rip), %xmm7'
:164:no such instruction: `vdivsd %xmm0, %xmm7,%xmm1'
:165:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:166:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:168:no such instruction: `vmovsd -176(%rbp), %xmm1'
:169:no such instruction: `vmovapd %xmm1, %xmm0'
:208:no such instruction: `vmovsd LC118(%rip), %xmm1'
:210:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:211:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:212:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:214:no such instruction: `vmovsd -160(%rbp), %xmm1'
:220:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:223:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:224:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:230:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:233:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:234:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:240:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:243:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:244:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:261:no such instruction: `vmovsd LC118(%rip), %xmm1'
:263:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:264:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:265:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:267:no such instruction: `vmovsd -160(%rbp), %xmm1'
:278:no such instruction: `vmovsd LC118(%rip), %xmm1'
:280:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:281:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:282:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:284:no such instruction: `vmovsd -160(%rbp), %xmm1'
:289:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:292:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:293:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:298:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:301:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:302:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:307:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:310:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:311:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:352:no such instruction: `vzeroupper'
:413:no such instruction: `vzeroupper'
:456:no such instruction: `vzeroupper'
:509:no such instruction: `vzeroupper'
:524:no such instruction: `vzeroupper'
:570:no such instruction: `vzeroupper'
:609:no such instruction: `vzeroupper'
:1086:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm3'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm3, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm3'
:163:no such instruction: `vmovsd LC118(%rip), %xmm6'
:165:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:166:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:167:no such instruction: `vmovsd %xmm1, -200(%rbp)'
:169:no such instruction: `vmovsd -200(%rbp), %xmm1'
:170:no such instruction: `vmovapd %xmm1, %xmm0'
:176:no such instruction: `vmovsd (%rax), %xmm7'
:177:no such instruction: `vmaxsd (%rcx), %xmm7,%xmm0'
:178:no such instruction: `vmovsd %xmm0, (%rax)'
:185:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm5'
:114:no such instruction: `vmovsd (%rax), %xmm6'
:115:no such instruction: `vmovsd %xmm5, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm6, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm4'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm4, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm4'
:161:no such instruction: `vmovsd LC118(%rip), %xmm6'
:163:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:164:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:165:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:167:no such instruction: `vmovsd -176(%rbp), %xmm1'
:168:no such instruction: `vmovapd %xmm1, %xmm0'
:174:no such instruction: `vmovsd (%rax), %xmm7'
:175:no such instruction: `vmaxsd (%rcx), %xmm7,%xmm0'
:176:no such instruction: `vmovsd %xmm0, (%rax)'
:229:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm2'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm2, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm2'
:162:no such instruction: `vmovsd LC118(%rip), %xmm7'
:164:no such instruction: `vdivsd %xmm0, %xmm7,%xmm1'
:165:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:166:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:168:no such instruction: `vmovsd -176(%rbp), %xmm1'
:169:no such instruction: `vmovapd %xmm1, %xmm0'
:208:no such instruction: `vmovsd LC118(%rip), %xmm1'
:210:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:211:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:212:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:214:no such instruction: `vmovsd -160(%rbp), %xmm1'
:220:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:223:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:224:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:230:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:233:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:234:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:240:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:243:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:244:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:261:no such instruction: `vmovsd LC118(%rip), %xmm1'
:263:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:264:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:265:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:267:no such instruction: `vmovsd -160(%rbp), %xmm1'
:278:no such instruction: `vmovsd LC118(%rip), %xmm1'
:280:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:281:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:282:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:284:no such instruction: `vmovsd -160(%rbp), %xmm1'
:289:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:292:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:293:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:298:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:301:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:302:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:307:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:310:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:311:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:352:no such instruction: `vzeroupper'
:413:no such instruction: `vzeroupper'
:456:no such instruction: `vzeroupper'
:509:no such instruction: `vzeroupper'
:524:no such instruction: `vzeroupper'
:570:no such instruction: `vzeroupper'
:609:no such instruction: `vzeroupper'
:1086:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm3'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm3, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm3'
:163:no such instruction: `vmovsd LC118(%rip), %xmm6'
:165:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:166:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:167:no such instruction: `vmovsd %xmm1, -200(%rbp)'
:169:no such instruction: `vmovsd -200(%rbp), %xmm1'
:170:no such instruction: `vmovapd %xmm1, %xmm0'
:176:no such instruction: `vmovsd (%rax), %xmm7'
:177:no such instruction: `vminsd (%rcx), %xmm7,%xmm0'
:178:no such instruction: `vmovsd %xmm0, (%rax)'
:185:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm5'
:114:no such instruction: `vmovsd (%rax), %xmm6'
:115:no such instruction: `vmovsd %xmm5, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm6, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm4'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm4, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm4'
:161:no such instruction: `vmovsd LC118(%rip), %xmm6'
:163:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:164:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:165:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:167:no such instruction: `vmovsd -176(%rbp), %xmm1'
:168:no such instruction: `vmovapd %xmm1, %xmm0'
:174:no such instruction: `vmovsd (%rax), %xmm7'
:175:no such instruction: `vminsd (%rcx), %xmm7,%xmm0'
:176:no such instruction: `vmovsd %xmm0, (%rax)'
:229:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -168(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -160(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -160(%rbp), %xmm2'
:109:no such instruction: `vfmsub213sd -168(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm2, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm2'
:162:no such instruction: `vmovsd LC118(%rip), %xmm7'
:164:no such instruction: `vdivsd %xmm0, %xmm7,%xmm1'
:165:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:166:no such instruction: `vmovsd %xmm1, -176(%rbp)'
:168:no such instruction: `vmovsd -176(%rbp), %xmm1'
:169:no such instruction: `vmovapd %xmm1, %xmm0'
:208:no such instruction: `vmovsd LC118(%rip), %xmm1'
:210:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:211:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:212:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:214:no such instruction: `vmovsd -160(%rbp), %xmm1'
:220:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:223:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:224:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:230:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:233:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:234:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:240:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:243:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:244:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:261:no such instruction: `vmovsd LC118(%rip), %xmm1'
:263:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:264:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:265:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:267:no such instruction: `vmovsd -160(%rbp), %xmm1'
:278:no such instruction: `vmovsd LC118(%rip), %xmm1'
:280:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:281:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:282:no such instruction: `vmovsd %xmm1, -160(%rbp)'
:284:no such instruction: `vmovsd -160(%rbp), %xmm1'
:289:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:292:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:293:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:298:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:301:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:302:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:307:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:310:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:311:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:352:no such instruction: `vzeroupper'
:413:no such instruction: `vzeroupper'
:456:no such instruction: `vzeroupper'
:509:no such instruction: `vzeroupper'
:524:no such instruction: `vzeroupper'
:570:no such instruction: `vzeroupper'
:609:no such instruction: `vzeroupper'
:1066:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:1067:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:1069:no such instruction: `vcvtsi2sd 328(%rsp), %xmm0,%xmm0'
:1070:no such instruction: `vcvtsi2sdq 320(%rsp), %xmm1,%xmm1'
:1071:no such instruction: `vfmadd132sd LC113(%rip), %xmm1,%xmm0'
:1073:no such instruction: `vxorpd %xmm7, %xmm7,%xmm7'
:1074:no such instruction: `vmovsd %xmm7, 48(%rsp)'
:1076:no such instruction: `vmovsd %xmm0, __ZZN7madness9wall_timeEvE10start_time(%rip)'
:1079:no such instruction: `vmovsd __ZN7madness12_GLOBAL__N_115start_wall_timeE(%rip), %xmm4'
:1080:no such instruction: `vmovsd %xmm4, 40(%rsp)'
:1082:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm7'
:1083:no such instruction: `vmovsd %xmm7, 104(%rsp)'
:101:no such instruction: `vmovsd __ZN7madness12_GLOBAL__N_114start_cpu_timeE(%rip), %xmm5'
:105:no such instruction: `vmovsd %xmm5, 56(%rsp)'
:125:no such instruction: `vxorpd %xmm3, %xmm3,%xmm3'
:126:no such instruction: `vcvtsi2sdq %r9, %xmm3,%xmm3'
:128:no such instruction: `vmovsd %xmm3, 112(%rsp)'
:131:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:132:no such instruction: `vcvtsi2sdq %rdi, %xmm2,%xmm2'
:133:no such instruction: `vmovsd %xmm2, 120(%rsp)'
:137:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:138:no such instruction: `vcvtsi2sdq %rsi, %xmm1,%xmm1'
:139:no such instruction: `vmovsd %xmm1, 128(%rsp)'
:143:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:144:no such instruction: `vcvtsi2sdq %rcx, %xmm0,%xmm0'
:148:no such instruction: `vmovsd %xmm1, 32(%rsp)'
:149:no such instruction: `vmovsd %xmm2, 16(%rsp)'
:150:no such instruction: `vmovsd %xmm3, 8(%rsp)'
:151:no such instruction: `vmovsd %xmm0, 136(%rsp)'
:152:no such instruction: `vmovsd %xmm0, (%rsp)'
:165:no such instruction: `vmovsd 8(%rsp), %xmm3'
:166:no such instruction: `vmovsd 32(%rsp), %xmm1'
:167:no such instruction: `vmovsd 16(%rsp), %xmm2'
:168:no such instruction: `vmovsd %xmm3, 24(%rsp)'
:169:no such instruction: `vmovsd (%rsp), %xmm0'
:170:no such instruction: `vmovsd %xmm1, 8(%rsp)'
:171:no such instruction: `vmovsd %xmm3, 144(%rsp)'
:172:no such instruction: `vmovsd %xmm2, 152(%rsp)'
:173:no such instruction: `vmovsd %xmm1, 160(%rsp)'
:174:no such instruction: `vmovsd %xmm0, 168(%rsp)'
:187:no such instruction: `vmovsd 24(%rsp), %xmm3'
:188:no such instruction: `vmovsd 16(%rsp), %xmm2'
:189:no such instruction: `vmovsd %xmm3, 176(%rsp)'
:190:no such instruction: `vmovsd 8(%rsp), %xmm1'
:191:no such instruction: `vmovsd %xmm2, 184(%rsp)'
:192:no such instruction: `vmovsd (%rsp), %xmm0'
:193:no such instruction: `vmovsd %xmm1, 192(%rsp)'
:194:no such instruction: `vmovsd %xmm0, 200(%rsp)'
:207:no such instruction: `vxorpd %xmm3, %xmm3,%xmm3'
:208:no such instruction: `vcvtsi2sdq %rbp, %xmm3,%xmm3'
:210:no such instruction: `vmovsd %xmm3, 208(%rsp)'
:213:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:214:no such instruction: `vcvtsi2sdq %r12, %xmm2,%xmm2'
:216:no such instruction: `vmovsd %xmm2, 216(%rsp)'
:219:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:220:no such instruction: `vcvtsi2sdq %r13, %xmm1,%xmm1'
:222:no such instruction: `vmovsd %xmm1, 224(%rsp)'
:225:no such instruction: `vxorpd %xmm6, %xmm6,%xmm6'
:226:no such instruction: `vcvtsi2sdq %rbp, %xmm6,%xmm6'
:227:no such instruction: `vmovd %xmm6, %rbp'
:232:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:233:no such instruction: `vcvtsi2sdq %r15, %xmm0,%xmm0'
:237:no such instruction: `vmovsd %xmm1, 32(%rsp)'
:238:no such instruction: `vmovsd %xmm2, 16(%rsp)'
:239:no such instruction: `vmovsd %xmm3, 8(%rsp)'
:240:no such instruction: `vmovsd %xmm0, 240(%rsp)'
:241:no such instruction: `vmovsd %xmm0, (%rsp)'
:258:no such instruction: `vmovsd 8(%rsp), %xmm3'
:259:no such instruction: `vmovsd 32(%rsp), %xmm1'
:260:no such instruction: `vmovsd 16(%rsp), %xmm2'
:261:no such instruction: `vmovsd %xmm3, 24(%rsp)'
:262:no such instruction: `vmovsd (%rsp), %xmm0'
:263:no such instruction: `vmovsd %xmm1, 8(%rsp)'
:264:no such instruction: `vmovsd %xmm3, 248(%rsp)'
:265:no such instruction: `vmovsd %xmm2, 256(%rsp)'
:266:no such instruction: `vmovsd %xmm1, 264(%rsp)'
:267:no such instruction: `vmovsd %xmm0, 280(%rsp)'
:284:no such instruction: `vmovsd 24(%rsp), %xmm3'
:285:no such instruction: `vmovsd 16(%rsp), %xmm2'
:286:no such instruction: `vmovsd %xmm3, 288(%rsp)'
:287:no such instruction: `vmovsd 8(%rsp), %xmm1'
:288:no such instruction: `vmovsd %xmm2, 296(%rsp)'
:289:no such instruction: `vmovsd (%rsp), %xmm0'
:290:no such instruction: `vmovsd %xmm1, 304(%rsp)'
:291:no such instruction: `vmovsd %xmm0, 320(%rsp)'
:362:no such instruction: `vmovsd 144(%rsp), %xmm2'
:363:no such instruction: `vmovsd 112(%rsp), %xmm1'
:367:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:368:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:371:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:372:no such instruction: `vmovsd 176(%rsp), %xmm0'
:375:no such instruction: `vmovsd 160(%rsp), %xmm2'
:376:no such instruction: `vmovsd 128(%rsp), %xmm1'
:380:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:381:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:384:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:385:no such instruction: `vmovsd 192(%rsp), %xmm0'
:388:no such instruction: `vmovsd 152(%rsp), %xmm2'
:389:no such instruction: `vmovsd 120(%rsp), %xmm1'
:393:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:394:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:397:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:398:no such instruction: `vmovsd 184(%rsp), %xmm0'
:401:no such instruction: `vmovsd 168(%rsp), %xmm2'
:402:no such instruction: `vmovsd 136(%rsp), %xmm1'
:406:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:407:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:410:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:411:no such instruction: `vmovsd 200(%rsp), %xmm0'
:413:no such instruction: `vmovsd 112(%rsp), %xmm0'
:419:no such instruction: `vmovsd 128(%rsp), %xmm0'
:428:no such instruction: `vmovsd 272(%rsp), %xmm2'
:429:no such instruction: `vmovsd 232(%rsp), %xmm1'
:433:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:434:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:437:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:438:no such instruction: `vmovsd 312(%rsp), %xmm0'
:441:no such instruction: `vmovsd 280(%rsp), %xmm2'
:442:no such instruction: `vmovsd 240(%rsp), %xmm1'
:446:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:447:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:450:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:451:no such instruction: `vmovsd 320(%rsp), %xmm0'
:454:no such instruction: `vmovsd 256(%rsp), %xmm2'
:455:no such instruction: `vmovsd 216(%rsp), %xmm1'
:459:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:460:no such instruction: `vcvtsi2sd 8(%rax), %xmm0,%xmm0'
:463:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:464:no such instruction: `vmovsd 296(%rsp), %xmm0'
:468:no such instruction: `vmovsd 48(%rsp), %xmm6'
:470:no such instruction: `vsubsd 40(%rsp), %xmm6,%xmm0'
:478:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:479:no such instruction: `vcvtsi2sdq %r12, %xmm0,%xmm0'
:483:no such instruction: `vmovsd 56(%rsp), %xmm7'
:484:no such instruction: `vfmsub132sd 104(%rsp), %xmm7,%xmm0'
:511:no such instruction: `vsubsd __ZZN7madness9wall_timeEvE10start_time(%rip), %xmm0,%xmm6'
:512:no such instruction: `vmovsd %xmm6, 48(%rsp)'
:520:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm4'
:521:no such instruction: `vmovsd %xmm4, 104(%rsp)'
:527:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:530:no such instruction: `vcvtsi2sdq %rax, %xmm2,%xmm2'
:531:no such instruction: `vaddsd %xmm2, %xmm2,%xmm2'
:532:no such instruction: `vmovsd %xmm2, 120(%rsp)'
:538:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:541:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:542:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:543:no such instruction: `vmovsd %xmm1, 128(%rsp)'
:549:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:552:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:553:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:559:no such instruction: `vxorpd %xmm3, %xmm3,%xmm3'
:562:no such instruction: `vcvtsi2sdq %rax, %xmm3,%xmm3'
:563:no such instruction: `vaddsd %xmm3, %xmm3,%xmm3'
:569:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:572:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:573:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:579:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:582:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:583:no such instruction: `vaddsd %xmm0, %xmm0,%xmm5'
:584:no such instruction: `vmovd %xmm5, %rbp'
:590:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:594:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:595:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:601:no such instruction: `vxorpd %xmm2, %xmm2,%xmm2'
:605:no such instruction: `vcvtsi2sdq %rax, %xmm2,%xmm2'
:606:no such instruction: `vaddsd %xmm2, %xmm2,%xmm2'
:612:no such instruction: `vxorpd %xmm3, %xmm3,%xmm3'
:616:no such instruction: `vcvtsi2sdq %rax, %xmm3,%xmm3'
:617:no such instruction: `vaddsd %xmm3, %xmm3,%xmm3'
:643:no such instruction: `vmovsd LC118(%rip), %xmm1'
:645:no such instruction: `vdivsd %xmm0, %xmm1,%xmm0'
:646:no such instruction: `vmovsd %xmm0, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:647:no such instruction: `vmovsd %xmm0, (%rsp)'
:649:no such instruction: `vmovsd (%rsp), %xmm0'
:650:no such instruction: `vmovsd %xmm0, 104(%rsp)'
:656:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:659:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:660:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:672:no such instruction: `vzeroupper'
:1199:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -240(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -232(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -232(%rbp), %xmm3'
:109:no such instruction: `vfmsub213sd -240(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm3, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm3'
:164:no such instruction: `vmovsd LC118(%rip), %xmm6'
:166:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:167:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:168:no such instruction: `vmovsd %xmm1, -224(%rbp)'
:170:no such instruction: `vmovsd -224(%rbp), %xmm1'
:171:no such instruction: `vmovapd %xmm1, %xmm0'
:184:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -240(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -232(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -232(%rbp), %xmm4'
:109:no such instruction: `vfmsub213sd -240(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm4, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm4'
:163:no such instruction: `vmovsd LC118(%rip), %xmm6'
:165:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:166:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:167:no such instruction: `vmovsd %xmm1, -224(%rbp)'
:169:no such instruction: `vmovsd -224(%rbp), %xmm1'
:170:no such instruction: `vmovapd %xmm1, %xmm0'
:230:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -232(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -224(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -224(%rbp), %xmm2'
:109:no such instruction: `vfmsub213sd -232(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm2, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm2'
:165:no such instruction: `vmovsd LC118(%rip), %xmm7'
:167:no such instruction: `vdivsd %xmm0, %xmm7,%xmm1'
:168:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:169:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:171:no such instruction: `vmovsd -216(%rbp), %xmm1'
:172:no such instruction: `vmovapd %xmm1, %xmm0'
:251:no such instruction: `vmovsd LC118(%rip), %xmm1'
:253:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:254:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:255:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:257:no such instruction: `vmovsd -216(%rbp), %xmm1'
:268:no such instruction: `vmovsd LC118(%rip), %xmm1'
:270:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:271:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:272:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:274:no such instruction: `vmovsd -216(%rbp), %xmm1'
:280:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:283:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:284:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:290:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:293:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:294:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:300:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:303:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:304:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:336:no such instruction: `vmovsd LC118(%rip), %xmm1'
:338:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:339:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:340:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:342:no such instruction: `vmovsd -216(%rbp), %xmm1'
:347:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:350:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:351:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:356:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:359:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:360:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:365:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:368:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:369:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:395:no such instruction: `vzeroupper'
:446:no such instruction: `vzeroupper'
:489:no such instruction: `vzeroupper'
:532:no such instruction: `vzeroupper'
:592:no such instruction: `vzeroupper'
:642:no such instruction: `vzeroupper'
:659:no such instruction: `vzeroupper'
:670:no such instruction: `vzeroupper'
:738:no such instruction: `vzeroupper'
:758:no such instruction: `vzeroupper'
:810:no such instruction: `vzeroupper'
:818:no such instruction: `vzeroupper'
:822:no such instruction: `vzeroupper'
:888:no such instruction: `vzeroupper'
:1610:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -240(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -232(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -232(%rbp), %xmm3'
:109:no such instruction: `vfmsub213sd -240(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm3, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm3'
:164:no such instruction: `vmovsd LC118(%rip), %xmm6'
:166:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:167:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:168:no such instruction: `vmovsd %xmm1, -224(%rbp)'
:170:no such instruction: `vmovsd -224(%rbp), %xmm1'
:171:no such instruction: `vmovapd %xmm1, %xmm0'
:184:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:113:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -240(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -232(%rbp)'
:121:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -232(%rbp), %xmm4'
:109:no such instruction: `vfmsub213sd -240(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm4, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm4'
:163:no such instruction: `vmovsd LC118(%rip), %xmm6'
:165:no such instruction: `vdivsd %xmm0, %xmm6,%xmm1'
:166:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:167:no such instruction: `vmovsd %xmm1, -224(%rbp)'
:169:no such instruction: `vmovsd -224(%rbp), %xmm1'
:170:no such instruction: `vmovapd %xmm1, %xmm0'
:230:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm1'
:105:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm0,%xmm0'
:109:no such instruction: `vmulsd %xmm1, %xmm0,%xmm7'
:114:no such instruction: `vmovsd (%rax), %xmm5'
:115:no such instruction: `vmovsd %xmm7, -232(%rbp)'
:116:no such instruction: `vmovsd %xmm5, -224(%rbp)'
:120:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmovsd -224(%rbp), %xmm2'
:109:no such instruction: `vfmsub213sd -232(%rbp), %xmm0,%xmm1'
:110:no such instruction: `vcomisd %xmm2, %xmm1'
:112:no such instruction: `vcomisd LC118(%rip), %xmm2'
:165:no such instruction: `vmovsd LC118(%rip), %xmm7'
:167:no such instruction: `vdivsd %xmm0, %xmm7,%xmm1'
:168:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:169:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:171:no such instruction: `vmovsd -216(%rbp), %xmm1'
:172:no such instruction: `vmovapd %xmm1, %xmm0'
:251:no such instruction: `vmovsd LC118(%rip), %xmm1'
:253:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:254:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:255:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:257:no such instruction: `vmovsd -216(%rbp), %xmm1'
:268:no such instruction: `vmovsd LC118(%rip), %xmm1'
:270:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:271:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:272:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:274:no such instruction: `vmovsd -216(%rbp), %xmm1'
:280:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:283:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:284:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:290:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:293:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:294:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:300:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:303:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:304:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:336:no such instruction: `vmovsd LC118(%rip), %xmm1'
:338:no such instruction: `vdivsd %xmm0, %xmm1,%xmm1'
:339:no such instruction: `vmovsd %xmm1, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:340:no such instruction: `vmovsd %xmm1, -216(%rbp)'
:342:no such instruction: `vmovsd -216(%rbp), %xmm1'
:347:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:350:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:351:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:356:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:359:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:360:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:365:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:368:no such instruction: `vcvtsi2sdq %rdx, %xmm0,%xmm0'
:369:no such instruction: `vaddsd %xmm0, %xmm0,%xmm0'
:395:no such instruction: `vzeroupper'
:446:no such instruction: `vzeroupper'
:489:no such instruction: `vzeroupper'
:532:no such instruction: `vzeroupper'
:592:no such instruction: `vzeroupper'
:642:no such instruction: `vzeroupper'
:659:no such instruction: `vzeroupper'
:670:no such instruction: `vzeroupper'
:738:no such instruction: `vzeroupper'
:758:no such instruction: `vzeroupper'
:810:no such instruction: `vzeroupper'
:818:no such instruction: `vzeroupper'
:822:no such instruction: `vzeroupper'
:888:no such instruction: `vzeroupper'
:1400:no such instruction: `vmovsd __ZZN7madnessL8cpu_timeEvE5rfreq(%rip), %xmm0'
:105:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:106:no such instruction: `vcvtsi2sdq %rax, %xmm1,%xmm1'
:108:no such instruction: `vmulsd %xmm0, %xmm1,%xmm0'
:111:no such instruction: `vmovsd %xmm0, __ZN7madness12_GLOBAL__N_114start_cpu_timeE(%rip)'
:114:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:115:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:116:no such instruction: `vcvtsi2sd 88(%rsp), %xmm0,%xmm0'
:117:no such instruction: `vcvtsi2sdq 80(%rsp), %xmm1,%xmm1'
:118:no such instruction: `vfmadd132sd LC113(%rip), %xmm1,%xmm0'
:121:no such instruction: `vmovsd %xmm0, __ZZN7madness9wall_timeEvE10start_time(%rip)'
:122:no such instruction: `vxorpd %xmm0, %xmm0,%xmm0'
:124:no such instruction: `vmovsd %xmm0, __ZN7madness12_GLOBAL__N_115start_wall_timeE(%rip)'
:265:no such instruction: `vsubsd __ZZN7madness9wall_timeEvE10start_time(%rip), %xmm0,%xmm0'
:276:no such instruction: `vmovsd LC118(%rip), %xmm1'
:278:no such instruction: `vdivsd %xmm0, %xmm1,%xmm0'
:279:no such instruction: `vmovsd %xmm0, __ZZN7madnessL8cpu_timeEvE5rfreq(%rip)'
:280:no such instruction: `vmovsd %xmm0, 24(%rsp)'
:282:no such instruction: `vmovsd 24(%rsp), %xmm0'
:288:no such instruction: `vxorpd %xmm1, %xmm1,%xmm1'
:291:no such instruction: `vcvtsi2sdq %rdx, %xmm1,%xmm1'
:292:no such instruction: `vaddsd %xmm1, %xmm1,%xmm1'
:337:no such instruction: `vzeroupper'
:366:no such instruction: `vzeroupper'
:394:no such instruction: `vzeroupper'
:401:no such instruction: `vzeroupper'
:410:no such instruction: `vzeroupper'
:422:no such instruction: `vzeroupper'
:429:no such instruction: `vzeroupper'
:434:no such instruction: `vzeroupper'
:441:no such instruction: `vzeroupper'
:733:no such instruction: `vzeroupper'
:781:no such instruction: `vzeroupper'
:795:no such instruction: `vzeroupper'
:799:no such instruction: `vzeroupper'
:803:no such instruction: `vzeroupper'
make[4]: *** [world.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
jeffhammond commented 9 years ago

One online reference to this issue is http://stackoverflow.com/questions/10327939/erroring-on-no-such-instruction-while-assembling-project-on-mac-os-x-lion.

Adding "-mno-avx" to *FLAGS reduces the errors but does not solve the problem:

Making all in world
mpicxx -DHAVE_CONFIG_H   -I../../../../src -I../../../src -I../../../../src/apps   -march=native -mno-avx -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs  -ffast-math -std=c++0x -march=native -MT world.o -MD -MP -MF .deps/world.Tpo -c -o world.o ../../../../src/madness/world/world.cc
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:1291:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:1405:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:1652:no such instruction: `andn %eax, %ecx,%eax'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:1792:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:1905:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:3106:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:3164:no such instruction: `shlx %rsi, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:3439:no such instruction: `shlx %rcx, -8(%rax),%rbx'
/var/folders/dz/g7pbjvmx2474mrh7xwrdch9h0000gn/T//cciTzcoU.s:3497:no such instruction: `shlx %rsi, -8(%rax),%rbx'
make[4]: *** [world.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
justusc commented 9 years ago

Add "-Wl,-no_pie" to your LDFLAGS and "-std=c++11" to your CXXFLAGS and all will be good.

jeffhammond commented 9 years ago

That doesn't solve the problem. Using "-std=c++11" doesn't even preempt "-std=c++0x", as configure still adds it anyways. I have to manually "--disable-cpp0x", not that this solves the problem.

My guess is that those morons at Apple, in collaboration with the Homebrew team, have felt it best to take my user experience out back and poop all over it, which is to say, I think I have a broken toolchain. This, despite recently upgrading to Yosemite, upgrading Xcode and doing a full Homebrew update.

justusc commented 9 years ago

I missed the fact that -std=c++0x in the configure output, but the main point was the -Wl,-no_pie. Without that MADNESS will not work on OS X.

Not sure about the illegal instructions. I will give your configure script another try.

jeffhammond commented 9 years ago

I am reinstalling GCC 4.9.2 from scratch in Homebrew right now to see if I can fix this crap.

justusc commented 9 years ago

One thing to keep in mind is that you need to build your entire software stack with GCC. Otherwise, when you mix libraries built with GCC and Apple's compiler, your program may fail catastrophically.

jeffhammond commented 9 years ago

presumably Accelerate math libs are built with Clang. but those work with other apps, so i don't think that's the issue in MADNESS. good to know in any case.

On Sun, Dec 14, 2014 at 4:02 PM, Justus Calvin notifications@github.com wrote:

One thing to keep in mind is that you need to build your entire software stack with GCC. Otherwise, when you mix libraries built with GCC and Apple's compiler, your program may fail catastrophically.

— Reply to this email directly or view it on GitHub https://github.com/m-a-d-n-e-s-s/madness/issues/110#issuecomment-66936611 .

Jeff Hammond jeff.science@gmail.com http://jeffhammond.github.io/

justusc commented 9 years ago

What about TBB, are you using the binary version from Intel or did you build it from source? If you are using the binary version from Intel, you need to make sure you are linking with the tbb libraries that are linked to libc++ (the default for Mavericks/Yosemite Clang). These libraries, on my Mac, are installed in /opt/intel/tbb/lib/libc++

jeffhammond commented 9 years ago

I was using the homebrew install of TBB, which I guess is the problem. I switched to an all-Intel toolchain on my work machine and things appear to be working.

jeffhammond commented 9 years ago

For posterity, here is how I got it working with the Intel toolchain:

../configure --prefix=/Users/jrhammon/Work/MADNESS/install-intel \
CC=icc CXX=icpc  MPICC=icc MPICXX=icpc \
--with-mkl --with-tbb=/opt/intel/composer_xe_2015/tbb \
CPPFLAGS=-I/opt/mpich/dev/intel/default/include \
LDFLAGS="/opt/mpich/dev/intel/default/lib/libmpicxx.a \
/opt/mpich/dev/intel/default/lib/libmpi.a \
/opt/mpich/dev/intel/default/lib/libpmpi.a"

Note that my use of static libraries and avoidance of the MPI wrapper scripts is due to MPICH+Mac dynamic libraries issues and not MADNESS.

justusc commented 9 years ago

You still need to add -Wl,-no_pie to LDFLAGS, otherwise you will be unable to run MADNESS with more than one process.