Objet : Developers list for StarPU
Archives de la liste
- From: "helluy@math.unistra.fr" <helluy@math.unistra.fr>
- To: starpu-devel@lists.gforge.inria.fr
- Cc: matthieu.boileau@math.unistra.fr
- Subject: [Starpu-devel] retour experience starpu mac
- Date: Mon, 5 Oct 2015 18:25:18 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=helluy@math.unistra.fr; spf=None smtp.mailfrom=helluy@math.unistra.fr; spf=None smtp.helo=postmaster@mailhost.u-strasbg.fr
- Ironport-phdr: 9a23:rY5gvR8aOcn8x/9uRHKM819IXTAuvvDOBiVQ1KB91e0cTK2v8tzYMVDF4r011RmSDdmdtaIP2reempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXsq3G/pQQfBg/4fVIsYL+lRsiM34/miqibwN76XUZhvHKFe7R8LRG7/036l/I9ps9cEJs30QbDuXBSeu5blitCLFOXmAvgtI/rpMYwu3cYh/V07NJJS73nOqg1U7FcJDAnKHwuosLlsgPMQE2O4GEdWyMYiElmGQ/AuVv6U5P1rzrSs+Nh2G+HO8ztUao9Hzq4pe8/SBLsjDoWHzsw7GGRl8pxl75BqVSvvUoskMbvfIiJOa8mLevmdtQASD8ZUw==
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
Salut Bordeaux !
à Strasbourg dans l'équipe Tonus nous sommes en train de migrer un de nos codes vers StarPU.
Sous ubuntu: installation des drivers opencl, sudo apt-install libsocl et hop, tout fonctionne.
Sous macosx version 10.11, j'ai eu beaucoup de difficultés à seulement compiler notre code qui utilise StarPU.
j'ai téléchargé le snapshot du 3/10 et suivi la procédure standard:
mkdir build
cd build
../configure
make
make check
make install
Voici un résumé de mes expériences sur mon macbook air 6,2 intel core i7 haswell gpu intel hd5000
préliminaires:
brew install hwloc
brew install openmpi
puis:
1) échec avec le compilateur par défaut d'Apple (clang):
à un moment, une édition de lien échoue car, même si openmp est désactivé, une option de link est -lgomp et que clang ne reconnaît pas (encore) openmp
2) j'installe donc gcc-5 avec homebrew:
brew install gcc
activation de gcc comme compilateur par défaut:
export PATH=/usr/local/bin:$PATH
ln -s /usr/local/bin/gcc-5 /usr/local/bin/gcc
ln -s /usr/local/bin/g++-5 /usr/local/bin/g++
export OMPI_CC=gcc
(sans ces manips, à un moment ou à un autre, le make rebascule sur clang...)
La compilation s'arrête sur un fichier source socl: une fonction de mesure de temps n'est pas reconnue.
3) Je désactive socl et la compilation passe.
Mais le make check reste bloqué sur le test "main/execute_on_a_specific_worker"
Je dois l'arrêter et tuer à la mains les sous-processus
4) Je désactive opencl. La compilation et le make check passent (avec quelques erreurs. Fichier log joint)
Mais mon code, qui s'exécute sans erreur sous linux, s'arrête avec le message:
Assertion failed: (current_offset <= _arg_buffer_size), function _starpu_codelet_pack_args, file ../../src/util/starpu_task_insert_utils.c, line 84.
C'est l'instruction suivante qui provoque l'erreur:
starpu_codelet_pack_args(&arg_buffer, &arg_buffer_size,
STARPU_VALUE, f, sizeof(field),
STARPU_VALUE, fext, sizeof(field),
STARPU_VALUE, &locfa, sizeof(int),
STARPU_VALUE, &sign, sizeof(int),
0);
(dans cette instruction f et fext sont des pointeurs vers des struct field)
Voilà...
Je suis preneur de toute aide et/ou de retour d'expérience d'utilisateurs de starpu sur mac.
Amicalement
PH
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by StarPU configure 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../configure --disable-opencl --disable-socl
## --------- ##
## Platform. ##
## --------- ##
hostname = airport-express-de-philippe.home
uname -m = x86_64
uname -r = 15.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015;
root:xnu-3247.1.106~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015;
root:xnu-3247.1.106~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 247 tasks, 943 threads, 4 processors
Load average: 1.44, Mach factor: 2.55
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /Library/TeX/texbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3572: checking build system type
configure:3586: result: x86_64-apple-darwin15.0.0
configure:3606: checking host system type
configure:3619: result: x86_64-apple-darwin15.0.0
configure:3639: checking target system type
configure:3652: result: x86_64-apple-darwin15.0.0
configure:3696: checking for a BSD-compatible install
configure:3764: result: /usr/bin/install -c
configure:3775: checking whether build environment is sane
configure:3830: result: yes
configure:3981: checking for a thread-safe mkdir -p
configure:4020: result: ../build-aux/install-sh -c -d
configure:4027: checking for gawk
configure:4057: result: no
configure:4027: checking for mawk
configure:4057: result: no
configure:4027: checking for nawk
configure:4057: result: no
configure:4027: checking for awk
configure:4043: found /usr/bin/awk
configure:4054: result: awk
configure:4065: checking whether make sets $(MAKE)
configure:4087: result: yes
configure:4116: checking whether make supports nested variables
configure:4133: result: yes
configure:4271: checking whether make supports nested variables
configure:4288: result: yes
configure:4314: checking for style of include used by make
configure:4342: result: GNU
configure:4413: checking for gcc
configure:4429: found /usr/local/bin/gcc
configure:4440: result: gcc
configure:4669: checking for C compiler version
configure:4678: gcc --version >&5
gcc (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
Copyright (C) 2015 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:4689: $? = 0
configure:4678: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.2.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking
--enable-checking=release --enable-lto --with-build-config=bootstrap-debug
--disable-werror --with-pkgversion='Homebrew gcc 5.2.0 --without-multilib'
--with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin
--disable-nls --disable-multilib
Thread model: posix
gcc version 5.2.0 (Homebrew gcc 5.2.0 --without-multilib)
configure:4689: $? = 0
configure:4678: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4689: $? = 1
configure:4678: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4689: $? = 1
configure:4709: checking whether the C compiler works
configure:4731: gcc conftest.c >&5
configure:4735: $? = 0
configure:4783: result: yes
configure:4786: checking for C compiler default output file name
configure:4788: result: a.out
configure:4794: checking for suffix of executables
configure:4801: gcc -o conftest conftest.c >&5
configure:4805: $? = 0
configure:4827: result:
configure:4849: checking whether we are cross compiling
configure:4857: gcc -o conftest conftest.c >&5
configure:4861: $? = 0
configure:4868: ./conftest
configure:4872: $? = 0
configure:4887: result: no
configure:4892: checking for suffix of object files
configure:4914: gcc -c conftest.c >&5
configure:4918: $? = 0
configure:4939: result: o
configure:4943: checking whether we are using the GNU C compiler
configure:4962: gcc -c conftest.c >&5
configure:4962: $? = 0
configure:4971: result: yes
configure:4980: checking whether gcc accepts -g
configure:5000: gcc -c -g conftest.c >&5
configure:5000: $? = 0
configure:5041: result: yes
configure:5058: checking for gcc option to accept ISO C89
configure:5121: gcc -c -g -O2 conftest.c >&5
configure:5121: $? = 0
configure:5134: result: none needed
configure:5159: checking whether gcc understands -c and -o together
configure:5181: gcc -c conftest.c -o conftest2.o
configure:5184: $? = 0
configure:5181: gcc -c conftest.c -o conftest2.o
configure:5184: $? = 0
configure:5196: result: yes
configure:5215: checking dependency style of gcc
configure:5326: result: gcc3
configure:5391: checking for ar
configure:5407: found /usr/bin/ar
configure:5418: result: ar
configure:5444: checking the archiver (ar) interface
configure:5460: gcc -c -g -O2 conftest.c >&5
configure:5460: $? = 0
configure:5462: ar cru libconftest.a conftest.o >&5
configure:5465: $? = 0
configure:5493: result: ar
configure:5561: checking for gcc
configure:5588: result: gcc
configure:5817: checking for C compiler version
configure:5826: gcc --version >&5
gcc (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
Copyright (C) 2015 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:5837: $? = 0
configure:5826: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.2.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking
--enable-checking=release --enable-lto --with-build-config=bootstrap-debug
--disable-werror --with-pkgversion='Homebrew gcc 5.2.0 --without-multilib'
--with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin
--disable-nls --disable-multilib
Thread model: posix
gcc version 5.2.0 (Homebrew gcc 5.2.0 --without-multilib)
configure:5837: $? = 0
configure:5826: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5837: $? = 1
configure:5826: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5837: $? = 1
configure:5841: checking whether we are using the GNU C compiler
configure:5869: result: yes
configure:5878: checking whether gcc accepts -g
configure:5939: result: yes
configure:5956: checking for gcc option to accept ISO C89
configure:6032: result: none needed
configure:6057: checking whether gcc understands -c and -o together
configure:6094: result: yes
configure:6113: checking dependency style of gcc
configure:6224: result: gcc3
configure:6298: checking for g++
configure:6314: found /usr/local/bin/g++
configure:6325: result: g++
configure:6352: checking for C++ compiler version
configure:6361: g++ --version >&5
g++ (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
Copyright (C) 2015 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:6372: $? = 0
configure:6361: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.2.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking
--enable-checking=release --enable-lto --with-build-config=bootstrap-debug
--disable-werror --with-pkgversion='Homebrew gcc 5.2.0 --without-multilib'
--with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin
--disable-nls --disable-multilib
Thread model: posix
gcc version 5.2.0 (Homebrew gcc 5.2.0 --without-multilib)
configure:6372: $? = 0
configure:6361: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6372: $? = 1
configure:6361: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:6372: $? = 1
configure:6376: checking whether we are using the GNU C++ compiler
configure:6395: g++ -c conftest.cpp >&5
configure:6395: $? = 0
configure:6404: result: yes
configure:6413: checking whether g++ accepts -g
configure:6433: g++ -c -g conftest.cpp >&5
configure:6433: $? = 0
configure:6474: result: yes
configure:6499: checking dependency style of g++
configure:6610: result: gcc3
configure:6630: checking how to run the C preprocessor
configure:6661: gcc -E conftest.c
configure:6661: $? = 0
configure:6675: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6700: result: gcc -E
configure:6720: gcc -E conftest.c
configure:6720: $? = 0
configure:6734: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6734: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6762: checking for a sed that does not truncate output
configure:6826: result: /usr/local/bin/gsed
configure:6831: checking whether ln -s works
configure:6835: result: yes
configure:6895: checking for g77
configure:6925: result: no
configure:6895: checking for xlf
configure:6925: result: no
configure:6895: checking for f77
configure:6925: result: no
configure:6895: checking for frt
configure:6925: result: no
configure:6895: checking for pgf77
configure:6925: result: no
configure:6895: checking for cf77
configure:6925: result: no
configure:6895: checking for fort77
configure:6925: result: no
configure:6895: checking for fl32
configure:6925: result: no
configure:6895: checking for af77
configure:6925: result: no
configure:6895: checking for xlf90
configure:6925: result: no
configure:6895: checking for f90
configure:6925: result: no
configure:6895: checking for pgf90
configure:6925: result: no
configure:6895: checking for pghpf
configure:6925: result: no
configure:6895: checking for epcf90
configure:6925: result: no
configure:6895: checking for gfortran
configure:6911: found /usr/local/bin/gfortran
configure:6922: result: gfortran
configure:6948: checking for Fortran 77 compiler version
configure:6957: gfortran --version >&5
GNU Fortran (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
Copyright (C) 2015 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6968: $? = 0
configure:6957: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.2.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking
--enable-checking=release --enable-lto --with-build-config=bootstrap-debug
--disable-werror --with-pkgversion='Homebrew gcc 5.2.0 --without-multilib'
--with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin
--disable-nls --disable-multilib
Thread model: posix
gcc version 5.2.0 (Homebrew gcc 5.2.0 --without-multilib)
configure:6968: $? = 0
configure:6957: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:6968: $? = 1
configure:6957: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:6968: $? = 1
configure:6977: checking whether we are using the GNU Fortran 77 compiler
configure:6990: gfortran -c conftest.F >&5
configure:6990: $? = 0
configure:6999: result: yes
configure:7005: checking whether gfortran accepts -g
configure:7016: gfortran -c -g conftest.f >&5
configure:7016: $? = 0
configure:7024: result: yes
configure:7106: checking for gfortran
configure:7122: found /usr/local/bin/gfortran
configure:7133: result: gfortran
configure:7159: checking for Fortran compiler version
configure:7168: gfortran --version >&5
GNU Fortran (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
Copyright (C) 2015 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:7179: $? = 0
configure:7168: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.2.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.2.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0
--prefix=/usr/local/Cellar/gcc/5.2.0
--libdir=/usr/local/Cellar/gcc/5.2.0/lib/gcc/5
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking
--enable-checking=release --enable-lto --with-build-config=bootstrap-debug
--disable-werror --with-pkgversion='Homebrew gcc 5.2.0 --without-multilib'
--with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin
--disable-nls --disable-multilib
Thread model: posix
gcc version 5.2.0 (Homebrew gcc 5.2.0 --without-multilib)
configure:7179: $? = 0
configure:7168: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:7179: $? = 1
configure:7168: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:7179: $? = 1
configure:7188: checking whether we are using the GNU Fortran compiler
configure:7201: gfortran -c conftest.F >&5
configure:7201: $? = 0
configure:7210: result: yes
configure:7216: checking whether gfortran accepts -g
configure:7227: gfortran -c -g conftest.f >&5
configure:7227: $? = 0
configure:7235: result: yes
configure:7268: checking for gstat
configure:7298: result: no
configure:7268: checking for stat
configure:7284: found /usr/bin/stat
configure:7295: result: stat
configure:7310: checking for gdate
configure:7340: result: no
configure:7310: checking for date
configure:7326: found /bin/date
configure:7337: result: date
configure:7396: checking how to print strings
configure:7423: result: printf
configure:7444: checking for a sed that does not truncate output
configure:7508: result: /usr/local/bin/gsed
configure:7526: checking for grep that handles long lines and -e
configure:7584: result: /usr/bin/grep
configure:7589: checking for egrep
configure:7651: result: /usr/bin/grep -E
configure:7656: checking for fgrep
configure:7718: result: /usr/bin/grep -F
configure:7753: checking for ld used by gcc
configure:7820: result: /usr/bin/ld
configure:7827: checking if the linker (/usr/bin/ld) is GNU ld
configure:7842: result: no
configure:7854: checking for BSD- or MS-compatible name lister (nm)
configure:7903: result: /usr/bin/nm
configure:8033: checking the name lister (/usr/bin/nm) interface
configure:8040: gcc -c -g -O2 conftest.c >&5
configure:8043: /usr/bin/nm "conftest.o"
configure:8046: output
0000000000000194 S _some_variable
configure:8053: result: BSD nm
configure:8057: checking the maximum length of command line arguments
configure:8188: result: 196608
configure:8205: checking whether the shell understands some XSI constructs
configure:8215: result: yes
configure:8219: checking whether the shell understands "+="
configure:8225: result: yes
configure:8260: checking how to convert x86_64-apple-darwin15.0.0 file names
to x86_64-apple-darwin15.0.0 format
configure:8300: result: func_convert_file_noop
configure:8307: checking how to convert x86_64-apple-darwin15.0.0 file names
to toolchain format
configure:8327: result: func_convert_file_noop
configure:8334: checking for /usr/bin/ld option to reload object files
configure:8341: result: -r
configure:8415: checking for objdump
configure:8445: result: no
configure:8471: checking how to recognize dependent libraries
configure:8669: result: pass_all
configure:8754: checking for dlltool
configure:8784: result: no
configure:8811: checking how to associate runtime and link libraries
configure:8838: result: printf %s\n
configure:8962: checking for archiver @FILE support
configure:8979: gcc -c -g -O2 conftest.c >&5
configure:8979: $? = 0
configure:8982: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8985: $? = 1
configure:9005: result: no
configure:9063: checking for strip
configure:9079: found /usr/bin/strip
configure:9090: result: strip
configure:9162: checking for ranlib
configure:9178: found /usr/bin/ranlib
configure:9189: result: ranlib
configure:9291: checking command to parse /usr/bin/nm output from gcc object
configure:9411: gcc -c -g -O2 conftest.c >&5
configure:9414: $? = 0
configure:9418: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' |
sed '/ __gnu_lto/d' \> conftest.nm
configure:9421: $? = 0
cannot find nm_test_var in conftest.nm
configure:9411: gcc -c -g -O2 conftest.c >&5
configure:9414: $? = 0
configure:9418: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' |
sed '/ __gnu_lto/d' \> conftest.nm
configure:9421: $? = 0
configure:9487: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:9490: $? = 0
configure:9528: result: ok
configure:9565: checking for sysroot
configure:9595: result: no
configure:9864: checking for mt
configure:9894: result: no
configure:9914: checking if : is a manifest tool
configure:9920: : '-?'
configure:9928: result: no
configure:9984: checking for dsymutil
configure:10000: found /usr/bin/dsymutil
configure:10011: result: dsymutil
configure:10076: checking for nmedit
configure:10092: found /usr/bin/nmedit
configure:10103: result: nmedit
configure:10168: checking for lipo
configure:10184: found /usr/bin/lipo
configure:10195: result: lipo
configure:10260: checking for otool
configure:10276: found /usr/bin/otool
configure:10287: result: otool
configure:10352: checking for otool64
configure:10382: result: no
configure:10427: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:10460: result: yes
configure:10463: checking for -exported_symbols_list linker flag
configure:10483: gcc -o conftest -g -O2
-Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:10483: $? = 0
configure:10493: result: yes
configure:10496: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10528: result: yes
configure:10566: checking for ANSI C header files
configure:10586: gcc -c -g -O2 conftest.c >&5
configure:10586: $? = 0
configure:10659: gcc -o conftest -g -O2 conftest.c >&5
configure:10659: $? = 0
configure:10659: ./conftest
configure:10659: $? = 0
configure:10670: result: yes
configure:10683: checking for sys/types.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for sys/stat.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for stdlib.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for string.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for memory.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for strings.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for inttypes.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for stdint.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10683: checking for unistd.h
configure:10683: gcc -c -g -O2 conftest.c >&5
configure:10683: $? = 0
configure:10683: result: yes
configure:10697: checking for dlfcn.h
configure:10697: gcc -c -g -O2 conftest.c >&5
configure:10697: $? = 0
configure:10697: result: yes
configure:11214: checking for objdir
configure:11229: result: .libs
configure:11500: checking if gcc supports -fno-rtti -fno-exceptions
configure:11518: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not
for C
configure:11522: $? = 0
configure:11535: result: no
configure:11862: checking for gcc option to produce PIC
configure:11869: result: -fno-common -DPIC
configure:11877: checking if gcc PIC flag -fno-common -DPIC works
configure:11895: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:11899: $? = 0
configure:11912: result: yes
configure:11941: checking if gcc static flag -static works
configure:11969: result: no
configure:11984: checking if gcc supports -c -o file.o
configure:12005: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:12009: $? = 0
configure:12031: result: yes
configure:12039: checking if gcc supports -c -o file.o
configure:12086: result: yes
configure:12119: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:13276: result: yes
configure:13516: checking dynamic linker characteristics
configure:14250: result: darwin15.0.0 dyld
configure:14357: checking how to hardcode library paths into programs
configure:14382: result: immediate
configure:14922: checking whether stripping libraries is possible
configure:14936: result: yes
configure:14962: checking if libtool supports shared libraries
configure:14964: result: yes
configure:14967: checking whether to build shared libraries
configure:14988: result: yes
configure:14991: checking whether to build static libraries
configure:14995: result: yes
configure:15018: checking how to run the C++ preprocessor
configure:15045: g++ -E conftest.cpp
configure:15045: $? = 0
configure:15059: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:15059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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:15084: result: g++ -E
configure:15104: g++ -E conftest.cpp
configure:15104: $? = 0
configure:15118: g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:15118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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:15287: checking for ld used by g++
configure:15354: result: /usr/bin/ld
configure:15361: checking if the linker (/usr/bin/ld) is GNU ld
configure:15376: result: no
configure:15431: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:16433: result: yes
configure:16469: g++ -c -g -O2 conftest.cpp >&5
configure:16472: $? = 0
configure:16992: checking for g++ option to produce PIC
configure:16999: result: -fno-common -DPIC
configure:17007: checking if g++ PIC flag -fno-common -DPIC works
configure:17025: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:17029: $? = 0
configure:17042: result: yes
configure:17065: checking if g++ static flag -static works
configure:17093: result: no
configure:17105: checking if g++ supports -c -o file.o
configure:17126: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:17130: $? = 0
configure:17152: result: yes
configure:17157: checking if g++ supports -c -o file.o
configure:17204: result: yes
configure:17234: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:17273: result: yes
configure:17414: checking dynamic linker characteristics
configure:18082: result: darwin15.0.0 dyld
configure:18135: checking how to hardcode library paths into programs
configure:18160: result: immediate
configure:18308: checking if libtool supports shared libraries
configure:18310: result: yes
configure:18313: checking whether to build shared libraries
configure:18333: result: yes
configure:18336: checking whether to build static libraries
configure:18340: result: yes
configure:18661: checking for gfortran option to produce PIC
configure:18668: result: -fno-common
configure:18676: checking if gfortran PIC flag -fno-common works
configure:18694: gfortran -c -g -O2 -fno-common conftest.f >&5
configure:18698: $? = 0
configure:18711: result: yes
configure:18734: checking if gfortran static flag -static works
configure:18762: result: no
configure:18774: checking if gfortran supports -c -o file.o
configure:18795: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:18799: $? = 0
configure:18821: result: yes
configure:18826: checking if gfortran supports -c -o file.o
configure:18873: result: yes
configure:18903: checking whether the gfortran linker (/usr/bin/ld) supports
shared libraries
configure:20010: result: yes
configure:20151: checking dynamic linker characteristics
configure:20813: result: darwin15.0.0 dyld
configure:20866: checking how to hardcode library paths into programs
configure:20891: result: immediate
configure:21035: checking if libtool supports shared libraries
configure:21037: result: yes
configure:21040: checking whether to build shared libraries
configure:21060: result: yes
configure:21063: checking whether to build static libraries
configure:21067: result: yes
configure:21101: gfortran -c -g -O2 conftest.f >&5
configure:21104: $? = 0
configure:21533: checking for gfortran option to produce PIC
configure:21540: result: -fno-common
configure:21548: checking if gfortran PIC flag -fno-common works
configure:21566: gfortran -c -g -O2 -fno-common conftest.f >&5
configure:21570: $? = 0
configure:21583: result: yes
configure:21606: checking if gfortran static flag -static works
configure:21634: result: no
configure:21646: checking if gfortran supports -c -o file.o
configure:21667: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:21671: $? = 0
configure:21693: result: yes
configure:21698: checking if gfortran supports -c -o file.o
configure:21745: result: yes
configure:21775: checking whether the gfortran linker (/usr/bin/ld) supports
shared libraries
configure:22882: result: yes
configure:23023: checking dynamic linker characteristics
configure:23685: result: darwin15.0.0 dyld
configure:23738: checking how to hardcode library paths into programs
configure:23763: result: immediate
configure:23816: checking whether ln -s works
configure:23820: result: yes
configure:23828: checking for ANSI C header files
configure:23932: result: yes
configure:23941: checking for C/C++ restrict keyword
configure:23966: gcc -c -g -O2 conftest.c >&5
configure:23966: $? = 0
configure:23974: result: __restrict
configure:23993: checking for bash
configure:24020: result: /bin/sh
configure:24035: checking for svn
configure:24053: found /usr/local/bin/svn
configure:24065: result: /usr/local/bin/svn
configure:24075: checking for svnversion
configure:24093: found /usr/local/bin/svnversion
configure:24105: result: /usr/local/bin/svnversion
configure:24192: checking for lib
configure:24225: result: no
configure:24279: checking size of void *
configure:24284: gcc -o conftest -g -O2 conftest.c >&5
configure:24284: $? = 0
configure:24284: ./conftest
configure:24284: $? = 0
configure:24298: result: 8
configure:24385: checking for pthread_create in -lpthread
configure:24410: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24410: $? = 0
configure:24419: result: yes
configure:24431: checking for struct timespec
configure:24431: gcc -c -g -O2 conftest.c >&5
configure:24431: $? = 0
configure:24431: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:48:30: error: expected expression before ')' token
if (sizeof ((struct timespec)))
^
configure:24431: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <time.h>
| #ifndef STARPU_NATIVE_WINTHREADS
| #include <pthread.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct timespec)))
| return 0;
| ;
| return 0;
| }
configure:24431: result: yes
configure:24450: checking for library containing sqrt
configure:24481: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:41:6: warning: conflicting types for built-in function 'sqrt'
char sqrt ();
^
configure:24481: $? = 0
configure:24498: result: none required
configure:24508: checking for main in -lws2_32
configure:24527: gcc -o conftest -g -O2 conftest.c -lws2_32 -lpthread >&5
ld: library not found for -lws2_32
collect2: error: ld returned 1 exit status
configure:24527: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:24536: result: no
configure:24550: checking for sysconf
configure:24550: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24550: $? = 0
configure:24550: result: yes
configure:24560: checking for pthread_spin_lock
configure:24560: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_pthread_spin_lock", referenced from:
_main in ccReYBGG.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24560: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define pthread_spin_lock to an innocuous variant, in case <limits.h>
declares pthread_spin_lock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_spin_lock innocuous_pthread_spin_lock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_spin_lock (); 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 pthread_spin_lock
|
| /* 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 pthread_spin_lock ();
| /* 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_pthread_spin_lock || defined __stub___pthread_spin_lock
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_spin_lock ();
| ;
| return 0;
| }
configure:24560: result: no
configure:24576: checking for pthread_barrier_init
configure:24576: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_pthread_barrier_init", referenced from:
_main in ccYatl8D.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define pthread_barrier_init to an innocuous variant, in case <limits.h>
declares pthread_barrier_init.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_barrier_init innocuous_pthread_barrier_init
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_barrier_init (); 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 pthread_barrier_init
|
| /* 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 pthread_barrier_init ();
| /* 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_pthread_barrier_init || defined
__stub___pthread_barrier_init
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_barrier_init ();
| ;
| return 0;
| }
configure:24576: result: no
configure:24592: checking for pthread_setaffinity_np
configure:24592: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_pthread_setaffinity_np", referenced from:
_main in cccKU0D5.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define pthread_setaffinity_np to an innocuous variant, in case
<limits.h> declares pthread_setaffinity_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_setaffinity_np innocuous_pthread_setaffinity_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_setaffinity_np (); 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 pthread_setaffinity_np
|
| /* 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 pthread_setaffinity_np ();
| /* 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_pthread_setaffinity_np || defined
__stub___pthread_setaffinity_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_setaffinity_np ();
| ;
| return 0;
| }
configure:24592: result: no
configure:24605: checking for posix_memalign
configure:24605: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:58:6: warning: conflicting types for built-in function
'posix_memalign'
char posix_memalign ();
^
configure:24605: $? = 0
configure:24605: result: yes
configure:24618: checking for memalign
configure:24618: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_memalign", referenced from:
_main in ccfYzfm5.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| /* end confdefs.h. */
| /* Define memalign to an innocuous variant, in case <limits.h> declares
memalign.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memalign innocuous_memalign
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memalign (); 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 memalign
|
| /* 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 memalign ();
| /* 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_memalign || defined __stub___memalign
| choke me
| #endif
|
| int
| main ()
| {
| return memalign ();
| ;
| return 0;
| }
configure:24618: result: no
configure:24631: checking for drand48
configure:24631: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24631: $? = 0
configure:24631: result: yes
configure:24638: checking for erand48_r
configure:24638: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_erand48_r", referenced from:
_main in ccDuzakk.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| /* end confdefs.h. */
| /* Define erand48_r to an innocuous variant, in case <limits.h> declares
erand48_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define erand48_r innocuous_erand48_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char erand48_r (); 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 erand48_r
|
| /* 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 erand48_r ();
| /* 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_erand48_r || defined __stub___erand48_r
| choke me
| #endif
|
| int
| main ()
| {
| return erand48_r ();
| ;
| return 0;
| }
configure:24638: result: no
configure:24665: checking for strerror_r
configure:24665: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24665: $? = 0
configure:24665: result: yes
configure:24674: checking for setenv
configure:24674: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24674: $? = 0
configure:24674: result: yes
configure:24683: checking for unsetenv
configure:24683: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24683: $? = 0
configure:24683: result: yes
configure:24692: checking for nearbyintf
configure:24692: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:64:6: warning: conflicting types for built-in function 'nearbyintf'
char nearbyintf ();
^
configure:24692: $? = 0
configure:24692: result: yes
configure:24701: checking for rintf
configure:24701: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:65:6: warning: conflicting types for built-in function 'rintf'
char rintf ();
^
configure:24701: $? = 0
configure:24701: result: yes
configure:24777: checking malloc.h usability
configure:24777: gcc -c -g -O2 conftest.c >&5
conftest.c:76:20: fatal error: malloc.h: No such file or directory
compilation terminated.
configure:24777: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* 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 <malloc.h>
configure:24777: result: no
configure:24777: checking malloc.h presence
configure:24777: gcc -E conftest.c
conftest.c:43:20: fatal error: malloc.h: No such file or directory
compilation terminated.
configure:24777: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* end confdefs.h. */
| #include <malloc.h>
configure:24777: result: no
configure:24777: checking for malloc.h
configure:24777: result: no
configure:24800: checking valgrind/valgrind.h usability
configure:24800: gcc -c -g -O2 conftest.c >&5
conftest.c:76:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:24800: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* 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:24800: result: no
configure:24800: checking valgrind/valgrind.h presence
configure:24800: gcc -E conftest.c
conftest.c:43:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:24800: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:24800: result: no
configure:24800: checking for valgrind/valgrind.h
configure:24800: result: no
configure:24814: checking valgrind/memcheck.h usability
configure:24814: gcc -c -g -O2 conftest.c >&5
conftest.c:76:31: fatal error: valgrind/memcheck.h: No such file or directory
compilation terminated.
configure:24814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* 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/memcheck.h>
configure:24814: result: no
configure:24814: checking valgrind/memcheck.h presence
configure:24814: gcc -E conftest.c
conftest.c:43:31: fatal error: valgrind/memcheck.h: No such file or directory
compilation terminated.
configure:24814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* end confdefs.h. */
| #include <valgrind/memcheck.h>
configure:24814: result: no
configure:24814: checking for valgrind/memcheck.h
configure:24814: result: no
configure:24828: checking valgrind/helgrind.h usability
configure:24828: gcc -c -g -O2 conftest.c >&5
conftest.c:76:31: fatal error: valgrind/helgrind.h: No such file or directory
compilation terminated.
configure:24828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* 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:24828: result: no
configure:24828: checking valgrind/helgrind.h presence
configure:24828: gcc -E conftest.c
conftest.c:43:31: fatal error: valgrind/helgrind.h: No such file or directory
compilation terminated.
configure:24828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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
| /* end confdefs.h. */
| #include <valgrind/helgrind.h>
configure:24828: result: no
configure:24828: checking for valgrind/helgrind.h
configure:24828: result: no
configure:24847: checking for sched_yield
configure:24847: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24847: $? = 0
configure:24847: result: yes
configure:24857: checking aio.h usability
configure:24857: gcc -c -g -O2 conftest.c >&5
configure:24857: $? = 0
configure:24857: result: yes
configure:24857: checking aio.h presence
configure:24857: gcc -E conftest.c
configure:24857: $? = 0
configure:24857: result: yes
configure:24857: checking for aio.h
configure:24857: result: yes
configure:24870: checking for mkostemp
configure:24870: gcc -o conftest -g -O2 conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_mkostemp", referenced from:
_main in ccnZL6db.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:24870: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| /* end confdefs.h. */
| /* Define mkostemp to an innocuous variant, in case <limits.h> declares
mkostemp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkostemp innocuous_mkostemp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkostemp (); 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 mkostemp
|
| /* 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 mkostemp ();
| /* 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_mkostemp || defined __stub___mkostemp
| choke me
| #endif
|
| int
| main ()
| {
| return mkostemp ();
| ;
| return 0;
| }
configure:24870: result: no
configure:24883: checking for pread
configure:24883: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24883: $? = 0
configure:24883: result: yes
configure:24883: checking for pwrite
configure:24883: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24883: $? = 0
configure:24883: result: yes
configure:24895: checking whether the target supports
__sync_val_compare_and_swap
configure:24912: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24912: $? = 0
configure:24920: result: yes
configure:24930: checking whether the target supports
__sync_bool_compare_and_swap
configure:24947: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24947: $? = 0
configure:24955: result: yes
configure:24965: checking whether the target supports __sync_fetch_and_add
configure:24982: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:24982: $? = 0
configure:24990: result: yes
configure:25000: checking whether the target supports __sync_fetch_and_or
configure:25017: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:25017: $? = 0
configure:25025: result: yes
configure:25035: checking whether the target supports __sync_lock_test_and_set
configure:25052: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:25052: $? = 0
configure:25060: result: yes
configure:25070: checking whether the target supports __sync_synchronize
configure:25087: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:25087: $? = 0
configure:25095: result: yes
configure:25107: checking for library containing set_mempolicy
configure:25138: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_set_mempolicy", referenced from:
_main in ccMV6Lhw.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:25138: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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:25138: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnuma
>&5
ld: library not found for -lnuma
collect2: error: ld returned 1 exit status
configure:25138: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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:25155: result: no
configure:25169: checking whether libnuma is available
configure:25171: result: no
configure:25184: checking maximum number of sched_ctxs
configure:25193: result: 10
configure:25271: checking maximum number of CPUs
configure:25280: result: 64
configure:25288: checking whether CPUs should be used
configure:25297: result: yes
configure:25322: checking maximum number of CUDA devices
configure:25331: result: 4
configure:25410: checking whether CUDA is available
configure:25413: result:
configure:25427: checking cuda.h usability
configure:25427: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:25427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:25427: result: no
configure:25427: checking cuda.h presence
configure:25427: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:25427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:25427: result: no
configure:25427: checking for cuda.h
configure:25427: result: no
configure:25961: checking whether CUDA is available
configure:25964: result:
configure:25978: checking cuda.h usability
configure:25978: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:25978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:25978: result: no
configure:25978: checking cuda.h presence
configure:25978: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:25978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:25978: result: no
configure:25978: checking for cuda.h
configure:25978: result: no
configure:26512: checking whether CUDA is available in /usr/local/cuda
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include
conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /c/cuda
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/c/cuda/include conftest.c
>&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/c/cuda/include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /cygdrive/c/cuda
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/cygdrive/c/cuda/include
conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/cygdrive/c/cuda/include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /opt/cuda
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/opt/cuda/include conftest.c
>&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/opt/cuda/include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /..
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/../include conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /..
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/../include conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /..
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/../include conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:26512: checking whether CUDA is available in /..
configure:26518: result:
configure:26532: checking cuda.h usability
configure:26532: gcc -c -g -O2 -D_GNU_SOURCE -I/../include conftest.c >&5
conftest.c:90:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #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:26532: result: no
configure:26532: checking cuda.h presence
configure:26532: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:57:18: fatal error: cuda.h: No such file or directory
compilation terminated.
configure:26532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26532: result: no
configure:26532: checking for cuda.h
configure:26532: result: no
configure:27054: checking whether CUDA is working
configure:27118: result: no
configure:27129: checking whether CUDA should be used
configure:27131: result: no
configure:27230: checking for pkg-config
configure:27248: found /usr/local/bin/pkg-config
configure:27260: result: /usr/local/bin/pkg-config
configure:27285: checking pkg-config is at least version 0.9.0
configure:27288: result: yes
configure:27387: checking whether MAGMA should be used
configure:27389: result: no
configure:27393: checking for cufftDoubleComplex
configure:27393: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:57:19: fatal error: cufft.h: No such file or directory
compilation terminated.
configure:27393: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cufft.h>
|
| int
| main ()
| {
| if (sizeof (cufftDoubleComplex))
| return 0;
| ;
| return 0;
| }
configure:27393: result: no
configure:27459: checking whether CURAND is available
configure:27461: result: no
configure:27517: checking maximum number of OpenCL devices
configure:27526: result: 8
configure:28146: checking whether OpenCL should be used
configure:28148: result: no
configure:28176: checking whether asynchronous copy should be disabled
configure:28189: result: no
configure:28197: checking whether asynchronous CUDA copy should be disabled
configure:28210: result: no
configure:28218: checking whether asynchronous OpenCL copy should be disabled
configure:28231: result: no
configure:28239: checking whether asynchronous MIC copy should be disabled
configure:28252: result: no
configure:28500: checking whether SimGrid is enabled
configure:28502: result: no
configure:28505: checking whether blocking drivers should be enabled
configure:28514: result: no
configure:28529: checking maximum number of MIC devices
configure:28538: result: 4
configure:28547: checking maximum number of MIC threads
configure:28556: result:
configure:29129: checking RCCE.h usability
configure:29129: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c:95:18: fatal error: RCCE.h: No such file or directory
compilation terminated.
configure:29129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* 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 <RCCE.h>
configure:29129: result: no
configure:29129: checking RCCE.h presence
configure:29129: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:62:18: fatal error: RCCE.h: No such file or directory
compilation terminated.
configure:29129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* end confdefs.h. */
| #include <RCCE.h>
configure:29129: result: no
configure:29129: checking for RCCE.h
configure:29129: result: no
configure:29145: checking for RCCE_init in -lRCCE_bigflags_nongory_nopwrmgmt
configure:29170: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c
-lRCCE_bigflags_nongory_nopwrmgmt -lpthread >&5
ld: library not found for -lRCCE_bigflags_nongory_nopwrmgmt
collect2: error: ld returned 1 exit status
configure:29170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* 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 RCCE_init ();
| int
| main ()
| {
| return RCCE_init ();
| ;
| return 0;
| }
configure:29179: result: no
configure:29227: checking whether RCCE should be used
configure:29229: result: no
configure:29268: checking Maximum number of message-passing kernels
configure:29277: result: 10
configure:29293: checking whether debug mode should be enabled
configure:29302: result: no
configure:29333: checking whether extra checks should be performed
configure:29342: result: no
configure:29350: checking whether debug messages should be displayed
configure:29359: result: no
configure:29375: checking whether coverage testing should be enabled
configure:29384: result: no
configure:29403: checking whether FxT traces should be generated
configure:29434: result: no
configure:29787: checking whether additional locking systems FxT traces
should be enabled
configure:29796: result: no
configure:29804: checking whether performance debugging should be enabled
configure:29813: result: no
configure:29825: checking whether performance model debugging should be
enabled
configure:29834: result: no
configure:29842: checking whether statistics should be generated
configure:29851: result: no
configure:29863: checking whether memory stats should be displayed
configure:29872: result: no
configure:29882: checking glpk.h usability
configure:29882: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
configure:29882: $? = 0
configure:29882: result: yes
configure:29882: checking glpk.h presence
configure:29882: gcc -E -D_GNU_SOURCE conftest.c
configure:29882: $? = 0
configure:29882: result: yes
configure:29882: checking for glpk.h
configure:29882: result: yes
configure:29896: checking for main in -lglpk
configure:29915: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lglpk >&5
configure:29915: $? = 0
configure:29924: result: yes
configure:29942: checking Ayudame.h usability
configure:29942: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:99:21: fatal error: Ayudame.h: No such file or directory
compilation terminated.
configure:29942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 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:29942: result: no
configure:29942: checking Ayudame.h presence
configure:29942: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:66:21: fatal error: Ayudame.h: No such file or directory
compilation terminated.
configure:29942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| /* end confdefs.h. */
| #include <Ayudame.h>
configure:29942: result: no
configure:29942: checking for Ayudame.h
configure:29942: result: no
configure:29959: checking how many buffers can be manipulated per task
configure:29968: result: 8
configure:29976: checking maximum number of nodes to use
configure:30025: checking maximum number of memory nodes
configure:30027: result: 4
configure:30036: checking whether allocation cache should be used
configure:30045: result: yes
configure:30079: checking using explicit performance model location
configure:30081: result: no
configure:30084: checking performance models location
configure:30086: result: $HOME/.starpu/sampling/
configure:30090: checking for clock_gettime in -lrt
configure:30115: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lrt -lpthread >&5
ld: library not found for -lrt
collect2: error: ld returned 1 exit status
configure:30115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:30124: result: no
configure:30137: checking for clock_gettime
configure:30137: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in ccXCCGjM.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:30137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h>
declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); 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 clock_gettime
|
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:30137: result: no
configure:30167: checking Maximum number of workers
configure:30169: result: 64
configure:30179: checking Maximum number of workers combinations
configure:30181: result: 64
configure:30192: checking maximum number of implementations
configure:30201: result: 4
configure:30218: checking leveldb/db.h usability
configure:30218: g++ -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.cpp >&5
conftest.cpp:105:24: fatal error: leveldb/db.h: No such file or directory
compilation terminated.
configure:30218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 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 <leveldb/db.h>
configure:30218: result: no
configure:30218: checking leveldb/db.h presence
configure:30218: g++ -E -D_GNU_SOURCE conftest.cpp
conftest.cpp:72:24: fatal error: leveldb/db.h: No such file or directory
compilation terminated.
configure:30218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| /* end confdefs.h. */
| #include <leveldb/db.h>
configure:30218: result: no
configure:30218: checking for leveldb/db.h
configure:30218: result: no
configure:30232: checking for main in -lleveldb
configure:30251: g++ -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.cpp -lleveldb >&5
ld: library not found for -lleveldb
collect2: error: ld returned 1 exit status
configure:30251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:30260: result: no
configure:30292: checking calibration heuristic of history-based StarPU
calibrator
configure:30301: result: 50
configure:30336: checking for mpicc
configure:30354: found /usr/local/bin/mpicc
configure:30367: result: /usr/local/bin/mpicc
configure:30449: checking mpicc path
configure:30451: result: /usr/local/bin/mpicc
configure:30503: checking for mpiexec
configure:30522: found /usr/local/bin/mpiexec
configure:30535: result: /usr/local/bin/mpiexec
configure:30547: checking whether mpiexec is available
configure:30549: result: /usr/local/bin/mpiexec
configure:30570: checking whether MPI tests should be run
configure:30572: result: no
configure:30578: checking whether the StarPU MPI library should be generated
configure:30580: result: yes
configure:30628: checking for StarPU-Top
configure:30637: checking for qmake-qt4
configure:30670: result: no
configure:30637: checking for qmake
configure:30655: found /usr/local/bin/qmake
configure:30667: result: /usr/local/bin/qmake
configure:30683: $PKG_CONFIG --exists --print-errors "QtGui QtNetwork
QtOpenGL QtSql"
configure:30686: $? = 0
configure:30767: checking whether compiler support -Wall
configure:30789: gcc -c -Wall -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:18: warning: unused variable 'hello' [-Wunused-variable]
const char *hello = "Hello World";
^
configure:30789: $? = 0
configure:30792: result: yes
configure:30810: checking whether compiler support -Werror=implicit
configure:30832: gcc -c -Werror=implicit -D_GNU_SOURCE conftest.c >&5
configure:30832: $? = 0
configure:30835: result: yes
configure:30853: checking whether compiler support
-Werror=implicit-function-declaration
configure:30875: gcc -c -Werror=implicit-function-declaration -D_GNU_SOURCE
conftest.c >&5
configure:30875: $? = 0
configure:30878: result: yes
configure:31173: checking whether GCC supports plug-ins
configure:31228: gcc -c -O3 -g -O2 -gdwarf-2 -g3
-I/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include
conftest.c >&5
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1874:0:
warning: "PACKAGE_BUGREPORT" redefined
#define PACKAGE_BUGREPORT ""
^
conftest.c:6:0: note: this is the location of the previous definition
#define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1880:0:
warning: "PACKAGE_NAME" redefined
#define PACKAGE_NAME ""
^
conftest.c:2:0: note: this is the location of the previous definition
#define PACKAGE_NAME "StarPU"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1886:0:
warning: "PACKAGE_STRING" redefined
#define PACKAGE_STRING ""
^
conftest.c:5:0: note: this is the location of the previous definition
#define PACKAGE_STRING "StarPU 1.3.0"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1892:0:
warning: "PACKAGE_TARNAME" redefined
#define PACKAGE_TARNAME ""
^
conftest.c:3:0: note: this is the location of the previous definition
#define PACKAGE_TARNAME "starpu"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1898:0:
warning: "PACKAGE_URL" redefined
#define PACKAGE_URL ""
^
conftest.c:7:0: note: this is the location of the previous definition
#define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/config.h:6:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:27,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/auto-host.h:1904:0:
warning: "PACKAGE_VERSION" redefined
#define PACKAGE_VERSION ""
^
conftest.c:4:0: note: this is the location of the previous definition
#define PACKAGE_VERSION "1.3.0"
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:29:0,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:62:1:
error: unknown type name 'class'
class rtx_def;
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:63:3:
error: unknown type name 'class'
class rtx_expr_list; /* GET_CODE (X) == EXPR_LIST */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:64:3:
error: unknown type name 'class'
class rtx_insn_list; /* GET_CODE (X) == INSN_LIST */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:65:3:
error: unknown type name 'class'
class rtx_sequence; /* GET_CODE (X) == SEQUENCE */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:66:3:
error: unknown type name 'class'
class rtx_insn;
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:67:5:
error: unknown type name 'class'
class rtx_debug_insn; /* DEBUG_INSN_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:68:5:
error: unknown type name 'class'
class rtx_nonjump_insn; /* NONJUMP_INSN_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:69:5:
error: unknown type name 'class'
class rtx_jump_insn; /* JUMP_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:70:5:
error: unknown type name 'class'
class rtx_call_insn; /* CALL_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:71:5:
error: unknown type name 'class'
class rtx_jump_table_data; /* JUMP_TABLE_DATA_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:72:5:
error: unknown type name 'class'
class rtx_barrier; /* BARRIER_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:73:5:
error: unknown type name 'class'
class rtx_code_label; /* LABEL_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:74:5:
error: unknown type name 'class'
class rtx_note; /* NOTE_P (X) */
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:234:1:
error: unknown type name 'class'
class rtl_opt_pass;
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:236:1:
error: unknown type name 'namespace'
namespace gcc {
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/coretypes.h:236:15:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
namespace gcc {
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/tm.h:13:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:31,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/options.h:4998:54:
error: unknown type name 'cl_optimization'
extern void cl_optimization_print_diff (FILE *, int, cl_optimization *ptr1,
cl_optimization *ptr2);
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/options.h:4998:77:
error: unknown type name 'cl_optimization'
extern void cl_optimization_print_diff (FILE *, int, cl_optimization *ptr1,
cl_optimization *ptr2);
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/options.h:5010:55:
error: unknown type name 'cl_target_option'
extern void cl_target_option_print_diff (FILE *, int, cl_target_option
*ptr1, cl_target_option *ptr2);
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/options.h:5010:79:
error: unknown type name 'cl_target_option'
extern void cl_target_option_print_diff (FILE *, int, cl_target_option
*ptr1, cl_target_option *ptr2);
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/tm.h:29:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:31,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/insn-modes.h:293:19:
error: unknown type name 'machine_mode'
mode_size_inline (machine_mode mode)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/insn-modes.h:408:21:
error: unknown type name 'machine_mode'
mode_nunits_inline (machine_mode mode)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/insn-modes.h:525:20:
error: unknown type name 'machine_mode'
mode_inner_inline (machine_mode mode)
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/hash-table.h:199:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/hash-set.h:24,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:33,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:133:6:
error: conflicting types for 'ggc_internal_alloc'
ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:127:14:
note: previous declaration of 'ggc_internal_alloc' was here
extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t,
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'ggc_internal_alloc':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:135:10:
error: too many arguments to function 'ggc_internal_alloc'
return ggc_internal_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:133:6:
note: declared here
ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:147:1:
error: conflicting types for 'ggc_internal_cleared_alloc'
ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:141:14:
note: previous declaration of 'ggc_internal_cleared_alloc' was here
extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *),
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'ggc_internal_cleared_alloc':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:149:10:
error: too many arguments to function 'ggc_internal_cleared_alloc'
return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:147:1:
note: declared here
ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:164:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:171:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:182:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:194:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:207:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:219:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'gt_ggc_mx':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:306:26:
error: 'const_cast' undeclared (first use in this function)
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:81:5:
note: in definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:306:26:
note: each undeclared identifier is reported only once for each function it
appears in
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:81:5:
note: in definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:306:37:
error: expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:81:5:
note: in definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:306:37:
error: expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:81:33:
note: in definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:306:37:
error: expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:81:73:
note: in definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'gt_pch_nx':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:310:1:
error: parameter name omitted
gt_pch_nx (const char *)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:315:1:
error: conflicting types for 'gt_ggc_mx'
gt_ggc_mx (int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:304:1:
note: previous definition of 'gt_ggc_mx' was here
gt_ggc_mx (const char *s)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'gt_ggc_mx':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:315:1:
error: parameter name omitted
gt_ggc_mx (int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:320:1:
error: conflicting types for 'gt_pch_nx'
gt_pch_nx (int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:310:1:
note: previous definition of 'gt_pch_nx' was here
gt_pch_nx (const char *)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'gt_pch_nx':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:320:1:
error: parameter name omitted
gt_pch_nx (int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:325:1:
error: conflicting types for 'gt_pch_nx'
gt_pch_nx (unsigned int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:320:1:
note: previous definition of 'gt_pch_nx' was here
gt_pch_nx (int)
^
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:
In function 'gt_pch_nx':
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/ggc.h:325:1:
error: parameter name omitted
gt_pch_nx (unsigned int)
^
In file included from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/hash-set.h:24:0,
from
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/gcc-plugin.h:33,
from conftest.c:76:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/hash-table.h:
At top level:
/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include/hash-table.h:201:15:
fatal error: new: No such file or directory
compilation terminated.
configure:31228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| /* 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:31244: result: no
configure:31528: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in
will not be built
configure:31666: checking for OpenMP runtime support
configure:31683: result: no
configure:31689: checking whether compiler support -fopenmp
configure:31711: gcc -c -fopenmp -D_GNU_SOURCE conftest.c >&5
configure:31711: $? = 0
configure:31714: result: yes
configure:31752: checking for SOCL
configure:31767: result: no
configure:31816: checking for gdb
configure:31847: result: not-found
configure:32059: checking whether OpenGL rendering is enabled
configure:32063: result: no
configure:32074: checking for X
configure:32182: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:76:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
configure:32182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| /* end confdefs.h. */
| #include <X11/Xlib.h>
configure:32213: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lX11 -lpthread >&5
conftest.c:76:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
configure:32213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
| ;
| return 0;
| }
configure:32263: result: libraries /usr/X11/lib, headers /usr/X11/include
configure:32283: checking whether -R must be followed by a space
configure:32299: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread -R/usr/X11/lib >&5
gcc: error: unrecognized command line option '-R'
configure:32299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:32316: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread -R /usr/X11/lib >&5
gcc: error: unrecognized command line option '-R'
configure:32316: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:32321: result: neither works
configure:32362: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread -L/usr/X11/lib -lX11 >&5
configure:32362: $? = 0
configure:32460: checking for gethostbyname
configure:32460: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread >&5
configure:32460: $? = 0
configure:32460: result: yes
configure:32557: checking for connect
configure:32557: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread >&5
configure:32557: $? = 0
configure:32557: result: yes
configure:32606: checking for remove
configure:32606: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread >&5
configure:32606: $? = 0
configure:32606: result: yes
configure:32655: checking for shmat
configure:32655: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lpthread >&5
configure:32655: $? = 0
configure:32655: result: yes
configure:32713: checking for IceConnectionNumber in -lICE
configure:32738: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
-L/usr/X11/lib conftest.c -lICE -lpthread >&5
configure:32738: $? = 0
configure:32747: result: yes
configure:33198: checking for library containing sgemm_
configure:33229: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c >&5
Undefined symbols for architecture x86_64:
"_sgemm_", referenced from:
_main in ccL26xo2.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
configure:33229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #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:33229: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE
conftest.c -lblas >&5
configure:33229: $? = 0
configure:33246: result: -lblas
configure:33317: checking which BLAS lib should be used
configure:33319: result: system
configure:33343: checking for FFTW
configure:33351: $PKG_CONFIG --exists --print-errors "fftw3"
configure:33354: $? = 0
configure:33369: $PKG_CONFIG --exists --print-errors "fftw3"
configure:33372: $? = 0
configure:33408: result: yes
configure:33430: checking for FFTWF
configure:33438: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:33441: $? = 0
configure:33456: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:33459: $? = 0
configure:33495: result: yes
configure:33517: checking for FFTWL
configure:33525: $PKG_CONFIG --exists --print-errors "fftw3l"
configure:33528: $? = 0
configure:33543: $PKG_CONFIG --exists --print-errors "fftw3l"
configure:33546: $? = 0
configure:33582: result: yes
configure:33670: checking for HWLOC
configure:33678: $PKG_CONFIG --exists --print-errors "hwloc"
configure:33681: $? = 0
configure:33696: $PKG_CONFIG --exists --print-errors "hwloc"
configure:33699: $? = 0
configure:33739: result: yes
configure:33818: checking whether hwloc_cuda_get_device_osdev_by_index is
declared
configure:33818: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
In file included from conftest.c:82:0:
/usr/local/include/hwloc/cuda.h:26:18: fatal error: cuda.h: No such file or
directory
compilation terminated.
configure:33818: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <hwloc/cuda.h>
|
| int
| main ()
| {
| #ifndef hwloc_cuda_get_device_osdev_by_index
| #ifdef __cplusplus
| (void) hwloc_cuda_get_device_osdev_by_index;
| #else
| (void) hwloc_cuda_get_device_osdev_by_index;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:33818: result: no
configure:33840: checking whether hwloc should be used
configure:33842: result: yes
configure:33847: checking f77.h usability
configure:33847: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:116:17: fatal error: f77.h: No such file or directory
compilation terminated.
configure:33847: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* 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:33847: result: no
configure:33847: checking f77.h presence
configure:33847: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:83:17: fatal error: f77.h: No such file or directory
compilation terminated.
configure:33847: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* end confdefs.h. */
| #include <f77.h>
configure:33847: result: no
configure:33847: checking for f77.h
configure:33847: result: no
configure:33876: checking for icc
configure:33906: result: no
configure:33973: checking for help2man
configure:34003: result: no
configure:34024: checking for struct cudaDeviceProp.pciDomainID
configure:34024: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:83:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:34024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciDomainID)
| return 0;
| ;
| return 0;
| }
configure:34024: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:83:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:34024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* 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:34024: result: no
configure:34033: checking for struct cudaDeviceProp.pciBusID
configure:34033: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:83:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:34033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciBusID)
| return 0;
| ;
| return 0;
| }
configure:34033: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c
>&5
conftest.c:83:30: fatal error: cuda_runtime_api.h: No such file or directory
compilation terminated.
configure:34033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "StarPU 1.3.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 3
| #define STARPU_RELEASE_VERSION 0
| #define PACKAGE "starpu"
| #define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
| #define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
| #define HAVE_LIBPTHREAD 1
| #define STARPU_HAVE_STRUCT_TIMESPEC /**/
| #define HAVE_SYSCONF 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI /**/
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC /**/
| #define STARPU_HAVE_X11 1
| #define STARPU_SYSTEM_BLAS 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| /* 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:34033: result: no
configure:34067: checking for doxygen
configure:34085: found /usr/local/bin/doxygen
configure:34097: result: /usr/local/bin/doxygen
configure:34110: checking for pdflatex
configure:34128: found /Library/TeX/texbin/pdflatex
configure:34140: result: /Library/TeX/texbin/pdflatex
configure:34153: checking for epstopdf
configure:34171: found /Library/TeX/texbin/epstopdf
configure:34183: result: /Library/TeX/texbin/epstopdf
configure:34195: checking whether documentation should be compiled
configure:34197: result: yes
configure:34380: checking that generated files are newer than configure
configure:34386: result: done
configure:34633: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by StarPU config.status 1.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on airport-express-de-philippe.home
config.status:1619: creating tests/regression/regression.sh
config.status:1619: creating tests/regression/profiles
config.status:1619: creating tests/regression/profiles.build.only
config.status:1619: creating Makefile
config.status:1619: creating src/Makefile
config.status:1619: creating tools/Makefile
config.status:1619: creating tools/starpu_codelet_profile
config.status:1619: creating tools/starpu_codelet_histo_profile
config.status:1619: creating tools/starpu_workers_activity
config.status:1619: creating tools/starpu_paje_draw_histogram
config.status:1619: creating tools/starpu_paje_state_stats
config.status:1619: creating tools/starpu_paje_summary
config.status:1619: creating tools/starpu_paje_sort
config.status:1619: creating tools/starpu_smpirun
config.status:1619: creating socl/Makefile
config.status:1619: creating socl/src/Makefile
config.status:1619: creating socl/examples/Makefile
config.status:1619: creating socl/vendors/socl.icd
config.status:1619: creating socl/vendors/install/socl.icd
config.status:1619: creating libstarpu.pc
config.status:1619: creating starpu-1.0.pc
config.status:1619: creating starpu-1.1.pc
config.status:1619: creating starpu-1.2.pc
config.status:1619: creating starpu-1.3.pc
config.status:1619: creating mpi/libstarpumpi.pc
config.status:1619: creating mpi/starpumpi-1.0.pc
config.status:1619: creating mpi/starpumpi-1.1.pc
config.status:1619: creating mpi/starpumpi-1.2.pc
config.status:1619: creating mpi/starpumpi-1.3.pc
config.status:1619: creating starpufft/Makefile
config.status:1619: creating starpufft/src/Makefile
config.status:1619: creating starpufft/tests/Makefile
config.status:1619: creating starpufft/libstarpufft.pc
config.status:1619: creating starpufft/starpufft-1.0.pc
config.status:1619: creating starpufft/starpufft-1.1.pc
config.status:1619: creating starpufft/starpufft-1.2.pc
config.status:1619: creating starpufft/starpufft-1.3.pc
config.status:1619: creating examples/Makefile
config.status:1619: creating examples/stencil/Makefile
config.status:1619: creating tests/Makefile
config.status:1619: creating tests/loader-cross.sh
config.status:1619: creating mpi/Makefile
config.status:1619: creating mpi/src/Makefile
config.status:1619: creating mpi/tests/Makefile
config.status:1619: creating mpi/examples/Makefile
config.status:1619: creating starpu-top/StarPU-Top.pro
config.status:1619: creating starpu-top/StarPU-Top-qwt-embed.pri
config.status:1619: creating starpu-top/StarPU-Top-qwt-system.pri
config.status:1619: creating gcc-plugin/Makefile
config.status:1619: creating gcc-plugin/src/Makefile
config.status:1619: creating gcc-plugin/tests/Makefile
config.status:1619: creating gcc-plugin/tests/run-test
config.status:1619: creating gcc-plugin/examples/Makefile
config.status:1619: creating sc_hypervisor/Makefile
config.status:1619: creating sc_hypervisor/src/Makefile
config.status:1619: creating sc_hypervisor/examples/Makefile
config.status:1619: creating doc/Makefile
config.status:1619: creating doc/doxygen/Makefile
config.status:1619: creating doc/doxygen/doxygen-config.cfg
config.status:1619: creating doc/doxygen/doxygen_filter.sh
config.status:1619: creating tools/msvc/starpu_var.bat
config.status:1619: creating src/common/config.h
config.status:1619: creating include/starpu_config.h
config.status:1619: creating gcc-plugin/include/starpu-gcc/config.h
config.status:1619: creating starpu-top/config.h
config.status:1864: executing depfiles commands
config.status:1864: executing libtool commands
config.status:1864: executing executable-scripts commands
configure:37769:
CPUs enabled: yes
CUDA enabled: no
OpenCL enabled: no
SCC enabled: no
MIC enabled: no
Compile-time limits
(change these with --enable-maxcpus, --enable-maxcudadev,
--enable-maxopencldev, --enable-maxmicdev, --enable-maxnodes,
--enable-maxbuffers)
(Note these numbers do not represent the number of detected
devices, but the maximum number of devices StarPU can manage)
Maximum number of CPUs: 64
Maximum number of CUDA devices: 0
Maximum number of OpenCL devices: 0
Maximum number of SCC devices: 0
Maximum number of MIC threads: 0
Maximum number of memory nodes: 4
Maximum number of task buffers: 8
GPU-GPU transfers: no
Allocation cache: yes
Magma enabled: no
BLAS library: system
hwloc: yes
FxT trace enabled: no
StarPU-Top: yes
Documentation: yes
Examples: yes
StarPU Extensions:
MPI enabled: yes
MPI test suite: no
FFT Support: yes
GCC plug-in: no
GCC plug-in test suite (requires GNU Guile): no
OpenMP runtime support enabled: no
SOCL enabled: no
SOCL test suite: no
Scheduler Hypervisor: no
simgrid enabled: no
ayudame enabled: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin15.0.0
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_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_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=yes
ac_cv_fc_compiler_gnu=yes
ac_cv_func_clock_gettime=no
ac_cv_func_connect=yes
ac_cv_func_drand48=yes
ac_cv_func_erand48_r=no
ac_cv_func_gethostbyname=yes
ac_cv_func_memalign=no
ac_cv_func_mkostemp=no
ac_cv_func_nearbyintf=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pread=yes
ac_cv_func_pthread_barrier_init=no
ac_cv_func_pthread_setaffinity_np=no
ac_cv_func_pthread_spin_lock=no
ac_cv_func_pwrite=yes
ac_cv_func_remove=yes
ac_cv_func_rintf=yes
ac_cv_func_sched_yield=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_decl_hwloc_cuda_get_device_osdev_by_index=no
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='\''/usr/X11/include'\''
ac_x_libraries='\''/usr/X11/lib'\'''
ac_cv_header_Ayudame_h=no
ac_cv_header_RCCE_h=no
ac_cv_header_aio_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_f77_h=no
ac_cv_header_glpk_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_leveldb_db_h=no
ac_cv_header_malloc_h=no
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_memcheck_h=no
ac_cv_header_valgrind_valgrind_h=no
ac_cv_host=x86_64-apple-darwin15.0.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_RCCE_bigflags_nongory_nopwrmgmt_RCCE_init=no
ac_cv_lib_glpk_main=yes
ac_cv_lib_leveldb_main=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_rt_clock_gettime=no
ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main
ac_cv_lib_ws2_32_main=no
ac_cv_member_struct_cudaDeviceProp_pciBusID=no
ac_cv_member_struct_cudaDeviceProp_pciDomainID=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GDB=not-found
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_QMAKE=/usr/local/bin/qmake
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_doxygencommand=/usr/local/bin/doxygen
ac_cv_path_epstopdfcommand=/Library/TeX/texbin/epstopdf
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mpicc_path=/usr/local/bin/mpicc
ac_cv_path_mpiexec_path=/usr/local/bin/mpiexec
ac_cv_path_pdflatexcommand=/Library/TeX/texbin/pdflatex
ac_cv_path_svncommand=/usr/local/bin/svn
ac_cv_path_svnversioncommand=/usr/local/bin/svnversion
ac_cv_prog_AWK=awk
ac_cv_prog_BASH=/bin/sh
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PROG_DATE=date
ac_cv_prog_PROG_STAT=stat
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_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_set_mempolicy=no
ac_cv_search_sgemm_=-lblas
ac_cv_search_sqrt='none required'
ac_cv_sizeof_void_p=8
ac_cv_target=x86_64-apple-darwin15.0.0
ac_cv_type_cufftDoubleComplex=no
ac_cv_type_struct_timespec=yes
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
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
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
lt_cv_path_NM=/usr/bin/nm
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_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_F77=-fno-common
lt_cv_prog_compiler_pic_FC=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/
{"\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/^[BCDEGRST]* \([^ ]*\)
\(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\)
\([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_FFTWF_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
pkg_cv_FFTWF_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3f '
pkg_cv_FFTWL_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
pkg_cv_FFTWL_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3l '
pkg_cv_FFTW_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
pkg_cv_FFTW_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3 '
pkg_cv_HWLOC_CFLAGS='-I/usr/local/Cellar/hwloc/1.9/include
-I/usr/include/libxml2 '
pkg_cv_HWLOC_LIBS='-L/usr/local/Cellar/hwloc/1.9/lib -lhwloc '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/missing aclocal-1.15'
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} /Users/helluy/starpu-1.3.0/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/missing automake-1.15'
AWK='awk'
BASH='/bin/sh'
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_EXAMPLES_FALSE=''
BUILD_STARPUFFT_EXAMPLES_TRUE='#'
BUILD_STARPUFFT_FALSE='#'
BUILD_STARPUFFT_TRUE=''
BUILD_STARPU_TOP_FALSE='#'
BUILD_STARPU_TOP_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_OR_MPICC='/usr/local/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='-O3 -g -O2 -gdwarf-2 -g3 '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FC='gfortran'
FCFLAGS='-g -O2'
FFLAGS='-g -O2'
FFTWF_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
FFTWF_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3f '
FFTWL_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
FFTWL_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3l '
FFTW_CFLAGS='-I/usr/local/Cellar/fftw/3.3.4_1/include '
FFTW_LIBS='-L/usr/local/Cellar/fftw/3.3.4_1/lib -lfftw3 '
FGREP='/usr/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='/usr/local/Cellar/gcc/5.2.0/lib/gcc/5/gcc/x86_64-apple-darwin15.0.0/5.2.0/plugin/include'
GCC_PLUGIN_PKGCONFIG=''
GDB='not-found'
GLOBAL_AM_CFLAGS=' -Wall -Werror=implicit
-Werror=implicit-function-declaration -fopenmp'
GOTODIR=''
GOTO_BLAS_LIB_FALSE=''
GOTO_BLAS_LIB_TRUE='#'
GREP='/usr/bin/grep'
GUILE=''
HAVE_FFTWFL='1'
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/usr/local/Cellar/hwloc/1.9/include -I/usr/include/libxml2 '
HWLOC_LIBS='-L/usr/local/Cellar/hwloc/1.9/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'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpthread '
LIBSOCL_INTERFACE_AGE='0'
LIBSOCL_INTERFACE_CURRENT='0'
LIBSOCL_INTERFACE_REVISION='0'
LIBSTARPUFFT_INTERFACE_AGE='0'
LIBSTARPUFFT_INTERFACE_CURRENT='0'
LIBSTARPUFFT_INTERFACE_REVISION='0'
LIBSTARPUMPI_INTERFACE_AGE='0'
LIBSTARPUMPI_INTERFACE_CURRENT='0'
LIBSTARPUMPI_INTERFACE_REVISION='0'
LIBSTARPU_INTERFACE_AGE='0'
LIBSTARPU_INTERFACE_CURRENT='0'
LIBSTARPU_INTERFACE_REVISION='0'
LIBSTARPU_LDFLAGS='-L/usr/local/Cellar/hwloc/1.9/lib -lhwloc -lglpk
'
LIBSTARPU_LINK='libstarpu-1.3.la'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAGMA_CFLAGS=''
MAGMA_LIBS=''
MAKEINFO='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='../build-aux/install-sh -c -d'
MKL_BLAS_LIB_FALSE=''
MKL_BLAS_LIB_TRUE='#'
MPICC='/usr/local/bin/mpicc'
MPICC_LDFLAGS='-L/usr/local/opt/libevent/lib
-L/usr/local/Cellar/open-mpi/1.10.0/lib -lmpi'
MPIEXEC='/usr/local/bin/mpiexec'
NM='/usr/bin/nm'
NMEDIT='nmedit'
NO_BLAS_LIB_FALSE=''
NO_BLAS_LIB_TRUE='#'
NVCC=''
NVCCFLAGS=''
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='starpu'
PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr'
PACKAGE_NAME='StarPU'
PACKAGE_STRING='StarPU 1.3.0'
PACKAGE_TARNAME='starpu'
PACKAGE_URL='http://runtime.bordeaux.inria.fr/StarPU/'
PACKAGE_VERSION='1.3.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
POTI_CFLAGS=''
POTI_LIBS=''
PROG_DATE='date'
PROG_STAT='stat'
QMAKE='/usr/local/bin/qmake'
QWT_PRI='embed'
RANLIB='ranlib'
RUN_GCC_PLUGIN_TESTS_FALSE=''
RUN_GCC_PLUGIN_TESTS_TRUE='#'
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
SIMGRID_CFLAGS=''
SIMGRID_LIBS=''
SOCL_OCL_LIB_OPENCL_DIR=''
SOCL_VENDORS='vendors/install/socl.icd'
STARPU_BLAS_LDFLAGS=' -lblas '
STARPU_BUILD_DIR='/Users/helluy/starpu-1.3.0/build'
STARPU_BUILD_SC_HYPERVISOR_FALSE=''
STARPU_BUILD_SC_HYPERVISOR_TRUE='#'
STARPU_COI_CPPFLAGS=''
STARPU_COI_LDFLAGS=''
STARPU_COVERAGE_ENABLED_FALSE=''
STARPU_COVERAGE_ENABLED_TRUE='#'
STARPU_CROSS_COMPILING_FALSE=''
STARPU_CROSS_COMPILING_TRUE='#'
STARPU_CUDA_CPPFLAGS=''
STARPU_CUDA_FORTRAN_LDFLAGS=''
STARPU_CUDA_LDFLAGS=''
STARPU_CUFFT_LDFLAGS=''
STARPU_CURAND_LDFLAGS=''
STARPU_DEVEL_FALSE=''
STARPU_DEVEL_TRUE='#'
STARPU_EFFECTIVE_VERSION='1.3'
STARPU_ENABLE_STATS='no'
STARPU_EXPORTED_LIBS=''
STARPU_EXPORT_DYNAMIC=''
STARPU_GCC_VERSION_MAJOR=''
STARPU_GCC_VERSION_MINOR=''
STARPU_GLPK_LDFLAGS=' -lglpk '
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_FC_FALSE='#'
STARPU_HAVE_FC_TRUE=''
STARPU_HAVE_FFTW='1'
STARPU_HAVE_FFTWF='1'
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_LEVELDB_FALSE=''
STARPU_HAVE_LEVELDB_TRUE='#'
STARPU_HAVE_MAGMA=''
STARPU_HAVE_MAGMA_FALSE=''
STARPU_HAVE_MAGMA_TRUE='#'
STARPU_HAVE_MS_LIB_FALSE=''
STARPU_HAVE_MS_LIB_TRUE='#'
STARPU_HAVE_OPENMP_FALSE='#'
STARPU_HAVE_OPENMP_TRUE=''
STARPU_HAVE_WINDOWS_FALSE=''
STARPU_HAVE_WINDOWS_TRUE='#'
STARPU_LEVELDB_LDFLAGS=' '
STARPU_LIBNUMA_LDFLAGS=' '
STARPU_LINUX_SYS_FALSE=''
STARPU_LINUX_SYS_TRUE='#'
STARPU_LONG_CHECK_FALSE=''
STARPU_LONG_CHECK_TRUE='#'
STARPU_MAJOR_VERSION='1'
STARPU_MINOR_VERSION='3'
STARPU_MPI_CHECK_FALSE=''
STARPU_MPI_CHECK_TRUE='#'
STARPU_MS_LIB=''
STARPU_MS_LIB_ARCH='X64'
STARPU_NEW_CHECK_FALSE=''
STARPU_NEW_CHECK_TRUE='#'
STARPU_OPENCL_CPPFLAGS=''
STARPU_OPENCL_DATAdir=''
STARPU_OPENCL_LDFLAGS=''
STARPU_OPENGL_RENDER='no'
STARPU_OPENGL_RENDER_LDFLAGS=''
STARPU_OPENMP_FALSE=''
STARPU_OPENMP_TRUE='#'
STARPU_PERF_DEBUG='no'
STARPU_QUICK_CHECK_FALSE=''
STARPU_QUICK_CHECK_TRUE='#'
STARPU_QWT_INCLUDE=''
STARPU_QWT_LDFLAGS=''
STARPU_RCCE_CFLAGS=''
STARPU_RCCE_CPPFLAGS=''
STARPU_RCCE_LDFLAGS=''
STARPU_RELEASE_VERSION='0'
STARPU_SANITIZE_FALSE=''
STARPU_SANITIZE_TRUE='#'
STARPU_SCIF_CPPFLAGS=''
STARPU_SCIF_LDFLAGS=''
STARPU_SC_HYPERVISOR=''
STARPU_SC_HYPERVISOR_DEBUG='no'
STARPU_SC_HYPERVISOR_DEBUG_FALSE=''
STARPU_SC_HYPERVISOR_DEBUG_TRUE='#'
STARPU_SIMGRID_FALSE=''
STARPU_SIMGRID_TRUE='#'
STARPU_SRC_DIR='/Users/helluy/starpu-1.3.0/build/..'
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_MIC_FALSE=''
STARPU_USE_MIC_TRUE='#'
STARPU_USE_MP_FALSE=''
STARPU_USE_MP_TRUE='#'
STARPU_USE_OPENCL='no'
STARPU_USE_OPENCL_FALSE=''
STARPU_USE_OPENCL_TRUE='#'
STARPU_USE_SCC_FALSE=''
STARPU_USE_SCC_TRUE='#'
STARPU_USE_SC_HYPERVISOR_FALSE=''
STARPU_USE_SC_HYPERVISOR_TRUE='#'
STARPU_USE_SOCL_FALSE=''
STARPU_USE_SOCL_TRUE='#'
STARPU_USE_TOP='yes'
STATS='no'
STRIP='strip'
SYSTEM_BLAS_LIB_FALSE='#'
SYSTEM_BLAS_LIB_TRUE=''
USE_MPI='yes'
USE_MPI_FALSE='#'
USE_MPI_TRUE=''
VERSION='1.3.0'
XMKMF=''
X_CFLAGS=' -I/usr/X11/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11/lib'
X_PRE_LIBS=' -lSM -lICE'
YACC='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/missing bison'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
ac_ct_FC='gfortran'
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-apple-darwin15.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin15.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
doxygencommand='/usr/local/bin/doxygen'
dvidir='${docdir}'
epstopdfcommand='/Library/TeX/texbin/epstopdf'
exec_prefix='${prefix}'
gccplugindir=''
host='x86_64-apple-darwin15.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin15.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/helluy/starpu-1.3.0/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mpicc_path='/usr/local/bin/mpicc'
mpiexec_path='/usr/local/bin/mpiexec'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pdflatexcommand='/Library/TeX/texbin/pdflatex'
pkglibdir='${libdir}/starpu'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
smpirun_path=''
svncommand='/usr/local/bin/svn'
svnversioncommand='/usr/local/bin/svnversion'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin15.0.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin15.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "StarPU"
#define PACKAGE_TARNAME "starpu"
#define PACKAGE_VERSION "1.3.0"
#define PACKAGE_STRING "StarPU 1.3.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 3
#define STARPU_RELEASE_VERSION 0
#define PACKAGE "starpu"
#define VERSION "1.3.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 STARPU_MIC_USE_RMA 1
#define SIZEOF_VOID_P 8
#define STARPU_BUILD_DIR "/Users/helluy/starpu-1.3.0/build"
#define STARPU_SRC_DIR "/Users/helluy/starpu-1.3.0/build/.."
#define HAVE_LIBPTHREAD 1
#define STARPU_HAVE_STRUCT_TIMESPEC /**/
#define HAVE_SYSCONF 1
#define HAVE_POSIX_MEMALIGN 1
#define STARPU_HAVE_POSIX_MEMALIGN 1
#define STARPU_USE_DRAND48 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 STARPU_HAVE_SCHED_YIELD 1
#define HAVE_AIO_H 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 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_NMAX_SCHED_CTXS 10
#define STARPU_MAXCPUS 64
#define STARPU_USE_CPU 1
#define STARPU_MAXCUDADEVS 4
#define STARPU_MAXOPENCLDEVS 8
#define STARPU_NON_BLOCKING_DRIVERS 1
#define STARPU_MAXMICDEVS 4
#define STARPU_MAXMICCORES 120
#define STARPU_MAXSCCDEVS 47
#define STARPU_MAXMPKERNELS 10
#define HAVE_GLPK_H 1
#define STARPU_HAVE_GLPK_H 1
#define HAVE_LIBGLPK 1
#define STARPU_NMAXBUFS 8
#define STARPU_MAXNODES 4
#define STARPU_USE_ALLOCATION_CACHE 1
#define STARPU_NMAXWORKERS 64
#define STARPU_NMAX_COMBINEDWORKERS 64
#define STARPU_MAXIMPLEMENTATIONS 4
#define STARPU_HISTORYMAXERROR 50
#define STARPU_USE_MPI /**/
#define STARPU_USE_TOP 1
#define STARPU_HAVE_FC /**/
#define STARPU_HAVE_X11 1
#define STARPU_SYSTEM_BLAS 1
#define STARPU_HAVE_FFTW 1
#define STARPU_HAVE_FFTWF 1
#define STARPU_HAVE_FFTWL 1
#define STARPU_HAVE_HWLOC 1
#define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
configure: exit 0
========================================
StarPU 1.3.0: tests/test-suite.log
========================================
# TOTAL: 183
# PASS: 129
# SKIP: 44
# XFAIL: 1
# FAIL: 9
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
SKIP: datawizard/copy
=====================
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
This application requires a CUDA , OpenCL or MIC Worker
#Execution_time_in_seconds 0.533393 ./datawizard/copy
SKIP datawizard/copy (exit status: 77)
SKIP: datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
========================================================================
#Execution_time_in_seconds 0.025294
./datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
SKIP datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl (exit
status: 77)
SKIP: datawizard/interfaces/multiformat/advanced/multiformat_worker
===================================================================
#Execution_time_in_seconds 0.027323
./datawizard/interfaces/multiformat/advanced/multiformat_worker
SKIP datawizard/interfaces/multiformat/advanced/multiformat_worker (exit
status: 77)
SKIP: datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
==============================================================================
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
#Execution_time_in_seconds 0.530137
./datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
SKIP datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
(exit status: 77)
SKIP: datawizard/interfaces/multiformat/advanced/same_handle
============================================================
#Execution_time_in_seconds 0.023216
./datawizard/interfaces/multiformat/advanced/same_handle
SKIP datawizard/interfaces/multiformat/advanced/same_handle (exit status: 77)
SKIP: datawizard/gpu_register
=============================
#Execution_time_in_seconds 0.026613 ./datawizard/gpu_register
SKIP datawizard/gpu_register (exit status: 77)
SKIP: datawizard/gpu_ptr_register
=================================
#Execution_time_in_seconds 0.023933 ./datawizard/gpu_ptr_register
SKIP datawizard/gpu_ptr_register (exit status: 77)
SKIP: datawizard/readonly
=========================
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
copy 0
submission of task 0x7f898ad003b0 wih codelet 0x10c5e2080 failed (symbol
`none') (err: ENODEV)
WARNING: No one can execute this task
#Execution_time_in_seconds 0.533322 ./datawizard/readonly
SKIP datawizard/readonly (exit status: 77)
XFAIL: errorcheck/invalid_blocking_calls
========================================
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
[starpu][starpu_data_acquire_on_node][assert failure] Acquiring a data
synchronously is not possible from a codelet or from a task callback, use
starpu_data_acquire_cb instead.
Assertion failed: (_starpu_worker_may_perform_blocking_calls()), function
starpu_data_acquire_on_node, file ../../src/datawizard/user_interactions.c,
line 239.
[error] `./errorcheck/invalid_blocking_calls' killed with signal 6; test
marked as failed
#Execution_time_in_seconds 0.705207 ./errorcheck/invalid_blocking_calls
XFAIL errorcheck/invalid_blocking_calls (exit status: 1)
SKIP: openmp/init_exit_01
=========================
#Execution_time_in_seconds 0.026854 ./openmp/init_exit_01
SKIP openmp/init_exit_01 (exit status: 77)
SKIP: openmp/init_exit_02
=========================
#Execution_time_in_seconds 0.025016 ./openmp/init_exit_02
SKIP openmp/init_exit_02 (exit status: 77)
SKIP: openmp/environment
========================
#Execution_time_in_seconds 0.023054 ./openmp/environment
SKIP openmp/environment (exit status: 77)
SKIP: openmp/api_01
===================
#Execution_time_in_seconds 0.025540 ./openmp/api_01
SKIP openmp/api_01 (exit status: 77)
SKIP: openmp/parallel_01
========================
#Execution_time_in_seconds 0.027630 ./openmp/parallel_01
SKIP openmp/parallel_01 (exit status: 77)
SKIP: openmp/parallel_02
========================
#Execution_time_in_seconds 0.022878 ./openmp/parallel_02
SKIP openmp/parallel_02 (exit status: 77)
SKIP: openmp/parallel_03
========================
#Execution_time_in_seconds 0.023089 ./openmp/parallel_03
SKIP openmp/parallel_03 (exit status: 77)
SKIP: openmp/parallel_barrier_01
================================
#Execution_time_in_seconds 0.027719 ./openmp/parallel_barrier_01
SKIP openmp/parallel_barrier_01 (exit status: 77)
SKIP: openmp/parallel_master_01
===============================
#Execution_time_in_seconds 0.024429 ./openmp/parallel_master_01
SKIP openmp/parallel_master_01 (exit status: 77)
SKIP: openmp/parallel_master_inline_01
======================================
#Execution_time_in_seconds 0.025838 ./openmp/parallel_master_inline_01
SKIP openmp/parallel_master_inline_01 (exit status: 77)
SKIP: openmp/parallel_single_wait_01
====================================
#Execution_time_in_seconds 0.030523 ./openmp/parallel_single_wait_01
SKIP openmp/parallel_single_wait_01 (exit status: 77)
SKIP: openmp/parallel_single_nowait_01
======================================
#Execution_time_in_seconds 0.025192 ./openmp/parallel_single_nowait_01
SKIP openmp/parallel_single_nowait_01 (exit status: 77)
SKIP: openmp/parallel_single_inline_01
======================================
#Execution_time_in_seconds 0.025943 ./openmp/parallel_single_inline_01
SKIP openmp/parallel_single_inline_01 (exit status: 77)
SKIP: openmp/parallel_single_copyprivate_01
===========================================
#Execution_time_in_seconds 0.024478 ./openmp/parallel_single_copyprivate_01
SKIP openmp/parallel_single_copyprivate_01 (exit status: 77)
SKIP: openmp/parallel_single_copyprivate_inline_01
==================================================
#Execution_time_in_seconds 0.025204
./openmp/parallel_single_copyprivate_inline_01
SKIP openmp/parallel_single_copyprivate_inline_01 (exit status: 77)
SKIP: openmp/parallel_critical_01
=================================
#Execution_time_in_seconds 0.024567 ./openmp/parallel_critical_01
SKIP openmp/parallel_critical_01 (exit status: 77)
SKIP: openmp/parallel_critical_inline_01
========================================
#Execution_time_in_seconds 0.027301 ./openmp/parallel_critical_inline_01
SKIP openmp/parallel_critical_inline_01 (exit status: 77)
SKIP: openmp/parallel_critical_named_01
=======================================
#Execution_time_in_seconds 0.025275 ./openmp/parallel_critical_named_01
SKIP openmp/parallel_critical_named_01 (exit status: 77)
SKIP: openmp/parallel_critical_named_inline_01
==============================================
#Execution_time_in_seconds 0.028240 ./openmp/parallel_critical_named_inline_01
SKIP openmp/parallel_critical_named_inline_01 (exit status: 77)
SKIP: openmp/parallel_simple_lock_01
====================================
#Execution_time_in_seconds 0.025633 ./openmp/parallel_simple_lock_01
SKIP openmp/parallel_simple_lock_01 (exit status: 77)
SKIP: openmp/parallel_nested_lock_01
====================================
#Execution_time_in_seconds 0.024296 ./openmp/parallel_nested_lock_01
SKIP openmp/parallel_nested_lock_01 (exit status: 77)
SKIP: openmp/parallel_for_01
============================
#Execution_time_in_seconds 0.027728 ./openmp/parallel_for_01
SKIP openmp/parallel_for_01 (exit status: 77)
SKIP: openmp/parallel_for_02
============================
#Execution_time_in_seconds 0.027599 ./openmp/parallel_for_02
SKIP openmp/parallel_for_02 (exit status: 77)
SKIP: openmp/parallel_for_ordered_01
====================================
#Execution_time_in_seconds 0.024086 ./openmp/parallel_for_ordered_01
SKIP openmp/parallel_for_ordered_01 (exit status: 77)
SKIP: openmp/parallel_sections_01
=================================
#Execution_time_in_seconds 0.024322 ./openmp/parallel_sections_01
SKIP openmp/parallel_sections_01 (exit status: 77)
SKIP: openmp/parallel_sections_combined_01
==========================================
#Execution_time_in_seconds 0.028887 ./openmp/parallel_sections_combined_01
SKIP openmp/parallel_sections_combined_01 (exit status: 77)
SKIP: openmp/task_01
====================
#Execution_time_in_seconds 0.024675 ./openmp/task_01
SKIP openmp/task_01 (exit status: 77)
SKIP: openmp/task_02
====================
#Execution_time_in_seconds 0.030083 ./openmp/task_02
SKIP openmp/task_02 (exit status: 77)
SKIP: openmp/taskwait_01
========================
#Execution_time_in_seconds 0.025640 ./openmp/taskwait_01
SKIP openmp/taskwait_01 (exit status: 77)
SKIP: openmp/taskgroup_01
=========================
#Execution_time_in_seconds 0.024825 ./openmp/taskgroup_01
SKIP openmp/taskgroup_01 (exit status: 77)
SKIP: openmp/taskgroup_02
=========================
#Execution_time_in_seconds 0.024369 ./openmp/taskgroup_02
SKIP openmp/taskgroup_02 (exit status: 77)
SKIP: openmp/array_slice_01
===========================
#Execution_time_in_seconds 0.024713 ./openmp/array_slice_01
SKIP openmp/array_slice_01 (exit status: 77)
SKIP: openmp/cuda_task_01
=========================
#Execution_time_in_seconds 0.026724 ./openmp/cuda_task_01
SKIP openmp/cuda_task_01 (exit status: 77)
SKIP: overlap/gpu_concurrency
=============================
#Execution_time_in_seconds 0.025475 ./overlap/gpu_concurrency
SKIP overlap/gpu_concurrency (exit status: 77)
FAIL: parallel_tasks/explicit_combined_worker
=============================================
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./parallel_tasks/explicit_combined_worker' killed with signal 6;
test marked as failed
#Execution_time_in_seconds 0.580280 ./parallel_tasks/explicit_combined_worker
FAIL parallel_tasks/explicit_combined_worker (exit status: 1)
FAIL: parallel_tasks/parallel_kernels
=====================================
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./parallel_tasks/parallel_kernels' killed with signal 6; test marked
as failed
#Execution_time_in_seconds 0.578405 ./parallel_tasks/parallel_kernels
FAIL parallel_tasks/parallel_kernels (exit status: 1)
FAIL: parallel_tasks/parallel_kernels_spmd
==========================================
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./parallel_tasks/parallel_kernels_spmd' killed with signal 6; test
marked as failed
#Execution_time_in_seconds 0.576964 ./parallel_tasks/parallel_kernels_spmd
FAIL parallel_tasks/parallel_kernels_spmd (exit status: 1)
FAIL: parallel_tasks/spmd_peager
================================
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./parallel_tasks/spmd_peager' killed with signal 6; test marked as
failed
#Execution_time_in_seconds 0.578117 ./parallel_tasks/spmd_peager
FAIL parallel_tasks/spmd_peager (exit status: 1)
FAIL: parallel_tasks/cuda_only
==============================
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./parallel_tasks/cuda_only' killed with signal 6; test marked as
failed
#Execution_time_in_seconds 0.579699 ./parallel_tasks/cuda_only
FAIL parallel_tasks/cuda_only (exit status: 1)
SKIP: perfmodels/feed
=====================
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
#Execution_time_in_seconds 0.529946 ./perfmodels/feed
SKIP perfmodels/feed (exit status: 77)
FAIL: sched_policies/data_locality
==================================
No device found
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
Running with policy dmda.
Running with policy pheft.
[error] `./sched_policies/data_locality' killed with signal 6; test marked as
failed
#Execution_time_in_seconds 0.579021 ./sched_policies/data_locality
FAIL sched_policies/data_locality (exit status: 1)
FAIL: sched_policies/execute_all_tasks
======================================
Running with policy modular-eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
modular-eager scheduler, which is not very smart. Make sure to read the
StarPU documentation about adding performance models in order to be able to
use the modular-heft scheduler instead.
Running with policy modular-eager-prefetching.
[starpu][initialize_eager_prefetching_center_policy] Warning: you are running
the default modular-eager-prefetching scheduler, which is not very smart.
Make sure to read the StarPU documentation about adding performance models in
order to be able to use the modular-heft scheduler instead.
Running with policy modular-prio.
Running with policy modular-prio-prefetching.
Running with policy modular-random.
Running with policy modular-random-prio.
Running with policy modular-random-prefetching.
Running with policy modular-random-prio-prefetching.
Running with policy modular-heft.
Running with policy modular-heft2.
Running with policy eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
Running with policy prio.
Running with policy random.
Running with policy lws.
Running with policy ws.
Running with policy dm.
Running with policy dmda.
Running with policy dmdar.
Running with policy dmdas.
Running with policy dmdasd.
Running with policy pheft.
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./sched_policies/execute_all_tasks' killed with signal 6; test
marked as failed
#Execution_time_in_seconds 0.599964 ./sched_policies/execute_all_tasks
FAIL sched_policies/execute_all_tasks (exit status: 1)
FAIL: sched_policies/prio
=========================
Running with policy modular-eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
modular-eager scheduler, which is not very smart. Make sure to read the
StarPU documentation about adding performance models in order to be able to
use the modular-heft scheduler instead.
Running with policy modular-eager-prefetching.
[starpu][initialize_eager_prefetching_center_policy] Warning: you are running
the default modular-eager-prefetching scheduler, which is not very smart.
Make sure to read the StarPU documentation about adding performance models in
order to be able to use the modular-heft scheduler instead.
Running with policy modular-prio.
Running with policy modular-prio-prefetching.
Running with policy modular-random.
BABAAAABAABBABBAAAABBBABAAABBBABABBABBBBAABBBABAABABAAAABAAABABABBBABBBAAAABAABAAAAABAABBABAAABABABAABBBABABBBAABABBABABAABBBAABAAABAAAAAAABBAAABABAAAAAAAABABAABAABBAAABBABABBBBABAABAAABABBABBAAAABBBBBABBBABABBABBABABABBAABAAABBBBBAABAAABABABABAAAABBABABAAAABBBAAABAABABBAAABBBABBBBBBBBAAABABBAAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAAABBABABAABAABABBBBBAAAABBABABBBABBABABAABBAABABBABAABBBAAAABBBABBABABBBBABBABBBBBBBABABBBBBBBBBBAAAABAAAABAAAAABABBBAABBAABAABBABBAAAAAABBBABABBBABABBABABBABAABABBABABAABBABBBBAAABBAAABBABBBBAABBABBABABAAAAABBABABBBABABAABABBBBBBBABABAABBABBAABABBABAABBBAAAAABBBBBBAABAABBBBAAAAABABAABBBAABBBBABABAABBBABAABBABAAABABBAAABABABBBBBABAABAABAAABBABAAABBBAABBBAAABABABBABABBBBAAAAAABABABBAAAAAAABABBABBAABBBABAAABAABABBBBBAABABBABBABAAABABBBABBBBAAABAAABAABABBABABBAABBABBBAABBBAABABBAAABBBABAAABBABAABBAAABBBAAABBBBBABBBAAABAAABABBBBAAAABABBBAAABBBBAAABABBBABABBBABABABABBABABBAAABABBAABABAABABAAAAABBABABABBBBBABABAAAABBBBBABAABABBBBAABBAAAABABAAABBBAAABABBBAAABABAAABB
BABAAABAABBABBAAAABBBABAAAABBBBAABABBBBAABBBABAABABAABABAAAABBABBABBBAAAABABAAAAAAABABABABABAAABABAABBBBBABBBAAAABBBBABAABBAAABBAABAAAAAAAABABAAABAAAAABAAABBAABAABBAAABBABAABBBABABBAAABABBABBAAAAABBBBABBBABBBAABBABABABBAABABAABBBBBABAAAAABABBBAAAABBAAABBAAABABABABAAAABBBAABABABBBBBBBBAABAABBAABAABABAAAAAAAAABBBBBBBAAABBAAABBBBAAAAABABBAABABABAAABBBBBBAAABAABABBBBBAABABAABBAABABBABBABBBAAAABABBBBABAABBBABBBBBBBBBBAAABBBBBBBBBBAAAABBAAABAAAAAAABBBAABBAABAABBABBBAAAAABBBABABBBABABBABABBAAAABBBBABABAABBABABBAAABBAAABBBBBBBAABBABBAAABAAABABBABABABABABAABABBBBBBBABABABBBABAAABABBABAABBBAABAABBABBBBABAAABBBAABAAABAABBBBAABABBABABAABBBABABBBABAAABABABAABAAABBBBBABAABBABAAABBABAAAABBBABBBAAAAABABBBBAABBBBAAAAAAABABBAAABAAABABBAABAABBBABAAABAABBABBBBAABABBABBABAABABABBABBBBABABAAAAAABBBABAABBBABBABABAABBBBABAABBAAABABBAAABBBBAABBAAABBAAAABBBBBABBBAAABAAABABBBBAAABBAABBAAABBBBAAABABBBAABBBBABBBAABBAABABBAAABABBABABBAABAAABAAABBABABABABBBABABBAAABBBBAABAABABBBBAABBABAAAABAAABBBAABBABABAABBABAAABBA
BABAAAABAABBBABAAAABBBABAAABBBABABBABBBBAABBBABAABABAAAAABAABABABBBABBBAAAABAABAAAAABAABBABAAABAABBAABBBABABBBAABABBABABAABBBAABAAABAAAAAAABBAAABABAAAAAAAABABAABAABBAAABBABABBBBABAABAAABABBABBAAAABBBBBABBBABABBABBABAABBBAABAAABBBBBAABAAABBAABBAAAAABBABABAAAABBBAAABAABABBAAABBBABBBBBBBBAAABABBAAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAAABBABABABAAABABBBBBAAAABBAABBBABBBABABAABBAABABBABAABBBAAAABBBABBABABBBBABABBBBBBBBABABBBBBBBBBBAAAABAAAABAAAAABABBBAABBAABAABBABBAAAAAABBBABABBBABABBABBABABABAABBABAABABABBBBBAAABBAAABBABBBBAABBABBABABAAAAABBABABBBABABAABABBBBBBBABABAABBABBAABABBABAABBBAAAAABBBBBBAABAABBBBAAAAABABAABBBAABBBBABABAABBBABAABBABAAABABBAAABABABBBBBABAABAABAAABBABAAABBBAABBBAAABABABBABABBBBAAAAAABABABBAAAAAAABABBABBAABBBABAAABAABABBBBBABAABBABBABAAABBABBABBBBAAABAAABAABABBABABBAABBABBBAABBBABAABBAAABBABBAAABBABAABBAAABBBAAABBBBBABBBAAABAAABBABBBAAAABABBBAAABBBBAAABABBBAABBBBABABABABBABABBAAABABBAABABAABABAAAAABBABABABBBBBABABAAAABBBBBABAABABBBBAABBAAAABABAAABBBAAABABBBAAABABAAABB
BABAAABAABBABBAAAABBBAAAABBBBAAABBABBBBABABBABABBABAAAABAAABABABBBAABBABAAAAABABAAABAABBABAAABAAABAABBBBBAABBABAABBBBABAABABBAAAABBAAAAAAABBAAABABAAAAAAAABAAABBAAABABABBAAABBBBABAABBAAAABBABBABAABBABBABBBABBBBAABABABBABABBAAAABBBBABABAAABBABAABAAAABBABBAAAAABBABAAABBAABABABABBBABBBBBBBAAAABBAAAAABBBAAAAABAAAABBBBBBBAAABAAABBBBAABAAABBABABAAAAABABBBBBAAABABABBABBABBABABABBBAAAABBBABABABBAAAABBBABABABBBBABBBBABBBBBABBBBBABBBBBBAAABAAAAABAAAAABABBBAABBAABBABBAABAAAAAABBBABABBBBBAABBBAABABBABABBABABAABAABBBBBAAABBAABBAABBBAABBABBBBAAABAAABAABBBBAABBAAABABBBBBBBABBBAAABBBABAABABABBAABBBAAAAABBBBBBABAABBABABAAABAAAABBBBABBABABABBABABBAAABBABBAABAABBAABABAABBBBABAABABAABAABABAAABBBBABBBAAAAABBABABBABBBABAAAABABAABAABAAAAAABBBBAABBBBABAAABAABAABBBBAABBABABBABABAABABBABBBBABABAAAAAABABBABABBABABABBBAABBBABBAABBAABAABBABAABABAABBABAABBBAABBABBABBBAAABBAABABABBAAAABBABBAAABBBBBAABAABBAABBBBBAABBBAABBBAABBAABAABABAABBABAABAAAABBABABABABBBBABBAAAAABBBBBABAABBBABBABBAAAABABAAAABBBAABAABBBAABABAAAABB
BABAAAABAABBABBAAAABBBABAAABBBABABBABBBBAABBABBAABABAAAABAAABABABBBABBBAAAABAABAAAAABAABBABARunning
with policy modular-random-prio.
Running with policy modular-random-prefetching.
Running with policy modular-random-prio-prefetching.
Running with policy modular-heft.
AABAABBAABBBABABBBAABABBABABAABBBAABAAABAAAAAAABBAAABABAAAAAAAABABAABAABBAAABBABABBBBABAABAAABABBABBAAAABBBBBABBBABABBABBABABABBAABAAABBBBBAABAAABABABABAAAABBABABAAAABBBAAABAABABBAAABBBABBBBBBBBAAABBABAAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAAABBABABABAAABABBBBBAAAABBABABBBABBABABAABBAABABBABAABBBAAAABBBABBABABBBBABBABBBBBBBAABBBBBBBBBBBAAAABAAAABAAAAABABBBAABBAABAABBABBAAAAAABBBABABBBABABBABABBABABAABBABABAABBABBBBAAABBAAABBABBBBAABABBBABABAAAAABBABABBBABABAABABBBBBBBABABAABBABBAABABBABAABBBAAAAABBBBBBAABAABBBBAAAAABABAABBBAABBBBABABAABBBABAABBABAAABABBAAABABABBBBBAABABAABAAABBABAAABBBAABBBAAABABABBABABBBBAAAAAABABABBAAAAAAABABBABBAABBBABAAABAABABBBBBAABABBABBABAAABBABBABBBBAAABAAABAABABBABABBAABBABBBAABBBAABABABAABBABBAAABBABAABBAAABBBAAABBBBBABBBAAABAAABABBBBAAAABABBBAAABBBBAAABABBABABBBBABABABABBABABBAAABABBAABABABAABAAAAABABBABABBBBBAABBAAAABBBBBABAAABBBBBAABBAAAABABAAABBBAAABABBBAAABABAAABB
BABAAAABAABBABBAAAABBBABAAABBBABABBABBBBAABBBABABAABAAAABAAABABABBBABBBAAAABAABAAAAABAABBABAAABAABBAABBBABABBBAABABBABABAABBBAABAAABAAAAAAABBAAABABAAAAAAAABABAABAABBAAABBABABBBBAABABAAABBABABBAAAABBBBBABBBABABBABBABABABBAABAAABBBBBAABAAABABABABAAAABBABABAAAABBBAAABAABABBAAABBBABBBBBBBBAAABABBAAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAAABBABABABAAABABBBBBAAAABBABABBBABBABABAABBAABABBABAABBBAAAABBBABBABABBBBABABBBBBBBBABABBBBBBBBBBAAAABAAAABAAAAABABBBAABBAABAABBABBAAAAAABBBAABBBBABABBABABBABAABABBABABAABBABBBBAAABBAAABBABBBBAABBABBABABAAAAABBABABBBABABAABABBBBBBBABABAABBABBAABBABABAABBBAAAAABBBBBBAABAABBBBAAAAABABAABBBAABBBBABABAABBBABAABBABAAABABBAAABABABBBBBABAABAABAAABBABAAABBBAABBBAAABABABBABABBBABAAAAABABABBAAAAAAABABBABBAABBBABAAABAABABBBBBAABABBABBABAAABBABBABBBBAAABAAABAABABBABABBAABBABBBAABBBAABABBAAABBABBAAABBBAAABBAABABBAAABBBBBABBBAAABAAABABBBBAAAABABBBAAABBBBAAABABBBAABBBBABABABABBABABBAAABABBAABABAABABAAAAABBABABABBBBBABABAAAABBBBBABAABABBBBAABBAAAABABAAABBBAAABABBBAAABABAAABB
BAAABABAABBBBABAAABBAABBABBBBABBABBBBAAABAABAAAABAAABAABBBBBABABAAABAAABAAABAAABBABABAAABAABBABABBBABBAAABBBAAABABBBBAAAABAABAAAAAABBABAABAAAAAAAAABABBAAAABAABBBAABABBBBABABAAAABBAABBBAAABABBBBABBABABBBBABBAAABABBBAAAABBBBABABAAAABABBAAABABBAABBAAAAABBABBAAAABBAABBAABBABBBBBBABABABBABAAAAABBAAAAAAAAABBBBBABBBAAAABABBAABBBAABAAABABBBAAAABABBBBAABABBAAABBABBBBAAABBABBAABAABABBABBBAAABBAABBBBAABBBBABBABBBBBBBAABBBBBBBBBBBAAAAABAAABAAAABAABBBAAABBAABBAABBBAAAAAABBBABABBABABBBABBBAAAAABBBBABAABBBAABBBBAAAABABABABBBBBABABBBAABBAAABABAAABABBABABBAABBABBBBBABBBAAAABBBBBAAABBABABABBAAAABABBABBAABBBABBBAAAAABBAABABABABBBABABBABAABABABBBABAABABABAABAABABBBBBBAABAABAAABBAAABAABBBAABBABAAABBBABABBABBABAAAAABBAAAAAAABABABBBAABABBBAABAAAABBBBBBABAABBBBAABAAABBBAABBBBABAABBAAAAAABBABBAABABBBABBBBAABABBAABABAABBBBAAAABBBAAABBAABBAAABABBBABBBBBAAAAABAABBBBBAAAAABBABBABABBBAAAABBBABBABBBBAABBAABABBABAABBABABBAAABAABBAAAAAABBAABABBBBBABABABAABABBBBABAAABBBBBBAABAAABAABAABBABAAAABBBBAAABABABABABBABAABAABBA
BAAAABABABBBBAAAABBBAABBBABBABBBAABBBBAAABBAAAAAABAABABABBBBBABAAABABAAAAAAABAABBAABABAABBAABAABBABBBABBAAABBABAABBBBAAAABBAAAAAAABAABABABAAAAAAAABAAAABAABBABAABABBABBBABABAABAABABBBAABAAABBBBBBABBBAABABABBABBABBAAABAABBBBABAABAABABAABBAAAABBABABAAAABBBABAAAABABAAABBBABBBBBBBBBAABAABAAABABBAAAAAAAABBABABBBABBAAABBABAAABBAABABABAABABABAABABBBBAABABAABABBABBBBAAABBABBABAAABBAABBBBAAABBBABABBAABBBBBBAABBBBBBABBABBBBBBBBBBAAAAABAAABAAAABAABABBBBAABAABAABBABAAAAABBBAABBBABABABABBBABBAABBAABBAABABBABBABAABBBABAABBBBBAAABABBBABBAAAAAAABBBBBABBBAAABABABBBBBBBABAAABBABBBAABABAABABABABAABABBBBBAABAABBBABAAAABAABBABBABABBBBAAABBABBABAABABBAABABAABAAABABBBABBBBAAABBAAAABBABAAABBBAABBABAABAABBBBBBAAAAABAABBAABAAAAABABBAABAABBABBBAAABAABABBBBBAABABBBABABAAABBBABBABBABAABAAABAAABBBBAABBAABBABBABBBAABABBABAAABBABABAABBBABABAAAABBBAAABBBBBABBAABBAAAAABBBBBAAABAABBAABABBBBABAAABBAABBBBABBABABBAAABBBABAABBAABAABBAAABBAAABABAAABBBBBABBAAABABAABBBABBBAABABBABBBABAAAABABAAABBBABAAABBABAABABAAAABBBABABABABBA
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBRunning
with policy modular-heft2.
Running with policy eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
Running with policy prio.
Running with policy random.
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
BABAAAABAABBABBAAAABBBABAAABBBABABBABBBBAABBBABAABABAAAAABAABAABBBBABBBAAAABAABAAAAABAABBABAAABAABBAABBBABABBBAABABBABABAABBBAABAAABAAAAAAABBAAABABAAAAAAAABABAABAABBAAABBABABBBBABAABAAABABBABBAAAABBBBBABBBABABBABBABABABBAABAAABBBBBAABAAABABABABAAAABBABABAAAABBBAAABAABABBAAABBBABBBBBBBBAAABABBAAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAAABBABABABAAABABBBBBAAAABBABABBBABBABBAAABBAABABBABAABBBAAAABBBBABAABBBBBABBABBBBBBBABABBBBBBBBBBAAAABAAAABAAAAABABBBAABBAABAABBABBAAAAAABBBABABBBABABBABABBABAABABBABABAABBABBBBAAABABAABBABBBBAABBABBABABAAAAABBABABBBABABAABABBBBBBBABABAABBABBAABABBABAABBBAAAAABBBBBBAABAABBBBAAAAABABAABBBAABBBBABABAABBBABAABBABAAABABBAAABABABBBBBABAABAABAAABBABAAABBBAABBBAAABABABBABABBBBAAAAAABABBABAAAAAAABABBABBAABBBABAAABAABABBBBBAABABBABBABAAABBABBABBBBAAABAAABAABABBABABBAABBABBBAABBBAABABBAAABBABBAAABBABAABBAAABBBAAABBBBBABBBAAABAAABABBBBAAAABABBBAAABBBBAAABABBBAABBBBABABABABBABABBAAABABBAABABAABABAAAAABBABABABBBBBABABAAAABBBBBABAABABBBBAABBAAAABABAAABBBAAABABBBAAABABAAABB
BABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
BAAAABBAABABABAAAAABABAABBABAAAAABBBBAAABAABBABBAABAAABABAABBABABBBAAAABABABABAAABBBAABABBAABBBBBBBAABABBAAABABBBAAABAABAABABABBBAAABAAAABBAAABAABAABABAAABBBAAABAABAABAAAAABBBAABAAABAABABBBAAABBBABBBBBABABAAAABABABABAAABAAABAAAABBBABBAAABBBABABAABAABBAAABAAAABBBBAABABABAABBBARunning
with policy lws.
Running with policy ws.
Running with policy dm.
Running with policy dmda.
BABAABBBBBBBBBABABABAABABBABBBBAAABBABBBBAAAABBABBBABAABBAABBBABBBBABABBBABAABABBAAABBABBBABABAAAAAABAAABAABAABBAAAAAAABABAAABAAAABABBBBBABBBBAAABBBBABBBABAABBAAABAABBBBBBAABABBAABAAAABABABBABBABBABABBBBBBBBAABBAABBBBABBBAABBBAAABBBAABAAABBAABABBBBBBBBBBBABAABBABBBAABAAABBBABABBBBBABBABBAABAABAABAAAAAAABAABABBBBAABAABBABBBAABBAABABBBAABBBBBAAAABBBAABAAAABBAAAABBBBABAABBAAAABAABAAABBBABABBABBBAAABABBBABBBAAAAAAABBAAABBABBBABAABBABBBBABABABBABBAAABAABABBBABABBBBBBABBABBAAAAAABBABBAAAABAABABBAAAAABABBABBBBBABBAABBABAABABABBABBBBBABBBBBBBABBABBBAABAABBAABBBAAAAABABABAABBBAABABBAABBBAABABAAAABBABBBABBBBABABBABABBAAABAAABABAABBBBBAAABABBABBBBAAABAABAAAAABBAAABAAABABAABBABABABABBAAAABABABBAABABBBAAAABBBBABBAAAABABAABABAAB
ABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBABBABABAABABABABBAABBAABBAABBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
BAABAAABAABBBAABAAABBBBAAAABBBABBABABBBBAABBABABBABAAAAAABAABABABBBABBABAAABAAABAAAAABBAABABAABAABABBABBBAABBBAAABBBBAABAABBBAABAABAAAAAAABABAAABABAAAAAAAABBAAAABABBAAABBBABABBABABBAAAABBABABBAAAABBBBABBBBABABBABBABAABBBAABAAABBBBBAABAAABABBAABAAAABBABABAAAABBABAAABABBABAAABBBABBBBBBBBAAABBABAAAAABBAAAAAABAAABBBBBABBAABAAABBBABAABAABABABAABBAAABABBBBABAABABAABBBABBBBAABAABBAABABBBAAABBBAAABABBBABABABBBBBAABBBBBBBABBABBBBBBBBBBAAAAABAABAAAAAABBABBAABBAAABBABABBAAAAAABBABABBBBAABBBBAABBABABABAABABABBABABBBBAABABAAABBBABBBAABABBBBAABAAAAABABBABBBABABAABABBBBBBBBAABAABBABBAABABBABAABBBAAAAABBBBBABABAABBBBAAAABAABAABBABBABBBAABBAABBBBAAABBABAABAABBAAAABBABBBBBAABABAAABAABBABAAABBBAABBBAAABABABBABBABBABAAAABABABAABAAAAAAABBBBAABBABBBAAABAAAABBBBBBAABBABABBABAABAABBBBABBBAAABAAABAABABBABABBAABBBABBAABBABBABAABAABBBAABAABBBAAABBAAABBBAABABBBBABBBAAABAABABABBABAABAABBBAAABBBBAAAABBBBABABBBABAABABBBBAABABAAABBBAAABBABABAAAAABABAABABBBBBBABABAAAABBBBBBAAAABBBBBAABBAAAABABAAABBABAAABBBBAAABAABAABB
BAABAABAAABBBABAAAABBBABAABABBABBABABBBBAABBBAABABABAAAABAAABAABBBBABBABAABAAAABAAAABAABABBAAABAABBAABBBABABBBAABABBABBAAABBABBAAABAAAAAAAABABAABAABAAAAAABAABAABABABAAABBBABABBABBAABAAABABBABBAAAABBBBBABBABABBBABABABBABBAAABAABBBBBAABAAABBAABABAAAABBBAABAAAABBABAAABABBABAAABBABBBBBBBBBAABABAABAAAABBAAAAAABAAABBBBBABBAAABAABBBABAABAABABABAABBAAABABBBBBAAAABABABBBABBBABBAAABBAAABBBBAAABBABAAABBBABABBABBBBBABABBBBBBABABBBBBBBBBBBAAAAABAABAAAAAABABBBAABBAAABBAABBBAAAAAABBABABBBABABBBABBAABBABABABABABABAABBBBBAABAABAABBABBBBABABABBABABAAAAABBAABBBBABAABBAABBBBBBBBABAAABBABABABABBABAABBBAAAABABBBBBABAAABBBBAAAAABBAAABBBABABBBAABABABBBBAAABBBAAAABABBAAABAABBBBBABBAABAABAAABBBAAAABBBAABBABAAABBABBBABABBBAAAAAABBABAABAAAAAAABBBBAABBABBBAAAABAAABBBBBABABABBABBBAAAABBABBABBBABAAABAAABBAABBABABBAABBBABBAABBABBAABBAAABBABBAAABBBAAABBAABABBAABABBBBBABBAABAAABABABBBAAAABABBBAABABBBAAAABBBABBABBABBABAABBBBABAABAABABBAABAABBAABAAAAABABABABBBBBABBAABAAABBBBBBAAABABBBBAABBAAAAABABAABBBAAABABBBAAAABBAAABB
BBAAAABAAABBBABAAABABBABAAABBBBABABABBBBAABBABBAABABAAAAABAABABABBBABBBAAAABAABAAAAABAABBAABAAABBAABBABBBABABBAAABBBABABAABBBAABAAABAAAAAAABABAAABABAAAAAABAABAAABBABAAABBBABABBBAABABAABAABABBBAAAABBBBBABBABABBBBAABBAABBBAABAAABBBBABABAABAABABABAAAABBABABAAAABBBAAAABABABBAAABBBABBBBBBBBAABABAABAAAABBAAAAAABAAABBBBABBBAABAAABBBABAABAAABBABAABABAABABBBBBAAABABAABBBABBBRunning
with policy dmdar.
Running with policy dmdas.
Running with policy dmdasd.
Running with policy pheft.
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
ABBAAABBAAABBBABAABBBAAABABBBAABABBBBBABABBBBBBBABABBBBBBBBBBBAAAABAAABAAAAABAABBBAABBAAABBABABBAAAAAABBABABBBABBABBBAABABABBABABABABABAABBBBBAABAABAABBBABBABBABABBBABAAAAABAABABBBABABABBABABBBBBBBABAAABBBAABBABAABABBABBAAAABABBBBBAABAABBBBAAAABABAAABBABBABBABABABBABBABAABBABAAABABBAAAABBABBBBBABABAAABAAABBBAAABABBAABBBAAABAABBBBAABBBBAAAAABABAABBAAAAAAABABBABBAABBBABAAABAABABBBBBABAABABBBBAAABABABBABBBBAAAABAABAABABBABABBAABBABBBAABBBABABABAAABBBAABAABBABAABBAABABBAAABBBBBBABBAAABAAABBABBBAAABAABBBAAABBBABAABABBBABABBABBABAABBBABABABAABABBAABAABBAABAAAABAABBABABBBBABABABAAABBBBBABAABABBBBAABBAAAABAABAABBABAABABBABAABAABAABB
BBAAAAABAABBBAABAABABBABAAABBBBAABBABBBBAABBABABBABAAAAAABAAABABBBABBBBAAABAAAABAAAABAABABBAAABAABBAABBBBAABBBAABABBABABAABBBAABAAABAAAAAAABBAAAABBAAAAAAABAABAAABBAABAABBBABABBABABBAAABABAABBBAAAABBBBBABBABBABBABABABBABBAABAAABBBBABABAAABABABBAAAAABBABABAAAABBABAABAABABABAABBABBBBBBBBBAABAABABAAAABBAAAAAAABAABBBBBABBAABAAABBBAABBAAAABABABBAABAABABBBBBAAAABBAABBBBABBBABAAABBAABABBBAAABBBAAABABBBABAABBBBBABBABBBBBBBAABBBBBBBBBBBAAAABAAABAAAAABAABBBAABBAAABBAABBBAAAAAABBBAABBBABBABBABBABAABBABAABABABBABABBBBAAABABAABBABBBABABBABBBABAAAAABABAABBBABBAABBABABBBBBBABBAAABBABABBABABAABBABBAAAABABBBBABBAAABBBBAAAABABAAABBABABBBBAABABBABBABAABBBAAAABABBAAAABBABBBBBABABAAAABAABBBAAAABBBAABBABAAABBABBABBABBABAAAABABABAABAAAAAAABBBBABABABBABAABAAAABBBBBABBAABABBBABAABABABBBABBABAABAAABAABBAABABBBAABBABBBAABBABBAABBAAABBBAABAABBBAAABBAAABBBAAABBBBBABBBAAABAAABABBBABAABAABBBAABABBBAAAABBBBABABBBABAABABBBBAABABAAABBBAABABAABBAAAAAABABABBABBBBABABBAAAABBBBBBAAABABBBBAABBAAAABAABAABBABAABABBBAAABABAAABB
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBABBAABABBAABABBABAABBABABABAABABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
[error] `./sched_policies/prio' killed with signal 6; test marked as failed
#Execution_time_in_seconds 16.989787 ./sched_policies/prio
FAIL sched_policies/prio (exit status: 1)
FAIL: sched_policies/simple_deps
================================
Running with policy modular-eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
modular-eager scheduler, which is not very smart. Make sure to read the
StarPU documentation about adding performance models in order to be able to
use the modular-heft scheduler instead.
Running with policy modular-eager-prefetching.
[starpu][initialize_eager_prefetching_center_policy] Warning: you are running
the default modular-eager-prefetching scheduler, which is not very smart.
Make sure to read the StarPU documentation about adding performance models in
order to be able to use the modular-heft scheduler instead.
Running with policy modular-prio.
Running with policy modular-prio-prefetching.
Running with policy modular-random.
Running with policy modular-random-prio.
Running with policy modular-random-prefetching.
Running with policy modular-random-prio-prefetching.
Running with policy modular-heft.
Running with policy modular-heft2.
Running with policy eager.
[starpu][initialize_eager_center_policy] Warning: you are running the default
eager scheduler, which is not very smart. Make sure to read the StarPU
documentation about adding performance models in order to be able to use the
dmda or dmdas scheduler instead.
Running with policy prio.
Running with policy random.
Running with policy lws.
Running with policy ws.
Running with policy dm.
Running with policy dmda.
Running with policy dmdar.
Running with policy dmdas.
Running with policy dmdasd.
Running with policy pheft.
../../src/core/sched_ctx.c:1079 starpu_pthread_rwlock_wrlock: Invalid argument
[starpu][abort][starpu_sched_ctx_add_workers()@../../src/core/sched_ctx.c:1079]
[error] `./sched_policies/simple_deps' killed with signal 6; test marked as
failed
#Execution_time_in_seconds 1.042997 ./sched_policies/simple_deps
FAIL sched_policies/simple_deps (exit status: 1)
SKIP: sched_policies/simple_cpu_gpu_sched
=========================================
Running with policy dmda.
#Execution_time_in_seconds 0.529259 ./sched_policies/simple_cpu_gpu_sched
SKIP sched_policies/simple_cpu_gpu_sched (exit status: 77)
- [Starpu-devel] retour experience starpu mac, helluy@math.unistra.fr, 05/10/2015
- Re: [Starpu-devel] retour experience starpu mac, Nathalie Furmento, 06/10/2015
Archives gérées par MHonArc 2.6.19+.