Accéder au contenu.
Menu Sympa

Objet : Developers list for StarPU

Archives de la liste


Chronologique Discussions 


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

configure:2446: checking build system type
configure:2464: result: x86_64-suse-linux-gnu
configure:2486: checking host system type
configure:2501: result: x86_64-suse-linux-gnu
configure:2523: checking target system type
configure:2538: result: x86_64-suse-linux-gnu
configure:2583: checking for a BSD-compatible install
configure:2651: result: /usr/bin/install -c
configure:2662: checking whether build environment is sane
configure:2705: result: yes
configure:2730: checking for a thread-safe mkdir -p
configure:2769: result: /bin/mkdir -p
configure:2782: checking for gawk
configure:2798: found /usr/bin/gawk
configure:2809: result: gawk
configure:2820: checking whether make sets $(MAKE)
configure:2842: result: yes
configure:3079: checking for gcc
configure:3106: result: gcc
configure:3338: checking for C compiler version
configure:3346: gcc --version >&5
gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3350: $? = 0
configure:3357: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.3
--enable-linux-futex --without-system-libunwind --with-cpu=generic
--build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
configure:3361: $? = 0
configure:3368: gcc -V >&5
gcc: '-V' option must have argument
configure:3372: $? = 1
configure:3395: checking for C compiler default output file name
configure:3417: gcc conftest.c >&5
configure:3421: $? = 0
configure:3459: result: a.out
configure:3478: checking whether the C compiler works
configure:3488: ./a.out
configure:3492: $? = 0
configure:3511: result: yes
configure:3518: checking whether we are cross compiling
configure:3520: result: no
configure:3523: checking for suffix of executables
configure:3530: gcc -o conftest conftest.c >&5
configure:3534: $? = 0
configure:3560: result:
configure:3566: checking for suffix of object files
configure:3592: gcc -c conftest.c >&5
configure:3596: $? = 0
configure:3621: result: o
configure:3625: checking whether we are using the GNU C compiler
configure:3654: gcc -c conftest.c >&5
configure:3661: $? = 0
configure:3678: result: yes
configure:3687: checking whether gcc accepts -g
configure:3717: gcc -c -g conftest.c >&5
configure:3724: $? = 0
configure:3825: result: yes
configure:3842: checking for gcc option to accept ISO C89
configure:3916: gcc -c -g -O2 conftest.c >&5
configure:3923: $? = 0
configure:3946: result: none needed
configure:3975: checking for style of include used by make
configure:4003: result: GNU
configure:4028: checking dependency style of gcc
configure:4119: result: gcc3
configure:4246: checking for C++ compiler version
configure:4254: g++ --version >&5
g++ (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4258: $? = 0
configure:4265: g++ -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.3
--enable-linux-futex --without-system-libunwind --with-cpu=generic
--build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
configure:4269: $? = 0
configure:4276: g++ -V >&5
g++: '-V' option must have argument
configure:4280: $? = 1
configure:4283: checking whether we are using the GNU C++ compiler
configure:4312: g++ -c conftest.cpp >&5
configure:4319: $? = 0
configure:4336: result: yes
configure:4345: checking whether g++ accepts -g
configure:4375: g++ -c -g conftest.cpp >&5
configure:4382: $? = 0
configure:4483: result: yes
configure:4508: checking dependency style of g++
configure:4599: result: gcc3
configure:4619: checking how to run the C preprocessor
configure:4659: gcc -E conftest.c
configure:4666: $? = 0
configure:4697: gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4704: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4737: result: gcc -E
configure:4766: gcc -E conftest.c
configure:4773: $? = 0
configure:4804: gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4811: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4850: checking for a sed that does not truncate output
configure:4916: result: /usr/bin/sed
configure:4921: checking whether ln -s works
configure:4925: result: yes
configure:5038: checking for Fortran 77 compiler version
configure:5046: gfortran --version >&5
GNU Fortran (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.

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

configure:5050: $? = 0
configure:5057: gfortran -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.3
--enable-linux-futex --without-system-libunwind --with-cpu=generic
--build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
configure:5061: $? = 0
configure:5068: gfortran -V >&5
gfortran: '-V' option must have argument
configure:5072: $? = 1
configure:5080: checking whether we are using the GNU Fortran 77 compiler
configure:5099: gfortran -c conftest.F >&5
configure:5106: $? = 0
configure:5123: result: yes
configure:5129: checking whether gfortran accepts -g
configure:5146: gfortran -c -g conftest.f >&5
configure:5153: $? = 0
configure:5169: result: yes
configure:5225: checking for a sed that does not truncate output
configure:5291: result: /usr/bin/sed
configure:5309: checking for grep that handles long lines and -e
configure:5369: result: /usr/bin/grep
configure:5374: checking for egrep
configure:5438: result: /usr/bin/grep -E
configure:5443: checking for fgrep
configure:5507: result: /usr/bin/grep -F
configure:5542: checking for ld used by gcc
configure:5609: result: /usr/x86_64-suse-linux/bin/ld
configure:5618: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU
ld
configure:5633: result: yes
configure:5645: checking for BSD- or MS-compatible name lister (nm)
configure:5694: result: /usr/bin/nm -B
configure:5812: checking the name lister (/usr/bin/nm -B) interface
configure:5819: gcc -c -g -O2 conftest.c >&5
configure:5822: /usr/bin/nm -B "conftest.o"
configure:5825: output
0000000000000000 B some_variable
configure:5832: result: BSD nm
configure:5836: checking the maximum length of command line arguments
configure:5956: result: 3458764513820540925
configure:5973: checking whether the shell understands some XSI constructs
configure:5983: result: yes
configure:5987: checking whether the shell understands "+="
configure:5993: result: yes
configure:6028: checking for /usr/x86_64-suse-linux/bin/ld option to reload
object files
configure:6035: result: -r
configure:6104: checking for objdump
configure:6120: found /usr/bin/objdump
configure:6131: result: objdump
configure:6160: checking how to recognize dependent libraries
configure:6356: result: pass_all
configure:6416: checking for ar
configure:6432: found /usr/bin/ar
configure:6443: result: ar
configure:6521: checking for strip
configure:6537: found /usr/bin/strip
configure:6548: result: strip
configure:6620: checking for ranlib
configure:6636: found /usr/bin/ranlib
configure:6647: result: ranlib
configure:6737: checking command to parse /usr/bin/nm -B output from gcc
object
configure:6855: gcc -c -g -O2 conftest.c >&5
configure:6858: $? = 0
configure:6862: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6865: $? = 0
configure:6919: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6922: $? = 0
configure:6960: result: ok
configure:7056: gcc -c -g -O2 conftest.c >&5
configure:7059: $? = 0
configure:7823: checking for ANSI C header files
configure:7853: gcc -c -g -O2 conftest.c >&5
configure:7860: $? = 0
configure:7959: gcc -o conftest -g -O2 conftest.c >&5
configure:7963: $? = 0
configure:7969: ./conftest
configure:7973: $? = 0
configure:7991: result: yes
configure:8015: checking for sys/types.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for sys/stat.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for stdlib.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for string.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for memory.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for strings.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for inttypes.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for stdint.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8015: checking for unistd.h
configure:8036: gcc -c -g -O2 conftest.c >&5
configure:8043: $? = 0
configure:8060: result: yes
configure:8078: checking for dlfcn.h
configure:8099: gcc -c -g -O2 conftest.c >&5
configure:8106: $? = 0
configure:8123: result: yes
configure:8250: checking for C++ compiler version
configure:8258: g++ --version >&5
g++ (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:8262: $? = 0
configure:8269: g++ -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.3
--enable-linux-futex --without-system-libunwind --with-cpu=generic
--build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
configure:8273: $? = 0
configure:8280: g++ -V >&5
g++: '-V' option must have argument
configure:8284: $? = 1
configure:8287: checking whether we are using the GNU C++ compiler
configure:8340: result: yes
configure:8349: checking whether g++ accepts -g
configure:8487: result: yes
configure:8512: checking dependency style of g++
configure:8603: result: gcc3
configure:8626: checking how to run the C++ preprocessor
configure:8662: g++ -E conftest.cpp
configure:8669: $? = 0
configure:8700: g++ -E conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:8707: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8740: result: g++ -E
configure:8769: g++ -E conftest.cpp
configure:8776: $? = 0
configure:8807: g++ -E conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:8814: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8963: checking for Fortran 77 compiler version
configure:8971: gfortran --version >&5
GNU Fortran (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.

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

configure:8975: $? = 0
configure:8982: gfortran -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.3
--enable-linux-futex --without-system-libunwind --with-cpu=generic
--build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
configure:8986: $? = 0
configure:8993: gfortran -V >&5
gfortran: '-V' option must have argument
configure:8997: $? = 1
configure:9005: checking whether we are using the GNU Fortran 77 compiler
configure:9048: result: yes
configure:9054: checking whether gfortran accepts -g
configure:9094: result: yes
configure:9600: checking for objdir
configure:9615: result: .libs
configure:9911: checking if gcc supports -fno-rtti -fno-exceptions
configure:9929: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
configure:9933: $? = 0
configure:9946: result: no
configure:9966: checking for gcc option to produce PIC
configure:10238: result: -fPIC -DPIC
configure:10250: checking if gcc PIC flag -fPIC -DPIC works
configure:10268: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10272: $? = 0
configure:10285: result: yes
configure:10309: checking if gcc static flag -static works
configure:10337: result: yes
configure:10352: checking if gcc supports -c -o file.o
configure:10373: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10377: $? = 0
configure:10399: result: yes
configure:10407: checking if gcc supports -c -o file.o
configure:10454: result: yes
configure:10487: checking whether the gcc linker
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:11561: result: yes
configure:11800: checking dynamic linker characteristics
configure:12243: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12250: $? = 0
configure:12483: result: GNU/Linux ld.so
configure:12585: checking how to hardcode library paths into programs
configure:12610: result: immediate
configure:13443: checking whether stripping libraries is possible
configure:13448: result: yes
configure:13483: checking if libtool supports shared libraries
configure:13485: result: yes
configure:13488: checking whether to build shared libraries
configure:13509: result: no
configure:13512: checking whether to build static libraries
configure:13516: result: yes
configure:13666: checking for ld used by g++
configure:13733: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:13742: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m
elf_x86_64) is GNU ld
configure:13757: result: yes
configure:13812: checking whether the g++ linker
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:14787: result: yes
configure:14815: g++ -c -g -O2 conftest.cpp >&5
configure:14818: $? = 0
configure:15000: checking for g++ option to produce PIC
configure:15317: result: -fPIC -DPIC
configure:15326: checking if g++ PIC flag -fPIC -DPIC works
configure:15344: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15348: $? = 0
configure:15361: result: yes
configure:15382: checking if g++ static flag -static works
configure:15410: result: yes
configure:15422: checking if g++ supports -c -o file.o
configure:15443: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15447: $? = 0
configure:15469: result: yes
configure:15474: checking if g++ supports -c -o file.o
configure:15521: result: yes
configure:15551: checking whether the g++ linker
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:15577: result: yes
configure:15714: checking dynamic linker characteristics
configure:16105: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp
>&5
configure:16112: $? = 0
configure:16345: result: GNU/Linux ld.so
configure:16396: checking how to hardcode library paths into programs
configure:16421: result: immediate
configure:16562: checking if libtool supports shared libraries
configure:16564: result: yes
configure:16567: checking whether to build shared libraries
configure:16587: result: no
configure:16590: checking whether to build static libraries
configure:16594: result: yes
configure:16608: checking for gfortran option to produce PIC
configure:16880: result: -fPIC
configure:16889: checking if gfortran PIC flag -fPIC works
configure:16907: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:16911: $? = 0
configure:16924: result: yes
configure:16945: checking if gfortran static flag -static works
configure:16973: result: yes
configure:16985: checking if gfortran supports -c -o file.o
configure:17006: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:17010: $? = 0
configure:17032: result: yes
configure:17037: checking if gfortran supports -c -o file.o
configure:17084: result: yes
configure:17114: checking whether the gfortran linker
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:18168: result: yes
configure:18305: checking dynamic linker characteristics
configure:18686: gfortran -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.f
>&5
configure:18693: $? = 0
configure:18926: result: GNU/Linux ld.so
configure:18977: checking how to hardcode library paths into programs
configure:19002: result: immediate
configure:19066: checking for a BSD-compatible install
configure:19134: result: /usr/bin/install -c
configure:19145: checking for a thread-safe mkdir -p
configure:19184: result: /bin/mkdir -p
configure:19187: checking whether ln -s works
configure:19191: result: yes
configure:19199: checking for ANSI C header files
configure:19367: result: yes
configure:19378: checking for C/C++ restrict keyword
configure:19413: gcc -c -g -O2 conftest.c >&5
configure:19420: $? = 0
configure:19438: result: __restrict
configure:19459: checking for lib
configure:19492: result: no
configure:19534: checking size of void *
configure:19839: gcc -o conftest -g -O2 conftest.c >&5
configure:19843: $? = 0
configure:19849: ./conftest
configure:19853: $? = 0
configure:19879: result: 8
configure:19930: checking for pthread_create in -lpthread
configure:19965: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:19972: $? = 0
configure:19993: result: yes
configure:20027: gcc -c -g -O2 conftest.c >&5
configure:20034: $? = 0
configure:20050: checking for library containing sqrt
configure:20091: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:37: warning: conflicting types for built-in function 'sqrt'
/tmp/cc84b4kQ.o: In function `main':
/home/lacoste/starpu/trunk/conftest.c:41: undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:20098: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt ();
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:20091: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
conftest.c:37: warning: conflicting types for built-in function 'sqrt'
configure:20098: $? = 0
configure:20129: result: -lm
configure:20142: checking for main in -lws2_32
configure:20171: gcc -o conftest -g -O2 conftest.c -lws2_32 -lm -lpthread
>&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lws2_32
collect2: ld returned 1 exit status
configure:20178: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:20199: result: no
configure:20215: checking for sysconf
configure:20271: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20278: $? = 0
configure:20300: result: yes
configure:20313: checking for pthread_spin_lock
configure:20369: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20376: $? = 0
configure:20396: result: yes
configure:20417: checking for pthread_setaffinity_np
configure:20473: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20480: $? = 0
configure:20502: result: yes
configure:20520: checking for posix_memalign
configure:20576: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20583: $? = 0
configure:20605: result: yes
configure:20625: checking for memalign
configure:20681: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20688: $? = 0
configure:20710: result: yes
configure:20728: checking for drand48
configure:20784: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20791: $? = 0
configure:20811: result: yes
configure:20882: checking for strerror_r
configure:20938: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20945: $? = 0
configure:20965: result: yes
configure:20977: checking for unsetenv
configure:21033: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21040: $? = 0
configure:21060: result: yes
configure:21103: checking malloc.h usability
configure:21120: gcc -c -g -O2 conftest.c >&5
configure:21127: $? = 0
configure:21141: result: yes
configure:21145: checking malloc.h presence
configure:21160: gcc -E conftest.c
configure:21167: $? = 0
configure:21181: result: yes
configure:21214: checking for malloc.h
configure:21223: result: yes
configure:21259: checking valgrind/valgrind.h usability
configure:21276: gcc -c -g -O2 conftest.c >&5
configure:21283: $? = 0
configure:21297: result: yes
configure:21301: checking valgrind/valgrind.h presence
configure:21316: gcc -E conftest.c
configure:21323: $? = 0
configure:21337: result: yes
configure:21370: checking for valgrind/valgrind.h
configure:21379: result: yes
configure:21401: checking whether the target supports
__sync_val_compare_and_swap
configure:21428: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21435: $? = 0
configure:21455: result: yes
configure:21467: checking whether the target supports
__sync_bool_compare_and_swap
configure:21494: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21501: $? = 0
configure:21521: result: yes
configure:21533: checking whether the target supports __sync_fetch_and_add
configure:21560: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21567: $? = 0
configure:21587: result: yes
configure:21599: checking whether the target supports __sync_fetch_and_or
configure:21626: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21633: $? = 0
configure:21653: result: yes
configure:21665: checking whether the target supports __sync_lock_test_and_set
configure:21692: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21699: $? = 0
configure:21719: result: yes
configure:21731: checking whether the target supports __sync_synchronize
configure:21758: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21765: $? = 0
configure:21785: result: yes
configure:21799: checking for library containing set_mempolicy
configure:21840: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5
/tmp/ccEF5n10.o: In function `main':
/home/lacoste/starpu/trunk/conftest.c:65: undefined reference to
`set_mempolicy'
collect2: ld returned 1 exit status
configure:21847: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char set_mempolicy ();
| int
| main ()
| {
| return set_mempolicy ();
| ;
| return 0;
| }
configure:21840: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnuma
>&5
configure:21847: $? = 0
configure:21878: result: -lnuma
configure:21892: checking whether libnuma is available
configure:21894: result: yes
configure:21910: checking maximum number of CPUs
configure:21919: result: 64
configure:21927: checking whether CPUs should be used
configure:21936: result: yes
configure:21972: checking maximum number of CUDA devices
configure:21981: result: 4
configure:22047: checking whether CUDA is available in
/opt/cluster/gpu/cuda/4.0/cuda
configure:22053: result:
configure:22067: checking for main in -lcuda
configure:22096: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 conftest.c -lcuda -lm -lpthread >&5
configure:22103: $? = 0
configure:22124: result: yes
configure:22401: checking whether CUDA RT is available in
/opt/cluster/gpu/cuda/4.0/cuda
configure:22407: result:
configure:22438: checking cuda.h usability
configure:22455: gcc -c -g -O2 -D_GNU_SOURCE
-I/opt/cluster/gpu/cuda/4.0/cuda/include conftest.c >&5
configure:22462: $? = 0
configure:22476: result: yes
configure:22480: checking cuda.h presence
configure:22495: gcc -E -D_GNU_SOURCE
-I/opt/cluster/gpu/cuda/4.0/cuda/include conftest.c
configure:22502: $? = 0
configure:22516: result: yes
configure:22549: checking for cuda.h
configure:22556: result: yes
configure:22573: checking for main in -lcudart
configure:22602: gcc -o conftest -g -O2 -D_GNU_SOURCE
-I/opt/cluster/gpu/cuda/4.0/cuda/include
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -L/opt/cluster/gpu/cuda/4.0/cuda/lib64
conftest.c -lcudart -lm -lpthread >&5
configure:22609: $? = 0
configure:22630: result: yes
configure:22720: checking for main in -lcublas
configure:22749: gcc -o conftest -g -O2 -D_GNU_SOURCE
-I/opt/cluster/gpu/cuda/4.0/cuda/include
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -lcudart conftest.c -lcublas -lm
-lpthread >&5
configure:22756: $? = 0
configure:22777: result: yes
configure:23227: checking for nvcc
configure:23246: found /opt/cluster/gpu/cuda/4.0/cuda/bin/nvcc
configure:23259: result: /opt/cluster/gpu/cuda/4.0/cuda/bin/nvcc
configure:23274: checking whether CUDA should be used
configure:23276: result: yes
configure:23366: checking for pkg-config
configure:23384: found /usr/bin/pkg-config
configure:23396: result: /usr/bin/pkg-config
configure:23421: checking pkg-config is at least version 0.9.0
configure:23424: result: yes
configure:23435: checking for MAGMA
configure:23443: $PKG_CONFIG --exists --print-errors "magma"
Package magma was not found in the pkg-config search path.
Perhaps you should add the directory containing `magma.pc'
to the PKG_CONFIG_PATH environment variable
No package 'magma' found
configure:23446: $? = 1
configure:23461: $PKG_CONFIG --exists --print-errors "magma"
Package magma was not found in the pkg-config search path.
Perhaps you should add the directory containing `magma.pc'
to the PKG_CONFIG_PATH environment variable
No package 'magma' found
configure:23464: $? = 1
No package 'magma' found
configure:23492: result: no
configure:23522: checking whether MAGMA should be used
configure:23524: result: no
configure:23528: checking for cufftDoubleComplex
configure:23557: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:23564: $? = 0
configure:23592: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:65: error: expected expression before ')' token
configure:23599: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| /* end confdefs.h. */
| #include <cufft.h>
|
| int
| main ()
| {
| if (sizeof ((cufftDoubleComplex)))
| return 0;
| ;
| return 0;
| }
configure:23622: result: yes
configure:23651: checking for main in -lcurand
configure:23680: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -lcudart -lcublas -lcuda conftest.c
-lcurand -lm -lpthread >&5
configure:23687: $? = 0
configure:23708: result: yes
configure:23719: checking whether CURAND is available
configure:23721: result: yes
configure:23746: checking for cudaMemcpyPeer
configure:23802: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -lcudart -lcublas -lcuda conftest.c
-lm -lpthread >&5
configure:23809: $? = 0
configure:23829: result: yes
configure:23862: checking maximum number of OpenCL devices
configure:23871: result: 8
configure:23942: checking whether OpenCL is available
configure:23945: result:
configure:23971: checking CL/cl.h usability
configure:23988: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:23995: $? = 0
configure:24009: result: yes
configure:24013: checking CL/cl.h presence
configure:24028: gcc -E -D_GNU_SOURCE conftest.c
configure:24035: $? = 0
configure:24049: result: yes
configure:24082: checking for CL/cl.h
configure:24089: result: yes
configure:24106: checking for main in -lOpenCL
configure:24135: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 conftest.c -lOpenCL -lm -lpthread >&5
configure:24142: $? = 0
configure:24163: result: yes
configure:24918: checking whether OpenCL should be used
configure:24920: result: yes
configure:24979: checking for elf_memory in -lelf
configure:25014: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 conftest.c -lelf -lm -lpthread >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lelf
collect2: ld returned 1 exit status
configure:25021: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char elf_memory ();
| int
| main ()
| {
| return elf_memory ();
| ;
| return 0;
| }
configure:25042: result: no
configure:25057: checking for spe_context_create in -lspe2
configure:25092: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 conftest.c -lspe2 -lm -lpthread >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lspe2
collect2: ld returned 1 exit status
configure:25099: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char spe_context_create ();
| int
| main ()
| {
| return spe_context_create ();
| ;
| return 0;
| }
configure:25120: result: no
configure:25133: checking for spe_in_mbox_write
configure:25189: gcc -o conftest -g -O2 -D_GNU_SOURCE
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 conftest.c -lm -lpthread >&5
/tmp/ccipc4DR.o: In function `main':
/home/lacoste/starpu/trunk/conftest.c:99: undefined reference to
`spe_in_mbox_write'
collect2: ld returned 1 exit status
configure:25196: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| /* end confdefs.h. */
| /* Define spe_in_mbox_write to an innocuous variant, in case <limits.h>
declares spe_in_mbox_write.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define spe_in_mbox_write innocuous_spe_in_mbox_write
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char spe_in_mbox_write (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef spe_in_mbox_write
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char spe_in_mbox_write ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_spe_in_mbox_write || defined __stub___spe_in_mbox_write
| choke me
| #endif
|
| int
| main ()
| {
| return spe_in_mbox_write ();
| ;
| return 0;
| }
configure:25216: result: no
configure:25274: checking for pkg-config
configure:25304: result: /usr/bin/pkg-config
configure:25329: checking pkg-config is at least version 0.9.0
configure:25332: result: yes
configure:25347: checking for GORDON
configure:25355: $PKG_CONFIG --exists --print-errors "libgordon"
Package libgordon was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgordon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgordon' found
configure:25358: $? = 1
configure:25373: $PKG_CONFIG --exists --print-errors "libgordon"
Package libgordon was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgordon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgordon' found
configure:25376: $? = 1
No package 'libgordon' found
configure:25404: result: no
configure:25434: checking whether GORDON should be used
configure:25436: result: no
configure:25459: checking whether blocking drivers should be disabled
configure:25468: result: no
configure:25486: checking whether debug mode should be enabled
configure:25495: result: no
configure:25510: checking whether extra checks should be performed
configure:25519: result: no
configure:25529: checking whether memory status should be displayed
configure:25538: result: no
configure:25549: checking whether debug messages should be displayed
configure:25558: result: no
configure:25569: checking whether coverage testing should be enabled
configure:25578: result: no
configure:25597: checking whether FxT traces should be generated
configure:25614: result: yes using /home/lacoste/fxt-0.2.3-install/
configure:25777: checking for clock_gettime in -lrt
configure:25812: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt conftest.c -lrt -lm -lpthread
>&5
configure:25819: $? = 0
configure:25840: result: yes
configure:25857: checking whether performance debugging should be enabled
configure:25866: result: yes
configure:25880: checking whether performance model debugging should be
enabled
configure:25889: result: no
configure:25899: checking whether statistics should be generated
configure:25908: result: no
configure:25939: checking glpk.h usability
configure:25956: gcc -c -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
conftest.c:103:18: error: glpk.h: No such file or directory
configure:25963: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <glpk.h>
configure:25977: result: no
configure:25981: checking glpk.h presence
configure:25996: gcc -E -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
conftest.c:70:18: error: glpk.h: No such file or directory
configure:26003: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| /* end confdefs.h. */
| #include <glpk.h>
configure:26017: result: no
configure:26050: checking for glpk.h
configure:26059: result: no
configure:26077: checking for main in -lglpk
configure:26106: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lglpk >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lglpk
collect2: ld returned 1 exit status
configure:26113: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:26134: result: no
configure:26157: checking how many buffers can be manipulated per task
configure:26166: result: 8
configure:26189: checking maximum number of memory nodes
configure:26191: result: 13
configure:26200: checking whether allocation cache should be used
configure:26209: result: no
configure:26247: checking using explicit performance model location
configure:26249: result: no
configure:26252: checking performance models location
configure:26254: result: $HOME/.starpu/sampling/
configure:26259: checking for clock_gettime in -lrt
configure:26322: result: yes
configure:26337: checking for clock_gettime
configure:26393: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread >&5
configure:26400: $? = 0
configure:26422: result: yes
configure:26438: checking Maximum number of workers
configure:26440: result: 80
configure:26449: checking maximum number of implementations
configure:26458: result: 4
configure:26489: checking for mpicc
configure:26507: found /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc
configure:26520: result: /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc
configure:26542: checking mpicc path
configure:26544: result: /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc
configure:26591: checking for mpiexec
configure:26610: found /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec
configure:26623: result: /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec
configure:26635: checking whether mpiexec is available
configure:26637: result: /opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec
configure:26658: checking whether MPI tests should be run
configure:26660: result: yes
configure:26666: checking whether the StarPU MPI library should be generated
configure:26668: result: yes
configure:26703: checking for StarPU-Top
configure:26712: checking for qmake-qt4
configure:26745: result: no
configure:26712: checking for qmake
configure:26730: found /usr/bin/qmake
configure:26742: result: /usr/bin/qmake
configure:26758: $PKG_CONFIG --exists --print-errors "QtGui QtNetwork
QtOpenGL QtSql"
configure:26761: $? = 0
configure:26835: checking whether compiler support -W
configure:26872: gcc -c -W -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
configure:26879: $? = 0
configure:26886: result: yes
configure:26904: checking whether compiler support -Wall
configure:26941: gcc -c -Wall -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
conftest.c: In function 'main':
conftest.c:159: warning: unused variable 'hello'
configure:26948: $? = 0
configure:26955: result: yes
configure:26973: checking whether compiler support -Wextra
configure:27010: gcc -c -Wextra -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
configure:27017: $? = 0
configure:27024: result: yes
configure:27071: checking whether GCC supports plug-ins
configure:27127: gcc -c -g -O2 -O3 -gdwarf-2 -g3 -Iplugin/include conftest.c
>&5
conftest.c:77:24: error: gcc-plugin.h: No such file or directory
conftest.c:78:25: error: tree.h: No such file or directory
conftest.c:79:27: error: gimple.h: No such file or directory
conftest.c:82:45: warning: missing terminating ' character
conftest.c:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'fndecl'
conftest.c:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'call'
conftest.c: In function 'main':
conftest.c:91: error: 'tree' undeclared (first use in this function)
conftest.c:91: error: (Each undeclared identifier is reported only once
conftest.c:91: error: for each function it appears in.)
conftest.c:91: error: expected ';' before 'foo'
conftest.c:96: error: 'call' undeclared (first use in this function)
conftest.c:96: error: 'fndecl' undeclared (first use in this function)
configure:27134: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 13
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 80
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_USE_MPI /**/
| /* end confdefs.h. */
| #include <gcc-plugin.h>
| #include <tree.h>
| #include <gimple.h>
|
| #if defined __INTEL_COMPILER || defined __ICC
| Beware, this compiler is a fake. Don't use it.
| #endif
|
| tree fndecl; gimple call;
| int
| main ()
| {
| /* Clang 3.1 doesn't support nested functions, so try to
| discriminate it this way. */
| tree foo (void)
| {
| return lookup_name (get_identifier ("puts"));
| }
| fndecl = foo ();
| call = gimple_build_call (fndecl, 0);
| ;
| return 0;
| }
configure:27157: result: no
configure:27535: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in
will not be built
configure:28291: checking for SOCL
configure:29289: result: yes
configure:29586: checking whether OpenGL rendering is enabled
configure:29590: result: no
configure:29593: checking for X
configure:29764: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lX11 -lrt -lrt -lm -lpthread >&5
configure:29771: $? = 0
configure:29833: result: libraries , headers
configure:30002: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread -lX11 >&5
configure:30009: $? = 0
configure:30177: checking for gethostbyname
configure:30233: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread >&5
configure:30240: $? = 0
configure:30260: result: yes
configure:30413: checking for connect
configure:30469: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread >&5
configure:30476: $? = 0
configure:30496: result: yes
configure:30572: checking for remove
configure:30628: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread >&5
configure:30635: $? = 0
configure:30655: result: yes
configure:30731: checking for shmat
configure:30787: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lrt -lrt -lm -lpthread >&5
configure:30794: $? = 0
configure:30814: result: yes
configure:30899: checking for IceConnectionNumber in -lICE
configure:30934: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lICE -lrt -lrt -lm -lpthread >&5
configure:30941: $? = 0
configure:30962: result: yes
configure:31665: checking for library containing sgemm_
configure:31706: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
>&5
/tmp/cc6dnLz6.o: In function `main':
/home/lacoste/starpu/trunk/conftest.c:89: undefined reference to `sgemm_'
collect2: ld returned 1 exit status
configure:31713: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 13
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 80
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_USE_MPI /**/
| #define STARPU_HAVE_X11 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:31706: gcc -o conftest -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs conftest.c
-lblas >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lblas
collect2: ld returned 1 exit status
configure:31713: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 13
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 80
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_USE_MPI /**/
| #define STARPU_HAVE_X11 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:31744: result: no
configure:31809: checking which BLAS lib should be used
configure:31811: result: none
configure:31835: checking for FFTW
configure:31843: $PKG_CONFIG --exists --print-errors "fftw3"
Package fftw3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3' found
configure:31846: $? = 1
configure:31861: $PKG_CONFIG --exists --print-errors "fftw3"
Package fftw3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3' found
configure:31864: $? = 1
No package 'fftw3' found
configure:31892: result: no
configure:31924: checking for FFTWF
configure:31932: $PKG_CONFIG --exists --print-errors "fftw3f"
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:31935: $? = 1
configure:31950: $PKG_CONFIG --exists --print-errors "fftw3f"
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:31953: $? = 1
No package 'fftw3f' found
configure:31981: result: no
configure:32013: checking for FFTWL
configure:32021: $PKG_CONFIG --exists --print-errors "fftw3l"
Package fftw3l was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3l.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3l' found
configure:32024: $? = 1
configure:32039: $PKG_CONFIG --exists --print-errors "fftw3l"
Package fftw3l was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3l.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3l' found
configure:32042: $? = 1
No package 'fftw3l' found
configure:32070: result: no
configure:32128: checking for HWLOC
configure:32136: $PKG_CONFIG --exists --print-errors "hwloc"
configure:32139: $? = 0
configure:32154: $PKG_CONFIG --exists --print-errors "hwloc"
configure:32157: $? = 0
configure:32197: result: yes
configure:32442: checking whether hwloc should be used
configure:32444: result: yes
configure:32460: checking f77.h usability
configure:32477: gcc -c -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
conftest.c:112:17: error: f77.h: No such file or directory
configure:32484: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 13
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 80
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_USE_MPI /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <f77.h>
configure:32498: result: no
configure:32502: checking f77.h presence
configure:32517: gcc -E -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
conftest.c:79:17: error: f77.h: No such file or directory
configure:32524: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.0.0rc2"
| #define PACKAGE_STRING "StarPU 1.0.0rc2"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.0.0rc2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
| #define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_PTHREAD_SPIN_LOCK /**/
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define starpu_srand48(seed) srand48(seed)
| #define starpu_drand48() drand48()
| #define starpu_erand48(xsubi) erand48(xsubi)
| #define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
| #define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_UNSETENV 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define STARPU_HAVE_VALGRIND_H 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA /**/
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 128
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_USE_CUDA 1
| #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
| #define STARPU_HAVE_CURAND 1
| #define HAVE_CUDA_MEMCPY_PEER /**/
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_USE_FXT 1
| #define CONFIG_FUT 1
| #define HAVE_LIBRT 1
| #define STARPU_PERF_DEBUG 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 13
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 80
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_USE_MPI /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <f77.h>
configure:32538: result: no
configure:32571: checking for f77.h
configure:32578: result: no
configure:32589: checking whether header file f77.h is available
configure:32591: result: no
configure:32612: checking whether optional tests should be run
configure:32621: result: no
configure:32637: checking for icc
configure:32667: result: no
configure:32753: checking for help2man
configure:32783: result: no
configure:32804: checking for struct cudaDeviceProp.pciDomainID
configure:32833: gcc -c -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
configure:32840: $? = 0
configure:32899: result: yes
configure:32910: checking for struct cudaDeviceProp.pciBusID
configure:32939: gcc -c -g -O2 -O3 -gdwarf-2 -g3 -D_GNU_SOURCE
-I/home/lacoste/fxt-0.2.3-install//include/ -pg -fprofile-arcs conftest.c
>&5
configure:32946: $? = 0
configure:33005: result: yes
configure:33374: creating ./config.status
configure:36168:

CPUs enabled: yes
CUDA enabled: yes
OpenCL enabled: yes
Cell enabled: no

Compile-time limits
(change these with --enable-maxcpus, --enable-maxcudadev,
--enable-maxopencldev, --enable-maxbuffers)

Maximum number of CPUs: 64
Maximum number of CUDA devices: 4
Maximum number of OpenCL devices: 8
Maximum number of memory nodes: 13
Maximum number of task buffers: 8

GPU-GPU transfers: yes
Allocation cache: no

Magma enabled: no
BLAS library: none
hwloc: yes
FxT trace enabled: yes
StarPU-Top: no

StarPU Extensions:
MPI enabled: yes
MPI test suite: yes
FFT Support: yes
GCC plug-in: no
GCC plug-in test suite: no
SOCL enabled: yes


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

ac_cv_build=x86_64-suse-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=gfortran
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FFTWF_CFLAGS_set=
ac_cv_env_FFTWF_CFLAGS_value=
ac_cv_env_FFTWF_LIBS_set=
ac_cv_env_FFTWF_LIBS_value=
ac_cv_env_FFTWL_CFLAGS_set=
ac_cv_env_FFTWL_CFLAGS_value=
ac_cv_env_FFTWL_LIBS_set=
ac_cv_env_FFTWL_LIBS_value=
ac_cv_env_FFTW_CFLAGS_set=
ac_cv_env_FFTW_CFLAGS_value=
ac_cv_env_FFTW_LIBS_set=
ac_cv_env_FFTW_LIBS_value=
ac_cv_env_FXT_CFLAGS_set=
ac_cv_env_FXT_CFLAGS_value=
ac_cv_env_FXT_LIBS_set=
ac_cv_env_FXT_LIBS_value=
ac_cv_env_GORDON_CFLAGS_set=
ac_cv_env_GORDON_CFLAGS_value=
ac_cv_env_GORDON_LIBS_set=
ac_cv_env_GORDON_LIBS_value=
ac_cv_env_HWLOC_CFLAGS_set=
ac_cv_env_HWLOC_CFLAGS_value=
ac_cv_env_HWLOC_LIBS_set=
ac_cv_env_HWLOC_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MAGMA_CFLAGS_set=
ac_cv_env_MAGMA_CFLAGS_value=
ac_cv_env_MAGMA_LIBS_set=
ac_cv_env_MAGMA_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_STARPU_MS_LIB_set=
ac_cv_env_STARPU_MS_LIB_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_connect=yes
ac_cv_func_cudaMemcpyPeer=yes
ac_cv_func_drand48=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_memalign=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pthread_setaffinity_np=yes
ac_cv_func_pthread_spin_lock=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_spe_in_mbox_write=no
ac_cv_func_strerror_r=yes
ac_cv_func_sysconf=yes
ac_cv_func_unsetenv=yes
ac_cv_have_gcc_plugins=no
ac_cv_have_sync_bool_compare_and_swap=yes
ac_cv_have_sync_fetch_and_add=yes
ac_cv_have_sync_fetch_and_or=yes
ac_cv_have_sync_lock_test_and_set=yes
ac_cv_have_sync_synchronize=yes
ac_cv_have_sync_val_compare_and_swap=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\''
ac_x_libraries='\'''\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_f77_h=no
ac_cv_header_glpk_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_valgrind_h=yes
ac_cv_host=x86_64-suse-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_OpenCL=ac_cv_lib_OpenCL_main
ac_cv_lib_cublas=ac_cv_lib_cublas_main
ac_cv_lib_cuda=ac_cv_lib_cuda_main
ac_cv_lib_cudart=ac_cv_lib_cudart_main
ac_cv_lib_curand=ac_cv_lib_curand_main
ac_cv_lib_curand_main=yes
ac_cv_lib_elf_elf_memory=no
ac_cv_lib_glpk_main=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_spe2_spe_context_create=no
ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main
ac_cv_lib_ws2_32_main=no
ac_cv_member_struct_cudaDeviceProp_pciBusID=yes
ac_cv_member_struct_cudaDeviceProp_pciDomainID=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_NVCC=/opt/cluster/gpu/cuda/4.0/cuda/bin/nvcc
ac_cv_path_QMAKE=/usr/bin/qmake
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_path_mpicc_path=/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc
ac_cv_path_mpiexec_path=/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_set_mempolicy=-lnuma
ac_cv_search_sgemm_=no
ac_cv_search_sqrt=-lm
ac_cv_sizeof_void_p=8
ac_cv_target=x86_64-suse-linux-gnu
ac_cv_type_cufftDoubleComplex=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^
]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\)
\(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^
]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=3458764513820540925
pkg_cv_HWLOC_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_HWLOC_LIBS='-L/opt/cluster/plafrim-dev/hwloc/1.3.1/lib -lhwloc '

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

ACLOCAL='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run
aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run tar'
AR='ar'
AS='as'
ATLASDIR=''
ATLAS_BLAS_LIB_FALSE=''
ATLAS_BLAS_LIB_TRUE='#'
AUTOCONF='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run
autoconf'
AUTOHEADER='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run
autoheader'
AUTOMAKE='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run
automake-1.10'
AWK='gawk'
BLAS_LIB='none'
BUILD_GCC_PLUGIN_FALSE=''
BUILD_GCC_PLUGIN_TRUE='#'
BUILD_SOCL_FALSE='#'
BUILD_SOCL_TRUE=''
BUILD_STARPUFFT_FALSE='#'
BUILD_STARPUFFT_TRUE=''
BUILD_STARPU_TOP_FALSE=''
BUILD_STARPU_TOP_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_OR_MPICC='/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc'
CFLAGS='-g -O2 -O3 -gdwarf-2 -g3 '
COND_OPT_FALSE=''
COND_OPT_TRUE='#'
COVERAGE='no'
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE -I/home/lacoste/fxt-0.2.3-install//include/ -pg
-fprofile-arcs '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
FFTWF_CFLAGS=''
FFTWF_LIBS=''
FFTWL_CFLAGS=''
FFTWL_LIBS=''
FFTW_CFLAGS=''
FFTW_LIBS=''
FGREP='/usr/bin/grep -F'
FXTDIR='/home/lacoste/fxt-0.2.3-install/'
FXT_CFLAGS=''
FXT_LIBS=''
GCC_PLUGIN_DIR_PKGCONFIG=''
GCC_PLUGIN_INCLUDE_DIR='plugin/include'
GCC_PLUGIN_PKGCONFIG=''
GLOBAL_AM_CFLAGS=' -W -Wall -Wextra'
GORDON_CFLAGS=''
GORDON_LIBS=''
GORDON_REQUIRES=''
GOTODIR=''
GOTO_BLAS_LIB_FALSE=''
GOTO_BLAS_LIB_TRUE='#'
GREP='/usr/bin/grep'
GUILE=''
HAVE_FFTWFL=''
HAVE_GUILE_FALSE=''
HAVE_GUILE_TRUE='#'
HAVE_X11_FALSE='#'
HAVE_X11_TRUE=''
HELP2MAN=''
HWLOC_CFLAGS='-I/usr/include/libxml2 '
HWLOC_LIBS='-L/opt/cluster/plafrim-dev/hwloc/1.3.1/lib -lhwloc '
HWLOC_REQUIRES='hwloc'
ICC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=' -L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/home/lacoste/fxt-0.2.3-install//lib/ -lfxt -pg -fprofile-arcs '
LIBOBJS=''
LIBS='-lrt -lrt -lm -lpthread '
LIBSOCL_INTERFACE_AGE='0'
LIBSOCL_INTERFACE_CURRENT='0'
LIBSOCL_INTERFACE_REVISION='0'
LIBSTARPUFFT_INTERFACE_AGE='0'
LIBSTARPUFFT_INTERFACE_CURRENT='0'
LIBSTARPUFFT_INTERFACE_REVISION='0'
LIBSTARPUMPI_INTERFACE_AGE='0'
LIBSTARPUMPI_INTERFACE_CURRENT='0'
LIBSTARPUMPI_INTERFACE_REVISION='0'
LIBSTARPU_INTERFACE_AGE='0'
LIBSTARPU_INTERFACE_CURRENT='0'
LIBSTARPU_INTERFACE_REVISION='0'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAGMA_CFLAGS=''
MAGMA_LIBS=''
MAKEINFO='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run
makeinfo'
MKDIR_P='/bin/mkdir -p'
MKL_BLAS_LIB_FALSE=''
MKL_BLAS_LIB_TRUE='#'
MPICC='/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc'
MPIEXEC='/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_BLAS_LIB_FALSE='#'
NO_BLAS_LIB_TRUE=''
NVCC='/opt/cluster/gpu/cuda/4.0/cuda/bin/nvcc'
NVCCFLAGS=' -I/opt/cluster/gpu/cuda/4.0/cuda/include -m64'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='starpu'
PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr'
PACKAGE_NAME='StarPU'
PACKAGE_STRING='StarPU 1.0.0rc2'
PACKAGE_TARNAME='starpu'
PACKAGE_VERSION='1.0.0rc2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_PATH='/opt/cluster/plafrim-dev/hwloc/1.3.1/lib/pkgconfig:/home/lacoste/starpu-current/lib/pkgconfig/:/usr/local/:/usr/local/:/usr/local/:/usr/local/:/usr/local/'
QMAKE='/usr/bin/qmake'
QWT_PRI='embed'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STARPU_BLAS_LDFLAGS=' '
STARPU_BUILD_DIR='/home/lacoste/starpu/trunk'
STARPU_COVERAGE_ENABLED_FALSE=''
STARPU_COVERAGE_ENABLED_TRUE='#'
STARPU_CUDA_CPPFLAGS='-I/opt/cluster/gpu/cuda/4.0/cuda/include'
STARPU_CUDA_FORTRAN_LDFLAGS='-lgfortran'
STARPU_CUDA_LDFLAGS='-L/opt/cluster/gpu/cuda/4.0/cuda/lib64
-L/opt/cluster/gpu/cuda/4.0/cuda/lib64 -lcudart -lcublas -lcuda -lstdc++'
STARPU_CUFFT_LDFLAGS='-lcufft'
STARPU_CURAND_LDFLAGS=' -lcurand'
STARPU_DATA_STATS='no'
STARPU_EFFECTIVE_VERSION='1.0'
STARPU_GCC_VERSION_MAJOR=''
STARPU_GCC_VERSION_MINOR=''
STARPU_GLPK_LDFLAGS=' '
STARPU_HAVE_CUFFTDOUBLECOMPLEX_FALSE='#'
STARPU_HAVE_CUFFTDOUBLECOMPLEX_TRUE=''
STARPU_HAVE_F77_H='no'
STARPU_HAVE_F77_H_FALSE=''
STARPU_HAVE_F77_H_TRUE='#'
STARPU_HAVE_FFTW=''
STARPU_HAVE_FFTWF=''
STARPU_HAVE_FFTWF_FALSE=''
STARPU_HAVE_FFTWF_TRUE='#'
STARPU_HAVE_FFTWL_FALSE=''
STARPU_HAVE_FFTWL_TRUE='#'
STARPU_HAVE_FFTW_FALSE=''
STARPU_HAVE_FFTW_TRUE='#'
STARPU_HAVE_HELP2MAN_FALSE=''
STARPU_HAVE_HELP2MAN_TRUE='#'
STARPU_HAVE_HWLOC='1'
STARPU_HAVE_ICC_FALSE=''
STARPU_HAVE_ICC_TRUE='#'
STARPU_HAVE_MAGMA=''
STARPU_HAVE_MAGMA_FALSE=''
STARPU_HAVE_MAGMA_TRUE='#'
STARPU_HAVE_MS_LIB_FALSE=''
STARPU_HAVE_MS_LIB_TRUE='#'
STARPU_HAVE_WINDOWS_FALSE=''
STARPU_HAVE_WINDOWS_TRUE='#'
STARPU_LIBNUMA_LDFLAGS=' -lnuma '
STARPU_MAJOR_VERSION='1'
STARPU_MINOR_VERSION='0'
STARPU_MPI_CHECK_FALSE='#'
STARPU_MPI_CHECK_TRUE=''
STARPU_MS_LIB=''
STARPU_MS_LIB_ARCH='X64'
STARPU_OPENCL_CPPFLAGS='
-DSTARPU_OPENCL_DATADIR=${prefix}/share/starpu/opencl'
STARPU_OPENCL_DATAdir='/home/lacoste/starpu-cuda-static/share/starpu/opencl/examples'
STARPU_OPENCL_LDFLAGS=' -lOpenCL'
STARPU_OPENGL_RENDER='no'
STARPU_OPENGL_RENDER_LDFLAGS=''
STARPU_PERF_DEBUG='yes'
STARPU_QWT_INCLUDE=''
STARPU_QWT_LDFLAGS=''
STARPU_SRC_DIR='/home/lacoste/starpu/trunk/.'
STARPU_USE_CPU='yes'
STARPU_USE_CPU_FALSE='#'
STARPU_USE_CPU_TRUE=''
STARPU_USE_CUDA='yes'
STARPU_USE_CUDA_FALSE='#'
STARPU_USE_CUDA_TRUE=''
STARPU_USE_FXT='yes'
STARPU_USE_FXT_FALSE='#'
STARPU_USE_FXT_TRUE=''
STARPU_USE_GORDON='no'
STARPU_USE_GORDON_FALSE=''
STARPU_USE_GORDON_TRUE='#'
STARPU_USE_OPENCL='yes'
STARPU_USE_OPENCL_FALSE='#'
STARPU_USE_OPENCL_TRUE=''
STARPU_USE_SOCL_FALSE='#'
STARPU_USE_SOCL_TRUE=''
STATS='no'
STRIP='strip'
SYSTEM_BLAS_LIB_FALSE=''
SYSTEM_BLAS_LIB_TRUE='#'
USE_MPI='yes'
USE_MPI_FALSE='#'
USE_MPI_TRUE=''
VERSION='1.0.0rc2'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
YACC='${SHELL} /home/lacoste/starpu/trunk/build-aux/missing --run bison'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-suse-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='suse'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gccplugindir=''
host='x86_64-suse-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='suse'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/lacoste/starpu/trunk/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
mpicc_path='/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpicc'
mpiexec_path='/opt/cluster/mpi/openmpi/1.4.4/gcc/4.3.2/bin/mpiexec'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibdir='${libdir}/starpu'
prefix='/home/lacoste/starpu-cuda-static'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-suse-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='suse'

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

#define PACKAGE_NAME "StarPU"
#define PACKAGE_TARNAME "starpu"
#define PACKAGE_VERSION "1.0.0rc2"
#define PACKAGE_STRING "StarPU 1.0.0rc2"
#define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
#define STARPU_MAJOR_VERSION 1
#define STARPU_MINOR_VERSION 0
#define PACKAGE "starpu"
#define VERSION "1.0.0rc2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define restrict __restrict
#define SIZEOF_VOID_P 8
#define STARPU_BUILD_DIR "/home/lacoste/starpu/trunk"
#define STARPU_SRC_DIR "/home/lacoste/starpu/trunk/."
#define HAVE_LIBPTHREAD 1
#define HAVE_SYSCONF 1
#define HAVE_PTHREAD_SPIN_LOCK /**/
#define HAVE_PTHREAD_SETAFFINITY_NP 1
#define HAVE_POSIX_MEMALIGN 1
#define STARPU_HAVE_POSIX_MEMALIGN 1
#define HAVE_MEMALIGN 1
#define STARPU_HAVE_MEMALIGN 1
#define starpu_srand48(seed) srand48(seed)
#define starpu_drand48() drand48()
#define starpu_erand48(xsubi) erand48(xsubi)
#define starpu_srand48_r(seed, buffer) srand48_r(seed, buffer)
#define starpu_erand48_r(xsubi, buffer, result) erand48_r(xsubi, buffer,
result)
#define STARPU_HAVE_STRERROR_R 1
#define STARPU_HAVE_UNSETENV 1
#define HAVE_MALLOC_H 1
#define STARPU_HAVE_MALLOC_H 1
#define HAVE_VALGRIND_VALGRIND_H 1
#define STARPU_HAVE_VALGRIND_H 1
#define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
#define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
#define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
#define STARPU_HAVE_SYNC_FETCH_AND_OR 1
#define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
#define STARPU_HAVE_SYNC_SYNCHRONIZE 1
#define STARPU_HAVE_LIBNUMA /**/
#define STARPU_MAXCPUS 64
#define STARPU_USE_CPU 1
#define STARPU_NMAX_COMBINEDWORKERS 128
#define STARPU_MAXCUDADEVS 4
#define STARPU_USE_CUDA 1
#define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1
#define STARPU_HAVE_CURAND 1
#define HAVE_CUDA_MEMCPY_PEER /**/
#define STARPU_MAXOPENCLDEVS 8
#define STARPU_USE_OPENCL 1
#define STARPU_NON_BLOCKING_DRIVERS 1
#define STARPU_USE_FXT 1
#define CONFIG_FUT 1
#define HAVE_LIBRT 1
#define STARPU_PERF_DEBUG 1
#define STARPU_NMAXBUFS 8
#define STARPU_MAXNODES 13
#define HAVE_LIBRT 1
#define HAVE_CLOCK_GETTIME 1
#define STARPU_NMAXWORKERS 80
#define STARPU_MAXIMPLEMENTATIONS 4
#define STARPU_USE_MPI /**/
#define STARPU_HAVE_X11 1
#define STARPU_HAVE_HWLOC 1
#define STARPU_HAVE_DOMAINID 1
#define STARPU_HAVE_BUSID 1

configure: exit 0

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

This file was extended by StarPU config.status 1.0.0rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was

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

on mirage002

config.status:1364: creating tests/regression/regression.sh
config.status:1364: creating tests/regression/profiles
config.status:1364: creating tests/regression/profiles.build.only
config.status:1364: creating Makefile
config.status:1364: creating src/Makefile
config.status:1364: creating tools/Makefile
config.status:1364: creating socl/Makefile
config.status:1364: creating socl/src/Makefile
config.status:1364: creating socl/examples/Makefile
config.status:1364: creating socl/socl-1.0.pc
config.status:1364: creating libstarpu.pc
config.status:1364: creating starpu-1.0.pc
config.status:1364: creating mpi/libstarpumpi.pc
config.status:1364: creating mpi/starpumpi-1.0.pc
config.status:1364: creating starpufft/Makefile
config.status:1364: creating starpufft/libstarpufft.pc
config.status:1364: creating starpufft/starpufft-1.0.pc
config.status:1364: creating examples/Makefile
config.status:1364: creating examples/opt/Makefile
config.status:1364: creating examples/stencil/Makefile
config.status:1364: creating tests/Makefile
config.status:1364: creating tests/opt/Makefile
config.status:1364: creating doc/Makefile
config.status:1364: creating mpi/Makefile
config.status:1364: creating starpu-top/StarPU-Top.pro
config.status:1364: creating starpu-top/StarPU-Top-qwt-system.pri
config.status:1364: creating gcc-plugin/Makefile
config.status:1364: creating gcc-plugin/src/Makefile
config.status:1364: creating gcc-plugin/tests/Makefile
config.status:1364: creating gcc-plugin/tests/run-test
config.status:1364: creating gcc-plugin/examples/Makefile
config.status:1364: creating src/common/config.h
config.status:1586: src/common/config.h is unchanged
config.status:1364: creating include/starpu_config.h
config.status:1586: include/starpu_config.h is unchanged
config.status:1364: creating gcc-plugin/src/starpu-gcc-config.h
config.status:1586: gcc-plugin/src/starpu-gcc-config.h is unchanged
config.status:1638: executing depfiles commands
config.status:1638: executing libtool commands
config.status:1638: executing executable-scripts commands

--Apple-Mail=_9B45830C-D91B-4EBB-A180-A216233E5F9D--




  • [no subject], Unknown, 16/12/2020

Archives gérées par MHonArc 2.6.19+.

Haut de le page