Objet : Developers list for StarPU
Archives de la liste
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3234: checking build system type
configure:3248: result: x86_64-unknown-linux-gnu
configure:3268: checking host system type
configure:3281: result: x86_64-unknown-linux-gnu
configure:3301: checking target system type
configure:3314: result: x86_64-unknown-linux-gnu
configure:3358: checking for a BSD-compatible install
configure:3426: result: /usr/bin/install -c
configure:3437: checking whether build environment is sane
configure:3487: result: yes
configure:3628: checking for a thread-safe mkdir -p
configure:3667: result: /bin/mkdir -p
configure:3680: checking for gawk
configure:3710: result: no
configure:3680: checking for mawk
configure:3696: found /usr/bin/mawk
configure:3707: result: mawk
configure:3718: checking whether make sets $(MAKE)
configure:3740: result: yes
configure:3769: checking whether make supports nested variables
configure:3786: result: yes
configure:3871: checking whether make supports nested variables
configure:3888: result: yes
configure:3914: checking for style of include used by make
configure:3942: result: GNU
configure:4013: checking for gcc
configure:4029: found /usr/bin/gcc
configure:4040: result: gcc
configure:4269: checking for C compiler version
configure:4278: gcc --version >&5
gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Copyright (C) 2012 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:4289: $? = 0
configure:4278: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror
--with-arch-32=i686 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
configure:4289: $? = 0
configure:4278: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4289: $? = 4
configure:4278: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4289: $? = 4
configure:4309: checking whether the C compiler works
configure:4331: gcc conftest.c >&5
configure:4335: $? = 0
configure:4383: result: yes
configure:4386: checking for C compiler default output file name
configure:4388: result: a.out
configure:4394: checking for suffix of executables
configure:4401: gcc -o conftest conftest.c >&5
configure:4405: $? = 0
configure:4427: result:
configure:4449: checking whether we are cross compiling
configure:4457: gcc -o conftest conftest.c >&5
configure:4461: $? = 0
configure:4468: ./conftest
configure:4472: $? = 0
configure:4487: result: no
configure:4492: checking for suffix of object files
configure:4514: gcc -c conftest.c >&5
configure:4518: $? = 0
configure:4539: result: o
configure:4543: checking whether we are using the GNU C compiler
configure:4562: gcc -c conftest.c >&5
configure:4562: $? = 0
configure:4571: result: yes
configure:4580: checking whether gcc accepts -g
configure:4600: gcc -c -g conftest.c >&5
configure:4600: $? = 0
configure:4641: result: yes
configure:4658: checking for gcc option to accept ISO C89
configure:4721: gcc -c -g -O2 conftest.c >&5
configure:4721: $? = 0
configure:4734: result: none needed
configure:4756: checking dependency style of gcc
configure:4867: result: gcc3
configure:4932: checking for ar
configure:4948: found /usr/bin/ar
configure:4959: result: ar
configure:4985: checking the archiver (ar) interface
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: $? = 0
configure:4997: ar cru libconftest.a conftest.o >&5
configure:5000: $? = 0
configure:5023: result: ar
configure:5091: checking for gcc
configure:5118: result: gcc
configure:5347: checking for C compiler version
configure:5356: gcc --version >&5
gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Copyright (C) 2012 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:5367: $? = 0
configure:5356: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror
--with-arch-32=i686 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
configure:5367: $? = 0
configure:5356: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5367: $? = 4
configure:5356: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5367: $? = 4
configure:5371: checking whether we are using the GNU C compiler
configure:5399: result: yes
configure:5408: checking whether gcc accepts -g
configure:5469: result: yes
configure:5486: checking for gcc option to accept ISO C89
configure:5562: result: none needed
configure:5584: checking dependency style of gcc
configure:5695: result: gcc3
configure:5711: checking whether gcc and cc understand -c and -o together
configure:5742: gcc -c conftest.c -o conftest2.o >&5
configure:5746: $? = 0
configure:5752: gcc -c conftest.c -o conftest2.o >&5
configure:5756: $? = 0
configure:5767: cc -c conftest.c >&5
configure:5771: $? = 0
configure:5779: cc -c conftest.c -o conftest2.o >&5
configure:5783: $? = 0
configure:5789: cc -c conftest.c -o conftest2.o >&5
configure:5793: $? = 0
configure:5811: result: yes
configure:5894: checking for g++
configure:5910: found /usr/bin/g++
configure:5921: result: g++
configure:5948: checking for C++ compiler version
configure:5957: g++ --version >&5
g++ (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Copyright (C) 2012 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:5968: $? = 0
configure:5957: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror
--with-arch-32=i686 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
configure:5968: $? = 0
configure:5957: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5968: $? = 4
configure:5957: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5968: $? = 4
configure:5972: checking whether we are using the GNU C++ compiler
configure:5991: g++ -c conftest.cpp >&5
configure:5991: $? = 0
configure:6000: result: yes
configure:6009: checking whether g++ accepts -g
configure:6029: g++ -c -g conftest.cpp >&5
configure:6029: $? = 0
configure:6070: result: yes
configure:6095: checking dependency style of g++
configure:6206: result: gcc3
configure:6226: checking how to run the C preprocessor
configure:6257: gcc -E conftest.c
configure:6257: $? = 0
configure:6271: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6296: result: gcc -E
configure:6316: gcc -E conftest.c
configure:6316: $? = 0
configure:6330: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6358: checking for a sed that does not truncate output
configure:6422: result: /bin/sed
configure:6427: checking whether ln -s works
configure:6431: result: yes
configure:6491: checking for g77
configure:6521: result: no
configure:6491: checking for xlf
configure:6521: result: no
configure:6491: checking for f77
configure:6521: result: no
configure:6491: checking for frt
configure:6521: result: no
configure:6491: checking for pgf77
configure:6521: result: no
configure:6491: checking for cf77
configure:6521: result: no
configure:6491: checking for fort77
configure:6521: result: no
configure:6491: checking for fl32
configure:6521: result: no
configure:6491: checking for af77
configure:6521: result: no
configure:6491: checking for xlf90
configure:6521: result: no
configure:6491: checking for f90
configure:6521: result: no
configure:6491: checking for pgf90
configure:6521: result: no
configure:6491: checking for pghpf
configure:6521: result: no
configure:6491: checking for epcf90
configure:6521: result: no
configure:6491: checking for gfortran
configure:6521: result: no
configure:6491: checking for g95
configure:6521: result: no
configure:6491: checking for xlf95
configure:6521: result: no
configure:6491: checking for f95
configure:6521: result: no
configure:6491: checking for fort
configure:6521: result: no
configure:6491: checking for ifort
configure:6521: result: no
configure:6491: checking for ifc
configure:6521: result: no
configure:6491: checking for efc
configure:6521: result: no
configure:6491: checking for pgfortran
configure:6521: result: no
configure:6491: checking for pgf95
configure:6521: result: no
configure:6491: checking for lf95
configure:6521: result: no
configure:6491: checking for ftn
configure:6521: result: no
configure:6491: checking for nagfor
configure:6521: result: no
configure:6544: checking for Fortran 77 compiler version
configure:6553: --version >&5
../trunk/configure: line 6555: --version: command not found
configure:6564: $? = 127
configure:6553: -v >&5
../trunk/configure: line 6555: -v: command not found
configure:6564: $? = 127
configure:6553: -V >&5
../trunk/configure: line 6555: -V: command not found
configure:6564: $? = 127
configure:6553: -qversion >&5
../trunk/configure: line 6555: -qversion: command not found
configure:6564: $? = 127
configure:6573: checking whether we are using the GNU Fortran 77 compiler
configure:6586: -c conftest.F >&5
../trunk/configure: line 2047: -c: command not found
configure:6586: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6595: result: no
configure:6601: checking whether accepts -g
configure:6612: -c -g conftest.f >&5
../trunk/configure: line 2047: -c: command not found
configure:6612: $? = 127
configure: failed program was:
| program main
|
| end
configure:6620: result: no
configure:6697: checking how to print strings
configure:6724: result: printf
configure:6745: checking for a sed that does not truncate output
configure:6809: result: /bin/sed
configure:6827: checking for grep that handles long lines and -e
configure:6885: result: /bin/grep
configure:6890: checking for egrep
configure:6952: result: /bin/grep -E
configure:6957: checking for fgrep
configure:7019: result: /bin/grep -F
configure:7054: checking for ld used by gcc
configure:7121: result: /usr/bin/ld
configure:7128: checking if the linker (/usr/bin/ld) is GNU ld
configure:7143: result: yes
configure:7155: checking for BSD- or MS-compatible name lister (nm)
configure:7204: result: /usr/bin/nm -B
configure:7334: checking the name lister (/usr/bin/nm -B) interface
configure:7341: gcc -c -g -O2 conftest.c >&5
configure:7344: /usr/bin/nm -B "conftest.o"
configure:7347: output
0000000000000000 B some_variable
configure:7354: result: BSD nm
configure:7358: checking the maximum length of command line arguments
configure:7488: result: 1572864
configure:7505: checking whether the shell understands some XSI constructs
configure:7515: result: yes
configure:7519: checking whether the shell understands "+="
configure:7525: result: yes
configure:7560: checking how to convert x86_64-unknown-linux-gnu file names
to x86_64-unknown-linux-gnu format
configure:7600: result: func_convert_file_noop
configure:7607: checking how to convert x86_64-unknown-linux-gnu file names
to toolchain format
configure:7627: result: func_convert_file_noop
configure:7634: checking for /usr/bin/ld option to reload object files
configure:7641: result: -r
configure:7715: checking for objdump
configure:7731: found /usr/bin/objdump
configure:7742: result: objdump
configure:7771: checking how to recognize dependent libraries
configure:7973: result: pass_all
configure:8058: checking for dlltool
configure:8088: result: no
configure:8115: checking how to associate runtime and link libraries
configure:8142: result: printf %s\n
configure:8266: checking for archiver @FILE support
configure:8283: gcc -c -g -O2 conftest.c >&5
configure:8283: $? = 0
configure:8286: ar cru libconftest.a @conftest.lst >&5
configure:8289: $? = 0
configure:8294: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8297: $? = 1
configure:8309: result: @
configure:8367: checking for strip
configure:8383: found /usr/bin/strip
configure:8394: result: strip
configure:8466: checking for ranlib
configure:8482: found /usr/bin/ranlib
configure:8493: result: ranlib
configure:8595: checking command to parse /usr/bin/nm -B output from gcc
object
configure:8715: gcc -c -g -O2 conftest.c >&5
configure:8718: $? = 0
configure:8722: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
| sed '/ __gnu_lto/d' \> conftest.nm
configure:8725: $? = 0
configure:8791: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:8794: $? = 0
configure:8832: result: ok
configure:8869: checking for sysroot
configure:8899: result: no
configure:8976: gcc -c -g -O2 conftest.c >&5
configure:8979: $? = 0
configure:9155: checking for mt
configure:9171: found /bin/mt
configure:9182: result: mt
configure:9205: checking if mt is a manifest tool
configure:9211: mt '-?'
configure:9219: result: no
configure:9857: checking for ANSI C header files
configure:9877: gcc -c -g -O2 conftest.c >&5
configure:9877: $? = 0
configure:9950: gcc -o conftest -g -O2 conftest.c >&5
configure:9950: $? = 0
configure:9950: ./conftest
configure:9950: $? = 0
configure:9961: result: yes
configure:9974: checking for sys/types.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for sys/stat.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for stdlib.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for string.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for memory.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for strings.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for inttypes.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for stdint.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9974: checking for unistd.h
configure:9974: gcc -c -g -O2 conftest.c >&5
configure:9974: $? = 0
configure:9974: result: yes
configure:9988: checking for dlfcn.h
configure:9988: gcc -c -g -O2 conftest.c >&5
configure:9988: $? = 0
configure:9988: result: yes
configure:10504: checking for objdir
configure:10519: result: .libs
configure:10790: checking if gcc supports -fno-rtti -fno-exceptions
configure:10808: 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 [enabled by default]
configure:10812: $? = 0
configure:10825: result: no
configure:11152: checking for gcc option to produce PIC
configure:11159: result: -fPIC -DPIC
configure:11167: checking if gcc PIC flag -fPIC -DPIC works
configure:11185: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11189: $? = 0
configure:11202: result: yes
configure:11231: checking if gcc static flag -static works
configure:11259: result: yes
configure:11274: checking if gcc supports -c -o file.o
configure:11295: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:11299: $? = 0
configure:11321: result: yes
configure:11329: checking if gcc supports -c -o file.o
configure:11376: result: yes
configure:11409: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:12566: result: yes
configure:12603: checking whether -lc should be explicitly linked in
configure:12611: gcc -c -g -O2 conftest.c >&5
configure:12614: $? = 0
configure:12629: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:12632: $? = 0
configure:12646: result: no
configure:12806: checking dynamic linker characteristics
configure:13317: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:13317: $? = 0
configure:13551: result: GNU/Linux ld.so
configure:13658: checking how to hardcode library paths into programs
configure:13683: result: immediate
configure:14223: checking whether stripping libraries is possible
configure:14228: result: yes
configure:14263: checking if libtool supports shared libraries
configure:14265: result: yes
configure:14268: checking whether to build shared libraries
configure:14289: result: yes
configure:14292: checking whether to build static libraries
configure:14296: result: yes
configure:14319: checking how to run the C++ preprocessor
configure:14346: g++ -E conftest.cpp
configure:14346: $? = 0
configure:14360: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14385: result: g++ -E
configure:14405: g++ -E conftest.cpp
configure:14405: $? = 0
configure:14419: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14588: checking for ld used by g++
configure:14655: result: /usr/bin/ld -m elf_x86_64
configure:14662: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14677: result: yes
configure:14732: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:15737: result: yes
configure:15773: g++ -c -g -O2 conftest.cpp >&5
configure:15776: $? = 0
configure:16296: checking for g++ option to produce PIC
configure:16303: result: -fPIC -DPIC
configure:16311: checking if g++ PIC flag -fPIC -DPIC works
configure:16329: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16333: $? = 0
configure:16346: result: yes
configure:16369: checking if g++ static flag -static works
configure:16397: result: yes
configure:16409: checking if g++ supports -c -o file.o
configure:16430: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:16434: $? = 0
configure:16456: result: yes
configure:16461: checking if g++ supports -c -o file.o
configure:16508: result: yes
configure:16538: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:16577: result: yes
configure:16718: checking dynamic linker characteristics
configure:17397: result: GNU/Linux ld.so
configure:17450: checking how to hardcode library paths into programs
configure:17475: result: immediate
configure:20272: checking whether ln -s works
configure:20276: result: yes
configure:20284: checking for ANSI C header files
configure:20388: result: yes
configure:20397: checking for C/C++ restrict keyword
configure:20422: gcc -c -g -O2 conftest.c >&5
configure:20422: $? = 0
configure:20430: result: __restrict
configure:20449: checking for bash
configure:20476: result: /bin/bash
configure:20491: checking for svnversion
configure:20509: found /usr/bin/svnversion
configure:20521: result: /usr/bin/svnversion
configure:20546: checking for lib
configure:20579: result: no
configure:20619: checking size of void *
configure:20624: gcc -o conftest -g -O2 conftest.c >&5
configure:20624: $? = 0
configure:20624: ./conftest
configure:20624: $? = 0
configure:20638: result: 8
configure:20724: checking for pthread_create in -lpthread
configure:20749: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:20749: $? = 0
configure:20758: result: yes
configure:20771: checking for library containing sqrt
configure:20802: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:38:6: warning: conflicting types for built-in function 'sqrt'
[enabled by default]
/tmp/ccQyfhCU.o: In function `main':
/home/berg/Documents/VC/StarPU/build-trunk/conftest.c:42: undefined reference
to `sqrt'
collect2: error: ld returned 1 exit status
configure:20802: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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:20802: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
conftest.c:38:6: warning: conflicting types for built-in function 'sqrt'
[enabled by default]
configure:20802: $? = 0
configure:20819: result: -lm
configure:20829: checking for main in -lws2_32
configure:20848: gcc -o conftest -g -O2 conftest.c -lws2_32 -lm -lpthread
>&5
/usr/bin/ld: cannot find -lws2_32
collect2: error: ld returned 1 exit status
configure:20848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../trunk"
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:20857: result: no
configure:20871: checking for sysconf
configure:20871: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20871: $? = 0
configure:20871: result: yes
configure:20881: checking for pthread_spin_lock
configure:20881: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20881: $? = 0
configure:20881: result: yes
configure:20897: checking for pthread_setaffinity_np
configure:20897: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20897: $? = 0
configure:20897: result: yes
configure:20910: checking for posix_memalign
configure:20910: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20910: $? = 0
configure:20910: result: yes
configure:20923: checking for memalign
configure:20923: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20923: $? = 0
configure:20923: result: yes
configure:20936: checking for drand48
configure:20936: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20936: $? = 0
configure:20936: result: yes
configure:20943: checking for erand48_r
configure:20943: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20943: $? = 0
configure:20943: result: yes
configure:20970: checking for strerror_r
configure:20970: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20970: $? = 0
configure:20970: result: yes
configure:20979: checking for setenv
configure:20979: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20979: $? = 0
configure:20979: result: yes
configure:20988: checking for unsetenv
configure:20988: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:20988: $? = 0
configure:20988: result: yes
configure:20997: checking for nearbyintf
configure:20997: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
conftest.c:66:6: warning: conflicting types for built-in function
'nearbyintf' [enabled by default]
configure:20997: $? = 0
configure:20997: result: yes
configure:21006: checking for rintf
configure:21006: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
conftest.c:67:6: warning: conflicting types for built-in function 'rintf'
[enabled by default]
configure:21006: $? = 0
configure:21006: result: yes
configure:21060: checking malloc.h usability
configure:21060: gcc -c -g -O2 conftest.c >&5
configure:21060: $? = 0
configure:21060: result: yes
configure:21060: checking malloc.h presence
configure:21060: gcc -E conftest.c
configure:21060: $? = 0
configure:21060: result: yes
configure:21060: checking for malloc.h
configure:21060: result: yes
configure:21075: checking valgrind/valgrind.h usability
configure:21075: gcc -c -g -O2 conftest.c >&5
conftest.c:80:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:21075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:21075: result: no
configure:21075: checking valgrind/valgrind.h presence
configure:21075: gcc -E conftest.c
conftest.c:47:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:21075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:21075: result: no
configure:21075: checking for valgrind/valgrind.h
configure:21075: result: no
configure:21089: checking valgrind/helgrind.h usability
configure:21089: gcc -c -g -O2 conftest.c >&5
conftest.c:80:31: fatal error: valgrind/helgrind.h: No such file or directory
compilation terminated.
configure:21089: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/helgrind.h>
configure:21089: result: no
configure:21089: checking valgrind/helgrind.h presence
configure:21089: gcc -E conftest.c
conftest.c:47:31: fatal error: valgrind/helgrind.h: No such file or directory
compilation terminated.
configure:21089: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <valgrind/helgrind.h>
configure:21089: result: no
configure:21089: checking for valgrind/helgrind.h
configure:21089: result: no
configure:21104: checking whether the target supports
__sync_val_compare_and_swap
configure:21121: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21121: $? = 0
configure:21129: result: yes
configure:21139: checking whether the target supports
__sync_bool_compare_and_swap
configure:21156: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21156: $? = 0
configure:21164: result: yes
configure:21174: checking whether the target supports __sync_fetch_and_add
configure:21191: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21191: $? = 0
configure:21199: result: yes
configure:21209: checking whether the target supports __sync_fetch_and_or
configure:21226: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21226: $? = 0
configure:21234: result: yes
configure:21244: checking whether the target supports __sync_lock_test_and_set
configure:21261: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21261: $? = 0
configure:21269: result: yes
configure:21279: checking whether the target supports __sync_synchronize
configure:21296: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5
configure:21296: $? = 0
configure:21304: result: yes
configure:21316: checking for library containing set_mempolicy
configure:21347: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5
/tmp/cclSn6vP.o: In function `main':
/home/berg/Documents/VC/StarPU/build-trunk/conftest.c:64: undefined reference
to `set_mempolicy'
collect2: error: ld returned 1 exit status
configure:21347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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:21347: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnuma
>&5
configure:21347: $? = 0
configure:21364: result: -lnuma
configure:21378: checking whether libnuma is available
configure:21380: result: yes
configure:21393: checking maximum number of sched_ctxs
configure:21402: result: 10
configure:21454: checking maximum number of CPUs
configure:21463: result: 2
configure:21471: checking whether CPUs should be used
configure:21480: result: yes
configure:21513: checking maximum number of CUDA devices
configure:21522: result: 4
configure:21601: checking whether CUDA is available
configure:21604: result:
configure:21618: checking cuda.h usability
configure:21618: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:21618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:21618: result: no
configure:21618: checking cuda.h presence
configure:21618: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:21618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:21618: result: no
configure:21618: checking for cuda.h
configure:21618: result: no
configure:22085: checking whether CUDA is available
configure:22088: result:
configure:22102: checking cuda.h usability
configure:22102: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22102: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22102: result: no
configure:22102: checking cuda.h presence
configure:22102: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22102: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22102: result: no
configure:22102: checking for cuda.h
configure:22102: result: no
configure:22569: checking whether CUDA is available in /usr/local/cuda
configure:22575: result:
configure:22589: checking cuda.h usability
configure:22589: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include
conftest.c >&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22589: result: no
configure:22589: checking cuda.h presence
configure:22589: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22589: result: no
configure:22589: checking for cuda.h
configure:22589: result: no
configure:22569: checking whether CUDA is available in /c/cuda
configure:22575: result:
configure:22589: checking cuda.h usability
configure:22589: gcc -c -g -O2 -D_GNU_SOURCE -I/c/cuda/include conftest.c
>&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22589: result: no
configure:22589: checking cuda.h presence
configure:22589: gcc -E -D_GNU_SOURCE -I/c/cuda/include conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22589: result: no
configure:22589: checking for cuda.h
configure:22589: result: no
configure:22569: checking whether CUDA is available in /cygdrive/c/cuda
configure:22575: result:
configure:22589: checking cuda.h usability
configure:22589: gcc -c -g -O2 -D_GNU_SOURCE -I/cygdrive/c/cuda/include
conftest.c >&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22589: result: no
configure:22589: checking cuda.h presence
configure:22589: gcc -E -D_GNU_SOURCE -I/cygdrive/c/cuda/include conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22589: result: no
configure:22589: checking for cuda.h
configure:22589: result: no
configure:22569: checking whether CUDA is available in /opt/cuda
configure:22575: result:
configure:22589: checking cuda.h usability
configure:22589: gcc -c -g -O2 -D_GNU_SOURCE -I/opt/cuda/include conftest.c
>&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22589: result: no
configure:22589: checking cuda.h presence
configure:22589: gcc -E -D_GNU_SOURCE -I/opt/cuda/include conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22589: result: no
configure:22589: checking for cuda.h
configure:22589: result: no
configure:22569: checking whether CUDA is available in /..
configure:22575: result:
configure:22589: checking cuda.h usability
configure:22589: gcc -c -g -O2 -D_GNU_SOURCE -I/../include conftest.c >&5
conftest.c:92:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* 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 <cuda.h>
configure:22589: result: no
configure:22589: checking cuda.h presence
configure:22589: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:59:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:22589: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:22589: result: no
configure:22589: checking for cuda.h
configure:22589: result: no
configure:23044: checking whether CUDA is working
configure:23108: result: no
configure:23171: checking whether CUDA should be used
configure:23173: result: no
configure:23272: checking for pkg-config
configure:23290: found /usr/bin/pkg-config
configure:23302: result: /usr/bin/pkg-config
configure:23327: checking pkg-config is at least version 0.9.0
configure:23330: result: yes
configure:23429: checking whether MAGMA should be used
configure:23431: result: no
configure:23435: checking for cufftDoubleComplex
configure:23435: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:59:19: fatal error: cufft.h: No such file or directory
compilation terminated.
configure:23435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cufft.h>
|
| int
| main ()
| {
| if (sizeof (cufftDoubleComplex))
| return 0;
| ;
| return 0;
| }
configure:23435: result: no
configure:23501: checking whether CURAND is available
configure:23503: result: no
configure:23559: checking maximum number of OpenCL devices
configure:23568: result: 1
configure:23640: checking whether OpenCL is available
configure:23643: result:
configure:23656: checking CL/cl.h usability
configure:23656: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
configure:23656: $? = 0
configure:23656: result: yes
configure:23656: checking CL/cl.h presence
configure:23656: gcc -E -D_GNU_SOURCE conftest.c
configure:23656: $? = 0
configure:23656: result: yes
configure:23656: checking for CL/cl.h
configure:23656: result: yes
configure:23708: checking whether OpenCL is available in no
configure:23710: result:
configure:23712: checking for main in -lOpenCL
configure:23731: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lOpenCL
-lm -lpthread >&5
configure:23731: $? = 0
configure:23740: result: yes
configure:23802: checking for main in -lOpenCL
configure:23821: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lOpenCL
-lm -lpthread >&5
configure:23821: $? = 0
configure:23830: result: yes
configure:24132: checking whether OpenCL should be used
configure:24134: result: yes
configure:24162: checking whether asynchronous copy should be disabled
configure:24175: result: no
configure:24183: checking whether asynchronous CUDA copy should be disabled
configure:24196: result: no
configure:24204: checking whether asynchronous OpenCL copy should be disabled
configure:24217: result: no
configure:24341: checking whether blocking drivers should be disabled
configure:24350: result: no
configure:24366: checking whether debug mode should be enabled
configure:24375: result: no
configure:24388: checking whether extra checks should be performed
configure:24397: result: no
configure:24405: checking whether debug messages should be displayed
configure:24414: result: no
configure:24422: checking whether coverage testing should be enabled
configure:24431: result: no
configure:24449: checking whether FxT traces should be generated
configure:24480: result: no
configure:24821: checking whether performance debugging should be enabled
configure:24830: result: no
configure:24842: checking whether performance model debugging should be
enabled
configure:24851: result: no
configure:24859: checking whether statistics should be generated
configure:24868: result: no
configure:24880: checking whether memory stats should be displayed
configure:24889: result: no
configure:24899: checking glpk.h usability
configure:24899: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:95:18: fatal error: glpk.h: No such file or directory
compilation terminated.
configure:24899: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 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:24899: result: no
configure:24899: checking glpk.h presence
configure:24899: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:62:18: fatal error: glpk.h: No such file or directory
compilation terminated.
configure:24899: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| /* end confdefs.h. */
| #include <glpk.h>
configure:24899: result: no
configure:24899: checking for glpk.h
configure:24899: result: no
configure:24913: checking for main in -lglpk
configure:24932: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lglpk >&5
/usr/bin/ld: cannot find -lglpk
collect2: error: ld returned 1 exit status
configure:24932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:24941: result: no
configure:24959: checking Ayudame.h usability
configure:24959: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:95:21: fatal error: Ayudame.h: No such file or directory
compilation terminated.
configure:24959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 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 <Ayudame.h>
configure:24959: result: no
configure:24959: checking Ayudame.h presence
configure:24959: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:62:21: fatal error: Ayudame.h: No such file or directory
compilation terminated.
configure:24959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| /* end confdefs.h. */
| #include <Ayudame.h>
configure:24959: result: no
configure:24959: checking for Ayudame.h
configure:24959: result: no
configure:24976: checking how many buffers can be manipulated per task
configure:24985: result: 8
configure:25017: checking maximum number of memory nodes
configure:25019: result: 2
configure:25028: checking whether allocation cache should be used
configure:25037: result: no
configure:25071: checking using explicit performance model location
configure:25073: result: no
configure:25076: checking performance models location
configure:25078: result: $HOME/.starpu/sampling/
configure:25082: checking for clock_gettime in -lrt
configure:25107: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:25107: $? = 0
configure:25116: result: yes
configure:25129: checking for clock_gettime
configure:25129: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:25129: $? = 0
configure:25129: result: yes
configure:25142: checking Maximum number of workers
configure:25144: result: 16
configure:25153: checking maximum number of implementations
configure:25162: result: 8
configure:25191: checking for mpicc
configure:25209: found /usr/bin/mpicc
configure:25222: result: /usr/bin/mpicc
configure:25244: checking mpicc path
configure:25246: result: /usr/bin/mpicc
configure:25298: checking for mpiexec
configure:25317: found /usr/bin/mpiexec
configure:25330: result: /usr/bin/mpiexec
configure:25342: checking whether mpiexec is available
configure:25344: result: /usr/bin/mpiexec
configure:25365: checking whether MPI tests should be run
configure:25367: result: yes
configure:25373: checking whether the StarPU MPI library should be generated
configure:25375: result: yes
configure:25421: checking for StarPU-Top
configure:25430: checking for qmake-qt4
configure:25463: result: no
configure:25430: checking for qmake
configure:25463: result: no
configure:25560: checking whether compiler support -W
configure:25582: gcc -c -W -D_GNU_SOURCE conftest.c >&5
configure:25582: $? = 0
configure:25585: result: yes
configure:25599: checking whether compiler support -Wall
configure:25621: gcc -c -Wall -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:75:18: warning: unused variable 'hello' [-Wunused-variable]
configure:25621: $? = 0
configure:25624: result: yes
configure:25638: checking whether compiler support -Wextra
configure:25660: gcc -c -Wextra -D_GNU_SOURCE conftest.c >&5
configure:25660: $? = 0
configure:25663: result: yes
configure:25677: checking whether compiler support -Werror=implicit
configure:25699: gcc -c -Werror=implicit -D_GNU_SOURCE conftest.c >&5
configure:25699: $? = 0
configure:25702: result: yes
configure:25861: checking whether GCC supports plug-ins
configure:25916: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -Iplugin/include conftest.c
>&5
conftest.c:69:24: fatal error: gcc-plugin.h: No such file or directory
compilation terminated.
configure:25916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #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:25932: result: no
configure:26216: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in
will not be built
configure:26354: checking for SOCL
configure:26369: result: yes
configure:26391: checking for clGetExtensionFunctionAddressForPlatform
configure:26391: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
/tmp/ccxL2Thu.o: In function `main':
/home/berg/Documents/VC/StarPU/build-trunk/conftest.c:103: undefined
reference to `clGetExtensionFunctionAddressForPlatform'
collect2: error: ld returned 1 exit status
configure:26391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| /* end confdefs.h. */
| /* Define clGetExtensionFunctionAddressForPlatform to an innocuous variant,
in case <limits.h> declares clGetExtensionFunctionAddressForPlatform.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clGetExtensionFunctionAddressForPlatform
innocuous_clGetExtensionFunctionAddressForPlatform
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clGetExtensionFunctionAddressForPlatform
(); 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 clGetExtensionFunctionAddressForPlatform
|
| /* 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 clGetExtensionFunctionAddressForPlatform ();
| /* 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_clGetExtensionFunctionAddressForPlatform || defined
__stub___clGetExtensionFunctionAddressForPlatform
| choke me
| #endif
|
| int
| main ()
| {
| return clGetExtensionFunctionAddressForPlatform ();
| ;
| return 0;
| }
configure:26391: result: no
configure:26417: checking for gdb
configure:26435: found /usr/bin/gdb
configure:26448: result: /usr/bin/gdb
configure:26660: checking whether OpenGL rendering is enabled
configure:26664: result: no
configure:26675: checking for X
configure:26783: gcc -E -D_GNU_SOURCE conftest.c
configure:26783: $? = 0
configure:26814: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lX11 -lrt -lm -lpthread >&5
configure:26814: $? = 0
configure:26864: result: libraries , headers
configure:26963: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread -lX11 >&5
configure:26963: $? = 0
configure:27061: checking for gethostbyname
configure:27061: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:27061: $? = 0
configure:27061: result: yes
configure:27158: checking for connect
configure:27158: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:27158: $? = 0
configure:27158: result: yes
configure:27207: checking for remove
configure:27207: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:27207: $? = 0
configure:27207: result: yes
configure:27256: checking for shmat
configure:27256: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lm -lpthread >&5
configure:27256: $? = 0
configure:27256: result: yes
configure:27314: checking for IceConnectionNumber in -lICE
configure:27339: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lICE -lrt -lm -lpthread >&5
/usr/bin/ld: cannot find -lICE
collect2: error: ld returned 1 exit status
configure:27339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| /* 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 IceConnectionNumber ();
| int
| main ()
| {
| return IceConnectionNumber ();
| ;
| return 0;
| }
configure:27348: result: no
configure:27797: checking for library containing sgemm_
configure:27828: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c >&5
/tmp/ccuYYzUj.o: In function `main':
/home/berg/Documents/VC/StarPU/build-trunk/conftest.c:82: undefined reference
to `sgemm_'
collect2: error: ld returned 1 exit status
configure:27828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #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:27828: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lblas >&5
configure:27828: $? = 0
configure:27845: result: -lblas
configure:27916: checking which BLAS lib should be used
configure:27918: result: system
configure:27942: checking for FFTW
configure:27950: $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:27953: $? = 1
configure:27968: $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:27971: $? = 1
No package 'fftw3' found
configure:27999: result: no
configure:28029: checking for FFTWF
configure:28037: $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:28040: $? = 1
configure:28055: $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:28058: $? = 1
No package 'fftw3f' found
configure:28086: result: no
configure:28116: checking for FFTWL
configure:28124: $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:28127: $? = 1
configure:28142: $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:28145: $? = 1
No package 'fftw3l' found
configure:28173: result: no
configure:28253: checking for HWLOC
configure:28261: $PKG_CONFIG --exists --print-errors "hwloc"
configure:28264: $? = 0
configure:28279: $PKG_CONFIG --exists --print-errors "hwloc"
configure:28282: $? = 0
configure:28322: result: yes
configure:28411: checking whether hwloc should be used
configure:28413: result: yes
configure:28418: checking f77.h usability
configure:28418: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:106:17: fatal error: f77.h: No such file or directory
compilation terminated.
configure:28418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 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:28418: result: no
configure:28418: checking f77.h presence
configure:28418: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:73:17: fatal error: f77.h: No such file or directory
compilation terminated.
configure:28418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <f77.h>
configure:28418: result: no
configure:28418: checking for f77.h
configure:28418: result: no
configure:28447: checking for icc
configure:28477: result: no
configure:28544: checking for help2man
configure:28574: result: no
configure:28595: checking for struct cudaDeviceProp.pciDomainID
configure:28595: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:73:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:28595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciDomainID)
| return 0;
| ;
| return 0;
| }
configure:28595: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:73:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:28595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (sizeof ac_aggr.pciDomainID)
| return 0;
| ;
| return 0;
| }
configure:28595: result: no
configure:28604: checking for struct cudaDeviceProp.pciBusID
configure:28604: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:73:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:28604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciBusID)
| return 0;
| ;
| return 0;
| }
configure:28604: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:73:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:28604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.0"
| #define PACKAGE_STRING "StarPU 1.2.0"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define PACKAGE "starpu"
| #define VERSION "1.2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define 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/berg/Documents/VC/StarPU/build-trunk"
| #define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 2
| #define STARPU_USE_CPU 1
| #define STARPU_NMAX_COMBINEDWORKERS 4
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 1
| #define STARPU_USE_OPENCL 1
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 2
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 16
| #define STARPU_MAXIMPLEMENTATIONS 8
| #define STARPU_USE_MPI /**/
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (sizeof ac_aggr.pciBusID)
| return 0;
| ;
| return 0;
| }
configure:28604: result: no
configure:28979: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by StarPU config.status 1.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on vaibu
config.status:1494: creating tests/regression/regression.sh
config.status:1494: creating tests/regression/profiles
config.status:1494: creating tests/regression/profiles.build.only
config.status:1494: creating Makefile
config.status:1494: creating src/Makefile
config.status:1494: creating tools/Makefile
config.status:1494: creating tools/starpu_codelet_profile
config.status:1494: creating tools/starpu_codelet_histo_profile
config.status:1494: creating tools/starpu_workers_activity
config.status:1494: creating socl/Makefile
config.status:1494: creating socl/src/Makefile
config.status:1494: creating socl/examples/Makefile
config.status:1494: creating socl/socl-1.0.pc
config.status:1494: creating socl/socl-1.1.pc
config.status:1494: creating socl/vendors/socl.icd
config.status:1494: creating libstarpu.pc
config.status:1494: creating starpu-1.0.pc
config.status:1494: creating starpu-1.1.pc
config.status:1494: creating mpi/libstarpumpi.pc
config.status:1494: creating mpi/starpumpi-1.0.pc
config.status:1494: creating mpi/starpumpi-1.1.pc
config.status:1494: creating starpufft/Makefile
config.status:1494: creating starpufft/libstarpufft.pc
config.status:1494: creating starpufft/starpufft-1.0.pc
config.status:1494: creating starpufft/starpufft-1.1.pc
config.status:1494: creating examples/Makefile
config.status:1494: creating examples/stencil/Makefile
config.status:1494: creating tests/Makefile
config.status:1494: creating doc/Makefile
config.status:1494: creating mpi/Makefile
config.status:1494: creating mpi/src/Makefile
config.status:1494: creating mpi/tests/Makefile
config.status:1494: creating mpi/examples/Makefile
config.status:1494: creating starpu-top/StarPU-Top.pro
config.status:1494: creating starpu-top/StarPU-Top-qwt-embed.pri
config.status:1494: creating starpu-top/StarPU-Top-qwt-system.pri
config.status:1494: creating gcc-plugin/Makefile
config.status:1494: creating gcc-plugin/src/Makefile
config.status:1494: creating gcc-plugin/tests/Makefile
config.status:1494: creating gcc-plugin/tests/run-test
config.status:1494: creating gcc-plugin/examples/Makefile
config.status:1494: creating sc_hypervisor/Makefile
config.status:1494: creating sc_hypervisor/src/Makefile
config.status:1494: creating sc_hypervisor/examples/Makefile
config.status:1494: creating src/common/config.h
config.status:1494: creating include/starpu_config.h
config.status:1494: creating gcc-plugin/include/starpu-gcc/config.h
config.status:1494: creating starpu-top/config.h
config.status:1720: linking /etc/OpenCL/vendors/amdocl32.icd to
socl/vendors/amdocl32.icd
config.status:1720: linking /etc/OpenCL/vendors/amdocl64.icd to
socl/vendors/amdocl64.icd
config.status:1739: executing depfiles commands
config.status:1739: executing libtool commands
config.status:1739: executing executable-scripts commands
configure:31846:
CPUs enabled: yes
CUDA enabled: no
OpenCL enabled: yes
Compile-time limits
(change these with --enable-maxcpus, --enable-maxcudadev,
--enable-maxopencldev, --enable-maxbuffers)
Maximum number of CPUs: 2
Maximum number of CUDA devices: 4
Maximum number of OpenCL devices: 1
Maximum number of memory nodes: 2
Maximum number of task buffers: 8
GPU-GPU transfers: no
Allocation cache: no
Magma enabled: no
BLAS library: system
hwloc: yes
FxT trace enabled: no
StarPU-Top: no
Documentation: yes
Examples: yes
StarPU Extensions:
MPI enabled: yes
MPI test suite: yes
FFT Support: no
GCC plug-in: no
GCC plug-in test suite (requires GNU Guile): no
SOCL enabled: yes
SOCL test suite: yes
Scheduler Hypervisor: no
simgrid enabled: no
ayudame enabled: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BLAS_LIBS_set=
ac_cv_env_BLAS_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
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_LDFLAGS_set=
ac_cv_env_FXT_LDFLAGS_value=
ac_cv_env_FXT_LIBS_set=
ac_cv_env_FXT_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_NVCCFLAGS_set=
ac_cv_env_NVCCFLAGS_value=
ac_cv_env_NVCC_set=
ac_cv_env_NVCC_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POTI_CFLAGS_set=
ac_cv_env_POTI_CFLAGS_value=
ac_cv_env_POTI_LIBS_set=
ac_cv_env_POTI_LIBS_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=no
ac_cv_func_clGetExtensionFunctionAddressForPlatform=no
ac_cv_func_clock_gettime=yes
ac_cv_func_connect=yes
ac_cv_func_drand48=yes
ac_cv_func_erand48_r=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_memalign=yes
ac_cv_func_nearbyintf=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_rintf=yes
ac_cv_func_setenv=yes
ac_cv_func_shmat=yes
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_Ayudame_h=no
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_helgrind_h=no
ac_cv_header_valgrind_valgrind_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=no
ac_cv_lib_OpenCL=ac_cv_lib_OpenCL_main
ac_cv_lib_glpk_main=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main
ac_cv_lib_ws2_32_main=no
ac_cv_member_struct_cudaDeviceProp_pciBusID=no
ac_cv_member_struct_cudaDeviceProp_pciDomainID=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GDB=/usr/bin/gdb
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/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=/usr/bin/mpicc
ac_cv_path_mpiexec_path=/usr/bin/mpiexec
ac_cv_path_svnversioncommand=/usr/bin/svnversion
ac_cv_prog_AWK=mawk
ac_cv_prog_BASH=/bin/bash
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_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_set_mempolicy=-lnuma
ac_cv_search_sgemm_=-lblas
ac_cv_search_sqrt=-lm
ac_cv_sizeof_void_p=8
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_cufftDoubleComplex=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=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_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/
{\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^
]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\)
\(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^
]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_HWLOC_CFLAGS='-I/opt/hwloc/include -I/usr/include/libxml2 '
pkg_cv_HWLOC_LIBS='-L/opt/hwloc/lib -lhwloc '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing
--run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
ATLASDIR=''
ATLAS_BLAS_LIB_FALSE=''
ATLAS_BLAS_LIB_TRUE='#'
AUTOCONF='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing
--run autoconf'
AUTOHEADER='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing
--run autoheader'
AUTOMAKE='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing
--run automake-1.11'
AWK='mawk'
BASH='/bin/bash'
BLAS_LIB='system'
BLAS_LIBS=''
BUILD_DOC_FALSE='#'
BUILD_DOC_TRUE=''
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
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='/usr/bin/mpicc'
CFLAGS='-O3 -g -O2 -gdwarf-2 -g3 '
COVERAGE='no'
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FFTWF_CFLAGS=''
FFTWF_LIBS=''
FFTWL_CFLAGS=''
FFTWL_LIBS=''
FFTW_CFLAGS=''
FFTW_LIBS=''
FGREP='/bin/grep -F'
FXTDIR=''
FXT_CFLAGS=''
FXT_LDFLAGS=''
FXT_LIBS=''
GCC_FOR_PLUGIN=''
GCC_FOR_PLUGIN_LIBTOOL_TAG=''
GCC_PLUGIN_DIR_PKGCONFIG=''
GCC_PLUGIN_INCLUDE_DIR='plugin/include'
GCC_PLUGIN_PKGCONFIG=''
GDB='/usr/bin/gdb'
GLOBAL_AM_CFLAGS=' -W -Wall -Wextra -Werror=implicit'
GOTODIR=''
GOTO_BLAS_LIB_FALSE=''
GOTO_BLAS_LIB_TRUE='#'
GREP='/bin/grep'
GUILE=''
HAVE_FFTWFL=''
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE='#'
HAVE_PTR_DEREFS_MAY_ALIAS_P_FALSE=''
HAVE_PTR_DEREFS_MAY_ALIAS_P_TRUE='#'
HAVE_X11_FALSE='#'
HAVE_X11_TRUE=''
HELP2MAN=''
HWLOC_CFLAGS='-I/opt/hwloc/include -I/usr/include/libxml2 '
HWLOC_LIBS='-L/opt/hwloc/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/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lrt -lm -lpthread '
LIBSOCL_INTERFACE_AGE='0'
LIBSOCL_INTERFACE_CURRENT='1'
LIBSOCL_INTERFACE_REVISION='0'
LIBSTARPUFFT_INTERFACE_AGE='0'
LIBSTARPUFFT_INTERFACE_CURRENT='1'
LIBSTARPUFFT_INTERFACE_REVISION='0'
LIBSTARPUMPI_INTERFACE_AGE='0'
LIBSTARPUMPI_INTERFACE_CURRENT='1'
LIBSTARPUMPI_INTERFACE_REVISION='0'
LIBSTARPU_INTERFACE_AGE='0'
LIBSTARPU_INTERFACE_CURRENT='1'
LIBSTARPU_INTERFACE_REVISION='0'
LIBSTARPU_LDFLAGS=' '
LIBSTARPU_LINK='libstarpu-1.0.la'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAGMA_CFLAGS=''
MAGMA_LIBS=''
MAKEINFO='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing
--run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MKL_BLAS_LIB_FALSE=''
MKL_BLAS_LIB_TRUE='#'
MPICC='/usr/bin/mpicc'
MPICC_LDFLAGS='-pthread -L/usr/lib/openmpi/lib -lmpi -lopen-rte -lopen-pal
-ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl'
MPIEXEC='/usr/bin/mpiexec'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_BLAS_LIB_FALSE=''
NO_BLAS_LIB_TRUE='#'
NVCC=''
NVCCFLAGS=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='starpu'
PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr'
PACKAGE_NAME='StarPU'
PACKAGE_STRING='StarPU 1.2.0'
PACKAGE_TARNAME='starpu'
PACKAGE_URL='http://runtime.bordeaux.inria.fr/StarPU/'
PACKAGE_VERSION='1.2.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POTI_CFLAGS=''
POTI_LIBS=''
QMAKE='not-found'
QWT_PRI=''
RANLIB='ranlib'
RUN_GCC_PLUGIN_TESTS_FALSE=''
RUN_GCC_PLUGIN_TESTS_TRUE='#'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMGRID_CFLAGS=''
SIMGRID_LIBS=''
SOCL_OCL_LIB_OPENCL='/usr/lib'
STARPU_BLAS_LDFLAGS=' -lblas '
STARPU_BUILD_DIR='/home/berg/Documents/VC/StarPU/build-trunk'
STARPU_BUILD_SC_HYPERVISOR_FALSE=''
STARPU_BUILD_SC_HYPERVISOR_TRUE='#'
STARPU_COVERAGE_ENABLED_FALSE=''
STARPU_COVERAGE_ENABLED_TRUE='#'
STARPU_CUDA_CPPFLAGS=''
STARPU_CUDA_FORTRAN_LDFLAGS=''
STARPU_CUDA_LDFLAGS=''
STARPU_CUFFT_LDFLAGS=''
STARPU_CURAND_LDFLAGS=''
STARPU_EFFECTIVE_VERSION='1.0'
STARPU_ENABLE_STATS='no'
STARPU_GCC_VERSION_MAJOR=''
STARPU_GCC_VERSION_MINOR=''
STARPU_GLPK_LDFLAGS=' '
STARPU_HAVE_AM111_FALSE='#'
STARPU_HAVE_AM111_TRUE=''
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_LONG_CHECK_FALSE=''
STARPU_LONG_CHECK_TRUE='#'
STARPU_MAJOR_VERSION='1'
STARPU_MINOR_VERSION='2'
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='/opt/StarPU/trunk/share/starpu/opencl/examples'
STARPU_OPENCL_LDFLAGS=' -lOpenCL'
STARPU_OPENGL_RENDER='no'
STARPU_OPENGL_RENDER_LDFLAGS=''
STARPU_PERF_DEBUG='no'
STARPU_QUICK_CHECK_FALSE=''
STARPU_QUICK_CHECK_TRUE='#'
STARPU_QWT_INCLUDE=''
STARPU_QWT_LDFLAGS=''
STARPU_SC_HYPERVISOR=''
STARPU_SIMGRID_FALSE=''
STARPU_SIMGRID_TRUE='#'
STARPU_SRC_DIR='/home/berg/Documents/VC/StarPU/build-trunk/../trunk'
STARPU_USE_CPU='yes'
STARPU_USE_CPU_FALSE='#'
STARPU_USE_CPU_TRUE=''
STARPU_USE_CUDA='no'
STARPU_USE_CUDA_FALSE=''
STARPU_USE_CUDA_TRUE='#'
STARPU_USE_FXT='no'
STARPU_USE_FXT_FALSE=''
STARPU_USE_FXT_TRUE='#'
STARPU_USE_OPENCL='yes'
STARPU_USE_OPENCL_FALSE='#'
STARPU_USE_OPENCL_TRUE=''
STARPU_USE_SC_HYPERVISOR_FALSE=''
STARPU_USE_SC_HYPERVISOR_TRUE='#'
STARPU_USE_SOCL_FALSE='#'
STARPU_USE_SOCL_TRUE=''
STARPU_USE_TOP='no'
STATS='no'
STRIP='strip'
SYSTEM_BLAS_LIB_FALSE='#'
SYSTEM_BLAS_LIB_TRUE=''
USE_MPI='yes'
USE_MPI_FALSE='#'
USE_MPI_TRUE=''
VERSION='1.2.0'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='${SHELL} /home/berg/Documents/VC/StarPU/trunk/build-aux/missing --run
bison'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gccplugindir=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/home/berg/Documents/VC/StarPU/trunk/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
mpicc_path='/usr/bin/mpicc'
mpiexec_path='/usr/bin/mpiexec'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibdir='${libdir}/starpu'
prefix='/opt/StarPU/trunk'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
svnversioncommand='/usr/bin/svnversion'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "StarPU"
#define PACKAGE_TARNAME "starpu"
#define PACKAGE_VERSION "1.2.0"
#define PACKAGE_STRING "StarPU 1.2.0"
#define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
#define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
#define STARPU_MAJOR_VERSION 1
#define STARPU_MINOR_VERSION 2
#define PACKAGE "starpu"
#define VERSION "1.2.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define 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/berg/Documents/VC/StarPU/build-trunk"
#define STARPU_SRC_DIR "/home/berg/Documents/VC/StarPU/build-trunk/../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_USE_DRAND48 1
#define STARPU_USE_ERAND48_R 1
#define STARPU_HAVE_STRERROR_R 1
#define STARPU_HAVE_SETENV 1
#define STARPU_HAVE_UNSETENV 1
#define STARPU_HAVE_NEARBYINTF 1
#define STARPU_HAVE_RINTF 1
#define HAVE_MALLOC_H 1
#define STARPU_HAVE_MALLOC_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_NMAX_SCHED_CTXS 10
#define STARPU_MAXCPUS 2
#define STARPU_USE_CPU 1
#define STARPU_NMAX_COMBINEDWORKERS 4
#define STARPU_MAXCUDADEVS 4
#define STARPU_MAXOPENCLDEVS 1
#define STARPU_USE_OPENCL 1
#define STARPU_NON_BLOCKING_DRIVERS 1
#define STARPU_NMAXBUFS 8
#define STARPU_MAXNODES 2
#define HAVE_LIBRT 1
#define HAVE_CLOCK_GETTIME 1
#define STARPU_NMAXWORKERS 16
#define STARPU_MAXIMPLEMENTATIONS 8
#define STARPU_USE_MPI /**/
#define STARPU_GDB_PATH "/usr/bin/gdb"
#define STARPU_HAVE_X11 1
#define STARPU_SYSTEM_BLAS 1
#define STARPU_HAVE_HWLOC 1
configure: exit 0
--Apple-Mail=_33919A07-2CD6-4DB1-AD00-776C8559EBCA
Content-Disposition: attachment;
filename=fix_compilation_error.diff
Content-Type: text/x-patch;
name="fix_compilation_error.diff"
Content-Transfer-Encoding: 7bit
Index: src/sched_policies/deque_modeling_policy_data_aware.c
===================================================================
--- src/sched_policies/deque_modeling_policy_data_aware.c (revision
9477)
+++ src/sched_policies/deque_modeling_policy_data_aware.c (working copy)
@@ -376,6 +376,8 @@
unsigned best_impl = 0;
unsigned nimpl;
+ starpu_pthread_mutex_t *sched_mutex;
+
struct starpu_worker_collection *workers =
starpu_sched_ctx_get_worker_collection(sched_ctx_id);
struct starpu_sched_ctx_iterator it;
@@ -524,6 +526,7 @@
struct starpu_worker_collection *workers =
starpu_sched_ctx_get_worker_collection(sched_ctx_id);
struct starpu_sched_ctx_iterator it;
+ starpu_pthread_mutex_t *sched_mutex;
if(workers->init_iterator)
workers->init_iterator(workers, &it);
--Apple-Mail=_33919A07-2CD6-4DB1-AD00-776C8559EBCA
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
5 failed tests on Ubuntu 12.10 and with AMDAPP v2.8 on Vaio laptop.
Cheers,
Heikki
--Apple-Mail=_33919A07-2CD6-4DB1-AD00-776C8559EBCA--
- [no subject], Unknown, 16/12/2020
Archives gérées par MHonArc 2.6.19+.