address@hidden:~/code/PDE$ rm -rf getfem address@hidden:~/code/PDE$ MATLAB_ROOT=`mex -v 2>&1 | grep "MATLAB " | awk '{print $4}' | sed -e '2,$d'` address@hidden:~/code/PDE$ echo $MATLAB_ROOT /home/wenzw/software/matlab2010b address@hidden:~/code/PDE$ address@hidden:~/code/PDE$ sed -i "s/CC='gcc'/CC='gcc-4.3'/" $MATLAB_ROOT/bin/mexopts.sh address@hidden:~/code/PDE$ sed -i "s/CXX='g++'/CXX='g++-4.3'/" $MATLAB_ROOT/bin/mexopts.sh address@hidden:~/code/PDE$ svn co http://svn.gna.org/svn/getfem/trunk/getfem address@hidden:~/code/PDE$ cd getfem address@hidden:~/code/PDE/getfem$ ./autogen.sh libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: linking file `m4/libtool.m4' libtoolize: linking file `m4/ltoptions.m4' libtoolize: linking file `m4/ltsugar.m4' libtoolize: linking file `m4/ltversion.m4' libtoolize: linking file `m4/lt~obsolete.m4' configure.in:93: required file `./config.guess' not found configure.in:93: `automake --add-missing' can install `config.guess' configure.in:93: required file `./config.sub' not found configure.in:93: `automake --add-missing' can install `config.sub' configure.in:38: required file `./install-sh' not found configure.in:38: `automake --add-missing' can install `install-sh' configure.in:38: required file `./missing' not found configure.in:38: `automake --add-missing' can install `missing' contrib/aposteriori/Makefile.am: required file `./depcomp' not found contrib/aposteriori/Makefile.am: `automake --add-missing' can install `depcomp' interface/src/python/Makefile.am:8: required file `./py-compile' not found interface/src/python/Makefile.am:8: `automake --add-missing' can install `py-compile' autoreconf: automake failed with exit status: 1 configure.in:93: installing `./config.guess' configure.in:93: installing `./config.sub' configure.in:38: installing `./install-sh' configure.in:38: installing `./missing' contrib/bimat_contact_crack_test/Makefile.am: installing `./depcomp' interface/src/python/Makefile.am:8: installing `./py-compile' autogen.sh is ok, you can run the ./configure script address@hidden:~/code/PDE/getfem$ ./configure --enable-matlab --disable-python --enable-superlu --with-pic \ > --enable-qhull --enable-mumps=no --with-matlab-toolbox-dir=$MATLAB_ROOT/toolbox/getfem_toolbox 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for gcc... gcc 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 dependency style of gcc... gcc3 checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking how to get verbose linking output from gfortran... -v checking for Fortran libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm checking whether the compiler recognizes the partial specialization syntax... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu you are compiling getfem++ on a x86_64-unknown-linux-gnu Using the GNU g++ compiler 4.4.4-14ubuntu5) checking whether g++ accepts -O3... yes checking whether g++ accepts -Wall -W... yes checking whether g++ accepts -fmessage-length=0... yes checking whether g++ accepts -ftemplate-depth-40... yes checking whether g++ accepts -pedantic... yes checking whether g++ accepts -Wshadow... yes checking whether g++ accepts -Wpointer-arith... yes checking whether g++ accepts -Wcast-qual... yes checking whether g++ accepts -Wwrite-strings... yes checking whether g++ accepts -Wconversion... yes checking whether g++ accepts -Wredundant-decls... yes checking whether g++ accepts -Wno-long-long... yes checking whether g++ accepts -rdynamic... yes checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... (cached) yes checking whether gfortran accepts -g... (cached) yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore BLAS_LIBS= checking for sgemm_... no checking for ATL_xerbla in -latlas... yes checking for sgemm_ in -lf77blas... yes checking for cblas_dgemm in -lcblas... yes OK, You have working BLAS libs ! Using -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm Building with SuperLU support (use --enable-superlu=no to disable it) FC=gfortran Configuration of SuperLU done checking for qh_new_qhull in -lqhull... yes checking qhull/qhull.h usability... yes checking qhull/qhull.h presence... yes checking for qhull/qhull.h... yes Building with libqhull (use --enable-qhull=no to disable it) Configuration of qhull done checking for _init in -lmuparser... yes checking muParser/muParser.h usability... yes checking muParser/muParser.h presence... yes checking for muParser/muParser.h... yes Building with muParser (use --enable-muparser=no to disable it) Configuration of muParser done Building with MUMPS explicitly disabled Configuration of MUMPS done checking for dgetrf_ in -llapack... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking cxxabi.h usability... yes checking cxxabi.h presence... yes checking for cxxabi.h... yes checking for __PRETTY_FUNCTION__... yes checking for execinfo.h and backtrace... yes checking for fenv.h and feenableexcept... yes checking for mex... mex checking for matlab path... /home/wenzw/software/matlab2010b checking for mex extension... .mexa64 Matlab release is : R2010 configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating cubature/Makefile config.status: creating superlu/Makefile config.status: creating doc/Makefile config.status: creating doc/sphinx/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests-2.0/Makefile config.status: creating contrib/Makefile config.status: creating contrib/icare/Makefile config.status: creating contrib/delaminated_crack/Makefile config.status: creating contrib/static_friction/Makefile config.status: creating contrib/bimaterial_crack_test/Makefile config.status: creating contrib/bimat_contact_crack_test/Makefile config.status: creating contrib/xfem_stab_unilat_contact/Makefile config.status: creating contrib/mixed_elastostatic/Makefile config.status: creating contrib/contact_grd_trans/Makefile config.status: creating contrib/mixed_dynamic_friction/Makefile config.status: creating contrib/xfem_large_strain/Makefile config.status: creating contrib/xfem_contact/Makefile config.status: creating contrib/crack_plate/Makefile config.status: creating contrib/inter_element_test/Makefile config.status: creating contrib/aposteriori/Makefile config.status: creating contrib/static_contact_gears/Makefile config.status: creating bin/Makefile config.status: creating interface/Makefile config.status: creating interface/src/Makefile config.status: creating interface/src/matlab/Makefile config.status: creating interface/src/matlab/private/Makefile config.status: creating interface/src/python/Makefile config.status: creating interface/src/python/setup.py config.status: creating interface/src/scilab/Makefile config.status: creating interface/src/scilab/sci_gateway/c/builder_gateway_c.sce config.status: creating interface/tests/Makefile config.status: creating interface/tests/meshes/Makefile config.status: creating interface/tests/matlab/Makefile config.status: creating interface/tests/matlab/private/Makefile config.status: creating interface/tests/python/Makefile config.status: creating getfem-config config.status: WARNING: 'getfem-config.in' seems to ignore the --datarootdir setting config.status: creating getfem-config-notinstalled config.status: creating gmm-config config.status: WARNING: 'gmm-config.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing src/getfem/getfem_arch_config.h commands config.status: creating src/getfem/getfem_arch_config.h - prefix GETFEM for config.h defines config.status: executing depfiles commands config.status: executing libtool commands ------------------------------------------------------------------------------ If you want to build the shared library of getfem++, use --enable-shared (by default, only the static one will be built) Using the qhull library for delaunay triangulations. Using the muParser library for parsing mathematical expressions. Not using the MUMPS library. A direct solver for large sparse linear systems. Link options for the BLAS library: -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm You can give the location of your prefered blas library with either the --with-blas= option, or the BLAS_LIBS environment variable for example: ./configure BLAS_LIBS="-L/usr/lib/sse2/atlas/ -lblas" Lapack library found : -llapack --------------------------------------- Ready to build getfem building MATLAB interface: YES building PYTHON interface: NO (requires numpy and scipy) building SCILAB interface: NO --------------------------------------- address@hidden:~/code/PDE/getfem$ make -j4 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/wenzw/code/PDE/getfem/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory `/home/wenzw/code/PDE/getfem' Making all in m4 make[2]: Entering directory `/home/wenzw/code/PDE/getfem/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/m4' Making all in cubature make[2]: Entering directory `/home/wenzw/code/PDE/getfem/cubature' ../cubature/make_getfem_im_list ../cubature Reading IM_CUBE4D(5) Reading IM_CUBE4D(9) Reading IM_GAUSS1D(11) Reading IM_GAUSS1D(13) Reading IM_GAUSS1D(15) Reading IM_GAUSS1D(17) Reading IM_GAUSS1D(19) Reading IM_GAUSS1D(1) Reading IM_GAUSS1D(21) Reading IM_GAUSS1D(23) Reading IM_GAUSS1D(25) Reading IM_GAUSS1D(27) Reading IM_GAUSS1D(29) Reading IM_GAUSS1D(31) Reading IM_GAUSS1D(33) Reading IM_GAUSS1D(35) Reading IM_GAUSS1D(37) Reading IM_GAUSS1D(39) Reading IM_GAUSS1D(3) Reading IM_GAUSS1D(41) Reading IM_GAUSS1D(43) Reading IM_GAUSS1D(45) Reading IM_GAUSS1D(47) Reading IM_GAUSS1D(49) Reading IM_GAUSS1D(51) Reading IM_GAUSS1D(53) Reading IM_GAUSS1D(55) Reading IM_GAUSS1D(57) Reading IM_GAUSS1D(59) Reading IM_GAUSS1D(5) Reading IM_GAUSS1D(61) Reading IM_GAUSS1D(63) Reading IM_GAUSS1D(65) Reading IM_GAUSS1D(67) Reading IM_GAUSS1D(69) Reading IM_GAUSS1D(71) Reading IM_GAUSS1D(73) Reading IM_GAUSS1D(75) Reading IM_GAUSS1D(77) Reading IM_GAUSS1D(79) Reading IM_GAUSS1D(7) Reading IM_GAUSS1D(81) Reading IM_GAUSS1D(83) Reading IM_GAUSS1D(85) Reading IM_GAUSS1D(87) Reading IM_GAUSS1D(89) Reading IM_GAUSS1D(91) Reading IM_GAUSS1D(93) Reading IM_GAUSS1D(95) Reading IM_GAUSS1D(97) Reading IM_GAUSS1D(99) Reading IM_GAUSS1D(9) Reading IM_GAUSSLOBATTO1D(11) Reading IM_GAUSSLOBATTO1D(13) Reading IM_GAUSSLOBATTO1D(15) Reading IM_GAUSSLOBATTO1D(17) Reading IM_GAUSSLOBATTO1D(19) Reading IM_GAUSSLOBATTO1D(1) Reading IM_GAUSSLOBATTO1D(21) Reading IM_GAUSSLOBATTO1D(23) Reading IM_GAUSSLOBATTO1D(25) Reading IM_GAUSSLOBATTO1D(27) Reading IM_GAUSSLOBATTO1D(29) Reading IM_GAUSSLOBATTO1D(31) Reading IM_GAUSSLOBATTO1D(33) Reading IM_GAUSSLOBATTO1D(35) Reading IM_GAUSSLOBATTO1D(37) Reading IM_GAUSSLOBATTO1D(39) Reading IM_GAUSSLOBATTO1D(3) Reading IM_GAUSSLOBATTO1D(41) Reading IM_GAUSSLOBATTO1D(43) Reading IM_GAUSSLOBATTO1D(45) Reading IM_GAUSSLOBATTO1D(47) Reading IM_GAUSSLOBATTO1D(49) Reading IM_GAUSSLOBATTO1D(51) Reading IM_GAUSSLOBATTO1D(53) Reading IM_GAUSSLOBATTO1D(55) Reading IM_GAUSSLOBATTO1D(57) Reading IM_GAUSSLOBATTO1D(59) Reading IM_GAUSSLOBATTO1D(5) Reading IM_GAUSSLOBATTO1D(61) Reading IM_GAUSSLOBATTO1D(63) Reading IM_GAUSSLOBATTO1D(65) Reading IM_GAUSSLOBATTO1D(67) Reading IM_GAUSSLOBATTO1D(69) Reading IM_GAUSSLOBATTO1D(71) Reading IM_GAUSSLOBATTO1D(73) Reading IM_GAUSSLOBATTO1D(75) Reading IM_GAUSSLOBATTO1D(77) Reading IM_GAUSSLOBATTO1D(79) Reading IM_GAUSSLOBATTO1D(7) Reading IM_GAUSSLOBATTO1D(81) Reading IM_GAUSSLOBATTO1D(83) Reading IM_GAUSSLOBATTO1D(85) Reading IM_GAUSSLOBATTO1D(87) Reading IM_GAUSSLOBATTO1D(89) Reading IM_GAUSSLOBATTO1D(91) Reading IM_GAUSSLOBATTO1D(93) Reading IM_GAUSSLOBATTO1D(95) Reading IM_GAUSSLOBATTO1D(97) Reading IM_GAUSSLOBATTO1D(99) Reading IM_GAUSSLOBATTO1D(9) Reading IM_HEXAHEDRON(11) Reading IM_HEXAHEDRON(5) Reading IM_HEXAHEDRON(9) Reading IM_NC(0,0) Reading IM_QUAD(17) Reading IM_QUAD(2) Reading IM_QUAD(3) Reading IM_QUAD(5) Reading IM_QUAD(7) Reading IM_QUAD(9) Reading IM_SIMPLEX4D(3) Reading IM_TETRAHEDRON(1) Reading IM_TETRAHEDRON(2) Reading IM_TETRAHEDRON(3) Reading IM_TETRAHEDRON(5) Reading IM_TETRAHEDRON(6) Reading IM_TETRAHEDRON(8) Reading IM_TRIANGLE(10) Reading IM_TRIANGLE(13) Reading IM_TRIANGLE(17) Reading IM_TRIANGLE(19) Reading IM_TRIANGLE(1) Reading IM_TRIANGLE(2) Reading IM_TRIANGLE(3) Reading IM_TRIANGLE(4) Reading IM_TRIANGLE(5) Reading IM_TRIANGLE(6) Reading IM_TRIANGLE(7) Reading IM_TRIANGLE(8) Reading IM_TRIANGLE(9) The result is in getfem_im_list.h cp ./getfem_im_list.h ../src/getfem/getfem_im_list.h make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/cubature' Making all in superlu make[2]: Entering directory `/home/wenzw/code/PDE/getfem/superlu' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-ccolumn_bmod.Tpo -c -o libsuperlu_la-ccolumn_bmod.lo `test -f 'ccolumn_bmod.c' || echo './'`ccolumn_bmod.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-ccolumn_dfs.Tpo -c -o libsuperlu_la-ccolumn_dfs.lo `test -f 'ccolumn_dfs.c' || echo './'`ccolumn_dfs.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-ccopy_to_ucol.Tpo -c -o libsuperlu_la-ccopy_to_ucol.lo `test -f 'ccopy_to_ucol.c' || echo './'`ccopy_to_ucol.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgscon.lo -MD -MP -MF .deps/libsuperlu_la-cgscon.Tpo -c -o libsuperlu_la-cgscon.lo `test -f 'cgscon.c' || echo './'`cgscon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-ccolumn_dfs.Tpo -c ccolumn_dfs.c -fPIC -DPIC -o libsuperlu_la-ccolumn_dfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgscon.lo -MD -MP -MF .deps/libsuperlu_la-cgscon.Tpo -c cgscon.c -fPIC -DPIC -o libsuperlu_la-cgscon.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-ccolumn_bmod.Tpo -c ccolumn_bmod.c -fPIC -DPIC -o libsuperlu_la-ccolumn_bmod.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ccopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-ccopy_to_ucol.Tpo -c ccopy_to_ucol.c -fPIC -DPIC -o libsuperlu_la-ccopy_to_ucol.o mv -f .deps/libsuperlu_la-ccopy_to_ucol.Tpo .deps/libsuperlu_la-ccopy_to_ucol.Plo mv -f .deps/libsuperlu_la-cgscon.Tpo .deps/libsuperlu_la-cgscon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgsequ.lo -MD -MP -MF .deps/libsuperlu_la-cgsequ.Tpo -c -o libsuperlu_la-cgsequ.lo `test -f 'cgsequ.c' || echo './'`cgsequ.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-cgsrfs.Tpo -c -o libsuperlu_la-cgsrfs.lo `test -f 'cgsrfs.c' || echo './'`cgsrfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-cgsrfs.Tpo -c cgsrfs.c -fPIC -DPIC -o libsuperlu_la-cgsrfs.o mv -f .deps/libsuperlu_la-ccolumn_dfs.Tpo .deps/libsuperlu_la-ccolumn_dfs.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgsequ.lo -MD -MP -MF .deps/libsuperlu_la-cgsequ.Tpo -c cgsequ.c -fPIC -DPIC -o libsuperlu_la-cgsequ.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgssv.lo -MD -MP -MF .deps/libsuperlu_la-cgssv.Tpo -c -o libsuperlu_la-cgssv.lo `test -f 'cgssv.c' || echo './'`cgssv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgssv.lo -MD -MP -MF .deps/libsuperlu_la-cgssv.Tpo -c cgssv.c -fPIC -DPIC -o libsuperlu_la-cgssv.o mv -f .deps/libsuperlu_la-ccolumn_bmod.Tpo .deps/libsuperlu_la-ccolumn_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgssvx.lo -MD -MP -MF .deps/libsuperlu_la-cgssvx.Tpo -c -o libsuperlu_la-cgssvx.lo `test -f 'cgssvx.c' || echo './'`cgssvx.c mv -f .deps/libsuperlu_la-cgssv.Tpo .deps/libsuperlu_la-cgssv.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgstrf.lo -MD -MP -MF .deps/libsuperlu_la-cgstrf.Tpo -c -o libsuperlu_la-cgstrf.lo `test -f 'cgstrf.c' || echo './'`cgstrf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgssvx.lo -MD -MP -MF .deps/libsuperlu_la-cgssvx.Tpo -c cgssvx.c -fPIC -DPIC -o libsuperlu_la-cgssvx.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgstrf.lo -MD -MP -MF .deps/libsuperlu_la-cgstrf.Tpo -c cgstrf.c -fPIC -DPIC -o libsuperlu_la-cgstrf.o mv -f .deps/libsuperlu_la-cgsequ.Tpo .deps/libsuperlu_la-cgsequ.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgstrs.lo -MD -MP -MF .deps/libsuperlu_la-cgstrs.Tpo -c -o libsuperlu_la-cgstrs.lo `test -f 'cgstrs.c' || echo './'`cgstrs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cgstrs.lo -MD -MP -MF .deps/libsuperlu_la-cgstrs.Tpo -c cgstrs.c -fPIC -DPIC -o libsuperlu_la-cgstrs.o cgstrs.c: In function ‘cprint_soln’: cgstrs.c:344: warning: format ‘%.4f’ expects type ‘double’, but argument 3 has type ‘complex’ mv -f .deps/libsuperlu_la-cgstrf.Tpo .deps/libsuperlu_la-cgstrf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-clacon.lo -MD -MP -MF .deps/libsuperlu_la-clacon.Tpo -c -o libsuperlu_la-clacon.lo `test -f 'clacon.c' || echo './'`clacon.c mv -f .deps/libsuperlu_la-cgssvx.Tpo .deps/libsuperlu_la-cgssvx.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-clangs.lo -MD -MP -MF .deps/libsuperlu_la-clangs.Tpo -c -o libsuperlu_la-clangs.lo `test -f 'clangs.c' || echo './'`clangs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-clacon.lo -MD -MP -MF .deps/libsuperlu_la-clacon.Tpo -c clacon.c -fPIC -DPIC -o libsuperlu_la-clacon.o mv -f .deps/libsuperlu_la-cgsrfs.Tpo .deps/libsuperlu_la-cgsrfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-claqgs.lo -MD -MP -MF .deps/libsuperlu_la-claqgs.Tpo -c -o libsuperlu_la-claqgs.lo `test -f 'claqgs.c' || echo './'`claqgs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-clangs.lo -MD -MP -MF .deps/libsuperlu_la-clangs.Tpo -c clangs.c -fPIC -DPIC -o libsuperlu_la-clangs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-claqgs.lo -MD -MP -MF .deps/libsuperlu_la-claqgs.Tpo -c claqgs.c -fPIC -DPIC -o libsuperlu_la-claqgs.o mv -f .deps/libsuperlu_la-clangs.Tpo .deps/libsuperlu_la-clangs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cmemory.lo -MD -MP -MF .deps/libsuperlu_la-cmemory.Tpo -c -o libsuperlu_la-cmemory.lo `test -f 'cmemory.c' || echo './'`cmemory.c mv -f .deps/libsuperlu_la-cgstrs.Tpo .deps/libsuperlu_la-cgstrs.Plo mv -f .deps/libsuperlu_la-clacon.Tpo .deps/libsuperlu_la-clacon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-cmyblas2.Tpo -c -o libsuperlu_la-cmyblas2.lo `test -f 'cmyblas2.c' || echo './'`cmyblas2.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-colamd.lo -MD -MP -MF .deps/libsuperlu_la-colamd.Tpo -c -o libsuperlu_la-colamd.lo `test -f 'colamd.c' || echo './'`colamd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cmemory.lo -MD -MP -MF .deps/libsuperlu_la-cmemory.Tpo -c cmemory.c -fPIC -DPIC -o libsuperlu_la-cmemory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-cmyblas2.Tpo -c cmyblas2.c -fPIC -DPIC -o libsuperlu_la-cmyblas2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-colamd.lo -MD -MP -MF .deps/libsuperlu_la-colamd.Tpo -c colamd.c -fPIC -DPIC -o libsuperlu_la-colamd.o mv -f .deps/libsuperlu_la-claqgs.Tpo .deps/libsuperlu_la-claqgs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-cpanel_bmod.Tpo -c -o libsuperlu_la-cpanel_bmod.lo `test -f 'cpanel_bmod.c' || echo './'`cpanel_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-cpanel_bmod.Tpo -c cpanel_bmod.c -fPIC -DPIC -o libsuperlu_la-cpanel_bmod.o mv -f .deps/libsuperlu_la-cmyblas2.Tpo .deps/libsuperlu_la-cmyblas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-cpanel_dfs.Tpo -c -o libsuperlu_la-cpanel_dfs.lo `test -f 'cpanel_dfs.c' || echo './'`cpanel_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-cpanel_dfs.Tpo -c cpanel_dfs.c -fPIC -DPIC -o libsuperlu_la-cpanel_dfs.o mv -f .deps/libsuperlu_la-cmemory.Tpo .deps/libsuperlu_la-cmemory.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-cpivotgrowth.Tpo -c -o libsuperlu_la-cpivotgrowth.lo `test -f 'cpivotgrowth.c' || echo './'`cpivotgrowth.c mv -f .deps/libsuperlu_la-cpanel_dfs.Tpo .deps/libsuperlu_la-cpanel_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpivotL.lo -MD -MP -MF .deps/libsuperlu_la-cpivotL.Tpo -c -o libsuperlu_la-cpivotL.lo `test -f 'cpivotL.c' || echo './'`cpivotL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-cpivotgrowth.Tpo -c cpivotgrowth.c -fPIC -DPIC -o libsuperlu_la-cpivotgrowth.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpivotL.lo -MD -MP -MF .deps/libsuperlu_la-cpivotL.Tpo -c cpivotL.c -fPIC -DPIC -o libsuperlu_la-cpivotL.o mv -f .deps/libsuperlu_la-cpanel_bmod.Tpo .deps/libsuperlu_la-cpanel_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpruneL.lo -MD -MP -MF .deps/libsuperlu_la-cpruneL.Tpo -c -o libsuperlu_la-cpruneL.lo `test -f 'cpruneL.c' || echo './'`cpruneL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cpruneL.lo -MD -MP -MF .deps/libsuperlu_la-cpruneL.Tpo -c cpruneL.c -fPIC -DPIC -o libsuperlu_la-cpruneL.o mv -f .deps/libsuperlu_la-cpivotgrowth.Tpo .deps/libsuperlu_la-cpivotgrowth.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-creadhb.lo -MD -MP -MF .deps/libsuperlu_la-creadhb.Tpo -c -o libsuperlu_la-creadhb.lo `test -f 'creadhb.c' || echo './'`creadhb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-creadhb.lo -MD -MP -MF .deps/libsuperlu_la-creadhb.Tpo -c creadhb.c -fPIC -DPIC -o libsuperlu_la-creadhb.o mv -f .deps/libsuperlu_la-cpruneL.Tpo .deps/libsuperlu_la-cpruneL.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-csnode_bmod.Tpo -c -o libsuperlu_la-csnode_bmod.lo `test -f 'csnode_bmod.c' || echo './'`csnode_bmod.c creadhb.c: In function ‘cReadVector’: creadhb.c:69: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result creadhb.c: In function ‘cReadValues’: creadhb.c:91: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result creadhb.c: In function ‘creadhb’: creadhb.c:195: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result creadhb.c:207: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:215: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:216: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:222: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:223: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:224: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:225: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:237: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:239: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:241: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result creadhb.c:243: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-csnode_bmod.Tpo -c csnode_bmod.c -fPIC -DPIC -o libsuperlu_la-csnode_bmod.o mv -f .deps/libsuperlu_la-cpivotL.Tpo .deps/libsuperlu_la-cpivotL.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-csnode_dfs.Tpo -c -o libsuperlu_la-csnode_dfs.lo `test -f 'csnode_dfs.c' || echo './'`csnode_dfs.c mv -f .deps/libsuperlu_la-csnode_bmod.Tpo .deps/libsuperlu_la-csnode_bmod.Plo mv -f .deps/libsuperlu_la-creadhb.Tpo .deps/libsuperlu_la-creadhb.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-csp_blas2.Tpo -c -o libsuperlu_la-csp_blas2.lo `test -f 'csp_blas2.c' || echo './'`csp_blas2.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-csp_blas3.Tpo -c -o libsuperlu_la-csp_blas3.lo `test -f 'csp_blas3.c' || echo './'`csp_blas3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-csnode_dfs.Tpo -c csnode_dfs.c -fPIC -DPIC -o libsuperlu_la-csnode_dfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-csp_blas2.Tpo -c csp_blas2.c -fPIC -DPIC -o libsuperlu_la-csp_blas2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-csp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-csp_blas3.Tpo -c csp_blas3.c -fPIC -DPIC -o libsuperlu_la-csp_blas3.o mv -f .deps/libsuperlu_la-csnode_dfs.Tpo .deps/libsuperlu_la-csnode_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cutil.lo -MD -MP -MF .deps/libsuperlu_la-cutil.Tpo -c -o libsuperlu_la-cutil.lo `test -f 'cutil.c' || echo './'`cutil.c mv -f .deps/libsuperlu_la-csp_blas3.Tpo .deps/libsuperlu_la-csp_blas3.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dcolumn_bmod.Tpo -c -o libsuperlu_la-dcolumn_bmod.lo `test -f 'dcolumn_bmod.c' || echo './'`dcolumn_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-cutil.lo -MD -MP -MF .deps/libsuperlu_la-cutil.Tpo -c cutil.c -fPIC -DPIC -o libsuperlu_la-cutil.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dcolumn_bmod.Tpo -c dcolumn_bmod.c -fPIC -DPIC -o libsuperlu_la-dcolumn_bmod.o mv -f .deps/libsuperlu_la-colamd.Tpo .deps/libsuperlu_la-colamd.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dcolumn_dfs.Tpo -c -o libsuperlu_la-dcolumn_dfs.lo `test -f 'dcolumn_dfs.c' || echo './'`dcolumn_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dcolumn_dfs.Tpo -c dcolumn_dfs.c -fPIC -DPIC -o libsuperlu_la-dcolumn_dfs.o mv -f .deps/libsuperlu_la-dcolumn_bmod.Tpo .deps/libsuperlu_la-dcolumn_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcomplex.lo -MD -MP -MF .deps/libsuperlu_la-dcomplex.Tpo -c -o libsuperlu_la-dcomplex.lo `test -f 'dcomplex.c' || echo './'`dcomplex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcomplex.lo -MD -MP -MF .deps/libsuperlu_la-dcomplex.Tpo -c dcomplex.c -fPIC -DPIC -o libsuperlu_la-dcomplex.o mv -f .deps/libsuperlu_la-csp_blas2.Tpo .deps/libsuperlu_la-csp_blas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-dcopy_to_ucol.Tpo -c -o libsuperlu_la-dcopy_to_ucol.lo `test -f 'dcopy_to_ucol.c' || echo './'`dcopy_to_ucol.c mv -f .deps/libsuperlu_la-dcomplex.Tpo .deps/libsuperlu_la-dcomplex.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgscon.lo -MD -MP -MF .deps/libsuperlu_la-dgscon.Tpo -c -o libsuperlu_la-dgscon.lo `test -f 'dgscon.c' || echo './'`dgscon.c mv -f .deps/libsuperlu_la-dcolumn_dfs.Tpo .deps/libsuperlu_la-dcolumn_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgsequ.lo -MD -MP -MF .deps/libsuperlu_la-dgsequ.Tpo -c -o libsuperlu_la-dgsequ.lo `test -f 'dgsequ.c' || echo './'`dgsequ.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dcopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-dcopy_to_ucol.Tpo -c dcopy_to_ucol.c -fPIC -DPIC -o libsuperlu_la-dcopy_to_ucol.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgsequ.lo -MD -MP -MF .deps/libsuperlu_la-dgsequ.Tpo -c dgsequ.c -fPIC -DPIC -o libsuperlu_la-dgsequ.o mv -f .deps/libsuperlu_la-cutil.Tpo .deps/libsuperlu_la-cutil.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgscon.lo -MD -MP -MF .deps/libsuperlu_la-dgscon.Tpo -c dgscon.c -fPIC -DPIC -o libsuperlu_la-dgscon.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-dgsrfs.Tpo -c -o libsuperlu_la-dgsrfs.lo `test -f 'dgsrfs.c' || echo './'`dgsrfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-dgsrfs.Tpo -c dgsrfs.c -fPIC -DPIC -o libsuperlu_la-dgsrfs.o mv -f .deps/libsuperlu_la-dcopy_to_ucol.Tpo .deps/libsuperlu_la-dcopy_to_ucol.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgssv.lo -MD -MP -MF .deps/libsuperlu_la-dgssv.Tpo -c -o libsuperlu_la-dgssv.lo `test -f 'dgssv.c' || echo './'`dgssv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgssv.lo -MD -MP -MF .deps/libsuperlu_la-dgssv.Tpo -c dgssv.c -fPIC -DPIC -o libsuperlu_la-dgssv.o mv -f .deps/libsuperlu_la-dgscon.Tpo .deps/libsuperlu_la-dgscon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgssvx.lo -MD -MP -MF .deps/libsuperlu_la-dgssvx.Tpo -c -o libsuperlu_la-dgssvx.lo `test -f 'dgssvx.c' || echo './'`dgssvx.c mv -f .deps/libsuperlu_la-dgsequ.Tpo .deps/libsuperlu_la-dgsequ.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgstrf.lo -MD -MP -MF .deps/libsuperlu_la-dgstrf.Tpo -c -o libsuperlu_la-dgstrf.lo `test -f 'dgstrf.c' || echo './'`dgstrf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgssvx.lo -MD -MP -MF .deps/libsuperlu_la-dgssvx.Tpo -c dgssvx.c -fPIC -DPIC -o libsuperlu_la-dgssvx.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgstrf.lo -MD -MP -MF .deps/libsuperlu_la-dgstrf.Tpo -c dgstrf.c -fPIC -DPIC -o libsuperlu_la-dgstrf.o mv -f .deps/libsuperlu_la-dgssv.Tpo .deps/libsuperlu_la-dgssv.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgstrs.lo -MD -MP -MF .deps/libsuperlu_la-dgstrs.Tpo -c -o libsuperlu_la-dgstrs.lo `test -f 'dgstrs.c' || echo './'`dgstrs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dgstrs.lo -MD -MP -MF .deps/libsuperlu_la-dgstrs.Tpo -c dgstrs.c -fPIC -DPIC -o libsuperlu_la-dgstrs.o mv -f .deps/libsuperlu_la-dgstrf.Tpo .deps/libsuperlu_la-dgstrf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlacon.lo -MD -MP -MF .deps/libsuperlu_la-dlacon.Tpo -c -o libsuperlu_la-dlacon.lo `test -f 'dlacon.c' || echo './'`dlacon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlacon.lo -MD -MP -MF .deps/libsuperlu_la-dlacon.Tpo -c dlacon.c -fPIC -DPIC -o libsuperlu_la-dlacon.o mv -f .deps/libsuperlu_la-dgsrfs.Tpo .deps/libsuperlu_la-dgsrfs.Plo mv -f .deps/libsuperlu_la-dgssvx.Tpo .deps/libsuperlu_la-dgssvx.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlamch.lo -MD -MP -MF .deps/libsuperlu_la-dlamch.Tpo -c -o libsuperlu_la-dlamch.lo `test -f 'dlamch.c' || echo './'`dlamch.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlangs.lo -MD -MP -MF .deps/libsuperlu_la-dlangs.Tpo -c -o libsuperlu_la-dlangs.lo `test -f 'dlangs.c' || echo './'`dlangs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlamch.lo -MD -MP -MF .deps/libsuperlu_la-dlamch.Tpo -c dlamch.c -fPIC -DPIC -o libsuperlu_la-dlamch.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlangs.lo -MD -MP -MF .deps/libsuperlu_la-dlangs.Tpo -c dlangs.c -fPIC -DPIC -o libsuperlu_la-dlangs.o mv -f .deps/libsuperlu_la-dlacon.Tpo .deps/libsuperlu_la-dlacon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlaqgs.lo -MD -MP -MF .deps/libsuperlu_la-dlaqgs.Tpo -c -o libsuperlu_la-dlaqgs.lo `test -f 'dlaqgs.c' || echo './'`dlaqgs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dlaqgs.lo -MD -MP -MF .deps/libsuperlu_la-dlaqgs.Tpo -c dlaqgs.c -fPIC -DPIC -o libsuperlu_la-dlaqgs.o mv -f .deps/libsuperlu_la-dgstrs.Tpo .deps/libsuperlu_la-dgstrs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dmemory.lo -MD -MP -MF .deps/libsuperlu_la-dmemory.Tpo -c -o libsuperlu_la-dmemory.lo `test -f 'dmemory.c' || echo './'`dmemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dmemory.lo -MD -MP -MF .deps/libsuperlu_la-dmemory.Tpo -c dmemory.c -fPIC -DPIC -o libsuperlu_la-dmemory.o mv -f .deps/libsuperlu_la-dlangs.Tpo .deps/libsuperlu_la-dlangs.Plo mv -f .deps/libsuperlu_la-dlaqgs.Tpo .deps/libsuperlu_la-dlaqgs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-dmyblas2.Tpo -c -o libsuperlu_la-dmyblas2.lo `test -f 'dmyblas2.c' || echo './'`dmyblas2.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dpanel_bmod.Tpo -c -o libsuperlu_la-dpanel_bmod.lo `test -f 'dpanel_bmod.c' || echo './'`dpanel_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-dmyblas2.Tpo -c dmyblas2.c -fPIC -DPIC -o libsuperlu_la-dmyblas2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dpanel_bmod.Tpo -c dpanel_bmod.c -fPIC -DPIC -o libsuperlu_la-dpanel_bmod.o mv -f .deps/libsuperlu_la-dlamch.Tpo .deps/libsuperlu_la-dlamch.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dpanel_dfs.Tpo -c -o libsuperlu_la-dpanel_dfs.lo `test -f 'dpanel_dfs.c' || echo './'`dpanel_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dpanel_dfs.Tpo -c dpanel_dfs.c -fPIC -DPIC -o libsuperlu_la-dpanel_dfs.o mv -f .deps/libsuperlu_la-dmemory.Tpo .deps/libsuperlu_la-dmemory.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-dpivotgrowth.Tpo -c -o libsuperlu_la-dpivotgrowth.lo `test -f 'dpivotgrowth.c' || echo './'`dpivotgrowth.c mv -f .deps/libsuperlu_la-dpanel_bmod.Tpo .deps/libsuperlu_la-dpanel_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpivotL.lo -MD -MP -MF .deps/libsuperlu_la-dpivotL.Tpo -c -o libsuperlu_la-dpivotL.lo `test -f 'dpivotL.c' || echo './'`dpivotL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-dpivotgrowth.Tpo -c dpivotgrowth.c -fPIC -DPIC -o libsuperlu_la-dpivotgrowth.o mv -f .deps/libsuperlu_la-dpanel_dfs.Tpo .deps/libsuperlu_la-dpanel_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpruneL.lo -MD -MP -MF .deps/libsuperlu_la-dpruneL.Tpo -c -o libsuperlu_la-dpruneL.lo `test -f 'dpruneL.c' || echo './'`dpruneL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpivotL.lo -MD -MP -MF .deps/libsuperlu_la-dpivotL.Tpo -c dpivotL.c -fPIC -DPIC -o libsuperlu_la-dpivotL.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dpruneL.lo -MD -MP -MF .deps/libsuperlu_la-dpruneL.Tpo -c dpruneL.c -fPIC -DPIC -o libsuperlu_la-dpruneL.o mv -f .deps/libsuperlu_la-dpivotgrowth.Tpo .deps/libsuperlu_la-dpivotgrowth.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dreadhb.lo -MD -MP -MF .deps/libsuperlu_la-dreadhb.Tpo -c -o libsuperlu_la-dreadhb.lo `test -f 'dreadhb.c' || echo './'`dreadhb.c mv -f .deps/libsuperlu_la-dpruneL.Tpo .deps/libsuperlu_la-dpruneL.Plo mv -f .deps/libsuperlu_la-dpivotL.Tpo .deps/libsuperlu_la-dpivotL.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dsnode_bmod.Tpo -c -o libsuperlu_la-dsnode_bmod.lo `test -f 'dsnode_bmod.c' || echo './'`dsnode_bmod.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dsnode_dfs.Tpo -c -o libsuperlu_la-dsnode_dfs.lo `test -f 'dsnode_dfs.c' || echo './'`dsnode_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dreadhb.lo -MD -MP -MF .deps/libsuperlu_la-dreadhb.Tpo -c dreadhb.c -fPIC -DPIC -o libsuperlu_la-dreadhb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-dsnode_dfs.Tpo -c dsnode_dfs.c -fPIC -DPIC -o libsuperlu_la-dsnode_dfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-dsnode_bmod.Tpo -c dsnode_bmod.c -fPIC -DPIC -o libsuperlu_la-dsnode_bmod.o dreadhb.c: In function ‘dReadVector’: dreadhb.c:69: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result dreadhb.c: In function ‘dReadValues’: dreadhb.c:89: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result dreadhb.c: In function ‘dreadhb’: dreadhb.c:185: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result dreadhb.c:197: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:205: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:206: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:212: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:213: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:214: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:215: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:227: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:229: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:231: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result dreadhb.c:233: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result mv -f .deps/libsuperlu_la-dmyblas2.Tpo .deps/libsuperlu_la-dmyblas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-dsp_blas2.Tpo -c -o libsuperlu_la-dsp_blas2.lo `test -f 'dsp_blas2.c' || echo './'`dsp_blas2.c mv -f .deps/libsuperlu_la-dsnode_bmod.Tpo .deps/libsuperlu_la-dsnode_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-dsp_blas3.Tpo -c -o libsuperlu_la-dsp_blas3.lo `test -f 'dsp_blas3.c' || echo './'`dsp_blas3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-dsp_blas2.Tpo -c dsp_blas2.c -fPIC -DPIC -o libsuperlu_la-dsp_blas2.o mv -f .deps/libsuperlu_la-dsnode_dfs.Tpo .deps/libsuperlu_la-dsnode_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dutil.lo -MD -MP -MF .deps/libsuperlu_la-dutil.Tpo -c -o libsuperlu_la-dutil.lo `test -f 'dutil.c' || echo './'`dutil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dsp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-dsp_blas3.Tpo -c dsp_blas3.c -fPIC -DPIC -o libsuperlu_la-dsp_blas3.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dutil.lo -MD -MP -MF .deps/libsuperlu_la-dutil.Tpo -c dutil.c -fPIC -DPIC -o libsuperlu_la-dutil.o mv -f .deps/libsuperlu_la-dreadhb.Tpo .deps/libsuperlu_la-dreadhb.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dzsum1.lo -MD -MP -MF .deps/libsuperlu_la-dzsum1.Tpo -c -o libsuperlu_la-dzsum1.lo `test -f 'dzsum1.c' || echo './'`dzsum1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-dzsum1.lo -MD -MP -MF .deps/libsuperlu_la-dzsum1.Tpo -c dzsum1.c -fPIC -DPIC -o libsuperlu_la-dzsum1.o mv -f .deps/libsuperlu_la-dsp_blas3.Tpo .deps/libsuperlu_la-dsp_blas3.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-get_perm_c.lo -MD -MP -MF .deps/libsuperlu_la-get_perm_c.Tpo -c -o libsuperlu_la-get_perm_c.lo `test -f 'get_perm_c.c' || echo './'`get_perm_c.c mv -f .deps/libsuperlu_la-dzsum1.Tpo .deps/libsuperlu_la-dzsum1.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-heap_relax_snode.lo -MD -MP -MF .deps/libsuperlu_la-heap_relax_snode.Tpo -c -o libsuperlu_la-heap_relax_snode.lo `test -f 'heap_relax_snode.c' || echo './'`heap_relax_snode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-get_perm_c.lo -MD -MP -MF .deps/libsuperlu_la-get_perm_c.Tpo -c get_perm_c.c -fPIC -DPIC -o libsuperlu_la-get_perm_c.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-heap_relax_snode.lo -MD -MP -MF .deps/libsuperlu_la-heap_relax_snode.Tpo -c heap_relax_snode.c -fPIC -DPIC -o libsuperlu_la-heap_relax_snode.o mv -f .deps/libsuperlu_la-heap_relax_snode.Tpo .deps/libsuperlu_la-heap_relax_snode.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-icmax1.lo -MD -MP -MF .deps/libsuperlu_la-icmax1.Tpo -c -o libsuperlu_la-icmax1.lo `test -f 'icmax1.c' || echo './'`icmax1.c mv -f .deps/libsuperlu_la-dsp_blas2.Tpo .deps/libsuperlu_la-dsp_blas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-izmax1.lo -MD -MP -MF .deps/libsuperlu_la-izmax1.Tpo -c -o libsuperlu_la-izmax1.lo `test -f 'izmax1.c' || echo './'`izmax1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-icmax1.lo -MD -MP -MF .deps/libsuperlu_la-icmax1.Tpo -c icmax1.c -fPIC -DPIC -o libsuperlu_la-icmax1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-izmax1.lo -MD -MP -MF .deps/libsuperlu_la-izmax1.Tpo -c izmax1.c -fPIC -DPIC -o libsuperlu_la-izmax1.o mv -f .deps/libsuperlu_la-dutil.Tpo .deps/libsuperlu_la-dutil.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-lsame.lo -MD -MP -MF .deps/libsuperlu_la-lsame.Tpo -c -o libsuperlu_la-lsame.lo `test -f 'lsame.c' || echo './'`lsame.c mv -f .deps/libsuperlu_la-izmax1.Tpo .deps/libsuperlu_la-izmax1.Plo mv -f .deps/libsuperlu_la-icmax1.Tpo .deps/libsuperlu_la-icmax1.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-memory.lo -MD -MP -MF .deps/libsuperlu_la-memory.Tpo -c -o libsuperlu_la-memory.lo `test -f 'memory.c' || echo './'`memory.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-mmd.lo -MD -MP -MF .deps/libsuperlu_la-mmd.Tpo -c -o libsuperlu_la-mmd.lo `test -f 'mmd.c' || echo './'`mmd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-lsame.lo -MD -MP -MF .deps/libsuperlu_la-lsame.Tpo -c lsame.c -fPIC -DPIC -o libsuperlu_la-lsame.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-memory.lo -MD -MP -MF .deps/libsuperlu_la-memory.Tpo -c memory.c -fPIC -DPIC -o libsuperlu_la-memory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-mmd.lo -MD -MP -MF .deps/libsuperlu_la-mmd.Tpo -c mmd.c -fPIC -DPIC -o libsuperlu_la-mmd.o mv -f .deps/libsuperlu_la-lsame.Tpo .deps/libsuperlu_la-lsame.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-relax_snode.lo -MD -MP -MF .deps/libsuperlu_la-relax_snode.Tpo -c -o libsuperlu_la-relax_snode.lo `test -f 'relax_snode.c' || echo './'`relax_snode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-relax_snode.lo -MD -MP -MF .deps/libsuperlu_la-relax_snode.Tpo -c relax_snode.c -fPIC -DPIC -o libsuperlu_la-relax_snode.o mv -f .deps/libsuperlu_la-memory.Tpo .deps/libsuperlu_la-memory.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-scolumn_bmod.Tpo -c -o libsuperlu_la-scolumn_bmod.lo `test -f 'scolumn_bmod.c' || echo './'`scolumn_bmod.c mv -f .deps/libsuperlu_la-get_perm_c.Tpo .deps/libsuperlu_la-get_perm_c.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-scolumn_dfs.Tpo -c -o libsuperlu_la-scolumn_dfs.lo `test -f 'scolumn_dfs.c' || echo './'`scolumn_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-scolumn_dfs.Tpo -c scolumn_dfs.c -fPIC -DPIC -o libsuperlu_la-scolumn_dfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-scolumn_bmod.Tpo -c scolumn_bmod.c -fPIC -DPIC -o libsuperlu_la-scolumn_bmod.o mv -f .deps/libsuperlu_la-relax_snode.Tpo .deps/libsuperlu_la-relax_snode.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scomplex.lo -MD -MP -MF .deps/libsuperlu_la-scomplex.Tpo -c -o libsuperlu_la-scomplex.lo `test -f 'scomplex.c' || echo './'`scomplex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scomplex.lo -MD -MP -MF .deps/libsuperlu_la-scomplex.Tpo -c scomplex.c -fPIC -DPIC -o libsuperlu_la-scomplex.o mv -f .deps/libsuperlu_la-scolumn_dfs.Tpo .deps/libsuperlu_la-scolumn_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-scopy_to_ucol.Tpo -c -o libsuperlu_la-scopy_to_ucol.lo `test -f 'scopy_to_ucol.c' || echo './'`scopy_to_ucol.c mv -f .deps/libsuperlu_la-scomplex.Tpo .deps/libsuperlu_la-scomplex.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scsum1.lo -MD -MP -MF .deps/libsuperlu_la-scsum1.Tpo -c -o libsuperlu_la-scsum1.lo `test -f 'scsum1.c' || echo './'`scsum1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-scopy_to_ucol.Tpo -c scopy_to_ucol.c -fPIC -DPIC -o libsuperlu_la-scopy_to_ucol.o mv -f .deps/libsuperlu_la-scolumn_bmod.Tpo .deps/libsuperlu_la-scolumn_bmod.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-scsum1.lo -MD -MP -MF .deps/libsuperlu_la-scsum1.Tpo -c scsum1.c -fPIC -DPIC -o libsuperlu_la-scsum1.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgscon.lo -MD -MP -MF .deps/libsuperlu_la-sgscon.Tpo -c -o libsuperlu_la-sgscon.lo `test -f 'sgscon.c' || echo './'`sgscon.c mv -f .deps/libsuperlu_la-scsum1.Tpo .deps/libsuperlu_la-scsum1.Plo mv -f .deps/libsuperlu_la-mmd.Tpo .deps/libsuperlu_la-mmd.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgscon.lo -MD -MP -MF .deps/libsuperlu_la-sgscon.Tpo -c sgscon.c -fPIC -DPIC -o libsuperlu_la-sgscon.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgsequ.lo -MD -MP -MF .deps/libsuperlu_la-sgsequ.Tpo -c -o libsuperlu_la-sgsequ.lo `test -f 'sgsequ.c' || echo './'`sgsequ.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-sgsrfs.Tpo -c -o libsuperlu_la-sgsrfs.lo `test -f 'sgsrfs.c' || echo './'`sgsrfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-sgsrfs.Tpo -c sgsrfs.c -fPIC -DPIC -o libsuperlu_la-sgsrfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgsequ.lo -MD -MP -MF .deps/libsuperlu_la-sgsequ.Tpo -c sgsequ.c -fPIC -DPIC -o libsuperlu_la-sgsequ.o mv -f .deps/libsuperlu_la-scopy_to_ucol.Tpo .deps/libsuperlu_la-scopy_to_ucol.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgssv.lo -MD -MP -MF .deps/libsuperlu_la-sgssv.Tpo -c -o libsuperlu_la-sgssv.lo `test -f 'sgssv.c' || echo './'`sgssv.c mv -f .deps/libsuperlu_la-sgscon.Tpo .deps/libsuperlu_la-sgscon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgssvx.lo -MD -MP -MF .deps/libsuperlu_la-sgssvx.Tpo -c -o libsuperlu_la-sgssvx.lo `test -f 'sgssvx.c' || echo './'`sgssvx.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgssv.lo -MD -MP -MF .deps/libsuperlu_la-sgssv.Tpo -c sgssv.c -fPIC -DPIC -o libsuperlu_la-sgssv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgssvx.lo -MD -MP -MF .deps/libsuperlu_la-sgssvx.Tpo -c sgssvx.c -fPIC -DPIC -o libsuperlu_la-sgssvx.o mv -f .deps/libsuperlu_la-sgssv.Tpo .deps/libsuperlu_la-sgssv.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgstrf.lo -MD -MP -MF .deps/libsuperlu_la-sgstrf.Tpo -c -o libsuperlu_la-sgstrf.lo `test -f 'sgstrf.c' || echo './'`sgstrf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgstrf.lo -MD -MP -MF .deps/libsuperlu_la-sgstrf.Tpo -c sgstrf.c -fPIC -DPIC -o libsuperlu_la-sgstrf.o mv -f .deps/libsuperlu_la-sgsequ.Tpo .deps/libsuperlu_la-sgsequ.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgstrs.lo -MD -MP -MF .deps/libsuperlu_la-sgstrs.Tpo -c -o libsuperlu_la-sgstrs.lo `test -f 'sgstrs.c' || echo './'`sgstrs.c mv -f .deps/libsuperlu_la-sgstrf.Tpo .deps/libsuperlu_la-sgstrf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slacon.lo -MD -MP -MF .deps/libsuperlu_la-slacon.Tpo -c -o libsuperlu_la-slacon.lo `test -f 'slacon.c' || echo './'`slacon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sgstrs.lo -MD -MP -MF .deps/libsuperlu_la-sgstrs.Tpo -c sgstrs.c -fPIC -DPIC -o libsuperlu_la-sgstrs.o mv -f .deps/libsuperlu_la-sgsrfs.Tpo .deps/libsuperlu_la-sgsrfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slamch.lo -MD -MP -MF .deps/libsuperlu_la-slamch.Tpo -c -o libsuperlu_la-slamch.lo `test -f 'slamch.c' || echo './'`slamch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slacon.lo -MD -MP -MF .deps/libsuperlu_la-slacon.Tpo -c slacon.c -fPIC -DPIC -o libsuperlu_la-slacon.o mv -f .deps/libsuperlu_la-sgssvx.Tpo .deps/libsuperlu_la-sgssvx.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slangs.lo -MD -MP -MF .deps/libsuperlu_la-slangs.Tpo -c -o libsuperlu_la-slangs.lo `test -f 'slangs.c' || echo './'`slangs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slamch.lo -MD -MP -MF .deps/libsuperlu_la-slamch.Tpo -c slamch.c -fPIC -DPIC -o libsuperlu_la-slamch.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slangs.lo -MD -MP -MF .deps/libsuperlu_la-slangs.Tpo -c slangs.c -fPIC -DPIC -o libsuperlu_la-slangs.o mv -f .deps/libsuperlu_la-slacon.Tpo .deps/libsuperlu_la-slacon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slaqgs.lo -MD -MP -MF .deps/libsuperlu_la-slaqgs.Tpo -c -o libsuperlu_la-slaqgs.lo `test -f 'slaqgs.c' || echo './'`slaqgs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-slaqgs.lo -MD -MP -MF .deps/libsuperlu_la-slaqgs.Tpo -c slaqgs.c -fPIC -DPIC -o libsuperlu_la-slaqgs.o mv -f .deps/libsuperlu_la-slangs.Tpo .deps/libsuperlu_la-slangs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-smemory.lo -MD -MP -MF .deps/libsuperlu_la-smemory.Tpo -c -o libsuperlu_la-smemory.lo `test -f 'smemory.c' || echo './'`smemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-smemory.lo -MD -MP -MF .deps/libsuperlu_la-smemory.Tpo -c smemory.c -fPIC -DPIC -o libsuperlu_la-smemory.o mv -f .deps/libsuperlu_la-slaqgs.Tpo .deps/libsuperlu_la-slaqgs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-smyblas2.lo -MD -MP -MF .deps/libsuperlu_la-smyblas2.Tpo -c -o libsuperlu_la-smyblas2.lo `test -f 'smyblas2.c' || echo './'`smyblas2.c mv -f .deps/libsuperlu_la-slamch.Tpo .deps/libsuperlu_la-slamch.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-spanel_bmod.Tpo -c -o libsuperlu_la-spanel_bmod.lo `test -f 'spanel_bmod.c' || echo './'`spanel_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-smyblas2.lo -MD -MP -MF .deps/libsuperlu_la-smyblas2.Tpo -c smyblas2.c -fPIC -DPIC -o libsuperlu_la-smyblas2.o mv -f .deps/libsuperlu_la-sgstrs.Tpo .deps/libsuperlu_la-sgstrs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-spanel_dfs.Tpo -c -o libsuperlu_la-spanel_dfs.lo `test -f 'spanel_dfs.c' || echo './'`spanel_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-spanel_bmod.Tpo -c spanel_bmod.c -fPIC -DPIC -o libsuperlu_la-spanel_bmod.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-spanel_dfs.Tpo -c spanel_dfs.c -fPIC -DPIC -o libsuperlu_la-spanel_dfs.o mv -f .deps/libsuperlu_la-spanel_dfs.Tpo .deps/libsuperlu_la-spanel_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_coletree.lo -MD -MP -MF .deps/libsuperlu_la-sp_coletree.Tpo -c -o libsuperlu_la-sp_coletree.lo `test -f 'sp_coletree.c' || echo './'`sp_coletree.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_coletree.lo -MD -MP -MF .deps/libsuperlu_la-sp_coletree.Tpo -c sp_coletree.c -fPIC -DPIC -o libsuperlu_la-sp_coletree.o mv -f .deps/libsuperlu_la-smemory.Tpo .deps/libsuperlu_la-smemory.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_ienv.lo -MD -MP -MF .deps/libsuperlu_la-sp_ienv.Tpo -c -o libsuperlu_la-sp_ienv.lo `test -f 'sp_ienv.c' || echo './'`sp_ienv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_ienv.lo -MD -MP -MF .deps/libsuperlu_la-sp_ienv.Tpo -c sp_ienv.c -fPIC -DPIC -o libsuperlu_la-sp_ienv.o mv -f .deps/libsuperlu_la-sp_ienv.Tpo .deps/libsuperlu_la-sp_ienv.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-spivotgrowth.Tpo -c -o libsuperlu_la-spivotgrowth.lo `test -f 'spivotgrowth.c' || echo './'`spivotgrowth.c mv -f .deps/libsuperlu_la-spanel_bmod.Tpo .deps/libsuperlu_la-spanel_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spivotL.lo -MD -MP -MF .deps/libsuperlu_la-spivotL.Tpo -c -o libsuperlu_la-spivotL.lo `test -f 'spivotL.c' || echo './'`spivotL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-spivotgrowth.Tpo -c spivotgrowth.c -fPIC -DPIC -o libsuperlu_la-spivotgrowth.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spivotL.lo -MD -MP -MF .deps/libsuperlu_la-spivotL.Tpo -c spivotL.c -fPIC -DPIC -o libsuperlu_la-spivotL.o mv -f .deps/libsuperlu_la-smyblas2.Tpo .deps/libsuperlu_la-smyblas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_preorder.lo -MD -MP -MF .deps/libsuperlu_la-sp_preorder.Tpo -c -o libsuperlu_la-sp_preorder.lo `test -f 'sp_preorder.c' || echo './'`sp_preorder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sp_preorder.lo -MD -MP -MF .deps/libsuperlu_la-sp_preorder.Tpo -c sp_preorder.c -fPIC -DPIC -o libsuperlu_la-sp_preorder.o mv -f .deps/libsuperlu_la-spivotL.Tpo .deps/libsuperlu_la-spivotL.Plo mv -f .deps/libsuperlu_la-spivotgrowth.Tpo .deps/libsuperlu_la-spivotgrowth.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spruneL.lo -MD -MP -MF .deps/libsuperlu_la-spruneL.Tpo -c -o libsuperlu_la-spruneL.lo `test -f 'spruneL.c' || echo './'`spruneL.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sreadhb.lo -MD -MP -MF .deps/libsuperlu_la-sreadhb.Tpo -c -o libsuperlu_la-sreadhb.lo `test -f 'sreadhb.c' || echo './'`sreadhb.c mv -f .deps/libsuperlu_la-sp_coletree.Tpo .deps/libsuperlu_la-sp_coletree.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-ssnode_bmod.Tpo -c -o libsuperlu_la-ssnode_bmod.lo `test -f 'ssnode_bmod.c' || echo './'`ssnode_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sreadhb.lo -MD -MP -MF .deps/libsuperlu_la-sreadhb.Tpo -c sreadhb.c -fPIC -DPIC -o libsuperlu_la-sreadhb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-spruneL.lo -MD -MP -MF .deps/libsuperlu_la-spruneL.Tpo -c spruneL.c -fPIC -DPIC -o libsuperlu_la-spruneL.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-ssnode_bmod.Tpo -c ssnode_bmod.c -fPIC -DPIC -o libsuperlu_la-ssnode_bmod.o sreadhb.c: In function ‘sReadVector’: sreadhb.c:69: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result sreadhb.c: In function ‘sReadValues’: sreadhb.c:89: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result sreadhb.c: In function ‘sreadhb’: sreadhb.c:185: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result sreadhb.c:197: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:205: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:206: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:212: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:213: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:214: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:215: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:227: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:229: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:231: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result sreadhb.c:233: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result mv -f .deps/libsuperlu_la-sp_preorder.Tpo .deps/libsuperlu_la-sp_preorder.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-ssnode_dfs.Tpo -c -o libsuperlu_la-ssnode_dfs.lo `test -f 'ssnode_dfs.c' || echo './'`ssnode_dfs.c mv -f .deps/libsuperlu_la-spruneL.Tpo .deps/libsuperlu_la-spruneL.Plo mv -f .deps/libsuperlu_la-ssnode_bmod.Tpo .deps/libsuperlu_la-ssnode_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-ssp_blas2.Tpo -c -o libsuperlu_la-ssp_blas2.lo `test -f 'ssp_blas2.c' || echo './'`ssp_blas2.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-ssp_blas3.Tpo -c -o libsuperlu_la-ssp_blas3.lo `test -f 'ssp_blas3.c' || echo './'`ssp_blas3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-ssnode_dfs.Tpo -c ssnode_dfs.c -fPIC -DPIC -o libsuperlu_la-ssnode_dfs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-ssp_blas3.Tpo -c ssp_blas3.c -fPIC -DPIC -o libsuperlu_la-ssp_blas3.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-ssp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-ssp_blas2.Tpo -c ssp_blas2.c -fPIC -DPIC -o libsuperlu_la-ssp_blas2.o mv -f .deps/libsuperlu_la-sreadhb.Tpo .deps/libsuperlu_la-sreadhb.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-superlu_timer.lo -MD -MP -MF .deps/libsuperlu_la-superlu_timer.Tpo -c -o libsuperlu_la-superlu_timer.lo `test -f 'superlu_timer.c' || echo './'`superlu_timer.c mv -f .deps/libsuperlu_la-ssp_blas3.Tpo .deps/libsuperlu_la-ssp_blas3.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-superlu_timer.lo -MD -MP -MF .deps/libsuperlu_la-superlu_timer.Tpo -c superlu_timer.c -fPIC -DPIC -o libsuperlu_la-superlu_timer.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sutil.lo -MD -MP -MF .deps/libsuperlu_la-sutil.Tpo -c -o libsuperlu_la-sutil.lo `test -f 'sutil.c' || echo './'`sutil.c mv -f .deps/libsuperlu_la-ssnode_dfs.Tpo .deps/libsuperlu_la-ssnode_dfs.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-sutil.lo -MD -MP -MF .deps/libsuperlu_la-sutil.Tpo -c sutil.c -fPIC -DPIC -o libsuperlu_la-sutil.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-util.lo -MD -MP -MF .deps/libsuperlu_la-util.Tpo -c -o libsuperlu_la-util.lo `test -f 'util.c' || echo './'`util.c mv -f .deps/libsuperlu_la-superlu_timer.Tpo .deps/libsuperlu_la-superlu_timer.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zcolumn_bmod.Tpo -c -o libsuperlu_la-zcolumn_bmod.lo `test -f 'zcolumn_bmod.c' || echo './'`zcolumn_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-util.lo -MD -MP -MF .deps/libsuperlu_la-util.Tpo -c util.c -fPIC -DPIC -o libsuperlu_la-util.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcolumn_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zcolumn_bmod.Tpo -c zcolumn_bmod.c -fPIC -DPIC -o libsuperlu_la-zcolumn_bmod.o util.c: In function ‘superlu_abort_and_exit’: util.c:30: warning: format not a string literal and no format arguments mv -f .deps/libsuperlu_la-ssp_blas2.Tpo .deps/libsuperlu_la-ssp_blas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zcolumn_dfs.Tpo -c -o libsuperlu_la-zcolumn_dfs.lo `test -f 'zcolumn_dfs.c' || echo './'`zcolumn_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcolumn_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zcolumn_dfs.Tpo -c zcolumn_dfs.c -fPIC -DPIC -o libsuperlu_la-zcolumn_dfs.o mv -f .deps/libsuperlu_la-zcolumn_bmod.Tpo .deps/libsuperlu_la-zcolumn_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-zcopy_to_ucol.Tpo -c -o libsuperlu_la-zcopy_to_ucol.lo `test -f 'zcopy_to_ucol.c' || echo './'`zcopy_to_ucol.c mv -f .deps/libsuperlu_la-util.Tpo .deps/libsuperlu_la-util.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgscon.lo -MD -MP -MF .deps/libsuperlu_la-zgscon.Tpo -c -o libsuperlu_la-zgscon.lo `test -f 'zgscon.c' || echo './'`zgscon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zcopy_to_ucol.lo -MD -MP -MF .deps/libsuperlu_la-zcopy_to_ucol.Tpo -c zcopy_to_ucol.c -fPIC -DPIC -o libsuperlu_la-zcopy_to_ucol.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgscon.lo -MD -MP -MF .deps/libsuperlu_la-zgscon.Tpo -c zgscon.c -fPIC -DPIC -o libsuperlu_la-zgscon.o mv -f .deps/libsuperlu_la-sutil.Tpo .deps/libsuperlu_la-sutil.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgsequ.lo -MD -MP -MF .deps/libsuperlu_la-zgsequ.Tpo -c -o libsuperlu_la-zgsequ.lo `test -f 'zgsequ.c' || echo './'`zgsequ.c mv -f .deps/libsuperlu_la-zcolumn_dfs.Tpo .deps/libsuperlu_la-zcolumn_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-zgsrfs.Tpo -c -o libsuperlu_la-zgsrfs.lo `test -f 'zgsrfs.c' || echo './'`zgsrfs.c mv -f .deps/libsuperlu_la-zcopy_to_ucol.Tpo .deps/libsuperlu_la-zcopy_to_ucol.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgsequ.lo -MD -MP -MF .deps/libsuperlu_la-zgsequ.Tpo -c zgsequ.c -fPIC -DPIC -o libsuperlu_la-zgsequ.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgssv.lo -MD -MP -MF .deps/libsuperlu_la-zgssv.Tpo -c -o libsuperlu_la-zgssv.lo `test -f 'zgssv.c' || echo './'`zgssv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgsrfs.lo -MD -MP -MF .deps/libsuperlu_la-zgsrfs.Tpo -c zgsrfs.c -fPIC -DPIC -o libsuperlu_la-zgsrfs.o mv -f .deps/libsuperlu_la-zgscon.Tpo .deps/libsuperlu_la-zgscon.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgssv.lo -MD -MP -MF .deps/libsuperlu_la-zgssv.Tpo -c zgssv.c -fPIC -DPIC -o libsuperlu_la-zgssv.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgssvx.lo -MD -MP -MF .deps/libsuperlu_la-zgssvx.Tpo -c -o libsuperlu_la-zgssvx.lo `test -f 'zgssvx.c' || echo './'`zgssvx.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgssvx.lo -MD -MP -MF .deps/libsuperlu_la-zgssvx.Tpo -c zgssvx.c -fPIC -DPIC -o libsuperlu_la-zgssvx.o mv -f .deps/libsuperlu_la-zgssv.Tpo .deps/libsuperlu_la-zgssv.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgstrf.lo -MD -MP -MF .deps/libsuperlu_la-zgstrf.Tpo -c -o libsuperlu_la-zgstrf.lo `test -f 'zgstrf.c' || echo './'`zgstrf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgstrf.lo -MD -MP -MF .deps/libsuperlu_la-zgstrf.Tpo -c zgstrf.c -fPIC -DPIC -o libsuperlu_la-zgstrf.o mv -f .deps/libsuperlu_la-zgsequ.Tpo .deps/libsuperlu_la-zgsequ.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgstrs.lo -MD -MP -MF .deps/libsuperlu_la-zgstrs.Tpo -c -o libsuperlu_la-zgstrs.lo `test -f 'zgstrs.c' || echo './'`zgstrs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zgstrs.lo -MD -MP -MF .deps/libsuperlu_la-zgstrs.Tpo -c zgstrs.c -fPIC -DPIC -o libsuperlu_la-zgstrs.o zgstrs.c: In function ‘zprint_soln’: zgstrs.c:344: warning: format ‘%.4f’ expects type ‘double’, but argument 3 has type ‘doublecomplex’ mv -f .deps/libsuperlu_la-zgssvx.Tpo .deps/libsuperlu_la-zgssvx.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlacon.lo -MD -MP -MF .deps/libsuperlu_la-zlacon.Tpo -c -o libsuperlu_la-zlacon.lo `test -f 'zlacon.c' || echo './'`zlacon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlacon.lo -MD -MP -MF .deps/libsuperlu_la-zlacon.Tpo -c zlacon.c -fPIC -DPIC -o libsuperlu_la-zlacon.o mv -f .deps/libsuperlu_la-zgstrf.Tpo .deps/libsuperlu_la-zgstrf.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlangs.lo -MD -MP -MF .deps/libsuperlu_la-zlangs.Tpo -c -o libsuperlu_la-zlangs.lo `test -f 'zlangs.c' || echo './'`zlangs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlangs.lo -MD -MP -MF .deps/libsuperlu_la-zlangs.Tpo -c zlangs.c -fPIC -DPIC -o libsuperlu_la-zlangs.o mv -f .deps/libsuperlu_la-zgsrfs.Tpo .deps/libsuperlu_la-zgsrfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlaqgs.lo -MD -MP -MF .deps/libsuperlu_la-zlaqgs.Tpo -c -o libsuperlu_la-zlaqgs.lo `test -f 'zlaqgs.c' || echo './'`zlaqgs.c mv -f .deps/libsuperlu_la-zlacon.Tpo .deps/libsuperlu_la-zlacon.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zmemory.lo -MD -MP -MF .deps/libsuperlu_la-zmemory.Tpo -c -o libsuperlu_la-zmemory.lo `test -f 'zmemory.c' || echo './'`zmemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zlaqgs.lo -MD -MP -MF .deps/libsuperlu_la-zlaqgs.Tpo -c zlaqgs.c -fPIC -DPIC -o libsuperlu_la-zlaqgs.o mv -f .deps/libsuperlu_la-zgstrs.Tpo .deps/libsuperlu_la-zgstrs.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zmemory.lo -MD -MP -MF .deps/libsuperlu_la-zmemory.Tpo -c zmemory.c -fPIC -DPIC -o libsuperlu_la-zmemory.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-zmyblas2.Tpo -c -o libsuperlu_la-zmyblas2.lo `test -f 'zmyblas2.c' || echo './'`zmyblas2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zmyblas2.lo -MD -MP -MF .deps/libsuperlu_la-zmyblas2.Tpo -c zmyblas2.c -fPIC -DPIC -o libsuperlu_la-zmyblas2.o mv -f .deps/libsuperlu_la-zlangs.Tpo .deps/libsuperlu_la-zlangs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zpanel_bmod.Tpo -c -o libsuperlu_la-zpanel_bmod.lo `test -f 'zpanel_bmod.c' || echo './'`zpanel_bmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpanel_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zpanel_bmod.Tpo -c zpanel_bmod.c -fPIC -DPIC -o libsuperlu_la-zpanel_bmod.o mv -f .deps/libsuperlu_la-zlaqgs.Tpo .deps/libsuperlu_la-zlaqgs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zpanel_dfs.Tpo -c -o libsuperlu_la-zpanel_dfs.lo `test -f 'zpanel_dfs.c' || echo './'`zpanel_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpanel_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zpanel_dfs.Tpo -c zpanel_dfs.c -fPIC -DPIC -o libsuperlu_la-zpanel_dfs.o mv -f .deps/libsuperlu_la-zmyblas2.Tpo .deps/libsuperlu_la-zmyblas2.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-zpivotgrowth.Tpo -c -o libsuperlu_la-zpivotgrowth.lo `test -f 'zpivotgrowth.c' || echo './'`zpivotgrowth.c mv -f .deps/libsuperlu_la-zpanel_dfs.Tpo .deps/libsuperlu_la-zpanel_dfs.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpivotL.lo -MD -MP -MF .deps/libsuperlu_la-zpivotL.Tpo -c -o libsuperlu_la-zpivotL.lo `test -f 'zpivotL.c' || echo './'`zpivotL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpivotgrowth.lo -MD -MP -MF .deps/libsuperlu_la-zpivotgrowth.Tpo -c zpivotgrowth.c -fPIC -DPIC -o libsuperlu_la-zpivotgrowth.o mv -f .deps/libsuperlu_la-zmemory.Tpo .deps/libsuperlu_la-zmemory.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpruneL.lo -MD -MP -MF .deps/libsuperlu_la-zpruneL.Tpo -c -o libsuperlu_la-zpruneL.lo `test -f 'zpruneL.c' || echo './'`zpruneL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpivotL.lo -MD -MP -MF .deps/libsuperlu_la-zpivotL.Tpo -c zpivotL.c -fPIC -DPIC -o libsuperlu_la-zpivotL.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zpruneL.lo -MD -MP -MF .deps/libsuperlu_la-zpruneL.Tpo -c zpruneL.c -fPIC -DPIC -o libsuperlu_la-zpruneL.o mv -f .deps/libsuperlu_la-zpivotgrowth.Tpo .deps/libsuperlu_la-zpivotgrowth.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zreadhb.lo -MD -MP -MF .deps/libsuperlu_la-zreadhb.Tpo -c -o libsuperlu_la-zreadhb.lo `test -f 'zreadhb.c' || echo './'`zreadhb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zreadhb.lo -MD -MP -MF .deps/libsuperlu_la-zreadhb.Tpo -c zreadhb.c -fPIC -DPIC -o libsuperlu_la-zreadhb.o mv -f .deps/libsuperlu_la-zpruneL.Tpo .deps/libsuperlu_la-zpruneL.Plo zreadhb.c: In function ‘zReadVector’: zreadhb.c:69: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zsnode_bmod.Tpo -c -o libsuperlu_la-zsnode_bmod.lo `test -f 'zsnode_bmod.c' || echo './'`zsnode_bmod.c zreadhb.c: In function ‘zReadValues’: zreadhb.c:91: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result zreadhb.c: In function ‘zreadhb’: zreadhb.c:195: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result zreadhb.c:207: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:215: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:216: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:222: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:223: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:224: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:225: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:237: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:239: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:241: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result zreadhb.c:243: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result mv -f .deps/libsuperlu_la-zpivotL.Tpo .deps/libsuperlu_la-zpivotL.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zsnode_dfs.Tpo -c -o libsuperlu_la-zsnode_dfs.lo `test -f 'zsnode_dfs.c' || echo './'`zsnode_dfs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsnode_bmod.lo -MD -MP -MF .deps/libsuperlu_la-zsnode_bmod.Tpo -c zsnode_bmod.c -fPIC -DPIC -o libsuperlu_la-zsnode_bmod.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsnode_dfs.lo -MD -MP -MF .deps/libsuperlu_la-zsnode_dfs.Tpo -c zsnode_dfs.c -fPIC -DPIC -o libsuperlu_la-zsnode_dfs.o mv -f .deps/libsuperlu_la-zpanel_bmod.Tpo .deps/libsuperlu_la-zpanel_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-zsp_blas2.Tpo -c -o libsuperlu_la-zsp_blas2.lo `test -f 'zsp_blas2.c' || echo './'`zsp_blas2.c mv -f .deps/libsuperlu_la-zreadhb.Tpo .deps/libsuperlu_la-zreadhb.Plo mv -f .deps/libsuperlu_la-zsnode_bmod.Tpo .deps/libsuperlu_la-zsnode_bmod.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-zsp_blas3.Tpo -c -o libsuperlu_la-zsp_blas3.lo `test -f 'zsp_blas3.c' || echo './'`zsp_blas3.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zutil.lo -MD -MP -MF .deps/libsuperlu_la-zutil.Tpo -c -o libsuperlu_la-zutil.lo `test -f 'zutil.c' || echo './'`zutil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsp_blas2.lo -MD -MP -MF .deps/libsuperlu_la-zsp_blas2.Tpo -c zsp_blas2.c -fPIC -DPIC -o libsuperlu_la-zsp_blas2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zutil.lo -MD -MP -MF .deps/libsuperlu_la-zutil.Tpo -c zutil.c -fPIC -DPIC -o libsuperlu_la-zutil.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DGMM_USES_BLAS -DUSE_VENDOR_BLAS -DF77_CALL_C=ADD_ -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT libsuperlu_la-zsp_blas3.lo -MD -MP -MF .deps/libsuperlu_la-zsp_blas3.Tpo -c zsp_blas3.c -fPIC -DPIC -o libsuperlu_la-zsp_blas3.o mv -f .deps/libsuperlu_la-zsnode_dfs.Tpo .deps/libsuperlu_la-zsnode_dfs.Plo mv -f .deps/libsuperlu_la-zsp_blas3.Tpo .deps/libsuperlu_la-zsp_blas3.Plo mv -f .deps/libsuperlu_la-zutil.Tpo .deps/libsuperlu_la-zutil.Plo mv -f .deps/libsuperlu_la-zsp_blas2.Tpo .deps/libsuperlu_la-zsp_blas2.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -O3 -o libsuperlu.la libsuperlu_la-ccolumn_bmod.lo libsuperlu_la-ccolumn_dfs.lo libsuperlu_la-ccopy_to_ucol.lo libsuperlu_la-cgscon.lo libsuperlu_la-cgsequ.lo libsuperlu_la-cgsrfs.lo libsuperlu_la-cgssv.lo libsuperlu_la-cgssvx.lo libsuperlu_la-cgstrf.lo libsuperlu_la-cgstrs.lo libsuperlu_la-clacon.lo libsuperlu_la-clangs.lo libsuperlu_la-claqgs.lo libsuperlu_la-cmemory.lo libsuperlu_la-cmyblas2.lo libsuperlu_la-colamd.lo libsuperlu_la-cpanel_bmod.lo libsuperlu_la-cpanel_dfs.lo libsuperlu_la-cpivotgrowth.lo libsuperlu_la-cpivotL.lo libsuperlu_la-cpruneL.lo libsuperlu_la-creadhb.lo libsuperlu_la-csnode_bmod.lo libsuperlu_la-csnode_dfs.lo libsuperlu_la-csp_blas2.lo libsuperlu_la-csp_blas3.lo libsuperlu_la-cutil.lo libsuperlu_la-dcolumn_bmod.lo libsuperlu_la-dcolumn_dfs.lo libsuperlu_la-dcomplex.lo libsuperlu_la-dcopy_to_ucol.lo libsuperlu_la-dgscon.lo libsuperlu_la-dgsequ.lo libsuperlu_la-dgsrfs.lo libsuperlu_la-dgssv.lo libsuperlu_la-dgssvx.lo libsuperlu_la-dgstrf.lo libsuperlu_la-dgstrs.lo libsuperlu_la-dlacon.lo libsuperlu_la-dlamch.lo libsuperlu_la-dlangs.lo libsuperlu_la-dlaqgs.lo libsuperlu_la-dmemory.lo libsuperlu_la-dmyblas2.lo libsuperlu_la-dpanel_bmod.lo libsuperlu_la-dpanel_dfs.lo libsuperlu_la-dpivotgrowth.lo libsuperlu_la-dpivotL.lo libsuperlu_la-dpruneL.lo libsuperlu_la-dreadhb.lo libsuperlu_la-dsnode_bmod.lo libsuperlu_la-dsnode_dfs.lo libsuperlu_la-dsp_blas2.lo libsuperlu_la-dsp_blas3.lo libsuperlu_la-dutil.lo libsuperlu_la-dzsum1.lo libsuperlu_la-get_perm_c.lo libsuperlu_la-heap_relax_snode.lo libsuperlu_la-icmax1.lo libsuperlu_la-izmax1.lo libsuperlu_la-lsame.lo libsuperlu_la-memory.lo libsuperlu_la-mmd.lo libsuperlu_la-relax_snode.lo libsuperlu_la-scolumn_bmod.lo libsuperlu_la-scolumn_dfs.lo libsuperlu_la-scomplex.lo libsuperlu_la-scopy_to_ucol.lo libsuperlu_la-scsum1.lo libsuperlu_la-sgscon.lo libsuperlu_la-sgsequ.lo libsuperlu_la-sgsrfs.lo libsuperlu_la-sgssv.lo libsuperlu_la-sgssvx.lo libsuperlu_la-sgstrf.lo libsuperlu_la-sgstrs.lo libsuperlu_la-slacon.lo libsuperlu_la-slamch.lo libsuperlu_la-slangs.lo libsuperlu_la-slaqgs.lo libsuperlu_la-smemory.lo libsuperlu_la-smyblas2.lo libsuperlu_la-spanel_bmod.lo libsuperlu_la-spanel_dfs.lo libsuperlu_la-sp_coletree.lo libsuperlu_la-sp_ienv.lo libsuperlu_la-spivotgrowth.lo libsuperlu_la-spivotL.lo libsuperlu_la-sp_preorder.lo libsuperlu_la-spruneL.lo libsuperlu_la-sreadhb.lo libsuperlu_la-ssnode_bmod.lo libsuperlu_la-ssnode_dfs.lo libsuperlu_la-ssp_blas2.lo libsuperlu_la-ssp_blas3.lo libsuperlu_la-superlu_timer.lo libsuperlu_la-sutil.lo libsuperlu_la-util.lo libsuperlu_la-zcolumn_bmod.lo libsuperlu_la-zcolumn_dfs.lo libsuperlu_la-zcopy_to_ucol.lo libsuperlu_la-zgscon.lo libsuperlu_la-zgsequ.lo libsuperlu_la-zgsrfs.lo libsuperlu_la-zgssv.lo libsuperlu_la-zgssvx.lo libsuperlu_la-zgstrf.lo libsuperlu_la-zgstrs.lo libsuperlu_la-zlacon.lo libsuperlu_la-zlangs.lo libsuperlu_la-zlaqgs.lo libsuperlu_la-zmemory.lo libsuperlu_la-zmyblas2.lo libsuperlu_la-zpanel_bmod.lo libsuperlu_la-zpanel_dfs.lo libsuperlu_la-zpivotgrowth.lo libsuperlu_la-zpivotL.lo libsuperlu_la-zpruneL.lo libsuperlu_la-zreadhb.lo libsuperlu_la-zsnode_bmod.lo libsuperlu_la-zsnode_dfs.lo libsuperlu_la-zsp_blas2.lo libsuperlu_la-zsp_blas3.lo libsuperlu_la-zutil.lo -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: ar cru .libs/libsuperlu.a libsuperlu_la-ccolumn_bmod.o libsuperlu_la-ccolumn_dfs.o libsuperlu_la-ccopy_to_ucol.o libsuperlu_la-cgscon.o libsuperlu_la-cgsequ.o libsuperlu_la-cgsrfs.o libsuperlu_la-cgssv.o libsuperlu_la-cgssvx.o libsuperlu_la-cgstrf.o libsuperlu_la-cgstrs.o libsuperlu_la-clacon.o libsuperlu_la-clangs.o libsuperlu_la-claqgs.o libsuperlu_la-cmemory.o libsuperlu_la-cmyblas2.o libsuperlu_la-colamd.o libsuperlu_la-cpanel_bmod.o libsuperlu_la-cpanel_dfs.o libsuperlu_la-cpivotgrowth.o libsuperlu_la-cpivotL.o libsuperlu_la-cpruneL.o libsuperlu_la-creadhb.o libsuperlu_la-csnode_bmod.o libsuperlu_la-csnode_dfs.o libsuperlu_la-csp_blas2.o libsuperlu_la-csp_blas3.o libsuperlu_la-cutil.o libsuperlu_la-dcolumn_bmod.o libsuperlu_la-dcolumn_dfs.o libsuperlu_la-dcomplex.o libsuperlu_la-dcopy_to_ucol.o libsuperlu_la-dgscon.o libsuperlu_la-dgsequ.o libsuperlu_la-dgsrfs.o libsuperlu_la-dgssv.o libsuperlu_la-dgssvx.o libsuperlu_la-dgstrf.o libsuperlu_la-dgstrs.o libsuperlu_la-dlacon.o libsuperlu_la-dlamch.o libsuperlu_la-dlangs.o libsuperlu_la-dlaqgs.o libsuperlu_la-dmemory.o libsuperlu_la-dmyblas2.o libsuperlu_la-dpanel_bmod.o libsuperlu_la-dpanel_dfs.o libsuperlu_la-dpivotgrowth.o libsuperlu_la-dpivotL.o libsuperlu_la-dpruneL.o libsuperlu_la-dreadhb.o libsuperlu_la-dsnode_bmod.o libsuperlu_la-dsnode_dfs.o libsuperlu_la-dsp_blas2.o libsuperlu_la-dsp_blas3.o libsuperlu_la-dutil.o libsuperlu_la-dzsum1.o libsuperlu_la-get_perm_c.o libsuperlu_la-heap_relax_snode.o libsuperlu_la-icmax1.o libsuperlu_la-izmax1.o libsuperlu_la-lsame.o libsuperlu_la-memory.o libsuperlu_la-mmd.o libsuperlu_la-relax_snode.o libsuperlu_la-scolumn_bmod.o libsuperlu_la-scolumn_dfs.o libsuperlu_la-scomplex.o libsuperlu_la-scopy_to_ucol.o libsuperlu_la-scsum1.o libsuperlu_la-sgscon.o libsuperlu_la-sgsequ.o libsuperlu_la-sgsrfs.o libsuperlu_la-sgssv.o libsuperlu_la-sgssvx.o libsuperlu_la-sgstrf.o libsuperlu_la-sgstrs.o libsuperlu_la-slacon.o libsuperlu_la-slamch.o libsuperlu_la-slangs.o libsuperlu_la-slaqgs.o libsuperlu_la-smemory.o libsuperlu_la-smyblas2.o libsuperlu_la-spanel_bmod.o libsuperlu_la-spanel_dfs.o libsuperlu_la-sp_coletree.o libsuperlu_la-sp_ienv.o libsuperlu_la-spivotgrowth.o libsuperlu_la-spivotL.o libsuperlu_la-sp_preorder.o libsuperlu_la-spruneL.o libsuperlu_la-sreadhb.o libsuperlu_la-ssnode_bmod.o libsuperlu_la-ssnode_dfs.o libsuperlu_la-ssp_blas2.o libsuperlu_la-ssp_blas3.o libsuperlu_la-superlu_timer.o libsuperlu_la-sutil.o libsuperlu_la-util.o libsuperlu_la-zcolumn_bmod.o libsuperlu_la-zcolumn_dfs.o libsuperlu_la-zcopy_to_ucol.o libsuperlu_la-zgscon.o libsuperlu_la-zgsequ.o libsuperlu_la-zgsrfs.o libsuperlu_la-zgssv.o libsuperlu_la-zgssvx.o libsuperlu_la-zgstrf.o libsuperlu_la-zgstrs.o libsuperlu_la-zlacon.o libsuperlu_la-zlangs.o libsuperlu_la-zlaqgs.o libsuperlu_la-zmemory.o libsuperlu_la-zmyblas2.o libsuperlu_la-zpanel_bmod.o libsuperlu_la-zpanel_dfs.o libsuperlu_la-zpivotgrowth.o libsuperlu_la-zpivotL.o libsuperlu_la-zpruneL.o libsuperlu_la-zreadhb.o libsuperlu_la-zsnode_bmod.o libsuperlu_la-zsnode_dfs.o libsuperlu_la-zsp_blas2.o libsuperlu_la-zsp_blas3.o libsuperlu_la-zutil.o libtool: link: ranlib .libs/libsuperlu.a libtool: link: ( cd ".libs" && rm -f "libsuperlu.la" && ln -s "../libsuperlu.la" "libsuperlu.la" ) make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/superlu' Making all in src make[2]: Entering directory `/home/wenzw/code/PDE/getfem/src' /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_backtrace.lo -MD -MP -MF .deps/dal_backtrace.Tpo -c -o dal_backtrace.lo dal_backtrace.cc /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_bit_vector.lo -MD -MP -MF .deps/dal_bit_vector.Tpo -c -o dal_bit_vector.lo dal_bit_vector.cc /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_singleton.lo -MD -MP -MF .deps/dal_singleton.Tpo -c -o dal_singleton.lo dal_singleton.cc /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_static_stored_objects.lo -MD -MP -MF .deps/dal_static_stored_objects.Tpo -c -o dal_static_stored_objects.lo dal_static_stored_objects.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_static_stored_objects.lo -MD -MP -MF .deps/dal_static_stored_objects.Tpo -c dal_static_stored_objects.cc -fPIC -DPIC -o dal_static_stored_objects.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_bit_vector.lo -MD -MP -MF .deps/dal_bit_vector.Tpo -c dal_bit_vector.cc -fPIC -DPIC -o dal_bit_vector.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_singleton.lo -MD -MP -MF .deps/dal_singleton.Tpo -c dal_singleton.cc -fPIC -DPIC -o dal_singleton.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dal_backtrace.lo -MD -MP -MF .deps/dal_backtrace.Tpo -c dal_backtrace.cc -fPIC -DPIC -o dal_backtrace.o mv -f .deps/dal_backtrace.Tpo .deps/dal_backtrace.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_structure.lo -MD -MP -MF .deps/bgeot_convex_structure.Tpo -c -o bgeot_convex_structure.lo bgeot_convex_structure.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_structure.lo -MD -MP -MF .deps/bgeot_convex_structure.Tpo -c bgeot_convex_structure.cc -fPIC -DPIC -o bgeot_convex_structure.o mv -f .deps/dal_singleton.Tpo .deps/dal_singleton.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_ref_simplexified.lo -MD -MP -MF .deps/bgeot_convex_ref_simplexified.Tpo -c -o bgeot_convex_ref_simplexified.lo bgeot_convex_ref_simplexified.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_ref_simplexified.lo -MD -MP -MF .deps/bgeot_convex_ref_simplexified.Tpo -c bgeot_convex_ref_simplexified.cc -fPIC -DPIC -o bgeot_convex_ref_simplexified.o mv -f .deps/dal_bit_vector.Tpo .deps/dal_bit_vector.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_ref.lo -MD -MP -MF .deps/bgeot_convex_ref.Tpo -c -o bgeot_convex_ref.lo bgeot_convex_ref.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_convex_ref.lo -MD -MP -MF .deps/bgeot_convex_ref.Tpo -c bgeot_convex_ref.cc -fPIC -DPIC -o bgeot_convex_ref.o mv -f .deps/bgeot_convex_ref_simplexified.Tpo .deps/bgeot_convex_ref_simplexified.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_geometric_trans.lo -MD -MP -MF .deps/bgeot_geometric_trans.Tpo -c -o bgeot_geometric_trans.lo bgeot_geometric_trans.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_geometric_trans.lo -MD -MP -MF .deps/bgeot_geometric_trans.Tpo -c bgeot_geometric_trans.cc -fPIC -DPIC -o bgeot_geometric_trans.o mv -f .deps/dal_static_stored_objects.Tpo .deps/dal_static_stored_objects.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_geotrans_inv.lo -MD -MP -MF .deps/bgeot_geotrans_inv.Tpo -c -o bgeot_geotrans_inv.lo bgeot_geotrans_inv.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_geotrans_inv.lo -MD -MP -MF .deps/bgeot_geotrans_inv.Tpo -c bgeot_geotrans_inv.cc -fPIC -DPIC -o bgeot_geotrans_inv.o mv -f .deps/bgeot_convex_structure.Tpo .deps/bgeot_convex_structure.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_imbricated_box.lo -MD -MP -MF .deps/bgeot_imbricated_box.Tpo -c -o bgeot_imbricated_box.lo bgeot_imbricated_box.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_imbricated_box.lo -MD -MP -MF .deps/bgeot_imbricated_box.Tpo -c bgeot_imbricated_box.cc -fPIC -DPIC -o bgeot_imbricated_box.o mv -f .deps/bgeot_imbricated_box.Tpo .deps/bgeot_imbricated_box.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_kdtree.lo -MD -MP -MF .deps/bgeot_kdtree.Tpo -c -o bgeot_kdtree.lo bgeot_kdtree.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_kdtree.lo -MD -MP -MF .deps/bgeot_kdtree.Tpo -c bgeot_kdtree.cc -fPIC -DPIC -o bgeot_kdtree.o mv -f .deps/bgeot_convex_ref.Tpo .deps/bgeot_convex_ref.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_mesh_structure.lo -MD -MP -MF .deps/bgeot_mesh_structure.Tpo -c -o bgeot_mesh_structure.lo bgeot_mesh_structure.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_mesh_structure.lo -MD -MP -MF .deps/bgeot_mesh_structure.Tpo -c bgeot_mesh_structure.cc -fPIC -DPIC -o bgeot_mesh_structure.o mv -f .deps/bgeot_geotrans_inv.Tpo .deps/bgeot_geotrans_inv.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_rtree.lo -MD -MP -MF .deps/bgeot_rtree.Tpo -c -o bgeot_rtree.lo bgeot_rtree.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_rtree.lo -MD -MP -MF .deps/bgeot_rtree.Tpo -c bgeot_rtree.cc -fPIC -DPIC -o bgeot_rtree.o mv -f .deps/bgeot_kdtree.Tpo .deps/bgeot_kdtree.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_node_tab.lo -MD -MP -MF .deps/bgeot_node_tab.Tpo -c -o bgeot_node_tab.lo bgeot_node_tab.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_node_tab.lo -MD -MP -MF .deps/bgeot_node_tab.Tpo -c bgeot_node_tab.cc -fPIC -DPIC -o bgeot_node_tab.o mv -f .deps/bgeot_rtree.Tpo .deps/bgeot_rtree.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_small_vector.lo -MD -MP -MF .deps/bgeot_small_vector.Tpo -c -o bgeot_small_vector.lo bgeot_small_vector.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_small_vector.lo -MD -MP -MF .deps/bgeot_small_vector.Tpo -c bgeot_small_vector.cc -fPIC -DPIC -o bgeot_small_vector.o mv -f .deps/bgeot_mesh_structure.Tpo .deps/bgeot_mesh_structure.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_sparse_tensors.lo -MD -MP -MF .deps/bgeot_sparse_tensors.Tpo -c -o bgeot_sparse_tensors.lo bgeot_sparse_tensors.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_sparse_tensors.lo -MD -MP -MF .deps/bgeot_sparse_tensors.Tpo -c bgeot_sparse_tensors.cc -fPIC -DPIC -o bgeot_sparse_tensors.o mv -f .deps/bgeot_small_vector.Tpo .deps/bgeot_small_vector.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_poly.lo -MD -MP -MF .deps/bgeot_poly.Tpo -c -o bgeot_poly.lo bgeot_poly.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_poly.lo -MD -MP -MF .deps/bgeot_poly.Tpo -c bgeot_poly.cc -fPIC -DPIC -o bgeot_poly.o mv -f .deps/bgeot_geometric_trans.Tpo .deps/bgeot_geometric_trans.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_poly_composite.lo -MD -MP -MF .deps/bgeot_poly_composite.Tpo -c -o bgeot_poly_composite.lo bgeot_poly_composite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_poly_composite.lo -MD -MP -MF .deps/bgeot_poly_composite.Tpo -c bgeot_poly_composite.cc -fPIC -DPIC -o bgeot_poly_composite.o mv -f .deps/bgeot_node_tab.Tpo .deps/bgeot_node_tab.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_ftool.lo -MD -MP -MF .deps/bgeot_ftool.Tpo -c -o bgeot_ftool.lo bgeot_ftool.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bgeot_ftool.lo -MD -MP -MF .deps/bgeot_ftool.Tpo -c bgeot_ftool.cc -fPIC -DPIC -o bgeot_ftool.o mv -f .deps/bgeot_poly.Tpo .deps/bgeot_poly.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_superlu.lo -MD -MP -MF .deps/getfem_superlu.Tpo -c -o getfem_superlu.lo getfem_superlu.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_superlu.lo -MD -MP -MF .deps/getfem_superlu.Tpo -c getfem_superlu.cc -fPIC -DPIC -o getfem_superlu.o mv -f .deps/bgeot_ftool.Tpo .deps/bgeot_ftool.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh.lo -MD -MP -MF .deps/getfem_mesh.Tpo -c -o getfem_mesh.lo getfem_mesh.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh.lo -MD -MP -MF .deps/getfem_mesh.Tpo -c getfem_mesh.cc -fPIC -DPIC -o getfem_mesh.o mv -f .deps/getfem_superlu.Tpo .deps/getfem_superlu.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_region.lo -MD -MP -MF .deps/getfem_mesh_region.Tpo -c -o getfem_mesh_region.lo getfem_mesh_region.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_region.lo -MD -MP -MF .deps/getfem_mesh_region.Tpo -c getfem_mesh_region.cc -fPIC -DPIC -o getfem_mesh_region.o mv -f .deps/bgeot_sparse_tensors.Tpo .deps/bgeot_sparse_tensors.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_context.lo -MD -MP -MF .deps/getfem_context.Tpo -c -o getfem_context.lo getfem_context.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_context.lo -MD -MP -MF .deps/getfem_context.Tpo -c getfem_context.cc -fPIC -DPIC -o getfem_context.o mv -f .deps/bgeot_poly_composite.Tpo .deps/bgeot_poly_composite.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem.lo -MD -MP -MF .deps/getfem_mesh_fem.Tpo -c -o getfem_mesh_fem.lo getfem_mesh_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem.lo -MD -MP -MF .deps/getfem_mesh_fem.Tpo -c getfem_mesh_fem.cc -fPIC -DPIC -o getfem_mesh_fem.o mv -f .deps/getfem_mesh_region.Tpo .deps/getfem_mesh_region.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_im.lo -MD -MP -MF .deps/getfem_mesh_im.Tpo -c -o getfem_mesh_im.lo getfem_mesh_im.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_im.lo -MD -MP -MF .deps/getfem_mesh_im.Tpo -c getfem_mesh_im.cc -fPIC -DPIC -o getfem_mesh_im.o mv -f .deps/getfem_context.Tpo .deps/getfem_context.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_integration.lo -MD -MP -MF .deps/getfem_integration.Tpo -c -o getfem_integration.lo getfem_integration.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_integration.lo -MD -MP -MF .deps/getfem_integration.Tpo -c getfem_integration.cc -fPIC -DPIC -o getfem_integration.o mv -f .deps/getfem_mesh_im.Tpo .deps/getfem_mesh_im.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_integration_composite.lo -MD -MP -MF .deps/getfem_integration_composite.Tpo -c -o getfem_integration_composite.lo getfem_integration_composite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_integration_composite.lo -MD -MP -MF .deps/getfem_integration_composite.Tpo -c getfem_integration_composite.cc -fPIC -DPIC -o getfem_integration_composite.o mv -f .deps/getfem_mesh.Tpo .deps/getfem_mesh.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem.lo -MD -MP -MF .deps/getfem_fem.Tpo -c -o getfem_fem.lo getfem_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem.lo -MD -MP -MF .deps/getfem_fem.Tpo -c getfem_fem.cc -fPIC -DPIC -o getfem_fem.o getfem_fem.cc: In function ‘getfem::pfem getfem::Q2_incomplete_fem(getfem::fem_param_list&, std::vector, std::allocator > >&)’: getfem_fem.cc:982: warning: conversion to ‘bgeot::dim_type’ from ‘int’ may alter its value getfem_fem.cc:983: warning: conversion to ‘unsigned char’ from ‘int’ may alter its value mv -f .deps/getfem_mesh_fem.Tpo .deps/getfem_mesh_fem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interpolated_fem.lo -MD -MP -MF .deps/getfem_interpolated_fem.Tpo -c -o getfem_interpolated_fem.lo getfem_interpolated_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interpolated_fem.lo -MD -MP -MF .deps/getfem_interpolated_fem.Tpo -c getfem_interpolated_fem.cc -fPIC -DPIC -o getfem_interpolated_fem.o mv -f .deps/getfem_integration_composite.Tpo .deps/getfem_integration_composite.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_global_function.lo -MD -MP -MF .deps/getfem_mesh_fem_global_function.Tpo -c -o getfem_mesh_fem_global_function.lo getfem_mesh_fem_global_function.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_global_function.lo -MD -MP -MF .deps/getfem_mesh_fem_global_function.Tpo -c getfem_mesh_fem_global_function.cc -fPIC -DPIC -o getfem_mesh_fem_global_function.o mv -f .deps/getfem_integration.Tpo .deps/getfem_integration.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_Xfem.lo -MD -MP -MF .deps/getfem_Xfem.Tpo -c -o getfem_Xfem.lo getfem_Xfem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_Xfem.lo -MD -MP -MF .deps/getfem_Xfem.Tpo -c getfem_Xfem.cc -fPIC -DPIC -o getfem_Xfem.o mv -f .deps/getfem_interpolated_fem.Tpo .deps/getfem_interpolated_fem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem_composite.lo -MD -MP -MF .deps/getfem_fem_composite.Tpo -c -o getfem_fem_composite.lo getfem_fem_composite.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem_composite.lo -MD -MP -MF .deps/getfem_fem_composite.Tpo -c getfem_fem_composite.cc -fPIC -DPIC -o getfem_fem_composite.o mv -f .deps/getfem_mesh_fem_global_function.Tpo .deps/getfem_mesh_fem_global_function.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mat_elem.lo -MD -MP -MF .deps/getfem_mat_elem.Tpo -c -o getfem_mat_elem.lo getfem_mat_elem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mat_elem.lo -MD -MP -MF .deps/getfem_mat_elem.Tpo -c getfem_mat_elem.cc -fPIC -DPIC -o getfem_mat_elem.o mv -f .deps/getfem_Xfem.Tpo .deps/getfem_Xfem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mat_elem_type.lo -MD -MP -MF .deps/getfem_mat_elem_type.Tpo -c -o getfem_mat_elem_type.lo getfem_mat_elem_type.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mat_elem_type.lo -MD -MP -MF .deps/getfem_mat_elem_type.Tpo -c getfem_mat_elem_type.cc -fPIC -DPIC -o getfem_mat_elem_type.o mv -f .deps/getfem_mat_elem_type.Tpo .deps/getfem_mat_elem_type.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_inter_element.lo -MD -MP -MF .deps/getfem_inter_element.Tpo -c -o getfem_inter_element.lo getfem_inter_element.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_inter_element.lo -MD -MP -MF .deps/getfem_inter_element.Tpo -c getfem_inter_element.cc -fPIC -DPIC -o getfem_inter_element.o mv -f .deps/getfem_mat_elem.Tpo .deps/getfem_mat_elem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_level_set.lo -MD -MP -MF .deps/getfem_level_set.Tpo -c -o getfem_level_set.lo getfem_level_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_level_set.lo -MD -MP -MF .deps/getfem_level_set.Tpo -c getfem_level_set.cc -fPIC -DPIC -o getfem_level_set.o mv -f .deps/getfem_fem_composite.Tpo .deps/getfem_fem_composite.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_level_set.lo -MD -MP -MF .deps/getfem_mesh_level_set.Tpo -c -o getfem_mesh_level_set.lo getfem_mesh_level_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_level_set.lo -MD -MP -MF .deps/getfem_mesh_level_set.Tpo -c getfem_mesh_level_set.cc -fPIC -DPIC -o getfem_mesh_level_set.o mv -f .deps/getfem_inter_element.Tpo .deps/getfem_inter_element.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_im_level_set.lo -MD -MP -MF .deps/getfem_mesh_im_level_set.Tpo -c -o getfem_mesh_im_level_set.lo getfem_mesh_im_level_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_im_level_set.lo -MD -MP -MF .deps/getfem_mesh_im_level_set.Tpo -c getfem_mesh_im_level_set.cc -fPIC -DPIC -o getfem_mesh_im_level_set.o mv -f .deps/getfem_level_set.Tpo .deps/getfem_level_set.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_level_set.lo -MD -MP -MF .deps/getfem_mesh_fem_level_set.Tpo -c -o getfem_mesh_fem_level_set.lo getfem_mesh_fem_level_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_level_set.lo -MD -MP -MF .deps/getfem_mesh_fem_level_set.Tpo -c getfem_mesh_fem_level_set.cc -fPIC -DPIC -o getfem_mesh_fem_level_set.o mv -f .deps/getfem_fem.Tpo .deps/getfem_fem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_product.lo -MD -MP -MF .deps/getfem_mesh_fem_product.Tpo -c -o getfem_mesh_fem_product.lo getfem_mesh_fem_product.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_product.lo -MD -MP -MF .deps/getfem_mesh_fem_product.Tpo -c getfem_mesh_fem_product.cc -fPIC -DPIC -o getfem_mesh_fem_product.o mv -f .deps/getfem_mesh_fem_level_set.Tpo .deps/getfem_mesh_fem_level_set.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_sum.lo -MD -MP -MF .deps/getfem_mesh_fem_sum.Tpo -c -o getfem_mesh_fem_sum.lo getfem_mesh_fem_sum.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_fem_sum.lo -MD -MP -MF .deps/getfem_mesh_fem_sum.Tpo -c getfem_mesh_fem_sum.cc -fPIC -DPIC -o getfem_mesh_fem_sum.o mv -f .deps/getfem_mesh_fem_product.Tpo .deps/getfem_mesh_fem_product.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem_level_set.lo -MD -MP -MF .deps/getfem_fem_level_set.Tpo -c -o getfem_fem_level_set.lo getfem_fem_level_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fem_level_set.lo -MD -MP -MF .deps/getfem_fem_level_set.Tpo -c getfem_fem_level_set.cc -fPIC -DPIC -o getfem_fem_level_set.o mv -f .deps/getfem_mesh_im_level_set.Tpo .deps/getfem_mesh_im_level_set.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_partial_mesh_fem.lo -MD -MP -MF .deps/getfem_partial_mesh_fem.Tpo -c -o getfem_partial_mesh_fem.lo getfem_partial_mesh_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_partial_mesh_fem.lo -MD -MP -MF .deps/getfem_partial_mesh_fem.Tpo -c getfem_partial_mesh_fem.cc -fPIC -DPIC -o getfem_partial_mesh_fem.o mv -f .deps/getfem_mesh_fem_sum.Tpo .deps/getfem_mesh_fem_sum.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_slicers.lo -MD -MP -MF .deps/getfem_mesh_slicers.Tpo -c -o getfem_mesh_slicers.lo getfem_mesh_slicers.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_slicers.lo -MD -MP -MF .deps/getfem_mesh_slicers.Tpo -c getfem_mesh_slicers.cc -fPIC -DPIC -o getfem_mesh_slicers.o mv -f .deps/getfem_fem_level_set.Tpo .deps/getfem_fem_level_set.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_slice.lo -MD -MP -MF .deps/getfem_mesh_slice.Tpo -c -o getfem_mesh_slice.lo getfem_mesh_slice.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesh_slice.lo -MD -MP -MF .deps/getfem_mesh_slice.Tpo -c getfem_mesh_slice.cc -fPIC -DPIC -o getfem_mesh_slice.o mv -f .deps/getfem_mesh_level_set.Tpo .deps/getfem_mesh_level_set.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_regular_meshes.lo -MD -MP -MF .deps/getfem_regular_meshes.Tpo -c -o getfem_regular_meshes.lo getfem_regular_meshes.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_regular_meshes.lo -MD -MP -MF .deps/getfem_regular_meshes.Tpo -c getfem_regular_meshes.cc -fPIC -DPIC -o getfem_regular_meshes.o mv -f .deps/getfem_partial_mesh_fem.Tpo .deps/getfem_partial_mesh_fem.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_import.lo -MD -MP -MF .deps/getfem_import.Tpo -c -o getfem_import.lo getfem_import.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_import.lo -MD -MP -MF .deps/getfem_import.Tpo -c getfem_import.cc -fPIC -DPIC -o getfem_import.o mv -f .deps/getfem_mesh_slice.Tpo .deps/getfem_mesh_slice.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interpolation.lo -MD -MP -MF .deps/getfem_interpolation.Tpo -c -o getfem_interpolation.lo getfem_interpolation.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interpolation.lo -MD -MP -MF .deps/getfem_interpolation.Tpo -c getfem_interpolation.cc -fPIC -DPIC -o getfem_interpolation.o mv -f .deps/getfem_regular_meshes.Tpo .deps/getfem_regular_meshes.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_export.lo -MD -MP -MF .deps/getfem_export.Tpo -c -o getfem_export.lo getfem_export.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_export.lo -MD -MP -MF .deps/getfem_export.Tpo -c getfem_export.cc -fPIC -DPIC -o getfem_export.o mv -f .deps/getfem_interpolation.Tpo .deps/getfem_interpolation.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_assembling_tensors.lo -MD -MP -MF .deps/getfem_assembling_tensors.Tpo -c -o getfem_assembling_tensors.lo getfem_assembling_tensors.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_assembling_tensors.lo -MD -MP -MF .deps/getfem_assembling_tensors.Tpo -c getfem_assembling_tensors.cc -fPIC -DPIC -o getfem_assembling_tensors.o mv -f .deps/getfem_import.Tpo .deps/getfem_import.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesher.lo -MD -MP -MF .deps/getfem_mesher.Tpo -c -o getfem_mesher.lo getfem_mesher.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_mesher.lo -MD -MP -MF .deps/getfem_mesher.Tpo -c getfem_mesher.cc -fPIC -DPIC -o getfem_mesher.o mv -f .deps/getfem_mesh_slicers.Tpo .deps/getfem_mesh_slicers.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_modeling.lo -MD -MP -MF .deps/getfem_modeling.Tpo -c -o getfem_modeling.lo getfem_modeling.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_modeling.lo -MD -MP -MF .deps/getfem_modeling.Tpo -c getfem_modeling.cc -fPIC -DPIC -o getfem_modeling.o mv -f .deps/getfem_modeling.Tpo .deps/getfem_modeling.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_models.lo -MD -MP -MF .deps/getfem_models.Tpo -c -o getfem_models.lo getfem_models.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_models.lo -MD -MP -MF .deps/getfem_models.Tpo -c getfem_models.cc -fPIC -DPIC -o getfem_models.o mv -f .deps/getfem_export.Tpo .deps/getfem_export.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_model_solvers.lo -MD -MP -MF .deps/getfem_model_solvers.Tpo -c -o getfem_model_solvers.lo getfem_model_solvers.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_model_solvers.lo -MD -MP -MF .deps/getfem_model_solvers.Tpo -c getfem_model_solvers.cc -fPIC -DPIC -o getfem_model_solvers.o mv -f .deps/getfem_assembling_tensors.Tpo .deps/getfem_assembling_tensors.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fourth_order.lo -MD -MP -MF .deps/getfem_fourth_order.Tpo -c -o getfem_fourth_order.lo getfem_fourth_order.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_fourth_order.lo -MD -MP -MF .deps/getfem_fourth_order.Tpo -c getfem_fourth_order.cc -fPIC -DPIC -o getfem_fourth_order.o mv -f .deps/getfem_mesher.Tpo .deps/getfem_mesher.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_nonlinear_elasticity.lo -MD -MP -MF .deps/getfem_nonlinear_elasticity.Tpo -c -o getfem_nonlinear_elasticity.lo getfem_nonlinear_elasticity.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_nonlinear_elasticity.lo -MD -MP -MF .deps/getfem_nonlinear_elasticity.Tpo -c getfem_nonlinear_elasticity.cc -fPIC -DPIC -o getfem_nonlinear_elasticity.o mv -f .deps/getfem_model_solvers.Tpo .deps/getfem_model_solvers.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_Coulomb_friction.lo -MD -MP -MF .deps/getfem_Coulomb_friction.Tpo -c -o getfem_Coulomb_friction.lo getfem_Coulomb_friction.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_Coulomb_friction.lo -MD -MP -MF .deps/getfem_Coulomb_friction.Tpo -c getfem_Coulomb_friction.cc -fPIC -DPIC -o getfem_Coulomb_friction.o mv -f .deps/getfem_fourth_order.Tpo .deps/getfem_fourth_order.Plo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_plasticity.lo -MD -MP -MF .deps/getfem_plasticity.Tpo -c -o getfem_plasticity.lo getfem_plasticity.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I.. -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_plasticity.lo -MD -MP -MF .deps/getfem_plasticity.Tpo -c getfem_plasticity.cc -fPIC -DPIC -o getfem_plasticity.o mv -f .deps/getfem_nonlinear_elasticity.Tpo .deps/getfem_nonlinear_elasticity.Plo mv -f .deps/getfem_plasticity.Tpo .deps/getfem_plasticity.Plo mv -f .deps/getfem_models.Tpo .deps/getfem_models.Plo mv -f .deps/getfem_Coulomb_friction.Tpo .deps/getfem_Coulomb_friction.Plo /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -version-info 4:1:0 -o libgetfem.la -rpath /usr/local/lib dal_backtrace.lo dal_bit_vector.lo dal_singleton.lo dal_static_stored_objects.lo bgeot_convex_structure.lo bgeot_convex_ref_simplexified.lo bgeot_convex_ref.lo bgeot_geometric_trans.lo bgeot_geotrans_inv.lo bgeot_imbricated_box.lo bgeot_kdtree.lo bgeot_mesh_structure.lo bgeot_rtree.lo bgeot_node_tab.lo bgeot_small_vector.lo bgeot_sparse_tensors.lo bgeot_poly.lo bgeot_poly_composite.lo bgeot_ftool.lo getfem_superlu.lo getfem_mesh.lo getfem_mesh_region.lo getfem_context.lo getfem_mesh_fem.lo getfem_mesh_im.lo getfem_integration.lo getfem_integration_composite.lo getfem_fem.lo getfem_interpolated_fem.lo getfem_mesh_fem_global_function.lo getfem_Xfem.lo getfem_fem_composite.lo getfem_mat_elem.lo getfem_mat_elem_type.lo getfem_inter_element.lo getfem_level_set.lo getfem_mesh_level_set.lo getfem_mesh_im_level_set.lo getfem_mesh_fem_level_set.lo getfem_mesh_fem_product.lo getfem_mesh_fem_sum.lo getfem_fem_level_set.lo getfem_partial_mesh_fem.lo getfem_mesh_slicers.lo getfem_mesh_slice.lo getfem_regular_meshes.lo getfem_import.lo getfem_interpolation.lo getfem_export.lo getfem_assembling_tensors.lo getfem_mesher.lo getfem_modeling.lo getfem_models.lo getfem_model_solvers.lo getfem_fourth_order.lo getfem_nonlinear_elasticity.lo getfem_Coulomb_friction.lo getfem_plasticity.lo ../superlu/libsuperlu.la -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: (cd .libs/libgetfem.lax/libsuperlu.a && ar x "/home/wenzw/code/PDE/getfem/src/../superlu/.libs/libsuperlu.a") libtool: link: ar cru .libs/libgetfem.a dal_backtrace.o dal_bit_vector.o dal_singleton.o dal_static_stored_objects.o bgeot_convex_structure.o bgeot_convex_ref_simplexified.o bgeot_convex_ref.o bgeot_geometric_trans.o bgeot_geotrans_inv.o bgeot_imbricated_box.o bgeot_kdtree.o bgeot_mesh_structure.o bgeot_rtree.o bgeot_node_tab.o bgeot_small_vector.o bgeot_sparse_tensors.o bgeot_poly.o bgeot_poly_composite.o bgeot_ftool.o getfem_superlu.o getfem_mesh.o getfem_mesh_region.o getfem_context.o getfem_mesh_fem.o getfem_mesh_im.o getfem_integration.o getfem_integration_composite.o getfem_fem.o getfem_interpolated_fem.o getfem_mesh_fem_global_function.o getfem_Xfem.o getfem_fem_composite.o getfem_mat_elem.o getfem_mat_elem_type.o getfem_inter_element.o getfem_level_set.o getfem_mesh_level_set.o getfem_mesh_im_level_set.o getfem_mesh_fem_level_set.o getfem_mesh_fem_product.o getfem_mesh_fem_sum.o getfem_fem_level_set.o getfem_partial_mesh_fem.o getfem_mesh_slicers.o getfem_mesh_slice.o getfem_regular_meshes.o getfem_import.o getfem_interpolation.o getfem_export.o getfem_assembling_tensors.o getfem_mesher.o getfem_modeling.o getfem_models.o getfem_model_solvers.o getfem_fourth_order.o getfem_nonlinear_elasticity.o getfem_Coulomb_friction.o getfem_plasticity.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgstrs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dsnode_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgsrfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cmyblas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dsnode_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zmyblas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ssp_blas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sp_ienv.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgssvx.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dmyblas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgsrfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgssv.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-clacon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zpanel_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgsrfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-csp_blas3.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgstrf.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zreadhb.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-spruneL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgscon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sp_coletree.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cpruneL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zlaqgs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-scomplex.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-heap_relax_snode.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zlangs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zpruneL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sutil.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-creadhb.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-lsame.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dpruneL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cutil.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgscon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-smyblas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgsequ.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-csp_blas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dutil.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgsequ.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dlangs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-smemory.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-slacon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dsp_blas3.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-superlu_timer.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zcopy_to_ucol.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cpanel_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dreadhb.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgssv.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cpivotL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-slamch.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgssv.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dpanel_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sp_preorder.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zsp_blas3.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zcolumn_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dcolumn_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ssp_blas3.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dlaqgs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zlacon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-get_perm_c.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-mmd.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgsrfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgscon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ccolumn_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgstrs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zsnode_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-clangs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-spivotgrowth.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zmemory.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zutil.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cpivotgrowth.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-spanel_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgsequ.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-icmax1.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zsnode_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-scsum1.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-claqgs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sreadhb.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-csnode_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgsequ.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dlamch.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dsp_blas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-slaqgs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ccopy_to_ucol.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-relax_snode.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgstrs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zpivotL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ssnode_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ssnode_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zpanel_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-util.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-scolumn_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-izmax1.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-spivotL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dpivotL.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-spanel_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zsp_blas2.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgssvx.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-slangs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgstrf.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cpanel_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgstrf.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgstrs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zgssvx.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dpanel_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgscon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cmemory.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dzsum1.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dmemory.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-scopy_to_ucol.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dgssvx.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-cgstrf.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dpivotgrowth.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-colamd.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dcopy_to_ucol.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-sgssv.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zcolumn_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dlacon.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-scolumn_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-memory.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dcomplex.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-ccolumn_dfs.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-dcolumn_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-csnode_bmod.o .libs/libgetfem.lax/libsuperlu.a/libsuperlu_la-zpivotgrowth.o libtool: link: ranlib .libs/libgetfem.a libtool: link: rm -fr .libs/libgetfem.lax libtool: link: ( cd ".libs" && rm -f "libgetfem.la" && ln -s "../libgetfem.la" "libgetfem.la" ) make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/src' Making all in tests make[2]: Entering directory `/home/wenzw/code/PDE/getfem/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/tests' Making all in interface make[2]: Entering directory `/home/wenzw/code/PDE/getfem/interface' Making all in src make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src' Making all in . make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interface.lo -MD -MP -MF .deps/getfem_interface.Tpo -c -o getfem_interface.lo getfem_interface.cc /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT gfi_array.lo -MD -MP -MF .deps/gfi_array.Tpo -c -o gfi_array.lo gfi_array.c /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint.lo -MD -MP -MF .deps/getfemint.Tpo -c -o getfemint.lo getfemint.cc /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_misc.lo -MD -MP -MF .deps/getfemint_misc.Tpo -c -o getfemint_misc.lo getfemint_misc.cc libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -MT gfi_array.lo -MD -MP -MF .deps/gfi_array.Tpo -c gfi_array.c -fPIC -DPIC -o gfi_array.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfem_interface.lo -MD -MP -MF .deps/getfem_interface.Tpo -c getfem_interface.cc -fPIC -DPIC -o getfem_interface.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint.lo -MD -MP -MF .deps/getfemint.Tpo -c getfemint.cc -fPIC -DPIC -o getfemint.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_misc.lo -MD -MP -MF .deps/getfemint_misc.Tpo -c getfemint_misc.cc -fPIC -DPIC -o getfemint_misc.o mv -f .deps/gfi_array.Tpo .deps/gfi_array.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat.lo -MD -MP -MF .deps/gf_spmat.Tpo -c -o gf_spmat.lo gf_spmat.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat.lo -MD -MP -MF .deps/gf_spmat.Tpo -c gf_spmat.cc -fPIC -DPIC -o gf_spmat.o mv -f .deps/getfem_interface.Tpo .deps/getfem_interface.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat_set.lo -MD -MP -MF .deps/gf_spmat_set.Tpo -c -o gf_spmat_set.lo gf_spmat_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat_set.lo -MD -MP -MF .deps/gf_spmat_set.Tpo -c gf_spmat_set.cc -fPIC -DPIC -o gf_spmat_set.o In file included from gf_spmat.cc:25: ../../src/gmm/gmm_inoutput.h: In member function ‘int gmm::HarwellBoeing_IO::readHB_data(IND_TYPE*, IND_TYPE*, double*) [with IND_TYPE = unsigned int]’: ../../src/gmm/gmm_inoutput.h:212: warning: ‘Valflag’ may be used uninitialized in this function mv -f .deps/getfemint.Tpo .deps/getfemint.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat_get.lo -MD -MP -MF .deps/gf_spmat_get.Tpo -c -o gf_spmat_get.lo gf_spmat_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_spmat_get.lo -MD -MP -MF .deps/gf_spmat_get.Tpo -c gf_spmat_get.cc -fPIC -DPIC -o gf_spmat_get.o mv -f .deps/getfemint_misc.Tpo .deps/getfemint_misc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_linsolve.lo -MD -MP -MF .deps/gf_linsolve.Tpo -c -o gf_linsolve.lo gf_linsolve.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_linsolve.lo -MD -MP -MF .deps/gf_linsolve.Tpo -c gf_linsolve.cc -fPIC -DPIC -o gf_linsolve.o mv -f .deps/gf_spmat.Tpo .deps/gf_spmat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_util.lo -MD -MP -MF .deps/gf_util.Tpo -c -o gf_util.lo gf_util.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_util.lo -MD -MP -MF .deps/gf_util.Tpo -c gf_util.cc -fPIC -DPIC -o gf_util.o mv -f .deps/gf_spmat_set.Tpo .deps/gf_spmat_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_cvstruct_get.lo -MD -MP -MF .deps/gf_cvstruct_get.Tpo -c -o gf_cvstruct_get.lo gf_cvstruct_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_cvstruct_get.lo -MD -MP -MF .deps/gf_cvstruct_get.Tpo -c gf_cvstruct_get.cc -fPIC -DPIC -o gf_cvstruct_get.o mv -f .deps/gf_util.Tpo .deps/gf_util.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_geotrans.lo -MD -MP -MF .deps/gf_geotrans.Tpo -c -o gf_geotrans.lo gf_geotrans.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_geotrans.lo -MD -MP -MF .deps/gf_geotrans.Tpo -c gf_geotrans.cc -fPIC -DPIC -o gf_geotrans.o mv -f .deps/gf_cvstruct_get.Tpo .deps/gf_cvstruct_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_geotrans_get.lo -MD -MP -MF .deps/gf_geotrans_get.Tpo -c -o gf_geotrans_get.lo gf_geotrans_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_geotrans_get.lo -MD -MP -MF .deps/gf_geotrans_get.Tpo -c gf_geotrans_get.cc -fPIC -DPIC -o gf_geotrans_get.o mv -f .deps/gf_geotrans.Tpo .deps/gf_geotrans.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_compute.lo -MD -MP -MF .deps/gf_compute.Tpo -c -o gf_compute.lo gf_compute.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_compute.lo -MD -MP -MF .deps/gf_compute.Tpo -c gf_compute.cc -fPIC -DPIC -o gf_compute.o mv -f .deps/gf_geotrans_get.Tpo .deps/gf_geotrans_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem.lo -MD -MP -MF .deps/gf_mesh_fem.Tpo -c -o gf_mesh_fem.lo gf_mesh_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem.lo -MD -MP -MF .deps/gf_mesh_fem.Tpo -c gf_mesh_fem.cc -fPIC -DPIC -o gf_mesh_fem.o mv -f .deps/gf_linsolve.Tpo .deps/gf_linsolve.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem_set.lo -MD -MP -MF .deps/gf_mesh_fem_set.Tpo -c -o gf_mesh_fem_set.lo gf_mesh_fem_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem_set.lo -MD -MP -MF .deps/gf_mesh_fem_set.Tpo -c gf_mesh_fem_set.cc -fPIC -DPIC -o gf_mesh_fem_set.o mv -f .deps/gf_spmat_get.Tpo .deps/gf_spmat_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem_get.lo -MD -MP -MF .deps/gf_mesh_fem_get.Tpo -c -o gf_mesh_fem_get.lo gf_mesh_fem_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_fem_get.lo -MD -MP -MF .deps/gf_mesh_fem_get.Tpo -c gf_mesh_fem_get.cc -fPIC -DPIC -o gf_mesh_fem_get.o mv -f .deps/gf_mesh_fem.Tpo .deps/gf_mesh_fem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im.lo -MD -MP -MF .deps/gf_mesh_im.Tpo -c -o gf_mesh_im.lo gf_mesh_im.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im.lo -MD -MP -MF .deps/gf_mesh_im.Tpo -c gf_mesh_im.cc -fPIC -DPIC -o gf_mesh_im.o mv -f .deps/gf_mesh_fem_set.Tpo .deps/gf_mesh_fem_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im_set.lo -MD -MP -MF .deps/gf_mesh_im_set.Tpo -c -o gf_mesh_im_set.lo gf_mesh_im_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im_set.lo -MD -MP -MF .deps/gf_mesh_im_set.Tpo -c gf_mesh_im_set.cc -fPIC -DPIC -o gf_mesh_im_set.o mv -f .deps/gf_mesh_im.Tpo .deps/gf_mesh_im.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im_get.lo -MD -MP -MF .deps/gf_mesh_im_get.Tpo -c -o gf_mesh_im_get.lo gf_mesh_im_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_im_get.lo -MD -MP -MF .deps/gf_mesh_im_get.Tpo -c gf_mesh_im_get.cc -fPIC -DPIC -o gf_mesh_im_get.o mv -f .deps/gf_mesh_im_set.Tpo .deps/gf_mesh_im_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick.lo -MD -MP -MF .deps/gf_mdbrick.Tpo -c -o gf_mdbrick.lo gf_mdbrick.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick.lo -MD -MP -MF .deps/gf_mdbrick.Tpo -c gf_mdbrick.cc -fPIC -DPIC -o gf_mdbrick.o mv -f .deps/gf_mesh_im_get.Tpo .deps/gf_mesh_im_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick_get.lo -MD -MP -MF .deps/gf_mdbrick_get.Tpo -c -o gf_mdbrick_get.lo gf_mdbrick_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick_get.lo -MD -MP -MF .deps/gf_mdbrick_get.Tpo -c gf_mdbrick_get.cc -fPIC -DPIC -o gf_mdbrick_get.o mv -f .deps/gf_mesh_fem_get.Tpo .deps/gf_mesh_fem_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick_set.lo -MD -MP -MF .deps/gf_mdbrick_set.Tpo -c -o gf_mdbrick_set.lo gf_mdbrick_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdbrick_set.lo -MD -MP -MF .deps/gf_mdbrick_set.Tpo -c gf_mdbrick_set.cc -fPIC -DPIC -o gf_mdbrick_set.o mv -f .deps/gf_compute.Tpo .deps/gf_compute.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate.lo -MD -MP -MF .deps/gf_mdstate.Tpo -c -o gf_mdstate.lo gf_mdstate.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate.lo -MD -MP -MF .deps/gf_mdstate.Tpo -c gf_mdstate.cc -fPIC -DPIC -o gf_mdstate.o mv -f .deps/gf_mdbrick_set.Tpo .deps/gf_mdbrick_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate_get.lo -MD -MP -MF .deps/gf_mdstate_get.Tpo -c -o gf_mdstate_get.lo gf_mdstate_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate_get.lo -MD -MP -MF .deps/gf_mdstate_get.Tpo -c gf_mdstate_get.cc -fPIC -DPIC -o gf_mdstate_get.o mv -f .deps/gf_mdstate.Tpo .deps/gf_mdstate.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate_set.lo -MD -MP -MF .deps/gf_mdstate_set.Tpo -c -o gf_mdstate_set.lo gf_mdstate_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mdstate_set.lo -MD -MP -MF .deps/gf_mdstate_set.Tpo -c gf_mdstate_set.cc -fPIC -DPIC -o gf_mdstate_set.o mv -f .deps/gf_mdstate_get.Tpo .deps/gf_mdstate_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model.lo -MD -MP -MF .deps/gf_model.Tpo -c -o gf_model.lo gf_model.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model.lo -MD -MP -MF .deps/gf_model.Tpo -c gf_model.cc -fPIC -DPIC -o gf_model.o mv -f .deps/gf_model.Tpo .deps/gf_model.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model_get.lo -MD -MP -MF .deps/gf_model_get.Tpo -c -o gf_model_get.lo gf_model_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model_get.lo -MD -MP -MF .deps/gf_model_get.Tpo -c gf_model_get.cc -fPIC -DPIC -o gf_model_get.o mv -f .deps/gf_mdstate_set.Tpo .deps/gf_mdstate_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model_set.lo -MD -MP -MF .deps/gf_model_set.Tpo -c -o gf_model_set.lo gf_model_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_model_set.lo -MD -MP -MF .deps/gf_model_set.Tpo -c gf_model_set.cc -fPIC -DPIC -o gf_model_set.o mv -f .deps/gf_mdbrick_get.Tpo .deps/gf_mdbrick_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_eltm.lo -MD -MP -MF .deps/gf_eltm.Tpo -c -o gf_eltm.lo gf_eltm.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_eltm.lo -MD -MP -MF .deps/gf_eltm.Tpo -c gf_eltm.cc -fPIC -DPIC -o gf_eltm.o mv -f .deps/gf_model_set.Tpo .deps/gf_model_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh.lo -MD -MP -MF .deps/gf_mesh.Tpo -c -o gf_mesh.lo gf_mesh.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh.lo -MD -MP -MF .deps/gf_mesh.Tpo -c gf_mesh.cc -fPIC -DPIC -o gf_mesh.o mv -f .deps/gf_eltm.Tpo .deps/gf_eltm.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_set.lo -MD -MP -MF .deps/gf_mesh_set.Tpo -c -o gf_mesh_set.lo gf_mesh_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_set.lo -MD -MP -MF .deps/gf_mesh_set.Tpo -c gf_mesh_set.cc -fPIC -DPIC -o gf_mesh_set.o mv -f .deps/gf_model_get.Tpo .deps/gf_model_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_get.lo -MD -MP -MF .deps/gf_mesh_get.Tpo -c -o gf_mesh_get.lo gf_mesh_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_get.lo -MD -MP -MF .deps/gf_mesh_get.Tpo -c gf_mesh_get.cc -fPIC -DPIC -o gf_mesh_get.o mv -f .deps/gf_mesh.Tpo .deps/gf_mesh.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice.lo -MD -MP -MF .deps/gf_slice.Tpo -c -o gf_slice.lo gf_slice.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice.lo -MD -MP -MF .deps/gf_slice.Tpo -c gf_slice.cc -fPIC -DPIC -o gf_slice.o mv -f .deps/gf_mdbrick.Tpo .deps/gf_mdbrick.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice_get.lo -MD -MP -MF .deps/gf_slice_get.Tpo -c -o gf_slice_get.lo gf_slice_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice_get.lo -MD -MP -MF .deps/gf_slice_get.Tpo -c gf_slice_get.cc -fPIC -DPIC -o gf_slice_get.o mv -f .deps/gf_mesh_set.Tpo .deps/gf_mesh_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice_set.lo -MD -MP -MF .deps/gf_slice_set.Tpo -c -o gf_slice_set.lo gf_slice_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_slice_set.lo -MD -MP -MF .deps/gf_slice_set.Tpo -c gf_slice_set.cc -fPIC -DPIC -o gf_slice_set.o mv -f .deps/gf_slice_set.Tpo .deps/gf_slice_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset.lo -MD -MP -MF .deps/gf_levelset.Tpo -c -o gf_levelset.lo gf_levelset.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset.lo -MD -MP -MF .deps/gf_levelset.Tpo -c gf_levelset.cc -fPIC -DPIC -o gf_levelset.o mv -f .deps/gf_levelset.Tpo .deps/gf_levelset.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset_get.lo -MD -MP -MF .deps/gf_levelset_get.Tpo -c -o gf_levelset_get.lo gf_levelset_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset_get.lo -MD -MP -MF .deps/gf_levelset_get.Tpo -c gf_levelset_get.cc -fPIC -DPIC -o gf_levelset_get.o mv -f .deps/gf_slice.Tpo .deps/gf_slice.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset_set.lo -MD -MP -MF .deps/gf_levelset_set.Tpo -c -o gf_levelset_set.lo gf_levelset_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_levelset_set.lo -MD -MP -MF .deps/gf_levelset_set.Tpo -c gf_levelset_set.cc -fPIC -DPIC -o gf_levelset_set.o mv -f .deps/gf_mesh_get.Tpo .deps/gf_mesh_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset.lo -MD -MP -MF .deps/gf_mesh_levelset.Tpo -c -o gf_mesh_levelset.lo gf_mesh_levelset.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset.lo -MD -MP -MF .deps/gf_mesh_levelset.Tpo -c gf_mesh_levelset.cc -fPIC -DPIC -o gf_mesh_levelset.o mv -f .deps/gf_levelset_set.Tpo .deps/gf_levelset_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset_get.lo -MD -MP -MF .deps/gf_mesh_levelset_get.Tpo -c -o gf_mesh_levelset_get.lo gf_mesh_levelset_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset_get.lo -MD -MP -MF .deps/gf_mesh_levelset_get.Tpo -c gf_mesh_levelset_get.cc -fPIC -DPIC -o gf_mesh_levelset_get.o mv -f .deps/gf_levelset_get.Tpo .deps/gf_levelset_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset_set.lo -MD -MP -MF .deps/gf_mesh_levelset_set.Tpo -c -o gf_mesh_levelset_set.lo gf_mesh_levelset_set.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_mesh_levelset_set.lo -MD -MP -MF .deps/gf_mesh_levelset_set.Tpo -c gf_mesh_levelset_set.cc -fPIC -DPIC -o gf_mesh_levelset_set.o mv -f .deps/gf_mesh_levelset.Tpo .deps/gf_mesh_levelset.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_precond.lo -MD -MP -MF .deps/gf_precond.Tpo -c -o gf_precond.lo gf_precond.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_precond.lo -MD -MP -MF .deps/gf_precond.Tpo -c gf_precond.cc -fPIC -DPIC -o gf_precond.o mv -f .deps/gf_slice_get.Tpo .deps/gf_slice_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_precond_get.lo -MD -MP -MF .deps/gf_precond_get.Tpo -c -o gf_precond_get.lo gf_precond_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_precond_get.lo -MD -MP -MF .deps/gf_precond_get.Tpo -c gf_precond_get.cc -fPIC -DPIC -o gf_precond_get.o mv -f .deps/gf_mesh_levelset_get.Tpo .deps/gf_mesh_levelset_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_asm.lo -MD -MP -MF .deps/gf_asm.Tpo -c -o gf_asm.lo gf_asm.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_asm.lo -MD -MP -MF .deps/gf_asm.Tpo -c gf_asm.cc -fPIC -DPIC -o gf_asm.o mv -f .deps/gf_mesh_levelset_set.Tpo .deps/gf_mesh_levelset_set.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_fem.lo -MD -MP -MF .deps/gf_fem.Tpo -c -o gf_fem.lo gf_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_fem.lo -MD -MP -MF .deps/gf_fem.Tpo -c gf_fem.cc -fPIC -DPIC -o gf_fem.o mv -f .deps/gf_precond_get.Tpo .deps/gf_precond_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_fem_get.lo -MD -MP -MF .deps/gf_fem_get.Tpo -c -o gf_fem_get.lo gf_fem_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_fem_get.lo -MD -MP -MF .deps/gf_fem_get.Tpo -c gf_fem_get.cc -fPIC -DPIC -o gf_fem_get.o mv -f .deps/gf_fem.Tpo .deps/gf_fem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_integ.lo -MD -MP -MF .deps/gf_integ.Tpo -c -o gf_integ.lo gf_integ.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_integ.lo -MD -MP -MF .deps/gf_integ.Tpo -c gf_integ.cc -fPIC -DPIC -o gf_integ.o mv -f .deps/gf_precond.Tpo .deps/gf_precond.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_integ_get.lo -MD -MP -MF .deps/gf_integ_get.Tpo -c -o gf_integ_get.lo gf_integ_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_integ_get.lo -MD -MP -MF .deps/gf_integ_get.Tpo -c gf_integ_get.cc -fPIC -DPIC -o gf_integ_get.o mv -f .deps/gf_integ.Tpo .deps/gf_integ.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_global_function.lo -MD -MP -MF .deps/gf_global_function.Tpo -c -o gf_global_function.lo gf_global_function.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_global_function.lo -MD -MP -MF .deps/gf_global_function.Tpo -c gf_global_function.cc -fPIC -DPIC -o gf_global_function.o mv -f .deps/gf_integ_get.Tpo .deps/gf_integ_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_global_function_get.lo -MD -MP -MF .deps/gf_global_function_get.Tpo -c -o gf_global_function_get.lo gf_global_function_get.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_global_function_get.lo -MD -MP -MF .deps/gf_global_function_get.Tpo -c gf_global_function_get.cc -fPIC -DPIC -o gf_global_function_get.o mv -f .deps/gf_fem_get.Tpo .deps/gf_fem_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_workspace.lo -MD -MP -MF .deps/gf_workspace.Tpo -c -o gf_workspace.lo gf_workspace.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_workspace.lo -MD -MP -MF .deps/gf_workspace.Tpo -c gf_workspace.cc -fPIC -DPIC -o gf_workspace.o mv -f .deps/gf_global_function.Tpo .deps/gf_global_function.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_delete.lo -MD -MP -MF .deps/gf_delete.Tpo -c -o gf_delete.lo gf_delete.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_delete.lo -MD -MP -MF .deps/gf_delete.Tpo -c gf_delete.cc -fPIC -DPIC -o gf_delete.o mv -f .deps/gf_global_function_get.Tpo .deps/gf_global_function_get.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_undelete.lo -MD -MP -MF .deps/gf_undelete.Tpo -c -o gf_undelete.lo gf_undelete.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT gf_undelete.lo -MD -MP -MF .deps/gf_undelete.Tpo -c gf_undelete.cc -fPIC -DPIC -o gf_undelete.o mv -f .deps/gf_delete.Tpo .deps/gf_delete.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_workspace.lo -MD -MP -MF .deps/getfemint_workspace.Tpo -c -o getfemint_workspace.lo getfemint_workspace.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_workspace.lo -MD -MP -MF .deps/getfemint_workspace.Tpo -c getfemint_workspace.cc -fPIC -DPIC -o getfemint_workspace.o mv -f .deps/gf_undelete.Tpo .deps/gf_undelete.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh.lo -MD -MP -MF .deps/getfemint_mesh.Tpo -c -o getfemint_mesh.lo getfemint_mesh.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh.lo -MD -MP -MF .deps/getfemint_mesh.Tpo -c getfemint_mesh.cc -fPIC -DPIC -o getfemint_mesh.o mv -f .deps/gf_workspace.Tpo .deps/gf_workspace.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_fem.lo -MD -MP -MF .deps/getfemint_mesh_fem.Tpo -c -o getfemint_mesh_fem.lo getfemint_mesh_fem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_fem.lo -MD -MP -MF .deps/getfemint_mesh_fem.Tpo -c getfemint_mesh_fem.cc -fPIC -DPIC -o getfemint_mesh_fem.o mv -f .deps/getfemint_mesh.Tpo .deps/getfemint_mesh.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_im.lo -MD -MP -MF .deps/getfemint_mesh_im.Tpo -c -o getfemint_mesh_im.lo getfemint_mesh_im.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_im.lo -MD -MP -MF .deps/getfemint_mesh_im.Tpo -c getfemint_mesh_im.cc -fPIC -DPIC -o getfemint_mesh_im.o mv -f .deps/getfemint_workspace.Tpo .deps/getfemint_workspace.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_matelem.lo -MD -MP -MF .deps/getfemint_matelem.Tpo -c -o getfemint_matelem.lo getfemint_matelem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_matelem.lo -MD -MP -MF .deps/getfemint_matelem.Tpo -c getfemint_matelem.cc -fPIC -DPIC -o getfemint_matelem.o mv -f .deps/getfemint_mesh_fem.Tpo .deps/getfemint_mesh_fem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_matelemtype.lo -MD -MP -MF .deps/getfemint_matelemtype.Tpo -c -o getfemint_matelemtype.lo getfemint_matelemtype.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_matelemtype.lo -MD -MP -MF .deps/getfemint_matelemtype.Tpo -c getfemint_matelemtype.cc -fPIC -DPIC -o getfemint_matelemtype.o mv -f .deps/getfemint_mesh_im.Tpo .deps/getfemint_mesh_im.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_pfem.lo -MD -MP -MF .deps/getfemint_pfem.Tpo -c -o getfemint_pfem.lo getfemint_pfem.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_pfem.lo -MD -MP -MF .deps/getfemint_pfem.Tpo -c getfemint_pfem.cc -fPIC -DPIC -o getfemint_pfem.o mv -f .deps/getfemint_matelem.Tpo .deps/getfemint_matelem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_integ.lo -MD -MP -MF .deps/getfemint_integ.Tpo -c -o getfemint_integ.lo getfemint_integ.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_integ.lo -MD -MP -MF .deps/getfemint_integ.Tpo -c getfemint_integ.cc -fPIC -DPIC -o getfemint_integ.o mv -f .deps/getfemint_matelemtype.Tpo .deps/getfemint_matelemtype.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_global_function.lo -MD -MP -MF .deps/getfemint_global_function.Tpo -c -o getfemint_global_function.lo getfemint_global_function.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_global_function.lo -MD -MP -MF .deps/getfemint_global_function.Tpo -c getfemint_global_function.cc -fPIC -DPIC -o getfemint_global_function.o mv -f .deps/getfemint_pfem.Tpo .deps/getfemint_pfem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_pgt.lo -MD -MP -MF .deps/getfemint_pgt.Tpo -c -o getfemint_pgt.lo getfemint_pgt.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_pgt.lo -MD -MP -MF .deps/getfemint_pgt.Tpo -c getfemint_pgt.cc -fPIC -DPIC -o getfemint_pgt.o mv -f .deps/getfemint_integ.Tpo .deps/getfemint_integ.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_convex_structure.lo -MD -MP -MF .deps/getfemint_convex_structure.Tpo -c -o getfemint_convex_structure.lo getfemint_convex_structure.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_convex_structure.lo -MD -MP -MF .deps/getfemint_convex_structure.Tpo -c getfemint_convex_structure.cc -fPIC -DPIC -o getfemint_convex_structure.o mv -f .deps/getfemint_global_function.Tpo .deps/getfemint_global_function.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mdbrick.lo -MD -MP -MF .deps/getfemint_mdbrick.Tpo -c -o getfemint_mdbrick.lo getfemint_mdbrick.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mdbrick.lo -MD -MP -MF .deps/getfemint_mdbrick.Tpo -c getfemint_mdbrick.cc -fPIC -DPIC -o getfemint_mdbrick.o mv -f .deps/getfemint_pgt.Tpo .deps/getfemint_pgt.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_levelset.lo -MD -MP -MF .deps/getfemint_levelset.Tpo -c -o getfemint_levelset.lo getfemint_levelset.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_levelset.lo -MD -MP -MF .deps/getfemint_levelset.Tpo -c getfemint_levelset.cc -fPIC -DPIC -o getfemint_levelset.o mv -f .deps/getfemint_convex_structure.Tpo .deps/getfemint_convex_structure.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_levelset.lo -MD -MP -MF .deps/getfemint_mesh_levelset.Tpo -c -o getfemint_mesh_levelset.lo getfemint_mesh_levelset.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_mesh_levelset.lo -MD -MP -MF .deps/getfemint_mesh_levelset.Tpo -c getfemint_mesh_levelset.cc -fPIC -DPIC -o getfemint_mesh_levelset.o mv -f .deps/gf_asm.Tpo .deps/gf_asm.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_gsparse.lo -MD -MP -MF .deps/getfemint_gsparse.Tpo -c -o getfemint_gsparse.lo getfemint_gsparse.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_gsparse.lo -MD -MP -MF .deps/getfemint_gsparse.Tpo -c getfemint_gsparse.cc -fPIC -DPIC -o getfemint_gsparse.o mv -f .deps/getfemint_mesh_levelset.Tpo .deps/getfemint_mesh_levelset.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_gsparse_misc.lo -MD -MP -MF .deps/getfemint_gsparse_misc.Tpo -c -o getfemint_gsparse_misc.lo getfemint_gsparse_misc.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT getfemint_gsparse_misc.lo -MD -MP -MF .deps/getfemint_gsparse_misc.Tpo -c getfemint_gsparse_misc.cc -fPIC -DPIC -o getfemint_gsparse_misc.o mv -f .deps/getfemint_mdbrick.Tpo .deps/getfemint_mdbrick.Plo mv -f .deps/getfemint_levelset.Tpo .deps/getfemint_levelset.Plo mv -f .deps/getfemint_gsparse.Tpo .deps/getfemint_gsparse.Plo In file included from getfemint_gsparse_misc.cc:23: ../../src/gmm/gmm_inoutput.h: In member function ‘int gmm::HarwellBoeing_IO::readHB_data(IND_TYPE*, IND_TYPE*, double*) [with IND_TYPE = unsigned int]’: ../../src/gmm/gmm_inoutput.h:212: warning: ‘Valflag’ may be used uninitialized in this function mv -f .deps/getfemint_gsparse_misc.Tpo .deps/getfemint_gsparse_misc.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o libgetfemint.la getfem_interface.lo gfi_array.lo getfemint.lo getfemint_misc.lo gf_spmat.lo gf_spmat_set.lo gf_spmat_get.lo gf_linsolve.lo gf_util.lo gf_cvstruct_get.lo gf_geotrans.lo gf_geotrans_get.lo gf_compute.lo gf_mesh_fem.lo gf_mesh_fem_set.lo gf_mesh_fem_get.lo gf_mesh_im.lo gf_mesh_im_set.lo gf_mesh_im_get.lo gf_mdbrick.lo gf_mdbrick_get.lo gf_mdbrick_set.lo gf_mdstate.lo gf_mdstate_get.lo gf_mdstate_set.lo gf_model.lo gf_model_get.lo gf_model_set.lo gf_eltm.lo gf_mesh.lo gf_mesh_set.lo gf_mesh_get.lo gf_slice.lo gf_slice_get.lo gf_slice_set.lo gf_levelset.lo gf_levelset_get.lo gf_levelset_set.lo gf_mesh_levelset.lo gf_mesh_levelset_get.lo gf_mesh_levelset_set.lo gf_precond.lo gf_precond_get.lo gf_asm.lo gf_fem.lo gf_fem_get.lo gf_integ.lo gf_integ_get.lo gf_global_function.lo gf_global_function_get.lo gf_workspace.lo gf_delete.lo gf_undelete.lo getfemint_workspace.lo getfemint_mesh.lo getfemint_mesh_fem.lo getfemint_mesh_im.lo getfemint_matelem.lo getfemint_matelemtype.lo getfemint_pfem.lo getfemint_integ.lo getfemint_global_function.lo getfemint_pgt.lo getfemint_convex_structure.lo getfemint_mdbrick.lo getfemint_levelset.lo getfemint_mesh_levelset.lo getfemint_gsparse.lo getfemint_gsparse_misc.lo -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: ar cru .libs/libgetfemint.a getfem_interface.o gfi_array.o getfemint.o getfemint_misc.o gf_spmat.o gf_spmat_set.o gf_spmat_get.o gf_linsolve.o gf_util.o gf_cvstruct_get.o gf_geotrans.o gf_geotrans_get.o gf_compute.o gf_mesh_fem.o gf_mesh_fem_set.o gf_mesh_fem_get.o gf_mesh_im.o gf_mesh_im_set.o gf_mesh_im_get.o gf_mdbrick.o gf_mdbrick_get.o gf_mdbrick_set.o gf_mdstate.o gf_mdstate_get.o gf_mdstate_set.o gf_model.o gf_model_get.o gf_model_set.o gf_eltm.o gf_mesh.o gf_mesh_set.o gf_mesh_get.o gf_slice.o gf_slice_get.o gf_slice_set.o gf_levelset.o gf_levelset_get.o gf_levelset_set.o gf_mesh_levelset.o gf_mesh_levelset_get.o gf_mesh_levelset_set.o gf_precond.o gf_precond_get.o gf_asm.o gf_fem.o gf_fem_get.o gf_integ.o gf_integ_get.o gf_global_function.o gf_global_function_get.o gf_workspace.o gf_delete.o gf_undelete.o getfemint_workspace.o getfemint_mesh.o getfemint_mesh_fem.o getfemint_mesh_im.o getfemint_matelem.o getfemint_matelemtype.o getfemint_pfem.o getfemint_integ.o getfemint_global_function.o getfemint_pgt.o getfemint_convex_structure.o getfemint_mdbrick.o getfemint_levelset.o getfemint_mesh_levelset.o getfemint_gsparse.o getfemint_gsparse_misc.o libtool: link: ranlib .libs/libgetfemint.a libtool: link: ( cd ".libs" && rm -f "libgetfemint.la" && ln -s "../libgetfemint.la" "libgetfemint.la" ) make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src' Making all in matlab make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' Making all in private make[5]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab/private' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab/private' make[5]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' ../../../bin/extract_doc ./.. matlab-com || (rm -f gf_mesh.m; /bin/false ) mex -largeArrayDims -output gf_matlab -g CDEBUGFLAGS="-O3" LD="g++" \ -I. -I./.. -DMATLAB_RELEASE=2010 \ ./gfm_mex.c ./gfm_common.c ./../gfi_array.c \ ../.libs/libgetfemint.a ../../../src/.libs/libgetfem.a -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack || (rm gf_matlab.mexa64; false) make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src' Making all in tests make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests' Making all in meshes make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/meshes' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/meshes' Making all in matlab make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' Making all in private make[5]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab/private' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab/private' make[5]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests' make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests' make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface' make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/interface' Making all in contrib make[2]: Entering directory `/home/wenzw/code/PDE/getfem/contrib' Making all in icare make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/icare' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/icare' Making all in delaminated_crack make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/delaminated_crack' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/delaminated_crack' Making all in bimat_contact_crack_test make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/bimat_contact_crack_test' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/bimat_contact_crack_test' Making all in static_friction make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/static_friction' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/static_friction' Making all in bimaterial_crack_test make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/bimaterial_crack_test' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/bimaterial_crack_test' Making all in mixed_elastostatic make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/mixed_elastostatic' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/mixed_elastostatic' Making all in xfem_contact make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/xfem_contact' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/xfem_contact' Making all in crack_plate make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/crack_plate' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/crack_plate' Making all in aposteriori make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/aposteriori' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/aposteriori' Making all in inter_element_test make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/inter_element_test' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/inter_element_test' Making all in contact_grd_trans make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/contact_grd_trans' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/contact_grd_trans' Making all in mixed_dynamic_friction make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/mixed_dynamic_friction' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/mixed_dynamic_friction' Making all in xfem_large_strain make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/xfem_large_strain' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/xfem_large_strain' Making all in static_contact_gears make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/static_contact_gears' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/static_contact_gears' Making all in xfem_stab_unilat_contact make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib/xfem_stab_unilat_contact' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib/xfem_stab_unilat_contact' make[3]: Entering directory `/home/wenzw/code/PDE/getfem/contrib' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib' make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/contrib' Making all in tests-2.0 make[2]: Entering directory `/home/wenzw/code/PDE/getfem/tests-2.0' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/tests-2.0' Making all in bin make[2]: Entering directory `/home/wenzw/code/PDE/getfem/bin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/bin' Making all in doc make[2]: Entering directory `/home/wenzw/code/PDE/getfem/doc' Making all in sphinx make[3]: Entering directory `/home/wenzw/code/PDE/getfem/doc/sphinx' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/doc/sphinx' make[3]: Entering directory `/home/wenzw/code/PDE/getfem/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/doc' make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/doc' make[2]: Entering directory `/home/wenzw/code/PDE/getfem' make[2]: Leaving directory `/home/wenzw/code/PDE/getfem' make[1]: Leaving directory `/home/wenzw/code/PDE/getfem' address@hidden:~/code/PDE/getfem$ address@hidden:~/code/PDE/getfem$ make -j4 check Making check in m4 make[1]: Entering directory `/home/wenzw/code/PDE/getfem/m4' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/m4' Making check in cubature make[1]: Entering directory `/home/wenzw/code/PDE/getfem/cubature' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/cubature' Making check in superlu make[1]: Entering directory `/home/wenzw/code/PDE/getfem/superlu' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/superlu' Making check in src make[1]: Entering directory `/home/wenzw/code/PDE/getfem/src' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/src' Making check in tests make[1]: Entering directory `/home/wenzw/code/PDE/getfem/tests' make dynamic_array dynamic_tas test_int_set test_tree_sorted poly test_small_vector test_kdtree test_rtree test_mesh test_slice integration geo_trans_inv test_mat_elem test_interpolation test_assembly test_norm test_interpolated_fem test_range_basis laplacian laplacian_with_bricks elastostatic stokes helmholtz plate nonlinear_elastostatic nonlinear_membrane schwarz_additive test_mesh_generation test_mesh_im_level_set crack plasticity plasticity_old_brick dynamic_friction bilaplacian heat_equation wave_equation cyl_slicer make[2]: Entering directory `/home/wenzw/code/PDE/getfem/tests' g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dynamic_array.o -MD -MP -MF .deps/dynamic_array.Tpo -c -o dynamic_array.o dynamic_array.cc g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dynamic_tas.o -MD -MP -MF .deps/dynamic_tas.Tpo -c -o dynamic_tas.o dynamic_tas.cc g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_int_set.o -MD -MP -MF .deps/test_int_set.Tpo -c -o test_int_set.o test_int_set.cc g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_tree_sorted.o -MD -MP -MF .deps/test_tree_sorted.Tpo -c -o test_tree_sorted.o test_tree_sorted.cc mv -f .deps/dynamic_tas.Tpo .deps/dynamic_tas.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT poly.o -MD -MP -MF .deps/poly.Tpo -c -o poly.o poly.cc ../src/getfem/dal_tree_sorted.h: In function ‘int main()’: ../src/getfem/dal_tree_sorted.h:85: warning: array subscript is above array bounds mv -f .deps/test_int_set.Tpo .deps/test_int_set.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_small_vector.o -MD -MP -MF .deps/test_small_vector.Tpo -c -o test_small_vector.o test_small_vector.cc mv -f .deps/test_tree_sorted.Tpo .deps/test_tree_sorted.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_kdtree.o -MD -MP -MF .deps/test_kdtree.Tpo -c -o test_kdtree.o test_kdtree.cc mv -f .deps/dynamic_array.Tpo .deps/dynamic_array.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_rtree.o -MD -MP -MF .deps/test_rtree.Tpo -c -o test_rtree.o test_rtree.cc mv -f .deps/poly.Tpo .deps/poly.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_mesh.o -MD -MP -MF .deps/test_mesh.Tpo -c -o test_mesh.o test_mesh.cc mv -f .deps/test_kdtree.Tpo .deps/test_kdtree.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_slice.o -MD -MP -MF .deps/test_slice.Tpo -c -o test_slice.o test_slice.cc mv -f .deps/test_small_vector.Tpo .deps/test_small_vector.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT integration.o -MD -MP -MF .deps/integration.Tpo -c -o integration.o integration.cc mv -f .deps/test_rtree.Tpo .deps/test_rtree.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT geo_trans_inv.o -MD -MP -MF .deps/geo_trans_inv.Tpo -c -o geo_trans_inv.o geo_trans_inv.cc mv -f .deps/test_slice.Tpo .deps/test_slice.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_mat_elem.o -MD -MP -MF .deps/test_mat_elem.Tpo -c -o test_mat_elem.o test_mat_elem.cc integration.cc:200: warning: ‘void check_orders()’ defined but not used mv -f .deps/integration.Tpo .deps/integration.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_interpolation.o -MD -MP -MF .deps/test_interpolation.Tpo -c -o test_interpolation.o test_interpolation.cc mv -f .deps/geo_trans_inv.Tpo .deps/geo_trans_inv.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_assembly.o -MD -MP -MF .deps/test_assembly.Tpo -c -o test_assembly.o test_assembly.cc mv -f .deps/test_mat_elem.Tpo .deps/test_mat_elem.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_norm.o -MD -MP -MF .deps/test_norm.Tpo -c -o test_norm.o test_norm.cc mv -f .deps/test_mesh.Tpo .deps/test_mesh.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_interpolated_fem.o -MD -MP -MF .deps/test_interpolated_fem.Tpo -c -o test_interpolated_fem.o test_interpolated_fem.cc mv -f .deps/test_interpolated_fem.Tpo .deps/test_interpolated_fem.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_range_basis.o -MD -MP -MF .deps/test_range_basis.Tpo -c -o test_range_basis.o test_range_basis.cc mv -f .deps/test_norm.Tpo .deps/test_norm.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT laplacian.o -MD -MP -MF .deps/laplacian.Tpo -c -o laplacian.o laplacian.cc mv -f .deps/test_interpolation.Tpo .deps/test_interpolation.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT laplacian_with_bricks.o -MD -MP -MF .deps/laplacian_with_bricks.Tpo -c -o laplacian_with_bricks.o laplacian_with_bricks.cc mv -f .deps/test_assembly.Tpo .deps/test_assembly.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT elastostatic.o -MD -MP -MF .deps/elastostatic.Tpo -c -o elastostatic.o elastostatic.cc mv -f .deps/test_range_basis.Tpo .deps/test_range_basis.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT stokes.o -MD -MP -MF .deps/stokes.Tpo -c -o stokes.o stokes.cc mv -f .deps/laplacian_with_bricks.Tpo .deps/laplacian_with_bricks.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT helmholtz.o -MD -MP -MF .deps/helmholtz.Tpo -c -o helmholtz.o helmholtz.cc mv -f .deps/laplacian.Tpo .deps/laplacian.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT plate.o -MD -MP -MF .deps/plate.Tpo -c -o plate.o plate.cc mv -f .deps/stokes.Tpo .deps/stokes.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT nonlinear_elastostatic.o -MD -MP -MF .deps/nonlinear_elastostatic.Tpo -c -o nonlinear_elastostatic.o nonlinear_elastostatic.cc mv -f .deps/elastostatic.Tpo .deps/elastostatic.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT nonlinear_membrane.o -MD -MP -MF .deps/nonlinear_membrane.Tpo -c -o nonlinear_membrane.o nonlinear_membrane.cc mv -f .deps/helmholtz.Tpo .deps/helmholtz.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT schwarz_additive.o -MD -MP -MF .deps/schwarz_additive.Tpo -c -o schwarz_additive.o schwarz_additive.cc mv -f .deps/nonlinear_elastostatic.Tpo .deps/nonlinear_elastostatic.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_mesh_generation.o -MD -MP -MF .deps/test_mesh_generation.Tpo -c -o test_mesh_generation.o test_mesh_generation.cc mv -f .deps/test_mesh_generation.Tpo .deps/test_mesh_generation.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT test_mesh_im_level_set.o -MD -MP -MF .deps/test_mesh_im_level_set.Tpo -c -o test_mesh_im_level_set.o test_mesh_im_level_set.cc mv -f .deps/schwarz_additive.Tpo .deps/schwarz_additive.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT crack.o -MD -MP -MF .deps/crack.Tpo -c -o crack.o crack.cc mv -f .deps/test_mesh_im_level_set.Tpo .deps/test_mesh_im_level_set.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT plasticity.o -MD -MP -MF .deps/plasticity.Tpo -c -o plasticity.o plasticity.cc mv -f .deps/plate.Tpo .deps/plate.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT plasticity_old_brick.o -MD -MP -MF .deps/plasticity_old_brick.Tpo -c -o plasticity_old_brick.o plasticity_old_brick.cc mv -f .deps/nonlinear_membrane.Tpo .deps/nonlinear_membrane.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT dynamic_friction.o -MD -MP -MF .deps/dynamic_friction.Tpo -c -o dynamic_friction.o dynamic_friction.cc mv -f .deps/plasticity.Tpo .deps/plasticity.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT bilaplacian.o -MD -MP -MF .deps/bilaplacian.Tpo -c -o bilaplacian.o bilaplacian.cc mv -f .deps/crack.Tpo .deps/crack.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT heat_equation.o -MD -MP -MF .deps/heat_equation.Tpo -c -o heat_equation.o heat_equation.cc mv -f .deps/plasticity_old_brick.Tpo .deps/plasticity_old_brick.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT wave_equation.o -MD -MP -MF .deps/wave_equation.Tpo -c -o wave_equation.o wave_equation.cc mv -f .deps/heat_equation.Tpo .deps/heat_equation.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -DGMM_USES_BLAS -I/usr/local/include -DGMM_USES_LAPACK -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -MT cyl_slicer.o -MD -MP -MF .deps/cyl_slicer.Tpo -c -o cyl_slicer.o cyl_slicer.cc cyl_slicer.cc:46: warning: unused parameter ‘argc’ cyl_slicer.cc:46: warning: unused parameter ‘argv’ mv -f .deps/bilaplacian.Tpo .deps/bilaplacian.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_array dynamic_array.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_array dynamic_array.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_tas dynamic_tas.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_tas dynamic_tas.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_int_set test_int_set.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_int_set test_int_set.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack mv -f .deps/wave_equation.Tpo .deps/wave_equation.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_tree_sorted test_tree_sorted.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack mv -f .deps/dynamic_friction.Tpo .deps/dynamic_friction.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o poly poly.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_small_vector test_small_vector.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o poly poly.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_tree_sorted test_tree_sorted.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_small_vector test_small_vector.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_kdtree test_kdtree.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_rtree test_rtree.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_kdtree test_kdtree.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh test_mesh.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_rtree test_rtree.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_slice test_slice.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o integration integration.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh test_mesh.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_slice test_slice.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o integration integration.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o geo_trans_inv geo_trans_inv.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mat_elem test_mat_elem.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_interpolation test_interpolation.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o geo_trans_inv geo_trans_inv.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mat_elem test_mat_elem.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_assembly test_assembly.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_interpolation test_interpolation.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_norm test_norm.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_norm test_norm.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_assembly test_assembly.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_interpolated_fem test_interpolated_fem.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_range_basis test_range_basis.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_interpolated_fem test_interpolated_fem.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o laplacian laplacian.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_range_basis test_range_basis.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o laplacian laplacian.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o laplacian_with_bricks laplacian_with_bricks.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o elastostatic elastostatic.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o laplacian_with_bricks laplacian_with_bricks.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o stokes stokes.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o elastostatic elastostatic.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o stokes stokes.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o helmholtz helmholtz.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plate plate.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o helmholtz helmholtz.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plate plate.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o nonlinear_elastostatic nonlinear_elastostatic.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o nonlinear_elastostatic nonlinear_elastostatic.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o nonlinear_membrane nonlinear_membrane.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o schwarz_additive schwarz_additive.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o nonlinear_membrane nonlinear_membrane.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh_generation test_mesh_generation.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o schwarz_additive schwarz_additive.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh_generation test_mesh_generation.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh_im_level_set test_mesh_im_level_set.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o crack crack.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o test_mesh_im_level_set test_mesh_im_level_set.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o crack crack.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plasticity plasticity.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plasticity plasticity.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plasticity_old_brick plasticity_old_brick.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_friction dynamic_friction.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o plasticity_old_brick plasticity_old_brick.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o bilaplacian bilaplacian.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o dynamic_friction dynamic_friction.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o heat_equation heat_equation.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o bilaplacian bilaplacian.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o wave_equation wave_equation.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o heat_equation heat_equation.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o wave_equation wave_equation.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack mv -f .deps/cyl_slicer.Tpo .deps/cyl_slicer.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o cyl_slicer cyl_slicer.o ../src/libgetfem.la -lm -rdynamic -lmuparser -lqhull -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack libtool: link: g++ -O3 -Wall -W -fmessage-length=0 -ftemplate-depth-40 -pedantic -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -Wredundant-decls -Wno-long-long -o cyl_slicer cyl_slicer.o -rdynamic ../src/.libs/libgetfem.a -lmuparser /usr/lib/libqhull.so -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../.. -L/usr/lib/x86_64-linux-gnu -lgfortranbegin -lgfortran -lm -llapack make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/tests' make check-TESTS make[2]: Entering directory `/home/wenzw/code/PDE/getfem/tests' PASS: ../tests/dynamic_array.pl PASS: ../tests/dynamic_tas.pl PASS: ../tests/test_int_set.pl PASS: ../tests/test_tree_sorted.pl PASS: ../tests/poly.pl PASS: ../tests/test_small_vector.pl PASS: ../tests/test_kdtree.pl PASS: ../tests/test_rtree.pl PASS: ../tests/geo_trans_inv.pl PASS: ../tests/test_norm.pl PASS: ../tests/test_mesh.pl PASS: ../tests/test_interpolation.pl ............. PASS: ../tests/test_mat_elem.pl PASS: ../tests/test_slice.pl PASS: ../tests/integration.pl ... PASS: ../tests/test_assembly.pl PASS: ../tests/test_interpolated_fem.pl PASS: ../tests/test_range_basis.pl ............. PASS: ../tests/laplacian.pl ............. PASS: ../tests/laplacian_with_bricks.pl ...... PASS: ../tests/elastostatic.pl PASS: ../tests/stokes.pl PASS: ../tests/plate.pl PASS: ../tests/test_mesh_im_level_set.pl PASS: ../tests/crack.pl PASS: ../tests/nonlinear_elastostatic.pl PASS: ../tests/nonlinear_membrane.pl PASS: ../tests/dynamic_friction.pl PASS: ../tests/plasticity.pl PASS: ../tests/plasticity_old_brick.pl PASS: ../tests/helmholtz.pl PASS: ../tests/schwarz_additive.pl .. PASS: ../tests/bilaplacian.pl PASS: ../tests/heat_equation.pl PASS: ../tests/wave_equation.pl PASS: ../tests/cyl_slicer.pl Gmm tests : Making 1 execution of each test Testing ./gmm_torture01_lusolve.cc Testing ./gmm_torture02_baseop.cc Testing ./gmm_torture05_mult.cc Testing ./gmm_torture06_mat_mult.cc Testing ./gmm_torture10_qr.cc Testing ./gmm_torture15_sub.cc Testing ./gmm_torture20_iterative_solvers.cc .................................................. 50 effective experiments with no fault, size = 8 base type : f solver least square cg : 50 exp. with no fault, ratio = 0, average nb iter = 9.3 solver bicgstab : 257 exp. with no fault, ratio = 0, average nb iter = 6.35 solver gmres : 257 exp. with no fault, ratio = 0, average nb iter = 3.93 solver qmr : 250 exp. with no fault, ratio = 0, average nb iter = 6.77 solver cg : 200 exp. with no fault, ratio = 0, average nb iter = 5.09 no precond : 250 exp. with no fault, ratio = 0, average nb iter = 12.1 diag precond : 200 exp. with no fault, ratio = 0, average nb iter = 11.2 mr precond : 14 exp. with no fault, ratio = 0, average nb iter = 9.5 ilu precond : 150 exp. with no fault, ratio = 0, average nb iter = 0.68 ilut precond : 150 exp. with no fault, ratio = 0, average nb iter = 0.76 ilutp precond : 150 exp. with no fault, ratio = 0, average nb iter = 0.667 ildlt precond : 50 exp. with no fault, ratio = 0, average nb iter = 1 ildltt precond : 50 exp. with no fault, ratio = 0, average nb iter = 1 PASS: ../tests/make_gmm_test.pl =================== All 37 tests passed =================== make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/tests' make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/tests' Making check in interface make[1]: Entering directory `/home/wenzw/code/PDE/getfem/interface' Making check in src make[2]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src' Making check in . make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src' Making check in matlab make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' Making check in private make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab/private' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab/private' make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src/matlab' make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/src' Making check in tests make[2]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests' Making check in meshes make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/meshes' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/meshes' Making check in matlab make[3]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' Making check in private make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab/private' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab/private' make[4]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make check-TESTS make[5]: Entering directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' running checks... srcdir='.' export MATLAB_ROOT=/home/wenzw/software/matlab2010b export MATLABPATH=/home/wenzw/code/PDE/getfem/interface/tests/matlab/../../src/matlab:/home/wenzw/code/PDE/getfem/interface/tests/matlab/../../tests/matlab:.:./../../src/matlab Killed failure: FAIL: ./check_all.sh ================== 1 of 1 test failed ================== make[5]: *** [check-TESTS] Error 1 make[5]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests/matlab' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/wenzw/code/PDE/getfem/interface/tests' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/wenzw/code/PDE/getfem/interface' make: *** [check-recursive] Error 1 address@hidden:~/code/PDE/getfem$ ls $MATLAB_ROOT/sys/os/glnxa64/old libgcc_s.so.1 libstdc++.so.6 libstdc++.so.6.0.10 address@hidden:~/code/PDE/getfem$ ls $MATLAB_ROOT/sys/os/glnxa64 libgfortran.so.3 libifcore.so.5 libimf.so libiomp5.so libsvml.so libXm.so.3.0.2 README.libstdc++ libgfortran.so.3.0.0 libifport.so.5 libintlc.so.5 libirc.so libXm.so.3 old address@hidden:~/code/PDE/getfem$ cd interface/src/matlab address@hidden:~/code/PDE/getfem/interface/src/matlab$ sudo make install [sudo] password for wenzw: /bin/bash ../../../mkinstalldirs /home/wenzw/software/matlab2010b/toolbox/getfem_toolbox/ /usr/bin/install -c -m 644 -t /home/wenzw/software/matlab2010b/toolbox/getfem_toolbox/ *.m /usr/bin/install -c -m 644 -t /home/wenzw/software/matlab2010b/toolbox/getfem_toolbox/ ./*.m /usr/bin/install -c -m 644 -t /home/wenzw/software/matlab2010b/toolbox/getfem_toolbox/private/ ./private/*.m /usr/bin/install: accessing `/home/wenzw/software/matlab2010b/toolbox/getfem_toolbox/private/': No such file or directory make: *** [install] Error 1