Objet : Developers list for StarPU
Archives de la liste
- From: Jeff DiMarco <jdimarco218@gmail.com>
- To: Nathalie Furmento <nathalie.furmento@labri.fr>
- Subject: Re: [Starpu-devel] About StarPU
- Date: Thu, 18 Oct 2012 12:54:39 -0400
- 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>
- Resent-date: Thu, 18 Oct 2012 19:39:48 +0200
- Resent-from: Nathalie Furmento <nathalie.furmento@labri.fr>
- Resent-message-id: <20121018173948.GC4964@labri.fr>
- Resent-to: starpu-devel@lists.gforge.inria.fr
Hello,
I am trying to run tasks on the CUDA cards on my cluster. When running the vector_scal example I receive errors about opencl. I tried taking out the OpenCL code, but this didn't solve the problem. Here is the error:
oops in _starpu_opencl_init (drivers/opencl/driver_opencl.c:342) (clGetPlatformInfo NAME) ... <Invalid platform> (-32)
jvector_scal: ../include/starpu_opencl.h:43: starpu_opencl_report_error: Assertion `0' failed.
Also, I attached the config.log file.
Thanks so much!
-Jeff D
I am trying to run tasks on the CUDA cards on my cluster. When running the vector_scal example I receive errors about opencl. I tried taking out the OpenCL code, but this didn't solve the problem. Here is the error:
oops in _starpu_opencl_init (drivers/opencl/driver_opencl.c:342) (clGetPlatformInfo NAME) ... <Invalid platform> (-32)
jvector_scal: ../include/starpu_opencl.h:43: starpu_opencl_report_error: Assertion `0' failed.
Also, I attached the config.log file.
Thanks so much!
-Jeff D
On Wed, Oct 17, 2012 at 5:44 PM, Nathalie Furmento <nathalie.furmento@labri.fr> wrote:
Hello,
Which version of StarPU are you using? The detection of hwloc -- when
installed in a non-standard directory -- by configure was recently
fixed, and should be working fine when using the release 1.0.4.
Could you also please send us the full contents of the file config.log
Which troubles do you exactly have when trying to use StarPU without
hwloc on your cluster?
Thanks.
Regards,
Nathalie
On Oct 17, 16:52, Jeff DiMarco wrote:
> Hello again,
>
> I am able to use StarPU with some of the examples on my machine at work,
> but I was hoping to use it on a cluster at my university. Currently I am
> using it --without-hwloc, and I am running into some troubles. Am I unable
> to use my CUDA cards this way?
>
> In terms of using hwloc, I try to install on a cluster with
> ./configure --prefix=/home/dimarco/myhwloc
> make install
> cd ../starpu-1.1.0/
> ./configure --with-hwloc=/home/dimarco/myhwloc
>
> This may be relevant from the configure output:
> checking for HWLOC... no
> checking hwloc.h usability... yes
> checking hwloc.h presence... yes
> checking for hwloc.h... yes
> checking for main in -lhwloc... yes
> checking whether hwloc should be used... yes
>
> make
>
> Gives me the following problems that I can't solve:
>
> In file included from ../include/starpu.h:50,
> from ../mpi/src/starpu_mpi_private.h:21,
> from src/starpu_mpi_stats.c:21:
> ../include/starpu_scheduler.h:28:19: error: hwloc.h: No such file or
> directory
> In file included from ../include/starpu.h:50,
> from ../mpi/src/starpu_mpi_private.h:21,
> from src/starpu_mpi_stats.c:21:
> ../include/starpu_scheduler.h:45: error: expected specifier-qualifier-list
> before 'hwloc_topology_t'
> make[2]: *** [starpu_mpi_stats.lo] Error 1
> make[2]: Leaving directory `/home/dimarco/starpu-1.1.0/mpi'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/dimarco/starpu-1.1.0/mpi'
> make: *** [all-recursive] Error 1
>
> Any help is appreciated! Thanks in advance.
> -Jeff DiMarco
> _______________________________________________
> Starpu-devel mailing list
> Starpu-devel@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/starpu-devel
--
----------------------------------------------------------------------------
Dr Nathalie Furmento CNRS R&D Engineer
Centre de Recherche INRIA Bordeaux Sud-Ouest http://www.labri.fr/~furmento/
200 avenue de la vieille Tour Tel: +33 (0)5 24 57 41 20
33405 Talence cedex, FRANCE Fax: +33 (0)5 24 57 40 41
----------------------------------------------------------------------------
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.1.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --with-hwloc=/home/dimarco/myhwloc ## --------- ## ## Platform. ## ## --------- ## hostname = geronimo.gcl.cis.udel.edu uname -m = x86_64 uname -r = 2.6.18-194.26.1.el5.552g0001 uname -s = Linux uname -v = #1 SMP Wed Nov 10 20:55:14 EST 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/scyld/openmpi/gnu/bin PATH: /opt/CollabNet_Subversion-client/bin PATH: /usr/kerberos/bin PATH: /opt/cula/bin PATH: /opt/cuda/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/share/pvm3/lib PATH: /home/dimarco/tau-2.21.4/x86_64/bin PATH: /home/dimarco/bin PATH: /usr/local/cuda ## ----------- ## ## Core tests. ## ## ----------- ## configure:3178: checking build system type configure:3192: result: x86_64-unknown-linux-gnu configure:3212: checking host system type configure:3225: result: x86_64-unknown-linux-gnu configure:3245: checking target system type configure:3258: result: x86_64-unknown-linux-gnu configure:3302: checking for a BSD-compatible install configure:3370: result: /usr/bin/install -c configure:3381: checking whether build environment is sane configure:3431: result: yes configure:3572: checking for a thread-safe mkdir -p configure:3611: result: /bin/mkdir -p configure:3624: checking for gawk configure:3640: found /bin/gawk configure:3651: result: gawk configure:3662: checking whether make sets $(MAKE) configure:3684: result: yes configure:3841: checking for gcc configure:3857: found /usr/bin/gcc configure:3868: result: gcc configure:4097: checking for C compiler version configure:4106: gcc --version >&5 gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) Copyright (C) 2006 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:4117: $? = 0 configure:4106: gcc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) configure:4117: $? = 0 configure:4106: gcc -V >&5 gcc: '-V' option must have argument configure:4117: $? = 1 configure:4106: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4117: $? = 1 configure:4137: checking whether the C compiler works configure:4159: gcc conftest.c >&5 configure:4163: $? = 0 configure:4211: result: yes configure:4214: checking for C compiler default output file name configure:4216: result: a.out configure:4222: checking for suffix of executables configure:4229: gcc -o conftest conftest.c >&5 configure:4233: $? = 0 configure:4255: result: configure:4277: checking whether we are cross compiling configure:4285: gcc -o conftest conftest.c >&5 configure:4289: $? = 0 configure:4296: ./conftest configure:4300: $? = 0 configure:4315: result: no configure:4320: checking for suffix of object files configure:4342: gcc -c conftest.c >&5 configure:4346: $? = 0 configure:4367: result: o configure:4371: checking whether we are using the GNU C compiler configure:4390: gcc -c conftest.c >&5 configure:4390: $? = 0 configure:4399: result: yes configure:4408: checking whether gcc accepts -g configure:4428: gcc -c -g conftest.c >&5 configure:4428: $? = 0 configure:4469: result: yes configure:4486: checking for gcc option to accept ISO C89 configure:4550: gcc -c -g -O2 conftest.c >&5 configure:4550: $? = 0 configure:4563: result: none needed configure:4594: checking for style of include used by make configure:4622: result: GNU configure:4647: checking dependency style of gcc configure:4757: result: gcc3 configure:4773: checking whether gcc and cc understand -c and -o together configure:4804: gcc -c conftest.c -o conftest2.o >&5 configure:4808: $? = 0 configure:4814: gcc -c conftest.c -o conftest2.o >&5 configure:4818: $? = 0 configure:4829: cc -c conftest.c >&5 configure:4833: $? = 0 configure:4841: cc -c conftest.c -o conftest2.o >&5 configure:4845: $? = 0 configure:4851: cc -c conftest.c -o conftest2.o >&5 configure:4855: $? = 0 configure:4873: result: yes configure:4956: checking for g++ configure:4972: found /usr/bin/g++ configure:4983: result: g++ configure:5010: checking for C++ compiler version configure:5019: g++ --version >&5 g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) Copyright (C) 2006 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:5030: $? = 0 configure:5019: g++ -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) configure:5030: $? = 0 configure:5019: g++ -V >&5 g++: '-V' option must have argument configure:5030: $? = 1 configure:5019: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:5030: $? = 1 configure:5034: checking whether we are using the GNU C++ compiler configure:5053: g++ -c conftest.cpp >&5 configure:5053: $? = 0 configure:5062: result: yes configure:5071: checking whether g++ accepts -g configure:5091: g++ -c -g conftest.cpp >&5 configure:5091: $? = 0 configure:5132: result: yes configure:5157: checking dependency style of g++ configure:5267: result: gcc3 configure:5287: checking how to run the C preprocessor configure:5318: gcc -E conftest.c configure:5318: $? = 0 configure:5332: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:5332: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5357: result: gcc -E configure:5377: gcc -E conftest.c configure:5377: $? = 0 configure:5391: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:5391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5419: checking for a sed that does not truncate output configure:5483: result: /bin/sed configure:5488: checking whether ln -s works configure:5492: result: yes configure:5552: checking for g77 configure:5582: result: no configure:5552: checking for xlf configure:5582: result: no configure:5552: checking for f77 configure:5582: result: no configure:5552: checking for frt configure:5582: result: no configure:5552: checking for pgf77 configure:5582: result: no configure:5552: checking for cf77 configure:5582: result: no configure:5552: checking for fort77 configure:5582: result: no configure:5552: checking for fl32 configure:5582: result: no configure:5552: checking for af77 configure:5582: result: no configure:5552: checking for xlf90 configure:5582: result: no configure:5552: checking for f90 configure:5582: result: no configure:5552: checking for pgf90 configure:5582: result: no configure:5552: checking for pghpf configure:5582: result: no configure:5552: checking for epcf90 configure:5582: result: no configure:5552: checking for gfortran configure:5568: found /usr/bin/gfortran configure:5579: result: gfortran configure:5605: checking for Fortran 77 compiler version configure:5614: gfortran --version >&5 GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) Copyright (C) 2007 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:5625: $? = 0 configure:5614: gfortran -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) configure:5625: $? = 0 configure:5614: gfortran -V >&5 gfortran: '-V' option must have argument configure:5625: $? = 1 configure:5614: gfortran -qversion >&5 gfortran: unrecognized option '-qversion' gfortran: no input files configure:5625: $? = 1 configure:5634: checking whether we are using the GNU Fortran 77 compiler configure:5647: gfortran -c conftest.F >&5 configure:5647: $? = 0 configure:5656: result: yes configure:5662: checking whether gfortran accepts -g configure:5673: gfortran -c -g conftest.f >&5 configure:5673: $? = 0 configure:5681: result: yes configure:5758: checking how to print strings configure:5785: result: printf configure:5806: checking for a sed that does not truncate output configure:5870: result: /bin/sed configure:5888: checking for grep that handles long lines and -e configure:5946: result: /bin/grep configure:5951: checking for egrep configure:6013: result: /bin/grep -E configure:6018: checking for fgrep configure:6080: result: /bin/grep -F configure:6115: checking for ld used by gcc configure:6182: result: /usr/bin/ld configure:6189: checking if the linker (/usr/bin/ld) is GNU ld configure:6204: result: yes configure:6216: checking for BSD- or MS-compatible name lister (nm) configure:6265: result: /usr/bin/nm -B configure:6395: checking the name lister (/usr/bin/nm -B) interface configure:6402: gcc -c -g -O2 conftest.c >&5 configure:6405: /usr/bin/nm -B "conftest.o" configure:6408: output 0000000000000000 B some_variable configure:6415: result: BSD nm configure:6419: checking the maximum length of command line arguments configure:6544: result: 98304 configure:6561: checking whether the shell understands some XSI constructs configure:6571: result: yes configure:6575: checking whether the shell understands "+=" configure:6581: result: yes configure:6616: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:6656: result: func_convert_file_noop configure:6663: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6683: result: func_convert_file_noop configure:6690: checking for /usr/bin/ld option to reload object files configure:6697: result: -r configure:6771: checking for objdump configure:6787: found /usr/bin/objdump configure:6798: result: objdump configure:6827: checking how to recognize dependent libraries configure:7029: result: pass_all configure:7114: checking for dlltool configure:7144: result: no configure:7171: checking how to associate runtime and link libraries configure:7198: result: printf %s\n configure:7259: checking for ar configure:7275: found /usr/bin/ar configure:7286: result: ar configure:7323: checking for archiver @FILE support configure:7340: gcc -c -g -O2 conftest.c >&5 configure:7340: $? = 0 configure:7343: ar cru libconftest.a @conftest.lst >&5 configure:7346: $? = 0 configure:7351: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7354: $? = 1 configure:7366: result: @ configure:7424: checking for strip configure:7440: found /usr/bin/strip configure:7451: result: strip configure:7523: checking for ranlib configure:7539: found /usr/bin/ranlib configure:7550: result: ranlib configure:7652: checking command to parse /usr/bin/nm -B output from gcc object configure:7771: gcc -c -g -O2 conftest.c >&5 configure:7774: $? = 0 configure:7778: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7781: $? = 0 configure:7847: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7850: $? = 0 configure:7888: result: ok configure:7925: checking for sysroot configure:7955: result: no configure:8032: gcc -c -g -O2 conftest.c >&5 configure:8035: $? = 0 configure:8198: checking for mt configure:8228: result: no configure:8248: checking if : is a manifest tool configure:8254: : '-?' configure:8262: result: no configure:8890: checking for ANSI C header files configure:8910: gcc -c -g -O2 conftest.c >&5 configure:8910: $? = 0 configure:8983: gcc -o conftest -g -O2 conftest.c >&5 configure:8983: $? = 0 configure:8983: ./conftest configure:8983: $? = 0 configure:8994: result: yes configure:9007: checking for sys/types.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for sys/stat.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for stdlib.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for string.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for memory.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for strings.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for inttypes.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for stdint.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9007: checking for unistd.h configure:9007: gcc -c -g -O2 conftest.c >&5 configure:9007: $? = 0 configure:9007: result: yes configure:9021: checking for dlfcn.h configure:9021: gcc -c -g -O2 conftest.c >&5 configure:9021: $? = 0 configure:9021: result: yes configure:9518: checking for objdir configure:9533: result: .libs configure:9804: checking if gcc supports -fno-rtti -fno-exceptions configure:9822: 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:9826: $? = 0 configure:9839: result: no configure:10149: checking for gcc option to produce PIC configure:10156: result: -fPIC -DPIC configure:10164: checking if gcc PIC flag -fPIC -DPIC works configure:10182: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:10186: $? = 0 configure:10199: result: yes configure:10228: checking if gcc static flag -static works configure:10256: result: yes configure:10271: checking if gcc supports -c -o file.o configure:10292: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10296: $? = 0 configure:10318: result: yes configure:10326: checking if gcc supports -c -o file.o configure:10373: result: yes configure:10406: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11568: result: yes configure:11605: checking whether -lc should be explicitly linked in configure:11613: gcc -c -g -O2 conftest.c >&5 configure:11616: $? = 0 configure:11631: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11634: $? = 0 configure:11648: result: no configure:11813: checking dynamic linker characteristics configure:12328: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12328: $? = 0 configure:12562: result: GNU/Linux ld.so configure:12669: checking how to hardcode library paths into programs configure:12694: result: immediate configure:13234: checking whether stripping libraries is possible configure:13239: result: yes configure:13274: checking if libtool supports shared libraries configure:13276: result: yes configure:13279: checking whether to build shared libraries configure:13300: result: yes configure:13303: checking whether to build static libraries configure:13307: result: yes configure:13330: checking how to run the C++ preprocessor configure:13357: g++ -E conftest.cpp configure:13357: $? = 0 configure:13371: g++ -E conftest.cpp conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory configure:13371: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.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:13396: result: g++ -E configure:13416: g++ -E conftest.cpp configure:13416: $? = 0 configure:13430: g++ -E conftest.cpp conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory configure:13430: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.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:13600: checking for ld used by g++ configure:13667: result: /usr/bin/ld -m elf_x86_64 configure:13674: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:13689: result: yes configure:13744: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:14748: result: yes configure:14783: g++ -c -g -O2 conftest.cpp >&5 configure:14786: $? = 0 configure:15306: checking for g++ option to produce PIC configure:15313: result: -fPIC -DPIC configure:15321: checking if g++ PIC flag -fPIC -DPIC works configure:15339: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15343: $? = 0 configure:15356: result: yes configure:15379: checking if g++ static flag -static works configure:15407: result: yes configure:15419: checking if g++ supports -c -o file.o configure:15440: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15444: $? = 0 configure:15466: result: yes configure:15471: checking if g++ supports -c -o file.o configure:15518: result: yes configure:15548: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15585: result: yes configure:15728: checking dynamic linker characteristics configure:16411: result: GNU/Linux ld.so configure:16464: checking how to hardcode library paths into programs configure:16489: result: immediate configure:16638: checking if libtool supports shared libraries configure:16640: result: yes configure:16643: checking whether to build shared libraries configure:16663: result: yes configure:16666: checking whether to build static libraries configure:16670: result: yes configure:16974: checking for gfortran option to produce PIC configure:16981: result: -fPIC configure:16989: checking if gfortran PIC flag -fPIC works configure:17007: gfortran -c -g -O2 -fPIC conftest.f >&5 configure:17011: $? = 0 configure:17024: result: yes configure:17047: checking if gfortran static flag -static works configure:17075: result: yes configure:17087: checking if gfortran supports -c -o file.o configure:17108: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:17112: $? = 0 configure:17134: result: yes configure:17139: checking if gfortran supports -c -o file.o configure:17186: result: yes configure:17216: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:18328: result: yes configure:18471: checking dynamic linker characteristics configure:19148: result: GNU/Linux ld.so configure:19201: checking how to hardcode library paths into programs configure:19226: result: immediate configure:19279: checking whether ln -s works configure:19283: result: yes configure:19291: checking for ANSI C header files configure:19395: result: yes configure:19404: checking for C/C++ restrict keyword configure:19429: gcc -c -g -O2 conftest.c >&5 configure:19429: $? = 0 configure:19437: result: __restrict configure:19455: checking for lib configure:19488: result: no configure:19528: checking size of void * configure:19533: gcc -o conftest -g -O2 conftest.c >&5 configure:19533: $? = 0 configure:19533: ./conftest configure:19533: $? = 0 configure:19547: result: 8 configure:19613: checking for pthread_create in -lpthread configure:19638: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:19638: $? = 0 configure:19647: result: yes configure:19673: gcc -c -g -O2 conftest.c >&5 configure:19673: $? = 0 configure:19679: checking for library containing sqrt configure:19710: gcc -o conftest -g -O2 conftest.c -lpthread >&5 conftest.c:38: warning: conflicting types for built-in function 'sqrt' /tmp/cc2wWTVN.o: In function `main': /home/dimarco/starpu-1.1.0/conftest.c:42: undefined reference to `sqrt' collect2: ld returned 1 exit status configure:19710: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sqrt (); | int | main () | { | return sqrt (); | ; | return 0; | } configure:19710: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:38: warning: conflicting types for built-in function 'sqrt' configure:19710: $? = 0 configure:19727: result: -lm configure:19737: checking for main in -lws2_32 configure:19756: gcc -o conftest -g -O2 conftest.c -lws2_32 -lm -lpthread >&5 /usr/bin/ld: cannot find -lws2_32 collect2: ld returned 1 exit status configure:19756: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:19765: result: no configure:19779: checking for sysconf configure:19779: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19779: $? = 0 configure:19779: result: yes configure:19789: checking for pthread_spin_lock configure:19789: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19789: $? = 0 configure:19789: result: yes configure:19805: checking for pthread_setaffinity_np configure:19805: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19805: $? = 0 configure:19805: result: yes configure:19818: checking for posix_memalign configure:19818: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19818: $? = 0 configure:19818: result: yes configure:19831: checking for memalign configure:19831: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19831: $? = 0 configure:19831: result: yes configure:19844: checking for drand48 configure:19844: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19844: $? = 0 configure:19844: result: yes configure:19851: checking for erand48_r configure:19851: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19851: $? = 0 configure:19851: result: yes configure:19878: checking for strerror_r configure:19878: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19878: $? = 0 configure:19878: result: yes configure:19887: checking for setenv configure:19887: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19887: $? = 0 configure:19887: result: yes configure:19896: checking for unsetenv configure:19896: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19896: $? = 0 configure:19896: result: yes configure:19905: checking for nearbyintf configure:19905: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:66: warning: conflicting types for built-in function 'nearbyintf' configure:19905: $? = 0 configure:19905: result: yes configure:19914: checking for rintf configure:19914: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:67: warning: conflicting types for built-in function 'rintf' configure:19914: $? = 0 configure:19914: result: yes configure:19938: checking malloc.h usability configure:19938: gcc -c -g -O2 conftest.c >&5 configure:19938: $? = 0 configure:19938: result: yes configure:19938: checking malloc.h presence configure:19938: gcc -E conftest.c configure:19938: $? = 0 configure:19938: result: yes configure:19938: checking for malloc.h configure:19938: result: yes configure:19953: checking valgrind/valgrind.h usability configure:19953: gcc -c -g -O2 conftest.c >&5 conftest.c:80:31: error: valgrind/valgrind.h: No such file or directory configure:19953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <valgrind/valgrind.h> configure:19953: result: no configure:19953: checking valgrind/valgrind.h presence configure:19953: gcc -E conftest.c conftest.c:47:31: error: valgrind/valgrind.h: No such file or directory configure:19953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <valgrind/valgrind.h> configure:19953: result: no configure:19953: checking for valgrind/valgrind.h configure:19953: result: no configure:19968: checking whether the target supports __sync_val_compare_and_swap configure:19985: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:19985: $? = 0 configure:19993: result: yes configure:20003: checking whether the target supports __sync_bool_compare_and_swap configure:20020: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20020: $? = 0 configure:20028: result: yes configure:20038: checking whether the target supports __sync_fetch_and_add configure:20055: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20055: $? = 0 configure:20063: result: yes configure:20073: checking whether the target supports __sync_fetch_and_or configure:20090: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20090: $? = 0 configure:20098: result: yes configure:20108: checking whether the target supports __sync_lock_test_and_set configure:20125: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20125: $? = 0 configure:20133: result: yes configure:20143: checking whether the target supports __sync_synchronize configure:20160: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20160: $? = 0 configure:20168: result: yes configure:20180: checking for library containing set_mempolicy configure:20211: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5 /tmp/cc6MvmA0.o: In function `main': /home/dimarco/starpu-1.1.0/conftest.c:64: undefined reference to `set_mempolicy' collect2: ld returned 1 exit status configure:20211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char set_mempolicy (); | int | main () | { | return set_mempolicy (); | ; | return 0; | } configure:20211: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnuma >&5 configure:20211: $? = 0 configure:20228: result: -lnuma configure:20242: checking whether libnuma is available configure:20244: result: yes configure:20258: checking maximum number of CPUs configure:20267: result: 64 configure:20275: checking whether CPUs should be used configure:20284: result: yes configure:20317: checking maximum number of CUDA devices configure:20326: result: 4 configure:20405: checking whether CUDA is available configure:20408: result: configure:20422: checking cuda.h usability configure:20422: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c:91:18: error: cuda.h: No such file or directory configure:20422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #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:20422: result: no configure:20422: checking cuda.h presence configure:20422: gcc -E -D_GNU_SOURCE conftest.c conftest.c:58:18: error: cuda.h: No such file or directory configure:20422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | /* end confdefs.h. */ | #include <cuda.h> configure:20422: result: no configure:20422: checking for cuda.h configure:20422: result: no configure:20881: checking whether CUDA is available configure:20884: result: configure:20898: checking cuda.h usability configure:20898: gcc -c -g -O2 -D_GNU_SOURCE -I/opt/cuda/include conftest.c >&5 configure:20898: $? = 0 configure:20898: result: yes configure:20898: checking cuda.h presence configure:20898: gcc -E -D_GNU_SOURCE -I/opt/cuda/include conftest.c configure:20898: $? = 0 configure:20898: result: yes configure:20898: checking for cuda.h configure:20898: result: yes configure:21192: checking whether CUDA is available with: configure:21194: result: configure:21197: checking for main in -lcuda configure:21216: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/opt/cuda/include conftest.c -lcuda -lm -lpthread >&5 configure:21216: $? = 0 configure:21225: result: yes configure:21236: checking for main in -lcudart configure:21255: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/opt/cuda/include conftest.c -lcudart -lm -lpthread >&5 /usr/bin/ld: cannot find -lcudart collect2: ld returned 1 exit status configure:21255: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:21264: result: no configure:21357: checking whether CUDA is available in /usr/local/cuda configure:21363: result: configure:21377: checking cuda.h usability configure:21377: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:21377: $? = 0 configure:21377: result: yes configure:21377: checking cuda.h presence configure:21377: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c configure:21377: $? = 0 configure:21377: result: yes configure:21377: checking for cuda.h configure:21377: result: yes configure:21531: checking whether CUDA is available with: -L/usr/local/cuda/lib64 configure:21533: result: configure:21536: checking for main in -lcuda configure:21555: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -L/usr/local/cuda/lib64 conftest.c -lcuda -lm -lpthread >&5 configure:21555: $? = 0 configure:21564: result: yes configure:21575: checking for main in -lcudart configure:21594: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -L/usr/local/cuda/lib64 conftest.c -lcudart -lm -lpthread >&5 configure:21594: $? = 0 configure:21603: result: yes configure:21617: checking for main in -lcublas configure:21636: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -L/usr/local/cuda/lib64 -lcudart conftest.c -lcublas -lm -lpthread >&5 configure:21636: $? = 0 configure:21645: result: yes configure:21824: checking whether CUDA is working configure:21843: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -I/usr/local/cuda/include conftest.c >&5 configure:21843: $? = 0 configure:21863: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -I/usr/local/cuda/include -L/usr/local/cuda/lib64 -lcudart -lcublas -lcuda conftest.c -lm -lpthread >&5 configure:21863: $? = 0 configure:21863: ./conftest configure:21863: $? = 0 configure:21888: result: yes configure:21902: checking for nvcc configure:21921: found /opt/cuda/bin/nvcc configure:21934: result: /opt/cuda/bin/nvcc configure:21949: checking whether CUDA should be used configure:21951: result: yes configure:21989: checking cuda_gl_interop.h usability configure:21989: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:21989: $? = 0 configure:21989: result: yes configure:21989: checking cuda_gl_interop.h presence configure:21989: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c configure:21989: $? = 0 configure:21989: result: yes configure:21989: checking for cuda_gl_interop.h configure:21989: result: yes configure:22052: checking for pkg-config configure:22070: found /usr/bin/pkg-config configure:22082: result: /usr/bin/pkg-config configure:22107: checking pkg-config is at least version 0.9.0 configure:22110: result: yes configure:22121: checking for MAGMA configure:22129: $PKG_CONFIG --exists --print-errors "magma" Package magma was not found in the pkg-config search path. Perhaps you should add the directory containing `magma.pc' to the PKG_CONFIG_PATH environment variable No package 'magma' found configure:22132: $? = 1 configure:22147: $PKG_CONFIG --exists --print-errors "magma" Package magma was not found in the pkg-config search path. Perhaps you should add the directory containing `magma.pc' to the PKG_CONFIG_PATH environment variable No package 'magma' found configure:22150: $? = 1 No package 'magma' found configure:22178: result: no configure:22206: checking whether MAGMA should be used configure:22208: result: no configure:22212: checking for cufftDoubleComplex configure:22212: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:22212: $? = 0 configure:22212: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 conftest.c: In function 'main': conftest.c:65: error: expected expression before ')' token configure:22212: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | /* end confdefs.h. */ | #include <cufft.h> | | int | main () | { | if (sizeof ((cufftDoubleComplex))) | return 0; | ; | return 0; | } configure:22212: result: yes configure:22239: checking for main in -lcurand configure:22258: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -L/usr/local/cuda/lib64 -lcudart -lcublas -lcuda conftest.c -lcurand -lm -lpthread >&5 configure:22258: $? = 0 configure:22267: result: yes configure:22278: checking whether CURAND is available configure:22280: result: yes configure:22303: checking for cudaMemcpyPeer configure:22303: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include -L/usr/local/cuda/lib64 -lcudart -lcublas -lcuda conftest.c -lm -lpthread >&5 configure:22303: $? = 0 configure:22303: result: yes configure:22333: checking maximum number of OpenCL devices configure:22342: result: 8 configure:22413: checking whether OpenCL is available configure:22416: result: configure:22429: checking CL/cl.h usability configure:22429: gcc -c -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:22429: $? = 0 configure:22429: result: yes configure:22429: checking CL/cl.h presence configure:22429: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c configure:22429: $? = 0 configure:22429: result: yes configure:22429: checking for CL/cl.h configure:22429: result: yes configure:22481: checking whether OpenCL is available in no configure:22483: result: configure:22485: checking for main in -lOpenCL configure:22504: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lOpenCL -lm -lpthread >&5 configure:22504: $? = 0 configure:22513: result: yes configure:22575: checking for main in -lOpenCL configure:22594: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lOpenCL -lm -lpthread >&5 configure:22594: $? = 0 configure:22603: result: yes configure:22905: checking whether OpenCL should be used configure:22907: result: yes configure:22935: checking whether asynchronous copy should be disabled configure:22948: result: no configure:22956: checking whether asynchronous CUDA copy should be disabled configure:22969: result: no configure:22977: checking whether asynchronous OpenCL copy should be disabled configure:22990: result: no configure:23032: checking for elf_memory in -lelf configure:23057: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lelf -lm -lpthread >&5 configure:23057: $? = 0 configure:23066: result: yes configure:23080: checking for spe_context_create in -lspe2 configure:23105: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lspe2 -lelf -lm -lpthread >&5 /usr/bin/ld: cannot find -lspe2 collect2: ld returned 1 exit status configure:23105: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char spe_context_create (); | int | main () | { | return spe_context_create (); | ; | return 0; | } configure:23114: result: no configure:23127: checking for spe_in_mbox_write configure:23127: gcc -o conftest -g -O2 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lelf -lm -lpthread >&5 /tmp/cckmpjzx.o: In function `main': /home/dimarco/starpu-1.1.0/conftest.c:100: undefined reference to `spe_in_mbox_write' collect2: ld returned 1 exit status configure:23127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | /* end confdefs.h. */ | /* Define spe_in_mbox_write to an innocuous variant, in case <limits.h> declares spe_in_mbox_write. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define spe_in_mbox_write innocuous_spe_in_mbox_write | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char spe_in_mbox_write (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef spe_in_mbox_write | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char spe_in_mbox_write (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_spe_in_mbox_write || defined __stub___spe_in_mbox_write | choke me | #endif | | int | main () | { | return spe_in_mbox_write (); | ; | return 0; | } configure:23127: result: no configure:23184: checking for pkg-config configure:23214: result: /usr/bin/pkg-config configure:23239: checking pkg-config is at least version 0.9.0 configure:23242: result: yes configure:23257: checking for GORDON configure:23265: $PKG_CONFIG --exists --print-errors "libgordon" Package libgordon was not found in the pkg-config search path. Perhaps you should add the directory containing `libgordon.pc' to the PKG_CONFIG_PATH environment variable No package 'libgordon' found configure:23268: $? = 1 configure:23283: $PKG_CONFIG --exists --print-errors "libgordon" Package libgordon was not found in the pkg-config search path. Perhaps you should add the directory containing `libgordon.pc' to the PKG_CONFIG_PATH environment variable No package 'libgordon' found configure:23286: $? = 1 No package 'libgordon' found configure:23314: result: no configure:23345: checking whether GORDON should be used configure:23347: result: no configure:23368: checking whether blocking drivers should be disabled configure:23377: result: no configure:23393: checking whether debug mode should be enabled configure:23402: result: no configure:23415: checking whether extra checks should be performed configure:23424: result: no configure:23432: checking whether memory status should be displayed configure:23441: result: no configure:23450: checking whether debug messages should be displayed configure:23459: result: no configure:23468: checking whether coverage testing should be enabled configure:23477: result: no configure:23496: checking whether FxT traces should be generated configure:23527: result: no configure:23703: checking whether performance debugging should be enabled configure:23712: result: no configure:23724: checking whether performance model debugging should be enabled configure:23733: result: no configure:23741: checking whether statistics should be generated configure:23750: result: no configure:23765: checking glpk.h usability configure:23765: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 conftest.c:101:18: error: glpk.h: No such file or directory configure:23765: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <glpk.h> configure:23765: result: no configure:23765: checking glpk.h presence configure:23765: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c conftest.c:68:18: error: glpk.h: No such file or directory configure:23765: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <glpk.h> configure:23765: result: no configure:23765: checking for glpk.h configure:23765: result: no configure:23777: checking for main in -lglpk configure:23796: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lglpk >&5 /usr/bin/ld: cannot find -lglpk collect2: ld returned 1 exit status configure:23796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:23805: result: no configure:23828: checking how many buffers can be manipulated per task configure:23837: result: 8 configure:23860: checking maximum number of memory nodes configure:23862: result: 13 configure:23871: checking whether allocation cache should be used configure:23880: result: no configure:23914: checking using explicit performance model location configure:23916: result: no configure:23919: checking performance models location configure:23921: result: $HOME/.starpu/sampling/ configure:23925: checking for clock_gettime in -lrt configure:23950: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:23950: $? = 0 configure:23959: result: yes configure:23972: checking for clock_gettime configure:23972: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:23972: $? = 0 configure:23972: result: yes configure:23985: checking Maximum number of workers configure:23987: result: 80 configure:23996: checking maximum number of implementations configure:24005: result: 8 configure:24034: checking for mpicc configure:24052: found /opt/scyld/openmpi/gnu/bin/mpicc configure:24065: result: /opt/scyld/openmpi/gnu/bin/mpicc configure:24087: checking mpicc path configure:24089: result: /opt/scyld/openmpi/gnu/bin/mpicc configure:24141: checking for mpiexec configure:24160: found /opt/scyld/openmpi/gnu/bin/mpiexec configure:24173: result: /opt/scyld/openmpi/gnu/bin/mpiexec configure:24185: checking whether mpiexec is available configure:24187: result: /opt/scyld/openmpi/gnu/bin/mpiexec configure:24208: checking whether MPI tests should be run configure:24210: result: no configure:24216: checking whether the StarPU MPI library should be generated configure:24218: result: yes configure:24236: checking whether communication statistics should be generated configure:24245: result: no configure:24273: checking for StarPU-Top configure:24282: checking for qmake-qt4 configure:24315: result: no configure:24282: checking for qmake configure:24315: result: no configure:24405: checking whether compiler support -W configure:24427: gcc -c -W -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:24427: $? = 0 configure:24430: result: yes configure:24444: checking whether compiler support -Wall configure:24466: gcc -c -Wall -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 conftest.c: In function 'main': conftest.c:81: warning: unused variable 'hello' configure:24466: $? = 0 configure:24469: result: yes configure:24483: checking whether compiler support -Wextra configure:24505: gcc -c -Wextra -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:24505: $? = 0 configure:24508: result: yes configure:24549: checking whether GCC supports plug-ins configure:24604: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -Iplugin/include conftest.c >&5 conftest.c:75:24: error: gcc-plugin.h: No such file or directory conftest.c:76:25: error: tree.h: No such file or directory conftest.c:77:27: error: gimple.h: No such file or directory conftest.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fndecl' conftest.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'call' conftest.c: In function 'main': conftest.c:89: error: 'tree' undeclared (first use in this function) conftest.c:89: error: (Each undeclared identifier is reported only once conftest.c:89: error: for each function it appears in.) conftest.c:89: error: expected ';' before 'foo' conftest.c:94: error: 'call' undeclared (first use in this function) conftest.c:94: error: 'fndecl' undeclared (first use in this function) configure:24604: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 13 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | #include <gimple.h> | | #if defined __INTEL_COMPILER || defined __ICC | Beware, this compiler is a fake. Don't use it. | #endif | | tree fndecl; gimple call; | int | main () | { | /* Clang 3.1 doesn't support nested functions, so try to | discriminate it this way. */ | tree foo (void) | { | return lookup_name (get_identifier ("puts")); | } | fndecl = foo (); | call = gimple_build_call (fndecl, 0); | ; | return 0; | } configure:24620: result: no configure:24884: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in will not be built configure:25014: checking for SOCL configure:25528: result: yes configure:25555: checking for gdb configure:25573: found /usr/bin/gdb configure:25586: result: /usr/bin/gdb configure:25798: checking whether OpenGL rendering is enabled configure:25802: result: no configure:25813: checking for X configure:25952: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lX11 -lrt -lelf -lm -lpthread >&5 configure:25952: $? = 0 configure:26002: result: libraries , headers configure:26101: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread -lX11 >&5 configure:26101: $? = 0 configure:26199: checking for gethostbyname configure:26199: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:26199: $? = 0 configure:26199: result: yes configure:26296: checking for connect configure:26296: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:26296: $? = 0 configure:26296: result: yes configure:26345: checking for remove configure:26345: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:26345: $? = 0 configure:26345: result: yes configure:26394: checking for shmat configure:26394: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lrt -lelf -lm -lpthread >&5 configure:26394: $? = 0 configure:26394: result: yes configure:26452: checking for IceConnectionNumber in -lICE configure:26477: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lICE -lrt -lelf -lm -lpthread >&5 configure:26477: $? = 0 configure:26486: result: yes configure:26892: checking for library containing sgemm_ configure:26923: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 /tmp/ccis83Sc.o: In function `main': /home/dimarco/starpu-1.1.0/conftest.c:88: undefined reference to `sgemm_' collect2: ld returned 1 exit status configure:26923: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 13 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sgemm_ (); | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:26923: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c -lblas >&5 /usr/bin/ld: cannot find -lblas collect2: ld returned 1 exit status configure:26923: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 13 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sgemm_ (); | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:26940: result: no configure:27011: checking which BLAS lib should be used configure:27013: result: none configure:27037: checking for FFTW configure:27045: $PKG_CONFIG --exists --print-errors "fftw3" Package fftw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3' found configure:27048: $? = 1 configure:27063: $PKG_CONFIG --exists --print-errors "fftw3" Package fftw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3' found configure:27066: $? = 1 No package 'fftw3' found configure:27094: result: no configure:27124: checking for FFTWF configure:27132: $PKG_CONFIG --exists --print-errors "fftw3f" Package fftw3f was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3f.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3f' found configure:27135: $? = 1 configure:27150: $PKG_CONFIG --exists --print-errors "fftw3f" Package fftw3f was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3f.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3f' found configure:27153: $? = 1 No package 'fftw3f' found configure:27181: result: no configure:27211: checking for FFTWL configure:27219: $PKG_CONFIG --exists --print-errors "fftw3l" Package fftw3l was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3l.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3l' found configure:27222: $? = 1 configure:27237: $PKG_CONFIG --exists --print-errors "fftw3l" Package fftw3l was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3l.pc' to the PKG_CONFIG_PATH environment variable No package 'fftw3l' found configure:27240: $? = 1 No package 'fftw3l' found configure:27268: result: no configure:27324: checking for HWLOC configure:27332: $PKG_CONFIG --exists --print-errors "hwloc" Package hwloc was not found in the pkg-config search path. Perhaps you should add the directory containing `hwloc.pc' to the PKG_CONFIG_PATH environment variable No package 'hwloc' found configure:27335: $? = 1 configure:27350: $PKG_CONFIG --exists --print-errors "hwloc" Package hwloc was not found in the pkg-config search path. Perhaps you should add the directory containing `hwloc.pc' to the PKG_CONFIG_PATH environment variable No package 'hwloc' found configure:27353: $? = 1 No package 'hwloc' found configure:27381: result: no configure:27402: checking hwloc.h usability configure:27402: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include -I/home/dimarco/myhwloc/include conftest.c >&5 configure:27402: $? = 0 configure:27402: result: yes configure:27402: checking hwloc.h presence configure:27402: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include -I/home/dimarco/myhwloc/include conftest.c configure:27402: $? = 0 configure:27402: result: yes configure:27402: checking for hwloc.h configure:27402: result: yes configure:27411: checking for main in -lhwloc configure:27430: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include -I/home/dimarco/myhwloc/include -L/home/dimarco/myhwloc/lib conftest.c -lhwloc -lrt -lelf -lm -lpthread >&5 configure:27430: $? = 0 configure:27439: result: yes configure:27475: checking whether hwloc should be used configure:27477: result: yes configure:27483: checking f77.h usability configure:27483: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 conftest.c:111:17: error: f77.h: No such file or directory configure:27483: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 13 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | #define STARPU_HAVE_HWLOC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <f77.h> configure:27483: result: no configure:27483: checking f77.h presence configure:27483: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c conftest.c:78:17: error: f77.h: No such file or directory configure:27483: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" | #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_HAVE_LIBNUMA /**/ | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define HAVE_CUDA_MEMCPY_PEER /**/ | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define HAVE_LIBELF 1 | #define STARPU_MAXGORDONDEVS 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 13 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | #define STARPU_HAVE_HWLOC 1 | /* end confdefs.h. */ | #include <f77.h> configure:27483: result: no configure:27483: checking for f77.h configure:27483: result: no configure:27491: checking whether header file f77.h is available configure:27493: result: no configure:27516: checking for icc configure:27546: result: no configure:27613: checking for help2man configure:27643: result: no configure:27664: checking for struct cudaDeviceProp.pciDomainID configure:27664: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:27664: $? = 0 configure:27664: result: yes configure:27673: checking for struct cudaDeviceProp.pciBusID configure:27673: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c >&5 configure:27673: $? = 0 configure:27673: result: yes configure:27978: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by StarPU config.status 1.1.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on geronimo.gcl.cis.udel.edu config.status:1478: creating tests/regression/regression.sh config.status:1478: creating tests/regression/profiles config.status:1478: creating tests/regression/profiles.build.only config.status:1478: creating Makefile config.status:1478: creating src/Makefile config.status:1478: creating tools/Makefile config.status:1478: creating tools/starpu_workers_activity config.status:1478: creating socl/Makefile config.status:1478: creating socl/src/Makefile config.status:1478: creating socl/examples/Makefile config.status:1478: creating socl/socl-1.0.pc config.status:1478: creating libstarpu.pc config.status:1478: creating starpu-1.0.pc config.status:1478: creating mpi/libstarpumpi.pc config.status:1478: creating mpi/starpumpi-1.0.pc config.status:1478: creating starpufft/Makefile config.status:1478: creating starpufft/libstarpufft.pc config.status:1478: creating starpufft/starpufft-1.0.pc config.status:1478: creating examples/Makefile config.status:1478: creating examples/stencil/Makefile config.status:1478: creating tests/Makefile config.status:1478: creating doc/Makefile config.status:1478: creating mpi/Makefile config.status:1478: creating starpu-top/StarPU-Top.pro config.status:1478: creating starpu-top/StarPU-Top-qwt-embed.pri config.status:1478: creating starpu-top/StarPU-Top-qwt-system.pri config.status:1478: creating gcc-plugin/Makefile config.status:1478: creating gcc-plugin/src/Makefile config.status:1478: creating gcc-plugin/tests/Makefile config.status:1478: creating gcc-plugin/tests/run-test config.status:1478: creating gcc-plugin/examples/Makefile config.status:1478: creating src/common/config.h config.status:1478: creating include/starpu_config.h config.status:1659: include/starpu_config.h is unchanged config.status:1478: creating gcc-plugin/src/starpu-gcc-config.h config.status:1659: gcc-plugin/src/starpu-gcc-config.h is unchanged config.status:1478: creating starpu-top/config.h config.status:1659: starpu-top/config.h is unchanged config.status:1707: executing depfiles commands config.status:1707: executing libtool commands config.status:1707: executing executable-scripts commands configure:30811: CPUs enabled: yes CUDA enabled: yes OpenCL enabled: yes Cell enabled: no Compile-time limits (change these with --enable-maxcpus, --enable-maxcudadev, --enable-maxopencldev, --enable-maxbuffers) Maximum number of CPUs: 64 Maximum number of CUDA devices: 4 Maximum number of OpenCL devices: 8 Maximum number of memory nodes: 13 Maximum number of task buffers: 8 GPU-GPU transfers: yes Allocation cache: no Magma enabled: no BLAS library: none hwloc: yes FxT trace enabled: no StarPU-Top: no 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 SOCL enabled: yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_restrict=__restrict ac_cv_cxx_compiler_gnu=yes ac_cv_env_BLAS_LIBS_set= ac_cv_env_BLAS_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_FFTWF_CFLAGS_set= ac_cv_env_FFTWF_CFLAGS_value= ac_cv_env_FFTWF_LIBS_set= ac_cv_env_FFTWF_LIBS_value= ac_cv_env_FFTWL_CFLAGS_set= ac_cv_env_FFTWL_CFLAGS_value= ac_cv_env_FFTWL_LIBS_set= ac_cv_env_FFTWL_LIBS_value= ac_cv_env_FFTW_CFLAGS_set= ac_cv_env_FFTW_CFLAGS_value= ac_cv_env_FFTW_LIBS_set= ac_cv_env_FFTW_LIBS_value= ac_cv_env_FXT_CFLAGS_set= ac_cv_env_FXT_CFLAGS_value= ac_cv_env_FXT_LDFLAGS_set= ac_cv_env_FXT_LDFLAGS_value= ac_cv_env_FXT_LIBS_set= ac_cv_env_FXT_LIBS_value= ac_cv_env_GORDON_CFLAGS_set= ac_cv_env_GORDON_CFLAGS_value= ac_cv_env_GORDON_LIBS_set= ac_cv_env_GORDON_LIBS_value= ac_cv_env_HWLOC_CFLAGS_set= ac_cv_env_HWLOC_CFLAGS_value= ac_cv_env_HWLOC_LIBS_set= ac_cv_env_HWLOC_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MAGMA_CFLAGS_set= ac_cv_env_MAGMA_CFLAGS_value= ac_cv_env_MAGMA_LIBS_set= ac_cv_env_MAGMA_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_STARPU_MS_LIB_set= ac_cv_env_STARPU_MS_LIB_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=yes ac_cv_func_clock_gettime=yes ac_cv_func_connect=yes ac_cv_func_cudaMemcpyPeer=yes ac_cv_func_drand48=yes ac_cv_func_erand48_r=yes ac_cv_func_gethostbyname=yes ac_cv_func_memalign=yes ac_cv_func_nearbyintf=yes ac_cv_func_posix_memalign=yes ac_cv_func_pthread_setaffinity_np=yes ac_cv_func_pthread_spin_lock=yes ac_cv_func_remove=yes ac_cv_func_rintf=yes ac_cv_func_setenv=yes ac_cv_func_shmat=yes ac_cv_func_spe_in_mbox_write=no ac_cv_func_strerror_r=yes ac_cv_func_sysconf=yes ac_cv_func_unsetenv=yes ac_cv_have_gcc_plugins=no ac_cv_have_sync_bool_compare_and_swap=yes ac_cv_have_sync_fetch_and_add=yes ac_cv_have_sync_fetch_and_or=yes ac_cv_have_sync_lock_test_and_set=yes ac_cv_have_sync_synchronize=yes ac_cv_have_sync_val_compare_and_swap=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_cuda_gl_interop_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_f77_h=no ac_cv_header_glpk_h=no ac_cv_header_hwloc_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_valgrind_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_OpenCL=ac_cv_lib_OpenCL_main ac_cv_lib_cublas=ac_cv_lib_cublas_main ac_cv_lib_cuda=ac_cv_lib_cuda_main ac_cv_lib_cudart=ac_cv_lib_cudart_main ac_cv_lib_curand=ac_cv_lib_curand_main ac_cv_lib_curand_main=yes ac_cv_lib_elf_elf_memory=yes ac_cv_lib_glpk_main=no ac_cv_lib_hwloc=ac_cv_lib_hwloc_main ac_cv_lib_hwloc_main=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_spe2_spe_context_create=no ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main ac_cv_lib_ws2_32_main=no ac_cv_member_struct_cudaDeviceProp_pciBusID=yes ac_cv_member_struct_cudaDeviceProp_pciDomainID=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_GREP=/bin/grep ac_cv_path_NVCC=/opt/cuda/bin/nvcc ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_mpicc_path=/opt/scyld/openmpi/gnu/bin/mpicc ac_cv_path_mpiexec_path=/opt/scyld/openmpi/gnu/bin/mpiexec ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_set_mempolicy=-lnuma ac_cv_search_sgemm_=no ac_cv_search_sqrt=-lm ac_cv_sizeof_void_p=8 ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_cufftDoubleComplex=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_F77=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_pic_works_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_compiler_static_works_F77=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=98304 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' AR='ar' AS='as' ATLASDIR='' ATLAS_BLAS_LIB_FALSE='' ATLAS_BLAS_LIB_TRUE='#' AUTOCONF='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run autoconf' AUTOHEADER='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run autoheader' AUTOMAKE='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run automake-1.11' AWK='gawk' BLAS_LIB='none' BLAS_LIBS='' BUILD_EXAMPLES_FALSE='#' BUILD_EXAMPLES_TRUE='' BUILD_GCC_PLUGIN_FALSE='' BUILD_GCC_PLUGIN_TRUE='#' BUILD_SOCL_FALSE='#' BUILD_SOCL_TRUE='' BUILD_STARPUFFT_FALSE='#' BUILD_STARPUFFT_TRUE='' BUILD_STARPU_TOP_FALSE='' BUILD_STARPU_TOP_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CC_OR_MPICC='/opt/scyld/openmpi/gnu/bin/mpicc' CFLAGS='-O3 -g -O2 -gdwarf-2 -g3 ' COVERAGE='no' CPP='gcc -E' CPPFLAGS=' -D_GNU_SOURCE -I/usr/local/cuda/include ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' F77='gfortran' FFLAGS='-g -O2' FFTWF_CFLAGS='' FFTWF_LIBS='' FFTWL_CFLAGS='' FFTWL_LIBS='' FFTW_CFLAGS='' FFTW_LIBS='' FGREP='/bin/grep -F' FXTDIR='' FXT_CFLAGS='' FXT_LDFLAGS='' FXT_LIBS='' GCC_FOR_PLUGIN='' GCC_FOR_PLUGIN_LIBTOOL_TAG='' GCC_PLUGIN_DIR_PKGCONFIG='' GCC_PLUGIN_INCLUDE_DIR='plugin/include' GCC_PLUGIN_PKGCONFIG='' GDB='/usr/bin/gdb' GLOBAL_AM_CFLAGS=' -W -Wall -Wextra' GORDON_CFLAGS='' GORDON_LIBS='' GORDON_REQUIRES='' GOTODIR='' GOTO_BLAS_LIB_FALSE='' GOTO_BLAS_LIB_TRUE='#' GREP='/bin/grep' GUILE='' HAVE_FFTWFL='' HAVE_OPENGL_FALSE='' HAVE_OPENGL_TRUE='#' HAVE_X11_FALSE='#' HAVE_X11_TRUE='' HELP2MAN='' HWLOC_CFLAGS='-I/home/dimarco/myhwloc/include' HWLOC_LIBS='-L/home/dimarco/myhwloc/lib -lhwloc' HWLOC_REQUIRES='hwloc' ICC='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='-lrt -lelf -lm -lpthread ' LIBSOCL_INTERFACE_AGE='0' LIBSOCL_INTERFACE_CURRENT='1' LIBSOCL_INTERFACE_REVISION='0' LIBSTARPUFFT_INTERFACE_AGE='0' LIBSTARPUFFT_INTERFACE_CURRENT='1' LIBSTARPUFFT_INTERFACE_REVISION='0' LIBSTARPUMPI_INTERFACE_AGE='0' LIBSTARPUMPI_INTERFACE_CURRENT='1' LIBSTARPUMPI_INTERFACE_REVISION='0' LIBSTARPU_INTERFACE_AGE='0' LIBSTARPU_INTERFACE_CURRENT='1' LIBSTARPU_INTERFACE_REVISION='0' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAGMA_CFLAGS='' MAGMA_LIBS='' MAKEINFO='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MKL_BLAS_LIB_FALSE='' MKL_BLAS_LIB_TRUE='#' MPICC='/opt/scyld/openmpi/gnu/bin/mpicc' MPICC_LDFLAGS='-pthread -L/opt/scyld/openmpi/gnu/lib -lmpi -libverbs -ldat -ltorque -lnuma -ldl -lnsl -lutil -lm' MPIEXEC='/opt/scyld/openmpi/gnu/bin/mpiexec' NM='/usr/bin/nm -B' NMEDIT='' NO_BLAS_LIB_FALSE='#' NO_BLAS_LIB_TRUE='' NVCC='/opt/cuda/bin/nvcc' NVCCFLAGS=' -I/usr/local/cuda/include -m64' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='starpu' PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr' PACKAGE_NAME='StarPU' PACKAGE_STRING='StarPU 1.1.0' PACKAGE_TARNAME='starpu' PACKAGE_URL='' PACKAGE_VERSION='1.1.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_PATH=':/home/dimarco/starpu-1.1.0/:/home/dimarco/mystarpu/lib/pkgconfig:/usr/local/' QMAKE='not-found' QWT_PRI='' RANLIB='ranlib' RUN_GCC_PLUGIN_TESTS_FALSE='' RUN_GCC_PLUGIN_TESTS_TRUE='#' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STARPU_BLAS_LDFLAGS=' ' STARPU_BUILD_DIR='/home/dimarco/starpu-1.1.0' STARPU_COMM_STATS='no' STARPU_COVERAGE_ENABLED_FALSE='' STARPU_COVERAGE_ENABLED_TRUE='#' STARPU_CUDA_CPPFLAGS='-I/usr/local/cuda/include' STARPU_CUDA_FORTRAN_LDFLAGS='-lgfortran' STARPU_CUDA_LDFLAGS='-L/usr/local/cuda/lib64 -lcudart -lcublas -lcuda -lstdc++' STARPU_CUFFT_LDFLAGS='-lcufft' STARPU_CURAND_LDFLAGS=' -lcurand' STARPU_DATA_STATS='no' STARPU_EFFECTIVE_VERSION='1.0' STARPU_GCC_VERSION_MAJOR='' STARPU_GCC_VERSION_MINOR='' STARPU_GLPK_LDFLAGS=' ' STARPU_HAVE_AM111_FALSE='#' STARPU_HAVE_AM111_TRUE='' STARPU_HAVE_CUFFTDOUBLECOMPLEX_FALSE='#' STARPU_HAVE_CUFFTDOUBLECOMPLEX_TRUE='' STARPU_HAVE_F77_H='no' STARPU_HAVE_F77_H_FALSE='' STARPU_HAVE_F77_H_TRUE='#' STARPU_HAVE_FFTW='' STARPU_HAVE_FFTWF='' STARPU_HAVE_FFTWF_FALSE='' STARPU_HAVE_FFTWF_TRUE='#' STARPU_HAVE_FFTWL_FALSE='' STARPU_HAVE_FFTWL_TRUE='#' STARPU_HAVE_FFTW_FALSE='' STARPU_HAVE_FFTW_TRUE='#' STARPU_HAVE_HELP2MAN_FALSE='' STARPU_HAVE_HELP2MAN_TRUE='#' STARPU_HAVE_HWLOC='1' STARPU_HAVE_ICC_FALSE='' STARPU_HAVE_ICC_TRUE='#' STARPU_HAVE_MAGMA='' STARPU_HAVE_MAGMA_FALSE='' STARPU_HAVE_MAGMA_TRUE='#' STARPU_HAVE_MS_LIB_FALSE='' STARPU_HAVE_MS_LIB_TRUE='#' STARPU_HAVE_WINDOWS_FALSE='' STARPU_HAVE_WINDOWS_TRUE='#' STARPU_LIBNUMA_LDFLAGS=' -lnuma ' STARPU_MAJOR_VERSION='1' STARPU_MINOR_VERSION='1' STARPU_MPI_CHECK_FALSE='' STARPU_MPI_CHECK_TRUE='#' STARPU_MS_LIB='' STARPU_MS_LIB_ARCH='X64' STARPU_OPENCL_CPPFLAGS=' -DSTARPU_OPENCL_DATADIR=${prefix}/share/starpu/opencl' STARPU_OPENCL_DATAdir='NONE/share/starpu/opencl/examples' STARPU_OPENCL_LDFLAGS=' -lOpenCL' STARPU_OPENGL_RENDER='no' STARPU_OPENGL_RENDER_LDFLAGS='' STARPU_PERF_DEBUG='no' STARPU_QWT_INCLUDE='' STARPU_QWT_LDFLAGS='' STARPU_SRC_DIR='/home/dimarco/starpu-1.1.0/.' STARPU_USE_CPU='yes' STARPU_USE_CPU_FALSE='#' STARPU_USE_CPU_TRUE='' STARPU_USE_CUDA='yes' STARPU_USE_CUDA_FALSE='#' STARPU_USE_CUDA_TRUE='' STARPU_USE_FXT='no' STARPU_USE_FXT_FALSE='' STARPU_USE_FXT_TRUE='#' STARPU_USE_GORDON='no' STARPU_USE_GORDON_FALSE='' STARPU_USE_GORDON_TRUE='#' STARPU_USE_OPENCL='yes' STARPU_USE_OPENCL_FALSE='#' STARPU_USE_OPENCL_TRUE='' STARPU_USE_SOCL_FALSE='#' STARPU_USE_SOCL_TRUE='' STATS='no' STRIP='strip' SYSTEM_BLAS_LIB_FALSE='' SYSTEM_BLAS_LIB_TRUE='#' USE_MPI='yes' USE_MPI_FALSE='#' USE_MPI_TRUE='' VERSION='1.1.0' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' YACC='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/missing --run bison' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_F77='gfortran' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gccplugindir='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/dimarco/starpu-1.1.0/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' mpicc_path='/opt/scyld/openmpi/gnu/bin/mpicc' mpiexec_path='/opt/scyld/openmpi/gnu/bin/mpiexec' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibdir='${libdir}/starpu' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "StarPU" #define PACKAGE_TARNAME "starpu" #define PACKAGE_VERSION "1.1.0" #define PACKAGE_STRING "StarPU 1.1.0" #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" #define PACKAGE_URL "" #define STARPU_MAJOR_VERSION 1 #define STARPU_MINOR_VERSION 1 #define PACKAGE "starpu" #define VERSION "1.1.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define STDC_HEADERS 1 #define restrict __restrict #define SIZEOF_VOID_P 8 #define STARPU_BUILD_DIR "/home/dimarco/starpu-1.1.0" #define STARPU_SRC_DIR "/home/dimarco/starpu-1.1.0/." #define HAVE_LIBPTHREAD 1 #define HAVE_SYSCONF 1 #define HAVE_PTHREAD_SPIN_LOCK /**/ #define HAVE_PTHREAD_SETAFFINITY_NP 1 #define HAVE_POSIX_MEMALIGN 1 #define STARPU_HAVE_POSIX_MEMALIGN 1 #define HAVE_MEMALIGN 1 #define STARPU_HAVE_MEMALIGN 1 #define STARPU_USE_DRAND48 1 #define STARPU_USE_ERAND48_R 1 #define STARPU_HAVE_STRERROR_R 1 #define STARPU_HAVE_SETENV 1 #define STARPU_HAVE_UNSETENV 1 #define STARPU_HAVE_NEARBYINTF 1 #define STARPU_HAVE_RINTF 1 #define HAVE_MALLOC_H 1 #define STARPU_HAVE_MALLOC_H 1 #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 #define STARPU_HAVE_LIBNUMA /**/ #define STARPU_MAXCPUS 64 #define STARPU_USE_CPU 1 #define STARPU_NMAX_COMBINEDWORKERS 128 #define STARPU_MAXCUDADEVS 4 #define STARPU_USE_CUDA 1 #define HAVE_CUDA_GL_INTEROP_H 1 #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 #define STARPU_HAVE_CURAND 1 #define HAVE_CUDA_MEMCPY_PEER /**/ #define STARPU_MAXOPENCLDEVS 8 #define STARPU_USE_OPENCL 1 #define HAVE_LIBELF 1 #define STARPU_MAXGORDONDEVS 1 #define STARPU_NON_BLOCKING_DRIVERS 1 #define STARPU_NMAXBUFS 8 #define STARPU_MAXNODES 13 #define HAVE_LIBRT 1 #define HAVE_CLOCK_GETTIME 1 #define STARPU_NMAXWORKERS 80 #define STARPU_MAXIMPLEMENTATIONS 8 #define STARPU_USE_MPI /**/ #define STARPU_GDB_PATH "/usr/bin/gdb" #define STARPU_HAVE_X11 1 #define STARPU_HAVE_HWLOC 1 #define STARPU_HAVE_DOMAINID 1 #define STARPU_HAVE_BUSID 1 configure: exit 0
- Re: [Starpu-devel] About StarPU, Samuel Thibault, 15/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 15/10/2012
- Re: [Starpu-devel] About StarPU, Samuel Thibault, 15/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 17/10/2012
- Re: [Starpu-devel] About StarPU, Nathalie Furmento, 17/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 18/10/2012
- Re: [Starpu-devel] About StarPU, Sylvain HENRY, 19/10/2012
- Message indisponible
- Message indisponible
- Re: [Starpu-devel] About StarPU, Sylvain HENRY, 23/10/2012
- Re: [Starpu-devel] About StarPU, Samuel Thibault, 23/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 23/10/2012
- Re: [Starpu-devel] About StarPU, Samuel Thibault, 23/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 23/10/2012
- Re: [Starpu-devel] About StarPU, Sylvain HENRY, 19/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 18/10/2012
- Re: [Starpu-devel] About StarPU, Nathalie Furmento, 17/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 17/10/2012
- Re: [Starpu-devel] About StarPU, Samuel Thibault, 15/10/2012
- Re: [Starpu-devel] About StarPU, Jeff DiMarco, 15/10/2012
Archives gérées par MHonArc 2.6.19+.