Accéder au contenu.
Menu Sympa

starpu-devel - [Starpu-devel] StarPU with FxT is missing uthash.h while building tools

Objet : Developers list for StarPU

Archives de la liste

[Starpu-devel] StarPU with FxT is missing uthash.h while building tools


Chronologique Discussions 
  • From: <vedran.novakovic@stfc.ac.uk>
  • To: <starpu-devel@lists.gforge.inria.fr>
  • Subject: [Starpu-devel] StarPU with FxT is missing uthash.h while building tools
  • Date: Fri, 4 Aug 2017 15:56:46 +0000
  • Accept-language: en-GB, en-US
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=vedran.novakovic@stfc.ac.uk; spf=None smtp.mailfrom=vedran.novakovic@stfc.ac.uk; spf=None smtp.helo=postmaster@smtp-out4.electric.net
  • Ironport-phdr: 9a23:aVjSGhwIg69iI7HXCy+O+j09IxM/srCxBDY+r6Qd2+oWIJqq85mqBkHD//Il1AaPBtSLraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze6/9pnQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolikJKiI5/m/UhMN+jaJUvB2vqBNkzo7IeYGYLuZycr/HcN8EQ2dKQ8ZfVzZGAoO5d4YCCPQBMvhFoInnvVQOqwGyBQ+rBOPx0DBIhXj23bM70+s9CgzGxxAgH9wSv3jOttr6KL0eUf22zKTRyzjIcvBY2S/l5YTVdh0tv+uAUa9xfMbP00UjCR7Jg1SKpYD4PD6Y2fwBv3Wf4uduT+6iinArpxtsrjSy2MsgkJTFip8Xx1zc6Cl0zpo5KcemREN0YNOoCoVcui+bOodsX88vTWdlszsgxLIco560Zi0KxYwnxxHBb/yHdJCF4gnmVOaNOTd0nXVleK+jhxu960Sv1On8Wdeo31ZWtCpFk8XDumoL1xPN9siLUvp9/kG/1jaTzw3f9+VJLV4umabGKpMt3KQ8moQOvUnCBCP6hUb7gaCOekUh4Oeo6uDnYrv8pp+bMo95kh/+PbozlcylG+s4NBICX26c+eSizrLj/kr5QKtLjvIqiaTZq4zaJcoHqaKjGQBazpwv6wu8Dzu+ytQXgWEHLE5ZeBKAl4XpIE3OL+riDfennlSgiSpkyO7YPrL/BpXANXzDkLb6fbZh8E5Q0gUzzd5Y55JOBbEOPuj/Wk73tNzCDx82KRa4w+j9CIY16oRLDXmTC7WBLebevEGF4sorIvKQf8katjHnJPVj5vj0jHZ/l0VLLoez2p5CPG61Eu5vJQOfZmTlgdAfEGwipRYwR6rjgxufUmgAND6JQ6sg62RjW8qdBoDZS9X1jQ==
  • 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>

Hello,

StarPU SVN revision 21759 (as of today), on an Intel x64 Linux machine,
configured as

MAGMA_CFLAGS="-DADD_ -I.../magma-2.2.0/include"
MAGMA_LIBS="-L.../magma-2.2.0/lib -lmagma -L${CUDA_HOME}/lib64 -lcublas
-lcudart"
.../configure
--prefix=.../StarPU-FxT
--enable-dependency-tracking
--disable-mpi
--enable-long-check
--enable-new-check
--disable-valgrind
--disable-opencl
--enable-verbose=extra
--enable-model-debug
--enable-memory-stats
--enable-openmp
--enable-blas-lib=mkl
--disable-starpufft
--disable-build-doc
--with-gnu-ld
--with-mkl-cflags="-I${MKLROOT}/include"
--with-mkl-ldflags="-L${MKLROOT}/lib/intel64 -lmkl_gf_lp64
-lmkl_sequential -lmkl_core -lpthread -lm -ldl"
--enable-fxt-lock
--with-fxt=".../FxT"


(paths omitted)

fails to compile `starpu_replay.c' while building `tools', because it
cannot find `uthash.h' in the include path:

CC starpu_replay.o
.../StarPU/tools/starpu_replay.c:28:20: fatal error: uthash.h: No such
file or directory
compilation terminated.
Makefile:1299: recipe for target 'starpu_replay.o' failed
make[2]: *** [starpu_replay.o] Error 1
make[2]: Leaving directory '.../StarPU-FxT-build/tools'
Makefile:1530: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '.../StarPU-FxT-build/tools'
Makefile:1019: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Without FxT-related configure flags, i.e., without

--enable-fxt-lock
--with-fxt=".../FxT"
the same StarPU version builds correctly.


Regards,
Vedran





Archives gérées par MHonArc 2.6.19+.

Haut de le page