Complation error in vector.h:165:23 with GCC 5.4.0
Dear all
I'm trying to set up swift on my machine and run the examples following the instructions from the http://swift.dur.ac.uk/docs/GettingStarted/compiling_code.html site. However, the code won't compile.
As ./autogen.sh
doesn't create any output, here's the output from ./configure
:
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable debugging... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for C compiler vendor... gnu
checking for a sed that does not truncate output... /bin/sed
checking for C compiler version... 5.4.0
checking for C/C++ restrict keyword... __restrict
checking for mpicc... mpicc
checking for MPI_Init... yes
checking for mpi.h... yes
checking for mpirun... /usr/bin/mpirun
checking MPI threads options... Open MPI
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by mpicc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from mpicc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if mpicc supports -fno-rtti -fno-exceptions... no
checking for mpicc option to produce PIC... -fPIC -DPIC
checking if mpicc PIC flag -fPIC -DPIC works... yes
checking if mpicc static flag -static works... no
checking if mpicc supports -c -o file.o... yes
checking if mpicc supports -c -o file.o... (cached) yes
checking whether the mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for mpicc option to accept ISO C99... none needed
checking for inline... inline
checking for working posix_memalign... yes
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking whether C compiler accepts -funroll-loops... yes
checking for gcc architecture flag...
checking for x86 cpuid 0 output... 16:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 506e3:7100800:7ffafbbf:bfebfbff
checking whether C compiler accepts -march=core2... yes
checking for gcc architecture flag... -march=core2
checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2... yes
checking for x86-AVX xgetbv output... unknown
checking for x86 cpuid 0x00000000 output... 16:756e6547:6c65746e:49656e69
checking for x86 cpuid 0x80000000 output... 80000008:0:0:0
checking for x86 cpuid 0x00000001 output... 506e3:4100800:7ffafbbf:bfebfbff
checking for x86 cpuid 0x00000007 output... 0:29c6fbf:0:9c000000
checking for x86 cpuid 0x80000001 output... 0:0:121:2c100800
checking for x86-AVX xgetbv 0x00000000 output... 1f:0
checking whether RDRND is supported by the processor... yes
checking whether RDRND is supported by the processor and OS... yes
checking whether C compiler accepts -mrdrnd... yes
checking whether BMI1 is supported by the processor... yes
checking whether BMI1 is supported by the processor and OS... yes
checking whether C compiler accepts -mbmi... yes
checking whether BMI2 is supported by the processor... yes
checking whether BMI2 is supported by the processor and OS... yes
checking whether C compiler accepts -mbmi2... yes
checking whether ADX is supported by the processor... yes
checking whether ADX is supported by the processor and OS... yes
checking whether C compiler accepts -madx... yes
checking whether MPX is supported by the processor... yes
checking whether MPX is supported by the processor and OS... yes
checking whether C compiler accepts -mmpx... yes
checking whether PREFETCHWT1 is supported by the processor... no
checking whether ABM is supported by the processor... yes
checking whether ABM is supported by the processor and OS... yes
checking whether C compiler accepts -mabm... yes
checking whether MMX is supported by the processor... yes
checking whether MMX is supported by the processor and OS... yes
checking whether C compiler accepts -mmmx... yes
checking whether SSE is supported by the processor... yes
checking whether SSE is supported by the processor and OS... yes
checking whether C compiler accepts -msse... yes
checking whether SSE2 is supported by the processor... yes
checking whether SSE2 is supported by the processor and OS... yes
checking whether C compiler accepts -msse2... yes
checking whether SSE3 is supported by the processor... yes
checking whether SSE3 is supported by the processor and OS... yes
checking whether C compiler accepts -msse3... yes
checking whether SSSE3 is supported by the processor... yes
checking whether SSSE3 is supported by the processor and OS... yes
checking whether C compiler accepts -mssse3... yes
checking whether SSE4.1 is supported by the processor... yes
checking whether SSE4.1 is supported by the processor and OS... yes
checking whether C compiler accepts -msse4.1... yes
checking whether SSE4.2 is supported by the processor... yes
checking whether SSE4.2 is supported by the processor and OS... yes
checking whether C compiler accepts -msse4.2... yes
checking whether SSE4a is supported by the processor... no
checking whether SHA is supported by the processor... no
checking whether AES is supported by the processor... yes
checking whether AES is supported by the processor and OS... yes
checking whether C compiler accepts -maes... yes
checking whether AVX is supported by the processor... yes
checking whether AVX is supported by the processor and OS... yes
checking whether C compiler accepts -mavx... yes
checking whether FMA3 is supported by the processor... yes
checking whether FMA3 is supported by the processor and OS... yes
checking whether C compiler accepts -mfma... yes
checking whether FMA4 is supported by the processor... no
checking whether XOP is supported by the processor... no
checking whether AVX2 is supported by the processor... yes
checking whether AVX2 is supported by the processor and OS... yes
checking whether C compiler accepts -mavx2... yes
checking whether AVX512-F is supported by the processor... no
checking whether AVX512-CD is supported by the processor... no
checking whether AVX512-PF is supported by the processor... no
checking whether AVX512-ER is supported by the processor... no
checking whether AVX512-VL is supported by the processor... no
checking whether AVX512-BW is supported by the processor... no
checking whether AVX512-DQ is supported by the processor... no
checking whether AVX512-IFMA is supported by the processor... no
checking whether AVX512-VBMI is supported by the processor... no
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sqrt in -lm... yes
checking for cblas_dgemm in -lgslcblas... yes
checking for gsl_integration_qag in -lgsl... yes
checking whether mpicc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_barrier_init in -lpthread... yes
checking for posix_fallocate in -lpthread... yes
checking for fftw_malloc in -lfftw3... yes
checking for fftw_init_threads in -lfftw3... yes
checking for h5cc... /usr/bin/h5cc
checking for HDF5 libraries... yes (version 1.8.16)
checking for hdf5.h... yes
checking for H5Fcreate in -lhdf5... yes
checking for main in -lhdf5_hl... yes
checking for matching HDF5 Fortran wrapper... /usr/bin/h5fc
checking for HDF5 parallel support... no
checking for feenableexcept... yes
checking for pthread_setaffinity_np... yes
checking numa.h usability... yes
checking numa.h presence... yes
checking for numa.h... yes
checking for numa_available in -lnuma... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking altivec.h usability... no
checking altivec.h presence... no
checking for altivec.h... no
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking c_asm.h usability... no
checking c_asm.h presence... no
checking for c_asm.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking for hrtime_t... no
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for clock_gettime... yes
checking for mach_absolute_time... no
checking for _rtc intrinsic... no
checking whether C compiler accepts -Wstrict-prototypes... yes
checking for git... /usr/bin/git
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for dvips... /usr/bin/dvips
checking for egrep... /bin/egrep
checking for pdflatex... /usr/bin/pdflatex
checking for makeindex... (cached) /usr/bin/makeindex
checking for egrep... (cached) /bin/egrep
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating tests/Makefile
config.status: creating tests/testReading.sh
config.status: creating tests/testActivePair.sh
config.status: creating tests/test27cells.sh
config.status: creating tests/test27cellsPerturbed.sh
config.status: creating tests/test27cellsStars.sh
config.status: creating tests/test27cellsStarsPerturbed.sh
config.status: creating tests/test125cells.sh
config.status: creating tests/test125cellsPerturbed.sh
config.status: creating tests/testPeriodicBC.sh
config.status: creating tests/testPeriodicBCPerturbed.sh
config.status: creating tests/testInteractions.sh
config.status: creating tests/testParser.sh
config.status: creating tests/testSelectOutput.sh
config.status: creating tests/testFormat.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
------- Summary --------
SWIFT v.0.7.0
Compiler : mpicc
- vendor : gnu
- version : 5.4.0
- flags : -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes
MPI enabled : yes
HDF5 enabled : yes
- parallel : no
METIS/ParMETIS : no / no
FFTW3 enabled : yes - threaded
GSL enabled : yes
libNUMA enabled : yes
GRACKLE enabled : no
Special allocators : no
CPU profiler : no
Pthread barriers : yes
VELOCIraptor enabled : no
Hydro scheme : gadget2
Dimensionality : 3
Kernel function : cubic-spline
Equation of state : ideal-gas
Adiabatic index : 5/3
Riemann solver : none
Gravity scheme : default
Multipole order : 4
No gravity below ID : no
Make gravity glass : no
External potential : none
Cooling function : none
Chemistry : none
Stellar model : none
Feedback model : none
Individual timers : no
Task debugging : no
Threadpool debugging : no
Debugging checks : no
Interaction debugging : no
Stars interaction debugging : no
Naive interactions : no
Gravity checks : no
Custom icbrtf : no
------------------------
and here is make
:
make
make all-recursive
make[1]: Entering directory '/home/mivkov/EPFL/swiftsim'
Making all in src
make[2]: Entering directory '/home/mivkov/EPFL/swiftsim/src'
if test "X/usr/bin/git" != "X"; then \
GIT_REVISION=`/usr/bin/git describe --abbrev=8 --always --tags --dirty`; \
GIT_BRANCH=`/usr/bin/git branch | sed -n 's/^\* \(.*\)/\1/p'`; \
GIT_DATE=`/usr/bin/git log -1 --format=%ci`; \
sed -e "s,@PACKAGE_VERSION\@,0.7.0," \
-e "s,@GIT_REVISION\@,${GIT_REVISION}," \
-e "s|@GIT_BRANCH\@|${GIT_BRANCH}|" \
-e "s|@GIT_DATE\@|${GIT_DATE}|" \
-e "s|@SWIFT_CFLAGS\@|-O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes|" version_string.h.in > version_string.h; \
else \
if test ! -f version_string.h; then \
sed -e "s,@PACKAGE_VERSION\@,0.7.0," \
-e "s,@GIT_REVISION\@,unknown," \
-e "s,@GIT_BRANCH\@,unknown," \
-e "s,@GIT_DATE\@,unknown," \
-e "s|@SWIFT_CFLAGS\@|-O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes|" version_string.h.in > version_string.h; \
fi; \
fi
make all-am
make[3]: Entering directory '/home/mivkov/EPFL/swiftsim/src'
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-space.lo -MD -MP -MF .deps/libswiftsim_la-space.Tpo -c -o libswiftsim_la-space.lo `test -f 'space.c' || echo './'`space.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-space.lo -MD -MP -MF .deps/libswiftsim_la-space.Tpo -c space.c -fPIC -DPIC -o .libs/libswiftsim_la-space.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-space.lo -MD -MP -MF .deps/libswiftsim_la-space.Tpo -c space.c -o libswiftsim_la-space.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-space.Tpo .deps/libswiftsim_la-space.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-runner.lo -MD -MP -MF .deps/libswiftsim_la-runner.Tpo -c -o libswiftsim_la-runner.lo `test -f 'runner.c' || echo './'`runner.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-runner.lo -MD -MP -MF .deps/libswiftsim_la-runner.Tpo -c runner.c -fPIC -DPIC -o .libs/libswiftsim_la-runner.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-runner.lo -MD -MP -MF .deps/libswiftsim_la-runner.Tpo -c runner.c -o libswiftsim_la-runner.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-runner.Tpo .deps/libswiftsim_la-runner.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-queue.lo -MD -MP -MF .deps/libswiftsim_la-queue.Tpo -c -o libswiftsim_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-queue.lo -MD -MP -MF .deps/libswiftsim_la-queue.Tpo -c queue.c -fPIC -DPIC -o .libs/libswiftsim_la-queue.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-queue.lo -MD -MP -MF .deps/libswiftsim_la-queue.Tpo -c queue.c -o libswiftsim_la-queue.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-queue.Tpo .deps/libswiftsim_la-queue.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-task.lo -MD -MP -MF .deps/libswiftsim_la-task.Tpo -c -o libswiftsim_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-task.lo -MD -MP -MF .deps/libswiftsim_la-task.Tpo -c task.c -fPIC -DPIC -o .libs/libswiftsim_la-task.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-task.lo -MD -MP -MF .deps/libswiftsim_la-task.Tpo -c task.c -o libswiftsim_la-task.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-task.Tpo .deps/libswiftsim_la-task.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cell.lo -MD -MP -MF .deps/libswiftsim_la-cell.Tpo -c -o libswiftsim_la-cell.lo `test -f 'cell.c' || echo './'`cell.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cell.lo -MD -MP -MF .deps/libswiftsim_la-cell.Tpo -c cell.c -fPIC -DPIC -o .libs/libswiftsim_la-cell.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cell.lo -MD -MP -MF .deps/libswiftsim_la-cell.Tpo -c cell.c -o libswiftsim_la-cell.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-cell.Tpo .deps/libswiftsim_la-cell.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-engine.lo -MD -MP -MF .deps/libswiftsim_la-engine.Tpo -c -o libswiftsim_la-engine.lo `test -f 'engine.c' || echo './'`engine.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-engine.lo -MD -MP -MF .deps/libswiftsim_la-engine.Tpo -c engine.c -fPIC -DPIC -o .libs/libswiftsim_la-engine.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-engine.lo -MD -MP -MF .deps/libswiftsim_la-engine.Tpo -c engine.c -o libswiftsim_la-engine.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-engine.Tpo .deps/libswiftsim_la-engine.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-serial_io.lo -MD -MP -MF .deps/libswiftsim_la-serial_io.Tpo -c -o libswiftsim_la-serial_io.lo `test -f 'serial_io.c' || echo './'`serial_io.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-serial_io.lo -MD -MP -MF .deps/libswiftsim_la-serial_io.Tpo -c serial_io.c -fPIC -DPIC -o .libs/libswiftsim_la-serial_io.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-serial_io.lo -MD -MP -MF .deps/libswiftsim_la-serial_io.Tpo -c serial_io.c -o libswiftsim_la-serial_io.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-serial_io.Tpo .deps/libswiftsim_la-serial_io.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-timers.lo -MD -MP -MF .deps/libswiftsim_la-timers.Tpo -c -o libswiftsim_la-timers.lo `test -f 'timers.c' || echo './'`timers.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-timers.lo -MD -MP -MF .deps/libswiftsim_la-timers.Tpo -c timers.c -fPIC -DPIC -o .libs/libswiftsim_la-timers.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-timers.lo -MD -MP -MF .deps/libswiftsim_la-timers.Tpo -c timers.c -o libswiftsim_la-timers.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-timers.Tpo .deps/libswiftsim_la-timers.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-debug.lo -MD -MP -MF .deps/libswiftsim_la-debug.Tpo -c -o libswiftsim_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-debug.lo -MD -MP -MF .deps/libswiftsim_la-debug.Tpo -c debug.c -fPIC -DPIC -o .libs/libswiftsim_la-debug.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-debug.lo -MD -MP -MF .deps/libswiftsim_la-debug.Tpo -c debug.c -o libswiftsim_la-debug.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-debug.Tpo .deps/libswiftsim_la-debug.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-scheduler.lo -MD -MP -MF .deps/libswiftsim_la-scheduler.Tpo -c -o libswiftsim_la-scheduler.lo `test -f 'scheduler.c' || echo './'`scheduler.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-scheduler.lo -MD -MP -MF .deps/libswiftsim_la-scheduler.Tpo -c scheduler.c -fPIC -DPIC -o .libs/libswiftsim_la-scheduler.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-scheduler.lo -MD -MP -MF .deps/libswiftsim_la-scheduler.Tpo -c scheduler.c -o libswiftsim_la-scheduler.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-scheduler.Tpo .deps/libswiftsim_la-scheduler.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-proxy.lo -MD -MP -MF .deps/libswiftsim_la-proxy.Tpo -c -o libswiftsim_la-proxy.lo `test -f 'proxy.c' || echo './'`proxy.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-proxy.lo -MD -MP -MF .deps/libswiftsim_la-proxy.Tpo -c proxy.c -fPIC -DPIC -o .libs/libswiftsim_la-proxy.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-proxy.lo -MD -MP -MF .deps/libswiftsim_la-proxy.Tpo -c proxy.c -o libswiftsim_la-proxy.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-proxy.Tpo .deps/libswiftsim_la-proxy.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parallel_io.lo -MD -MP -MF .deps/libswiftsim_la-parallel_io.Tpo -c -o libswiftsim_la-parallel_io.lo `test -f 'parallel_io.c' || echo './'`parallel_io.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parallel_io.lo -MD -MP -MF .deps/libswiftsim_la-parallel_io.Tpo -c parallel_io.c -fPIC -DPIC -o .libs/libswiftsim_la-parallel_io.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parallel_io.lo -MD -MP -MF .deps/libswiftsim_la-parallel_io.Tpo -c parallel_io.c -o libswiftsim_la-parallel_io.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-parallel_io.Tpo .deps/libswiftsim_la-parallel_io.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-units.lo -MD -MP -MF .deps/libswiftsim_la-units.Tpo -c -o libswiftsim_la-units.lo `test -f 'units.c' || echo './'`units.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-units.lo -MD -MP -MF .deps/libswiftsim_la-units.Tpo -c units.c -fPIC -DPIC -o .libs/libswiftsim_la-units.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-units.lo -MD -MP -MF .deps/libswiftsim_la-units.Tpo -c units.c -o libswiftsim_la-units.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-units.Tpo .deps/libswiftsim_la-units.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-common_io.lo -MD -MP -MF .deps/libswiftsim_la-common_io.Tpo -c -o libswiftsim_la-common_io.lo `test -f 'common_io.c' || echo './'`common_io.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-common_io.lo -MD -MP -MF .deps/libswiftsim_la-common_io.Tpo -c common_io.c -fPIC -DPIC -o .libs/libswiftsim_la-common_io.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-common_io.lo -MD -MP -MF .deps/libswiftsim_la-common_io.Tpo -c common_io.c -o libswiftsim_la-common_io.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-common_io.Tpo .deps/libswiftsim_la-common_io.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-single_io.lo -MD -MP -MF .deps/libswiftsim_la-single_io.Tpo -c -o libswiftsim_la-single_io.lo `test -f 'single_io.c' || echo './'`single_io.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-single_io.lo -MD -MP -MF .deps/libswiftsim_la-single_io.Tpo -c single_io.c -fPIC -DPIC -o .libs/libswiftsim_la-single_io.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-single_io.lo -MD -MP -MF .deps/libswiftsim_la-single_io.Tpo -c single_io.c -o libswiftsim_la-single_io.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-single_io.Tpo .deps/libswiftsim_la-single_io.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-multipole.lo -MD -MP -MF .deps/libswiftsim_la-multipole.Tpo -c -o libswiftsim_la-multipole.lo `test -f 'multipole.c' || echo './'`multipole.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-multipole.lo -MD -MP -MF .deps/libswiftsim_la-multipole.Tpo -c multipole.c -fPIC -DPIC -o .libs/libswiftsim_la-multipole.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-multipole.lo -MD -MP -MF .deps/libswiftsim_la-multipole.Tpo -c multipole.c -o libswiftsim_la-multipole.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-multipole.Tpo .deps/libswiftsim_la-multipole.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-version.lo -MD -MP -MF .deps/libswiftsim_la-version.Tpo -c -o libswiftsim_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-version.lo -MD -MP -MF .deps/libswiftsim_la-version.Tpo -c version.c -fPIC -DPIC -o .libs/libswiftsim_la-version.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-version.lo -MD -MP -MF .deps/libswiftsim_la-version.Tpo -c version.c -o libswiftsim_la-version.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-version.Tpo .deps/libswiftsim_la-version.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-map.lo -MD -MP -MF .deps/libswiftsim_la-map.Tpo -c -o libswiftsim_la-map.lo `test -f 'map.c' || echo './'`map.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-map.lo -MD -MP -MF .deps/libswiftsim_la-map.Tpo -c map.c -fPIC -DPIC -o .libs/libswiftsim_la-map.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-map.lo -MD -MP -MF .deps/libswiftsim_la-map.Tpo -c map.c -o libswiftsim_la-map.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-map.Tpo .deps/libswiftsim_la-map.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-kernel_hydro.lo -MD -MP -MF .deps/libswiftsim_la-kernel_hydro.Tpo -c -o libswiftsim_la-kernel_hydro.lo `test -f 'kernel_hydro.c' || echo './'`kernel_hydro.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-kernel_hydro.lo -MD -MP -MF .deps/libswiftsim_la-kernel_hydro.Tpo -c kernel_hydro.c -fPIC -DPIC -o .libs/libswiftsim_la-kernel_hydro.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-kernel_hydro.lo -MD -MP -MF .deps/libswiftsim_la-kernel_hydro.Tpo -c kernel_hydro.c -o libswiftsim_la-kernel_hydro.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-kernel_hydro.Tpo .deps/libswiftsim_la-kernel_hydro.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-tools.lo -MD -MP -MF .deps/libswiftsim_la-tools.Tpo -c -o libswiftsim_la-tools.lo `test -f 'tools.c' || echo './'`tools.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-tools.lo -MD -MP -MF .deps/libswiftsim_la-tools.Tpo -c tools.c -fPIC -DPIC -o .libs/libswiftsim_la-tools.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-tools.lo -MD -MP -MF .deps/libswiftsim_la-tools.Tpo -c tools.c -o libswiftsim_la-tools.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-tools.Tpo .deps/libswiftsim_la-tools.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-part.lo -MD -MP -MF .deps/libswiftsim_la-part.Tpo -c -o libswiftsim_la-part.lo `test -f 'part.c' || echo './'`part.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-part.lo -MD -MP -MF .deps/libswiftsim_la-part.Tpo -c part.c -fPIC -DPIC -o .libs/libswiftsim_la-part.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-part.lo -MD -MP -MF .deps/libswiftsim_la-part.Tpo -c part.c -o libswiftsim_la-part.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-part.Tpo .deps/libswiftsim_la-part.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-partition.lo -MD -MP -MF .deps/libswiftsim_la-partition.Tpo -c -o libswiftsim_la-partition.lo `test -f 'partition.c' || echo './'`partition.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-partition.lo -MD -MP -MF .deps/libswiftsim_la-partition.Tpo -c partition.c -fPIC -DPIC -o .libs/libswiftsim_la-partition.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-partition.lo -MD -MP -MF .deps/libswiftsim_la-partition.Tpo -c partition.c -o libswiftsim_la-partition.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-partition.Tpo .deps/libswiftsim_la-partition.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-clocks.lo -MD -MP -MF .deps/libswiftsim_la-clocks.Tpo -c -o libswiftsim_la-clocks.lo `test -f 'clocks.c' || echo './'`clocks.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-clocks.lo -MD -MP -MF .deps/libswiftsim_la-clocks.Tpo -c clocks.c -fPIC -DPIC -o .libs/libswiftsim_la-clocks.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-clocks.lo -MD -MP -MF .deps/libswiftsim_la-clocks.Tpo -c clocks.c -o libswiftsim_la-clocks.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-clocks.Tpo .deps/libswiftsim_la-clocks.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parser.lo -MD -MP -MF .deps/libswiftsim_la-parser.Tpo -c -o libswiftsim_la-parser.lo `test -f 'parser.c' || echo './'`parser.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parser.lo -MD -MP -MF .deps/libswiftsim_la-parser.Tpo -c parser.c -fPIC -DPIC -o .libs/libswiftsim_la-parser.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-parser.lo -MD -MP -MF .deps/libswiftsim_la-parser.Tpo -c parser.c -o libswiftsim_la-parser.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-parser.Tpo .deps/libswiftsim_la-parser.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-physical_constants.lo -MD -MP -MF .deps/libswiftsim_la-physical_constants.Tpo -c -o libswiftsim_la-physical_constants.lo `test -f 'physical_constants.c' || echo './'`physical_constants.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-physical_constants.lo -MD -MP -MF .deps/libswiftsim_la-physical_constants.Tpo -c physical_constants.c -fPIC -DPIC -o .libs/libswiftsim_la-physical_constants.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-physical_constants.lo -MD -MP -MF .deps/libswiftsim_la-physical_constants.Tpo -c physical_constants.c -o libswiftsim_la-physical_constants.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-physical_constants.Tpo .deps/libswiftsim_la-physical_constants.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-potential.lo -MD -MP -MF .deps/libswiftsim_la-potential.Tpo -c -o libswiftsim_la-potential.lo `test -f 'potential.c' || echo './'`potential.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-potential.lo -MD -MP -MF .deps/libswiftsim_la-potential.Tpo -c potential.c -fPIC -DPIC -o .libs/libswiftsim_la-potential.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-potential.lo -MD -MP -MF .deps/libswiftsim_la-potential.Tpo -c potential.c -o libswiftsim_la-potential.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-potential.Tpo .deps/libswiftsim_la-potential.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-hydro_properties.lo -MD -MP -MF .deps/libswiftsim_la-hydro_properties.Tpo -c -o libswiftsim_la-hydro_properties.lo `test -f 'hydro_properties.c' || echo './'`hydro_properties.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-hydro_properties.lo -MD -MP -MF .deps/libswiftsim_la-hydro_properties.Tpo -c hydro_properties.c -fPIC -DPIC -o .libs/libswiftsim_la-hydro_properties.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-hydro_properties.lo -MD -MP -MF .deps/libswiftsim_la-hydro_properties.Tpo -c hydro_properties.c -o libswiftsim_la-hydro_properties.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-hydro_properties.Tpo .deps/libswiftsim_la-hydro_properties.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-threadpool.lo -MD -MP -MF .deps/libswiftsim_la-threadpool.Tpo -c -o libswiftsim_la-threadpool.lo `test -f 'threadpool.c' || echo './'`threadpool.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-threadpool.lo -MD -MP -MF .deps/libswiftsim_la-threadpool.Tpo -c threadpool.c -fPIC -DPIC -o .libs/libswiftsim_la-threadpool.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-threadpool.lo -MD -MP -MF .deps/libswiftsim_la-threadpool.Tpo -c threadpool.c -o libswiftsim_la-threadpool.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-threadpool.Tpo .deps/libswiftsim_la-threadpool.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cooling.lo -MD -MP -MF .deps/libswiftsim_la-cooling.Tpo -c -o libswiftsim_la-cooling.lo `test -f 'cooling.c' || echo './'`cooling.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cooling.lo -MD -MP -MF .deps/libswiftsim_la-cooling.Tpo -c cooling.c -fPIC -DPIC -o .libs/libswiftsim_la-cooling.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-cooling.lo -MD -MP -MF .deps/libswiftsim_la-cooling.Tpo -c cooling.c -o libswiftsim_la-cooling.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-cooling.Tpo .deps/libswiftsim_la-cooling.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-sourceterms.lo -MD -MP -MF .deps/libswiftsim_la-sourceterms.Tpo -c -o libswiftsim_la-sourceterms.lo `test -f 'sourceterms.c' || echo './'`sourceterms.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-sourceterms.lo -MD -MP -MF .deps/libswiftsim_la-sourceterms.Tpo -c sourceterms.c -fPIC -DPIC -o .libs/libswiftsim_la-sourceterms.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-sourceterms.lo -MD -MP -MF .deps/libswiftsim_la-sourceterms.Tpo -c sourceterms.c -o libswiftsim_la-sourceterms.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-sourceterms.Tpo .deps/libswiftsim_la-sourceterms.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-statistics.lo -MD -MP -MF .deps/libswiftsim_la-statistics.Tpo -c -o libswiftsim_la-statistics.lo `test -f 'statistics.c' || echo './'`statistics.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-statistics.lo -MD -MP -MF .deps/libswiftsim_la-statistics.Tpo -c statistics.c -fPIC -DPIC -o .libs/libswiftsim_la-statistics.o
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-statistics.lo -MD -MP -MF .deps/libswiftsim_la-statistics.Tpo -c statistics.c -o libswiftsim_la-statistics.o >/dev/null 2>&1
mv -f .deps/libswiftsim_la-statistics.Tpo .deps/libswiftsim_la-statistics.Plo
/bin/bash ../libtool --tag=CC --mode=compile mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-runner_doiact_vec.lo -MD -MP -MF .deps/libswiftsim_la-runner_doiact_vec.Tpo -c -o libswiftsim_la-runner_doiact_vec.lo `test -f 'runner_doiact_vec.c' || echo './'`runner_doiact_vec.c
libtool: compile: mpicc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf5/serial -I/usr/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -funroll-loops -march=core2 -mavx2 -pthread -Wall -Wextra -Wno-unused-parameter -Wshadow -Werror -Wstrict-prototypes -MT libswiftsim_la-runner_doiact_vec.lo -MD -MP -MF .deps/libswiftsim_la-runner_doiact_vec.Tpo -c runner_doiact_vec.c -fPIC -DPIC -o .libs/libswiftsim_la-runner_doiact_vec.o
In file included from /usr/lib/gcc/x86_64-linux-gnu/5/include/immintrin.h:79:0,
from vector.h:36,
from dimension.h:33,
from kernel_hydro.h:38,
from cell.h:34,
from active.h:26,
from runner_doiact_vec.h:27,
from runner_doiact_vec.c:24:
vector.h: In function ‘vec_reciprocal’:
/usr/lib/gcc/x86_64-linux-gnu/5/include/fmaintrin.h:63:1: error: inlining failed in call to always_inline ‘_mm256_fmadd_ps’: target specific option mismatch
_mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C)
^
In file included from dimension.h:33:0,
from kernel_hydro.h:38,
from cell.h:34,
from active.h:26,
from runner_doiact_vec.h:27,
from runner_doiact_vec.c:24:
vector.h:165:23: error: called from here
#define vec_sub(a, b) _mm256_sub_ps(a, b)
^
vector.h:437:13: note: in expansion of macro ‘vec_sub’
x_inv.v = vec_sub(x_inv.v,
^
In file included from /usr/lib/gcc/x86_64-linux-gnu/5/include/immintrin.h:79:0,
from vector.h:36,
from dimension.h:33,
from kernel_hydro.h:38,
from cell.h:34,
from active.h:26,
from runner_doiact_vec.h:27,
from runner_doiact_vec.c:24:
/usr/lib/gcc/x86_64-linux-gnu/5/include/fmaintrin.h:63:1: error: inlining failed in call to always_inline ‘_mm256_fmadd_ps’: target specific option mismatch
_mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C)
^
In file included from dimension.h:33:0,
from kernel_hydro.h:38,
from cell.h:34,
from active.h:26,
from runner_doiact_vec.h:27,
from runner_doiact_vec.c:24:
vector.h:165:23: error: called from here
#define vec_sub(a, b) _mm256_sub_ps(a, b)
^
vector.h:437:13: note: in expansion of macro ‘vec_sub’
x_inv.v = vec_sub(x_inv.v,
^
Makefile:1057: recipe for target 'libswiftsim_la-runner_doiact_vec.lo' failed
make[3]: *** [libswiftsim_la-runner_doiact_vec.lo] Error 1
make[3]: Leaving directory '/home/mivkov/EPFL/swiftsim/src'
Makefile:635: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/mivkov/EPFL/swiftsim/src'
Makefile:499: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mivkov/EPFL/swiftsim'
Makefile:431: recipe for target 'all' failed
make: *** [all] Error 2
Am I messing something up?
Edited by Mladen Ivkovic