configure.ac 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2012 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
  5. # Copyright (C) 2011 Télécom-SudParis
  6. # Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  7. #
  8. # StarPU is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU Lesser General Public License as published by
  10. # the Free Software Foundation; either version 2.1 of the License, or (at
  11. # your option) any later version.
  12. #
  13. # StarPU is distributed in the hope that it will be useful, but
  14. # WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16. #
  17. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  18. AC_INIT([StarPU],1.0.0rc3, [starpu-devel@lists.gforge.inria.fr], starpu)
  19. AC_CONFIG_SRCDIR(include/starpu.h)
  20. AC_CONFIG_AUX_DIR([build-aux])
  21. dnl Versioning.
  22. STARPU_MAJOR_VERSION="`echo $PACKAGE_VERSION | cut -d . -f 1`"
  23. STARPU_MINOR_VERSION="`echo $PACKAGE_VERSION | cut -d . -f 2`"
  24. AC_SUBST([STARPU_MAJOR_VERSION])
  25. AC_SUBST([STARPU_MINOR_VERSION])
  26. AC_SUBST([STARPU_EFFECTIVE_VERSION])
  27. AC_DEFINE_UNQUOTED([STARPU_MAJOR_VERSION], [$STARPU_MAJOR_VERSION],
  28. [Major version number of StarPU.])
  29. AC_DEFINE_UNQUOTED([STARPU_MINOR_VERSION], [$STARPU_MINOR_VERSION],
  30. [Major version number of StarPU.])
  31. . "$srcdir/STARPU-VERSION"
  32. AC_SUBST([LIBSTARPU_INTERFACE_CURRENT])
  33. AC_SUBST([LIBSTARPU_INTERFACE_REVISION])
  34. AC_SUBST([LIBSTARPU_INTERFACE_AGE])
  35. AC_SUBST([LIBSTARPUMPI_INTERFACE_CURRENT])
  36. AC_SUBST([LIBSTARPUMPI_INTERFACE_REVISION])
  37. AC_SUBST([LIBSTARPUMPI_INTERFACE_AGE])
  38. AC_SUBST([LIBSTARPUFFT_INTERFACE_CURRENT])
  39. AC_SUBST([LIBSTARPUFFT_INTERFACE_REVISION])
  40. AC_SUBST([LIBSTARPUFFT_INTERFACE_AGE])
  41. AC_SUBST([LIBSOCL_INTERFACE_CURRENT])
  42. AC_SUBST([LIBSOCL_INTERFACE_REVISION])
  43. AC_SUBST([LIBSOCL_INTERFACE_AGE])
  44. AC_CANONICAL_SYSTEM
  45. dnl Automake 1.11 introduced `silent-rules' and `color-tests'. Use them
  46. dnl when they're available.
  47. m4_ifdef([AM_SILENT_RULES],
  48. [AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign silent-rules color-tests parallel-tests])],
  49. [AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])])
  50. m4_ifdef([AM_SILENT_RULES],
  51. [AM_SILENT_RULES(yes)])
  52. AC_PREREQ(2.60)
  53. AC_PROG_CC
  54. AC_PROG_CXX
  55. AC_PROG_CPP
  56. AC_PROG_SED
  57. AC_PROG_LN_S
  58. AC_PROG_F77
  59. LT_PREREQ([2.2])
  60. LT_INIT([win32-dll])
  61. AC_PROG_INSTALL
  62. AC_PROG_MKDIR_P
  63. AC_PROG_LN_S
  64. AC_HEADER_STDC
  65. AC_C_RESTRICT
  66. AC_PATH_PROGS([STARPU_MS_LIB], [lib])
  67. AC_ARG_VAR([STARPU_MS_LIB], [Path to Microsoft's Visual Studio `lib' tool])
  68. AM_CONDITIONAL([STARPU_HAVE_MS_LIB], [test "x$STARPU_MS_LIB" != "x"])
  69. case "$target" in
  70. *-*-mingw*|*-*-cygwin*)
  71. starpu_windows=yes
  72. libext=a
  73. AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
  74. ;;
  75. esac
  76. AM_CONDITIONAL([STARPU_HAVE_WINDOWS], [test "x$starpu_windows" = "xyes"])
  77. # on Darwin, GCC targets i386 by default, so we don't have atomic ops
  78. AC_CHECK_SIZEOF([void *])
  79. SIZEOF_VOID_P=$ac_cv_sizeof_void_p
  80. case $SIZEOF_VOID_P in
  81. 4)
  82. case "$target" in
  83. i386-*darwin*) CFLAGS+=" -march=i686 " ;;
  84. esac
  85. STARPU_MS_LIB_ARCH=X86
  86. ;;
  87. 8)
  88. STARPU_MS_LIB_ARCH=X64
  89. ;;
  90. esac
  91. AC_SUBST(STARPU_MS_LIB_ARCH)
  92. # This will be useful for program which use CUDA (and .cubin files) which need
  93. # some path to the CUDA code at runtime.
  94. AC_DEFINE_UNQUOTED(STARPU_BUILD_DIR, "$PWD", [location of StarPU build directory])
  95. AC_SUBST(STARPU_BUILD_DIR, $PWD)
  96. case "${srcdir}" in
  97. /*) AC_DEFINE_UNQUOTED(STARPU_SRC_DIR, "$(eval echo ${srcdir})", [location of StarPU sources])
  98. AC_SUBST(STARPU_SRC_DIR, "$(eval echo ${srcdir})") ;;
  99. *) AC_DEFINE_UNQUOTED(STARPU_SRC_DIR, "$(eval echo $PWD/${srcdir})", [location of StarPU sources])
  100. AC_SUBST(STARPU_SRC_DIR, "$(eval echo $PWD/${srcdir})") ;;
  101. esac
  102. AC_CHECK_LIB([pthread], [pthread_create])
  103. AC_COMPILE_IFELSE(
  104. AC_LANG_PROGRAM([[
  105. #include <pthread.h>
  106. ]], [[ pthread_t t; pthread_create(&t, NULL, NULL, NULL); ]]),,
  107. AC_MSG_ERROR([pthread_create unavailable]))
  108. AC_SEARCH_LIBS([sqrt],[m],,AC_MSG_ERROR([math library unavailable]))
  109. AC_HAVE_LIBRARY([ws2_32])
  110. AC_CHECK_FUNCS([sysconf])
  111. AC_CHECK_FUNC([pthread_spin_lock], have_pthread_spin_lock=yes, have_pthread_spin_lock=no)
  112. if test x$have_pthread_spin_lock = xyes; then
  113. AC_DEFINE(HAVE_PTHREAD_SPIN_LOCK,[],[pthread_spin_lock is available])
  114. fi
  115. # yes, that's non portable, but it's still better than sched_setaffinity
  116. AC_CHECK_FUNCS(pthread_setaffinity_np)
  117. # There is no posix_memalign on Mac OS X, only memalign
  118. AC_CHECK_FUNCS([posix_memalign], [AC_DEFINE([STARPU_HAVE_POSIX_MEMALIGN], [1], [Define to 1 if you have the `posix_memalign' function.])])
  119. AC_CHECK_FUNCS([memalign], [AC_DEFINE([STARPU_HAVE_MEMALIGN], [1], [Define to 1 if you have the `memalign' function.])])
  120. # Some systems don't have drand48
  121. AC_CHECK_FUNC([drand48], have_drand48=yes, have_drand48=no)
  122. AC_CHECK_FUNC([erand48_r], have_erand48_r=yes, have_erand48_r=no)
  123. # Maybe the user still does not want to use the provided drand48
  124. AC_ARG_ENABLE(default-drand48, [AS_HELP_STRING([--disable-default-drand48],
  125. [Do not use the default version of drand48])],
  126. enable_default_drand48=$enableval, enable_default_drand48=yes)
  127. if test x$have_drand48 = xyes -a x$enable_default_drand48 = xyes ; then
  128. AC_DEFINE([STARPU_USE_DRAND48], [1], [Define to 1 if drandr48 is available and should be used])
  129. fi
  130. if test x$have_erand48_r = xyes ; then
  131. AC_DEFINE([STARPU_USE_ERAND48_R], [1], [Define to 1 if erandr48_r is available])
  132. fi
  133. # Some systems do not define strerror_r
  134. AC_CHECK_FUNC([strerror_r], [AC_DEFINE([STARPU_HAVE_STRERROR_R], [1], [Define to 1 if the function strerro_r is available.])])
  135. # Some systems do not define unsetenv
  136. AC_CHECK_FUNC([unsetenv], [AC_DEFINE([STARPU_HAVE_UNSETENV], [1], [Define to 1 if the function unsetenv is available.])])
  137. # Define slow machine
  138. AC_ARG_ENABLE(slow-machine, [AS_HELP_STRING([--enable-slow-machine],
  139. [Lower default values for the testcases run by make check])],
  140. enable_slow_machine=$enableval, enable_slow_machine=false)
  141. if test x$enable_slow_machine = xyes; then
  142. AC_DEFINE(STARPU_SLOW_MACHINE, [1], [enable slow machine])
  143. fi
  144. AC_CHECK_HEADERS([malloc.h], [AC_DEFINE([STARPU_HAVE_MALLOC_H], [1], [Define to 1 if you have the <malloc.h> header file.])])
  145. AC_CHECK_HEADERS([valgrind/valgrind.h], [AC_DEFINE([STARPU_HAVE_VALGRIND_H], [1], [Define to 1 if you have the <valgrind/valgrind.h> header file.])])
  146. # This defines HAVE_SYNC_VAL_COMPARE_AND_SWAP
  147. STARPU_CHECK_SYNC_VAL_COMPARE_AND_SWAP
  148. # This defines HAVE_SYNC_BOOL_COMPARE_AND_SWAP
  149. STARPU_CHECK_SYNC_BOOL_COMPARE_AND_SWAP
  150. # This defines HAVE_SYNC_FETCH_AND_ADD
  151. STARPU_CHECK_SYNC_FETCH_AND_ADD
  152. # This defines HAVE_SYNC_FETCH_AND_OR
  153. STARPU_CHECK_SYNC_FETCH_AND_OR
  154. # This defines HAVE_SYNC_LOCK_TEST_AND_SET
  155. STARPU_CHECK_SYNC_LOCK_TEST_AND_SET
  156. # This defines HAVE_SYNC_SYNCHRONIZE
  157. STARPU_CHECK_SYNC_SYNCHRONIZE
  158. CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE "
  159. STARPU_SEARCH_LIBS([LIBNUMA],[set_mempolicy],[numa],[enable_libnuma=yes],[enable_libnuma=no])
  160. AC_MSG_CHECKING(whether libnuma is available)
  161. AC_MSG_RESULT($enable_libnuma)
  162. if test x$enable_libnuma = xyes; then
  163. AC_DEFINE(STARPU_HAVE_LIBNUMA,[],[libnuma is available])
  164. fi
  165. ###############################################################################
  166. # #
  167. # SCHED_CTX settings #
  168. # #
  169. ###############################################################################
  170. AC_MSG_CHECKING(maximum number of sched_ctxs)
  171. AC_ARG_ENABLE(max_sched_ctxs, [AS_HELP_STRING([--enable-max-sched-ctxs=<number>],
  172. [maximum number of sched_ctxs])],
  173. max_sched_ctxs=$enableval, max_sched_ctxs=10)
  174. AC_MSG_RESULT($max_sched_ctxs)
  175. AC_DEFINE_UNQUOTED(STARPU_NMAX_SCHED_CTXS, [$max_sched_ctxs], [Maximum number of sched_ctxs supported])
  176. AC_ARG_ENABLE([sched_ctx_hypervisor],
  177. [AS_HELP_STRING([--enable-sched-ctx-hypervisor],
  178. [enable resizing contexts (experimental)])],
  179. [enable_sched_ctx_hypervisor="$enableval"],
  180. [enable_sched_ctx_hypervisor="no"])
  181. if test "x$enable_sched_ctx_hypervisor" = "xyes"; then
  182. AC_DEFINE(STARPU_USE_SCHED_CTX_HYPERVISOR, [1], [enable sched_ctx_hypervisor lib])
  183. # PKG_CHECK_MODULES([SCHED_CTX_HYPERVISOR], [libsched_ctx_hypervisor], [], build_sched_ctx_hypervisor="yes")
  184. STARPU_SCHED_CTX_HYPERVISOR="-lsched_ctx_hypervisor"
  185. AC_SUBST(STARPU_SCHED_CTX_HYPERVISOR)
  186. build_sched_ctx_hypervisor="yes"
  187. else
  188. build_sched_ctx_hypervisor="no"
  189. fi
  190. AM_CONDITIONAL([BUILD_SCHED_CTX_HYPERVISOR], [test "x$build_sched_ctx_hypervisor" = "xyes"])
  191. AM_CONDITIONAL([STARPU_USE_SCHED_CTX_HYPERVISOR], [test "x$build_sched_ctx_hypervisor" = "xyes"])
  192. ###############################################################################
  193. # #
  194. # CPUs settings #
  195. # #
  196. ###############################################################################
  197. AC_MSG_CHECKING(maximum number of CPUs)
  198. AC_ARG_ENABLE(maxcpus, [AS_HELP_STRING([--enable-maxcpus=<number>],
  199. [maximum number of CPUs])],
  200. maxcpus=$enableval, maxcpus=64)
  201. AC_MSG_RESULT($maxcpus)
  202. AC_DEFINE_UNQUOTED(STARPU_MAXCPUS, [$maxcpus], [Maximum number of CPUs supported])
  203. AC_MSG_CHECKING(whether CPUs should be used)
  204. AC_ARG_ENABLE(cpu, [AS_HELP_STRING([--disable-cpu],
  205. [do not use the CPU(s)])],
  206. enable_cpu=$enableval, enable_cpu=yes)
  207. AC_MSG_RESULT($enable_cpu)
  208. AC_SUBST(STARPU_USE_CPU, $enable_cpu)
  209. AM_CONDITIONAL(STARPU_USE_CPU, test x$enable_cpu = xyes)
  210. if test x$enable_cpu = xyes; then
  211. AC_DEFINE(STARPU_USE_CPU, [1], [CPU driver is activated])
  212. fi
  213. # How many parallel worker can we support ?
  214. nmaxcombinedworkers=`expr 2 \* $maxcpus`
  215. AC_DEFINE_UNQUOTED(STARPU_NMAX_COMBINEDWORKERS,
  216. [$nmaxcombinedworkers], [Maximum number of worker combinations])
  217. ###############################################################################
  218. # #
  219. # CUDA settings #
  220. # #
  221. ###############################################################################
  222. AC_MSG_CHECKING(maximum number of CUDA devices)
  223. AC_ARG_ENABLE(maxcudadev, [AS_HELP_STRING([--enable-maxcudadev=<number>],
  224. [maximum number of CUDA devices])],
  225. nmaxcudadev=$enableval, nmaxcudadev=4)
  226. AC_MSG_RESULT($nmaxcudadev)
  227. AC_DEFINE_UNQUOTED(STARPU_MAXCUDADEVS, [$nmaxcudadev],
  228. [maximum number of CUDA devices])
  229. AC_ARG_ENABLE(cuda, [AS_HELP_STRING([--disable-cuda],
  230. [do not use CUDA device(s)])],, [enable_cuda=maybe])
  231. #AC_MSG_CHECKING(whether CUDA is available)
  232. AC_ARG_WITH(cuda-dir,
  233. [AS_HELP_STRING([--with-cuda-dir=<path>],
  234. [specify CUDA installation directory])],
  235. [
  236. cuda_dir="$withval"
  237. # in case this was not explicit yet
  238. enable_cuda=yes
  239. ], cuda_dir=no)
  240. AC_ARG_WITH(cuda-include-dir,
  241. [AS_HELP_STRING([--with-cuda-include-dir=<path>],
  242. [specify where CUDA headers are installed])],
  243. [
  244. cuda_include_dir="$withval"
  245. # in case this was not explicit yet
  246. enable_cuda=yes
  247. ], [cuda_include_dir=no])
  248. AC_ARG_WITH(cuda-lib-dir,
  249. [AS_HELP_STRING([--with-cuda-lib-dir=<path>],
  250. [specify where CUDA libraries are installed])],
  251. [
  252. cuda_lib_dir="$withval"
  253. # in case this was not explicit yet
  254. enable_cuda=yes
  255. ], [cuda_lib_dir=no])
  256. AC_DEFUN([STARPU_CHECK_CUDA],
  257. [
  258. __cuda_dir=$1
  259. __cuda_lib_dir=$2
  260. if test "$__cuda_dir" != "no" ; then
  261. AC_MSG_CHECKING(whether CUDA is available in $__cuda_dir)
  262. else
  263. AC_MSG_CHECKING(whether CUDA is available)
  264. fi
  265. AC_MSG_RESULT()
  266. if test "$__cuda_lib_dir" = "no" -a "$__cuda_dir" != "no" ; then
  267. __cuda_lib_dir="$__cuda_dir/lib"
  268. fi
  269. SAVED_LDFLAGS="${LDFLAGS}"
  270. if test "$__cuda_dir" != "no" ; then
  271. STARPU_CUDA_LDFLAGS="-L${__cuda_lib_dir}"
  272. LDFLAGS="${SAVED_LDFLAGS} -L${__cuda_lib_dir}"
  273. fi
  274. AC_HAVE_LIBRARY([cuda],[have_valid_cuda=yes],[have_valid_cuda=no])
  275. unset ac_cv_lib_cuda_main
  276. if test "$have_valid_cuda" = "no" ; then
  277. if test "$__cuda_dir" != "no" ; then
  278. STARPU_CUDA_LDFLAGS="-L${__cuda_dir}/lib64"
  279. LDFLAGS="${SAVED_LDFLAGS} -L${__cuda_dir}/lib64"
  280. AC_HAVE_LIBRARY([cuda],[have_valid_cuda=yes],[have_valid_cuda=no])
  281. unset ac_cv_lib_cuda_main
  282. fi
  283. fi
  284. if test "$have_valid_cuda" = "no" ; then
  285. LDFLAGS="${SAVED_LDFLAGS}"
  286. unset STARPU_CUDA_LDFLAGS
  287. fi
  288. ])
  289. AC_DEFUN([STARPU_CHECK_CUDA_RUNTIME],
  290. [
  291. __cuda_dir=$1
  292. __cuda_include_dir=$2
  293. __cuda_lib_dir=$3
  294. if test "$__cuda_dir" != "no" -a "$__cuda_dir" != "" ; then
  295. AC_MSG_CHECKING(whether CUDA RT is available in $__cuda_dir)
  296. else
  297. AC_MSG_CHECKING(whether CUDA RT is available)
  298. fi
  299. AC_MSG_RESULT()
  300. if test "$__cuda_include_dir" = "no" -a "$__cuda_dir" != "no" ; then
  301. __cuda_include_dir="$__cuda_dir/include"
  302. fi
  303. if test "$__cuda_lib_dir" = "no" -a "$__cuda_dir" != "no" ; then
  304. __cuda_lib_dir="$__cuda_dir/lib"
  305. fi
  306. SAVED_CPPFLAGS="$CPPFLAGS"
  307. SAVED_LDFLAGS="${LDFLAGS}"
  308. SAVED_STARPU_CUDA_LDFLAGS=${STARPU_CUDA_LDFLAGS}
  309. if test "$__cuda_lib_dir" != "no" ; then
  310. STARPU_CUDA_LDFLAGS="${SAVED_STARPU_CUDA_LDFLAGS} -L$__cuda_lib_dir"
  311. fi
  312. if test "$__cuda_include_dir" != "no" ; then
  313. CPPFLAGS="${CPPFLAGS} -I$__cuda_include_dir"
  314. fi
  315. AC_CHECK_HEADER([cuda.h],[have_valid_cuda=yes],[have_valid_cuda=no])
  316. unset ac_cv_header_cuda_h
  317. if test "$have_valid_cuda" = "yes" ; then
  318. if test "$__cuda_lib_dir" != "no"; then
  319. LDFLAGS="${SAVED_LDFLAGS} -L$__cuda_lib_dir"
  320. fi
  321. AC_HAVE_LIBRARY([cudart],[have_valid_cuda=yes],[have_valid_cuda=no])
  322. unset ac_cv_lib_cudart_main
  323. if test "$have_valid_cuda" = "no" ; then
  324. if test "$3" = "no" -a "$__cuda_dir" != "no" ; then
  325. __cuda_lib_dir="$__cuda_dir/lib64"
  326. LDFLAGS="${SAVED_LDFLAGS} -L$__cuda_lib_dir"
  327. STARPU_CUDA_LDFLAGS="${SAVED_STARPU_CUDA_LDFLAGS} -L$__cuda_lib_dir"
  328. AC_HAVE_LIBRARY([cudart],[have_valid_cuda=yes],[have_valid_cuda=no])
  329. unset ac_cv_lib_cudart_main
  330. fi
  331. fi
  332. fi
  333. if test "$have_valid_cuda" = "yes" ; then
  334. STARPU_CUDA_LDFLAGS="$STARPU_CUDA_LDFLAGS -lcudart"
  335. LDFLAGS="${SAVED_LDFLAGS} ${STARPU_CUDA_LDFLAGS}"
  336. # we also check that CUBLAS is available
  337. AC_HAVE_LIBRARY([cublas],[have_valid_cuda=yes],[have_valid_cuda=no])
  338. unset ac_cv_lib_cublas_main
  339. if test "$have_valid_cuda" = "yes" ; then
  340. STARPU_CUDA_LDFLAGS="$STARPU_CUDA_LDFLAGS -lcublas"
  341. fi
  342. fi
  343. CPPFLAGS="${SAVED_CPPFLAGS}"
  344. LDFLAGS="${SAVED_LDFLAGS}"
  345. if test "$have_valid_cuda" = "yes" -a "$__cuda_include_dir" != "no"; then
  346. STARPU_CUDA_CPPFLAGS="-I$__cuda_include_dir"
  347. NVCCFLAGS="${NVCCFLAGS} -I$__cuda_include_dir"
  348. fi
  349. ])
  350. if test x$enable_cuda = xyes -o x$enable_cuda = xmaybe; then
  351. STARPU_CHECK_CUDA($cuda_dir, $cuda_lib_dir)
  352. if test "$have_valid_cuda" = "no" ; then
  353. for f in "/usr/local/cuda" "/c/cuda" "/cygdrive/c/cuda" "/opt/cuda" "$CUDA_INC_PATH/.." "$CUDA_INSTALL_PATH" "$CUDA_TOOLKIT"; do
  354. STARPU_CHECK_CUDA($f, "no")
  355. if test "$have_valid_cuda" = "yes" ; then
  356. break
  357. fi
  358. done
  359. fi
  360. if test "$have_valid_cuda" = "yes" ; then
  361. STARPU_CHECK_CUDA_RUNTIME($cuda_dir, $cuda_include_dir, $cuda_lib_dir)
  362. if test "$have_valid_cuda" = "no" ; then
  363. for f in "/usr/local/cuda" "/c/cuda" "/cygdrive/c/cuda" "/opt/cuda" "$CUDA_INC_PATH/.." "$CUDA_INSTALL_PATH" "$CUDA_TOOLKIT"; do
  364. STARPU_CHECK_CUDA_RUNTIME($f, "no", "no")
  365. if test "$have_valid_cuda" = "yes" ; then
  366. break
  367. fi
  368. done
  369. fi
  370. fi
  371. # Check cuda is compatible with the C compiler
  372. AC_MSG_CHECKING(whether CUDA is working)
  373. if test "$have_valid_cuda" = "yes" ; then
  374. SAVED_CPPFLAGS="${CPPFLAGS}"
  375. CPPFLAGS="${CPPFLAGS} ${STARPU_CUDA_CPPFLAGS}"
  376. AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
  377. [[#include <cuda.h>]],
  378. [[]]
  379. ),
  380. [have_valid_cuda="yes"],
  381. [have_valid_cuda="no"]
  382. ])
  383. CPPFLAGS="${SAVED_CPPFLAGS}"
  384. fi
  385. AC_MSG_RESULT($have_valid_cuda)
  386. # in case CUDA was explicitely required, but is not available, this is an error
  387. if test x$enable_cuda = xyes -a x$have_valid_cuda = xno; then
  388. AC_MSG_ERROR([cannot find CUDA])
  389. fi
  390. # now we enable CUDA if and only if a proper setup is available
  391. enable_cuda=$have_valid_cuda
  392. fi
  393. if test x$enable_cuda = xyes; then
  394. AC_PATH_PROG([NVCC], [nvcc], [not-found],
  395. [$cuda_dir/bin:$PATH:/usr/local/cuda/bin:/usr/bin:/bin])
  396. if test "x$NVCC" = "xnot-found"; then
  397. AC_MSG_WARN(['nvcc' not found, disabling CUDA])
  398. enable_cuda=no
  399. fi
  400. fi
  401. AC_MSG_CHECKING(whether CUDA should be used)
  402. AC_MSG_RESULT($enable_cuda)
  403. AC_SUBST(STARPU_USE_CUDA, $enable_cuda)
  404. AM_CONDITIONAL(STARPU_USE_CUDA, test x$enable_cuda = xyes)
  405. if test x$enable_cuda = xyes; then
  406. AC_DEFINE(STARPU_USE_CUDA, [1], [CUDA support is activated])
  407. # On Darwin, the libstdc++ dependency is not automatically added by nvcc
  408. # case "$target" in
  409. # *-*darwin*) AC_HAVE_LIBRARY([stdc++], []) ;;
  410. # #*-*darwin*) AC_HAVE_LIBRARY([stdc++], [STARPU_CUDA_LDFLAGS="$STARPU_CUDA_LDFLAGS -lstdc++"]) ;;
  411. # esac
  412. STARPU_CUDA_LDFLAGS="$STARPU_CUDA_LDFLAGS -lcuda"
  413. STARPU_CUFFT_LDFLAGS="-lcufft"
  414. if test "$F77" = "gfortran" ; then
  415. STARPU_CUDA_FORTRAN_LDFLAGS="-lgfortran"
  416. AC_SUBST(STARPU_CUDA_FORTRAN_LDFLAGS)
  417. fi
  418. #in case this is a 64bit setup, we tell nvcc to use a -m64 flag
  419. if test x$SIZEOF_VOID_P = x8; then
  420. NVCCFLAGS="${NVCCFLAGS} -m64"
  421. AC_SUBST(NVCCFLAGS)
  422. fi
  423. fi
  424. have_magma=no
  425. if test x$enable_cuda = xyes; then
  426. PKG_CHECK_MODULES([MAGMA], [magma], [
  427. AC_DEFINE([STARPU_HAVE_MAGMA], [1], [Define to 1 if you have the MAGMA library.])
  428. AC_SUBST([STARPU_HAVE_MAGMA], [1])
  429. have_magma=yes
  430. ], [:])
  431. fi
  432. AM_CONDITIONAL(STARPU_HAVE_MAGMA, [test x$have_magma = xyes])
  433. AC_MSG_CHECKING(whether MAGMA should be used)
  434. AC_MSG_RESULT($have_magma)
  435. # cufftDoubleComplex may not be available on an old CUDA setup
  436. AC_CHECK_TYPE(cufftDoubleComplex,
  437. [have_cufftdoublecomplex=yes],
  438. [have_cufftdoublecomplex=no], [#include <cufft.h>])
  439. AM_CONDITIONAL(STARPU_HAVE_CUFFTDOUBLECOMPLEX, test x$have_cufftdoublecomplex = xyes)
  440. if test x$have_cufftdoublecomplex = xyes; then
  441. AC_DEFINE(STARPU_HAVE_CUFFTDOUBLECOMPLEX, [1], [cufftDoubleComplex is available])
  442. fi
  443. # The CURAND library is only available since CUDA 3.2
  444. have_curand=$enable_cuda
  445. if test x$enable_cuda = xyes; then
  446. SAVED_LDFLAGS="${LDFLAGS}"
  447. LDFLAGS="${LDFLAGS} ${STARPU_CUDA_LDFLAGS}"
  448. AC_HAVE_LIBRARY([curand],[have_curand=yes],[have_curand=no])
  449. LDFLAGS="${SAVED_LDFLAGS}"
  450. fi
  451. AC_MSG_CHECKING(whether CURAND is available)
  452. AC_MSG_RESULT($have_curand)
  453. if test x$have_curand = xyes; then
  454. AC_DEFINE(STARPU_HAVE_CURAND,[1], [CURAND is available])
  455. STARPU_CURAND_LDFLAGS="$STARPU_CURAND_LDFLAGS -lcurand"
  456. AC_SUBST(STARPU_CURAND_LDFLAGS)
  457. fi
  458. # Peer transfers are only supported since CUDA 4.0
  459. # Disable them if user explicity wants to disable them
  460. AC_ARG_ENABLE(cuda_memcpy_peer, [AS_HELP_STRING([--disable-cuda-memcpy-peer], [do not allow peer transfers when using CUDA 4.0])],, [enable_cuda_memcpy_peer=yes])
  461. have_cuda_memcpy_peer=no
  462. if test x$enable_cuda_memcpy_peer = xyes -a x$enable_cuda = xyes ; then
  463. SAVED_LDFLAGS="${LDFLAGS}"
  464. LDFLAGS="${LDFLAGS} ${STARPU_CUDA_LDFLAGS}"
  465. AC_CHECK_FUNC([cudaMemcpyPeer], have_cuda_memcpy_peer=yes, have_cuda_memcpy_peer=no)
  466. LDFLAGS="${SAVED_LDFLAGS}"
  467. fi
  468. if test x$have_cuda_memcpy_peer = xyes; then
  469. AC_DEFINE(HAVE_CUDA_MEMCPY_PEER,[],[Peer transfers are supported in CUDA])
  470. fi
  471. if test x$enable_cuda = xyes; then
  472. if test x$starpu_windows != xyes ; then
  473. STARPU_CUDA_LDFLAGS="$STARPU_CUDA_LDFLAGS -lstdc++"
  474. fi
  475. AC_SUBST(STARPU_CUDA_LDFLAGS)
  476. AC_SUBST(STARPU_CUFFT_LDFLAGS)
  477. AC_SUBST(STARPU_CUDA_CPPFLAGS)
  478. fi
  479. ###############################################################################
  480. # #
  481. # OpenCL settings #
  482. # #
  483. ###############################################################################
  484. AC_MSG_CHECKING(maximum number of OpenCL devices)
  485. AC_ARG_ENABLE(maxopencldev, [AS_HELP_STRING([--enable-maxopencldev=<number>],
  486. [maximum number of OPENCL devices])],
  487. nmaxopencldev=$enableval, nmaxopencldev=8)
  488. AC_MSG_RESULT($nmaxopencldev)
  489. AC_DEFINE_UNQUOTED(STARPU_MAXOPENCLDEVS, [$nmaxopencldev],
  490. [maximum number of OPENCL devices])
  491. AC_ARG_ENABLE(opencl, [AS_HELP_STRING([--disable-opencl],
  492. [do not use OpenCL device(s)])],, [enable_opencl=maybe])
  493. AC_DEFUN([STARPU_CHECK_OPENCL],
  494. [
  495. __opencl_dir=$1
  496. __opencl_include_dir=$2
  497. __opencl_lib_dir=$3
  498. if test "$__opencl_dir" != "no" ; then
  499. AC_MSG_CHECKING(whether OpenCL is available in $__opencl_dir)
  500. else
  501. AC_MSG_CHECKING(whether OpenCL is available)
  502. fi
  503. AC_MSG_RESULT()
  504. if test "$__opencl_include_dir" = "no" -a "$__opencl_dir" != "no" ; then
  505. __opencl_include_dir="$__opencl_dir/include"
  506. fi
  507. if test "$__opencl_lib_dir" = "no" -a "$__opencl_dir" != "no" ; then
  508. __opencl_lib_dir="$__opencl_dir/lib"
  509. fi
  510. SAVED_CPPFLAGS="$CPPFLAGS"
  511. SAVED_LDFLAGS="${LDFLAGS}"
  512. if test "$__opencl_include_dir" != "no" ; then
  513. CPPFLAGS="${CPPFLAGS} -I$__opencl_include_dir"
  514. fi
  515. AC_CHECK_HEADER([CL/cl.h],[have_valid_opencl=yes],[have_valid_opencl=no])
  516. unset ac_cv_header_CL_cl_h
  517. if test "$have_valid_opencl" = "yes" ; then
  518. if test "$__opencl_lib_dir" != "no"; then
  519. LDFLAGS="${SAVED_LDFLAGS} -L$__opencl_lib_dir"
  520. fi
  521. AC_HAVE_LIBRARY([OpenCL],[have_valid_opencl=yes],[have_valid_opencl=no])
  522. unset ac_cv_lib_OpenCL_main
  523. if test "$have_valid_opencl" = "no" ; then
  524. if test "$3" = "no" -a "$__opencl_dir" != "no" ; then
  525. __opencl_lib_dir="$__opencl_dir/lib64"
  526. LDFLAGS="${SAVED_LDFLAGS} -L$__opencl_lib_dir"
  527. AC_HAVE_LIBRARY([OpenCL],[have_valid_opencl=yes],[have_valid_opencl=no])
  528. unset ac_cv_lib_OpenCL_main
  529. fi
  530. fi
  531. fi
  532. if test "$have_valid_opencl" = "yes" -a "$__opencl_include_dir" != "no"; then
  533. STARPU_OPENCL_CPPFLAGS="-I$__opencl_include_dir"
  534. AC_CHECK_HEADERS([CL/cl_ext.h])
  535. fi
  536. CPPFLAGS="${SAVED_CPPFLAGS}"
  537. LDFLAGS="${SAVED_LDFLAGS}"
  538. if test "$have_valid_opencl" = "yes" ; then
  539. if test "$__opencl_lib_dir" != "no"; then
  540. STARPU_OPENCL_LDFLAGS="-L$__opencl_lib_dir"
  541. fi
  542. STARPU_OPENCL_LDFLAGS="${STARPU_OPENCL_LDFLAGS} -lOpenCL"
  543. fi
  544. ])
  545. #AC_MSG_CHECKING(whether OpenCL is available)
  546. AC_ARG_WITH(opencl-dir,
  547. [AS_HELP_STRING([--with-opencl-dir=<path>],
  548. [specify OpenCL installation directory])],
  549. [
  550. opencl_dir="$withval"
  551. # in case this was not explicit yet
  552. enable_opencl=yes
  553. ], opencl_dir=no)
  554. AC_ARG_WITH(opencl-include-dir,
  555. [AS_HELP_STRING([--with-opencl-include-dir=<path>],
  556. [specify where OpenCL headers are installed])],
  557. [
  558. opencl_include_dir="$withval"
  559. # in case this was not explicit yet
  560. enable_opencl=yes
  561. ], [opencl_include_dir=no])
  562. AC_ARG_WITH(opencl-lib-dir,
  563. [AS_HELP_STRING([--with-opencl-lib-dir=<path>],
  564. [specify where OpenCL libraries are installed])],
  565. [
  566. opencl_lib_dir="$withval"
  567. # in case this was not explicit yet
  568. enable_opencl=yes
  569. ], [opencl_lib_dir=no])
  570. AC_DEFUN([STARPU_LOOK_FOR_OPENCL],
  571. [
  572. if test "x$has_opencl_being_checked" != "xyes" ; then
  573. STARPU_CHECK_OPENCL($opencl_dir, $opencl_include_dir, $opencl_lib_dir)
  574. if test "$have_valid_opencl" = "no" ; then
  575. for f in "/usr/local/cuda" "/c/cuda" "/cygdrive/c/cuda" "/opt/cuda" "$CUDA_INC_PATH/.." "$CUDA_INSTALL_PATH" "$CUDA_TOOLKIT"; do
  576. if test -n $f ; then
  577. STARPU_CHECK_OPENCL($f, "no", "no")
  578. if test "$have_valid_opencl" = "yes" ; then
  579. break
  580. fi
  581. fi
  582. done
  583. fi
  584. has_opencl_being_checked=yes
  585. fi
  586. ])
  587. if test x$enable_opencl = xyes -o x$enable_opencl = xmaybe; then
  588. STARPU_LOOK_FOR_OPENCL()
  589. # in case OpenCL was explicitely required, but is not available, this is an error
  590. if test x$enable_opencl = xyes -a x$have_valid_opencl = xno; then
  591. AC_MSG_ERROR([cannot find OpenCL])
  592. fi
  593. # now we enable OpenCL if and only if a proper setup is available
  594. enable_opencl=$have_valid_opencl
  595. fi
  596. AC_MSG_CHECKING(whether OpenCL should be used)
  597. AC_MSG_RESULT($enable_opencl)
  598. AC_SUBST(STARPU_USE_OPENCL, $enable_opencl)
  599. AM_CONDITIONAL(STARPU_USE_OPENCL, test x$enable_opencl = xyes)
  600. if test x$enable_opencl = xyes ; then
  601. AC_DEFINE(STARPU_USE_OPENCL, [1], [OpenCL support is activated])
  602. STARPU_OPENCL_CPPFLAGS="${STARPU_OPENCL_CPPFLAGS} -DSTARPU_OPENCL_DATADIR=${datarootdir}/starpu/opencl"
  603. AC_SUBST(STARPU_OPENCL_DATAdir, "$(eval echo ${datarootdir}/starpu/opencl/examples)")
  604. AC_SUBST(STARPU_OPENCL_CPPFLAGS)
  605. AC_SUBST(STARPU_OPENCL_LDFLAGS)
  606. fi
  607. ###############################################################################
  608. # #
  609. # Cell settings #
  610. # #
  611. ###############################################################################
  612. #TODO fix the default dir
  613. AC_ARG_ENABLE(gordon, [AS_HELP_STRING([--enable-gordon],
  614. [use Cell SPUs])],, enable_gordon=maybe)
  615. if test x$enable_gordon = xyes -o x$enable_gordon = xmaybe; then
  616. AC_ARG_WITH(gordon-dir, [AS_HELP_STRING([--with-gordon-dir=<path>],
  617. [specify Gordon installation directory (default is /usr/local/)])],
  618. [
  619. gordon_dir="$withval"
  620. enable_gordon=yes
  621. ], gordon_dir=/usr/local/)
  622. # do we have a valid Gordon setup ?
  623. have_valid_gordon=yes
  624. # can we use dynamic code loading facilities ?
  625. AC_CHECK_LIB(elf, elf_memory,, [have_valid_gordon=no])
  626. AC_CHECK_LIB(spe2, spe_context_create,,[have_valid_gordon=no])
  627. AC_CHECK_FUNC(spe_in_mbox_write, [], [have_valid_gordon=no])
  628. PKG_PROG_PKG_CONFIG
  629. if test -d "$gordon_dir"; then
  630. PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$gordon_dir"
  631. fi
  632. AC_SUBST(PKG_CONFIG_PATH)
  633. PKG_CHECK_MODULES([GORDON], [libgordon], [], have_valid_gordon=no)
  634. CPPFLAGS="${CPPFLAGS} ${GORDON_CFLAGS}"
  635. LIBS="${LIBS} ${GORDON_LIBS}"
  636. # AC_CHECK_FUNC(gordon_init, [gordon], [have_valid_gordon=no])
  637. # in case Gordon was explicitely required, but is not available, this is an error
  638. if test x$enable_gordon = xyes -a x$have_valid_gordon = xno; then
  639. AC_MSG_ERROR([cannot find Gordon])
  640. fi
  641. # now we enable Gordon if and only if a proper setup is available
  642. enable_gordon=$have_valid_gordon
  643. fi
  644. AC_MSG_CHECKING(whether GORDON should be used)
  645. AC_MSG_RESULT($enable_gordon)
  646. AC_SUBST(STARPU_USE_GORDON, $enable_gordon)
  647. AM_CONDITIONAL(STARPU_USE_GORDON, test x$enable_gordon = xyes)
  648. if test x$enable_gordon = xyes; then
  649. AC_DEFINE(STARPU_USE_GORDON, [1], [Cell support is enabled])
  650. GORDON_REQUIRES=gordon
  651. fi
  652. AC_SUBST(GORDON_REQUIRES)
  653. AC_MSG_CHECKING(whether blocking drivers should be disabled)
  654. AC_ARG_ENABLE(blocking-drivers, [AS_HELP_STRING([--disable-blocking-drivers], [disable blocking drivers])],
  655. enable_blocking=$enableval, enable_blocking=$enable_gordon)
  656. AC_MSG_RESULT($enable_blocking)
  657. if test x$enable_blocking = xno; then
  658. AC_DEFINE(STARPU_NON_BLOCKING_DRIVERS, [1], [drivers must progress])
  659. fi
  660. ###############################################################################
  661. # #
  662. # Debug and Performance analysis tools #
  663. # #
  664. ###############################################################################
  665. AC_MSG_CHECKING(whether debug mode should be enabled)
  666. AC_ARG_ENABLE(debug, [AS_HELP_STRING([--enable-debug], [enable debug mode])],
  667. enable_debug=$enableval, enable_debug=no)
  668. AC_MSG_RESULT($enable_debug)
  669. if test x$enable_debug = xyes; then
  670. CFLAGS="$CFLAGS -O0"
  671. AC_DEFINE(STARPU_SPINLOCK_CHECK, [1], [check spinlock use])
  672. else
  673. CFLAGS="$CFLAGS -O3"
  674. fi
  675. CFLAGS+=" -gdwarf-2 -g3 "
  676. AC_MSG_CHECKING(whether extra checks should be performed)
  677. AC_ARG_ENABLE(fast, [AS_HELP_STRING([--enable-fast],
  678. [do not enforce assertions])],
  679. enable_fast=$enableval, enable_fast=no)
  680. AC_MSG_RESULT($enable_fast)
  681. if test x$enable_fast = xyes; then
  682. AC_DEFINE(STARPU_NO_ASSERT, [1], [disable assertions])
  683. fi
  684. AC_MSG_CHECKING(whether memory status should be displayed)
  685. AC_ARG_ENABLE(memory-status, [AS_HELP_STRING([--enable-memory-status],
  686. [display memory status at the end of execution])],
  687. enable_memory_status=$enableval, enable_memory_status=no)
  688. AC_MSG_RESULT($enable_memory_status)
  689. if test x$enable_memory_status = xyes; then
  690. AC_DEFINE(STARPU_MEMORY_STATUS, [1], [display memory status])
  691. fi
  692. AC_MSG_CHECKING(whether debug messages should be displayed)
  693. AC_ARG_ENABLE(verbose, [AS_HELP_STRING([--enable-verbose],
  694. [display verbose debug messages])],
  695. enable_verbose=$enableval, enable_verbose=no)
  696. AC_MSG_RESULT($enable_verbose)
  697. if test x$enable_verbose = xyes; then
  698. AC_DEFINE(STARPU_VERBOSE, [1], [display verbose debug messages])
  699. fi
  700. AC_MSG_CHECKING(whether coverage testing should be enabled)
  701. AC_ARG_ENABLE(coverage, [AS_HELP_STRING([--enable-coverage],
  702. [enable coverage checking])],
  703. enable_coverage=$enableval, enable_coverage=no)
  704. AC_MSG_RESULT($enable_coverage)
  705. AC_SUBST(COVERAGE, $enable_coverage)
  706. AM_CONDITIONAL(STARPU_COVERAGE_ENABLED, [test "x$enable_coverage" = "xyes"])
  707. if test x$enable_coverage = xyes; then
  708. CPPFLAGS="${CPPFLAGS} --coverage"
  709. LDFLAGS="${LDFLAGS} --coverage"
  710. fi
  711. # shall we use FxT to generate trace of the execution ?
  712. AC_MSG_CHECKING(whether FxT traces should be generated)
  713. AC_ARG_WITH(fxt, [AS_HELP_STRING([--with-fxt[=<dir>]], [generate fxt traces])],
  714. [
  715. if test x$withval != xno; then
  716. use_fxt=yes
  717. if test x$withval = xyes; then
  718. AC_MSG_RESULT(yes)
  719. use_fxt_from_system=yes
  720. else
  721. # use specified path
  722. # TODO check if the dir is actually containing FxT
  723. use_fxt_from_system=no
  724. fxtdir=$withval
  725. AC_MSG_RESULT(yes using $fxtdir)
  726. AC_SUBST(FXTDIR, $fxtdir)
  727. fi
  728. else
  729. use_fxt=no
  730. AC_MSG_RESULT(no)
  731. fi
  732. ],
  733. [
  734. use_fxt=no
  735. AC_MSG_RESULT(no)
  736. ])
  737. AC_SUBST(STARPU_USE_FXT, $use_fxt)
  738. AM_CONDITIONAL(STARPU_USE_FXT, test x$use_fxt = xyes)
  739. if test x$use_fxt = xyes; then
  740. AC_DEFINE(STARPU_USE_FXT, [1], [enable FxT traces])
  741. AC_DEFINE(CONFIG_FUT, [1], [enable FUT traces])
  742. if test x$use_fxt_from_system = xno; then
  743. CPPFLAGS="${CPPFLAGS} -I$fxtdir/include/ "
  744. LDFLAGS="${LDFLAGS} -L$fxtdir/lib/ -lfxt"
  745. else
  746. PKG_CHECK_MODULES([FXT], [fxt])
  747. fi
  748. # if we use monotonic clocks, FxT uses -lrt
  749. AC_CHECK_LIB(rt, clock_gettime,,AC_MSG_ERROR([cannot find clock_gettime]))
  750. fi
  751. AC_MSG_CHECKING(whether performance debugging should be enabled)
  752. AC_ARG_ENABLE(perf-debug, [AS_HELP_STRING([--enable-perf-debug],
  753. [enable performance debugging through gprof])],
  754. enable_perf_debug=$enableval, enable_perf_debug=no)
  755. AC_MSG_RESULT($enable_perf_debug)
  756. AC_SUBST(STARPU_PERF_DEBUG, $enable_perf_debug)
  757. if test x$enable_perf_debug = xyes; then
  758. AC_DEFINE(STARPU_PERF_DEBUG, [1], [enable performance debug])
  759. CPPFLAGS="${CPPFLAGS} -pg -fprofile-arcs "
  760. LDFLAGS="${LDFLAGS} -pg -fprofile-arcs "
  761. fi
  762. AC_MSG_CHECKING(whether performance model debugging should be enabled)
  763. AC_ARG_ENABLE(model-debug, [AS_HELP_STRING([--enable-model-debug],
  764. [enable performance model debugging])],
  765. enable_model_debug=$enableval, enable_model_debug=no)
  766. AC_MSG_RESULT($enable_model_debug)
  767. if test x$enable_model_debug = xyes; then
  768. AC_DEFINE(STARPU_MODEL_DEBUG, [1], [enable performance model debug])
  769. fi
  770. AC_MSG_CHECKING(whether statistics should be generated)
  771. AC_ARG_ENABLE(stats, [AS_HELP_STRING([--enable-stats],
  772. [enable statistics])],
  773. enable_stats=$enableval, enable_stats=no)
  774. AC_MSG_RESULT($enable_stats)
  775. AC_SUBST(STATS, $enable_stats)
  776. AC_SUBST(STARPU_DATA_STATS, $enable_stats)
  777. if test x$enable_stats = xyes; then
  778. AC_DEFINE(STARPU_DATA_STATS, [1], [enable statistics])
  779. fi
  780. AC_CHECK_HEADERS([glpk.h])
  781. STARPU_HAVE_LIBRARY(GLPK, [glpk])
  782. ###############################################################################
  783. # #
  784. # Miscellaneous options for StarPU #
  785. # #
  786. ###############################################################################
  787. AC_MSG_CHECKING(how many buffers can be manipulated per task)
  788. AC_ARG_ENABLE(maxbuffers, [AS_HELP_STRING([--enable-maxbuffers=<nbuffers>],
  789. [maximum number of buffers per task])],
  790. nmaxbuffers=$enableval, nmaxbuffers=8)
  791. AC_MSG_RESULT($nmaxbuffers)
  792. AC_DEFINE_UNQUOTED(STARPU_NMAXBUFS, [$nmaxbuffers],
  793. [how many buffers can be manipulated per task])
  794. # We have one memory node shared by all CPU workers, one node per GPU, and
  795. # currently the Cell driver is using the same memory node as the CPU.
  796. maxnodes=1
  797. if test x$enable_cuda = xyes ; then
  798. # we could have used nmaxcudadev + 1, but this would certainly give an
  799. # odd number.
  800. maxnodes=`expr $maxnodes + $nmaxcudadev`
  801. fi
  802. if test x$enable_opencl = xyes ; then
  803. # we could have used nmaxcudadev + 1, but this would certainly give an
  804. # odd number.
  805. maxnodes=`expr $maxnodes + $nmaxopencldev`
  806. fi
  807. # todo: set maxnodes to the next power of 2 greater than maxnodes
  808. AC_MSG_CHECKING(maximum number of memory nodes)
  809. AC_MSG_RESULT($maxnodes)
  810. AC_DEFINE_UNQUOTED(STARPU_MAXNODES, [$maxnodes],
  811. [maximum number of memory nodes])
  812. AC_MSG_CHECKING(whether allocation cache should be used)
  813. AC_ARG_ENABLE(allocation-cache, [AS_HELP_STRING([--enable-allocation-cache],
  814. [enable data allocation cache])],
  815. enable_allocation_cache=$enableval, enable_allocation_cache=no)
  816. AC_MSG_RESULT($enable_allocation_cache)
  817. if test x$enable_allocation_cache = xyes; then
  818. AC_DEFINE(STARPU_USE_ALLOCATION_CACHE, [1], [enable data allocation cache])
  819. fi
  820. AC_ARG_WITH(perf-model-dir, [AS_HELP_STRING([--with-perf-model-dir=<dir>], [specify where performance models shoulds be stored])],
  821. [
  822. if test x$withval = xno; then
  823. AC_MSG_ERROR(--without-perf-model-dir is not a valid option)
  824. fi
  825. perf_model_dir="$withval"
  826. have_explicit_perf_model_dir=yes
  827. AC_DEFINE_UNQUOTED(STARPU_PERF_MODEL_DIR, ["$perf_model_dir"], [performance models location])
  828. ], [
  829. # by default, we put the performance models in
  830. # $HOME/.starpu/sampling/
  831. have_explicit_perf_model_dir=no
  832. perf_model_dir="\$HOME/.starpu/sampling/"
  833. ]
  834. )
  835. AC_MSG_CHECKING(using explicit performance model location)
  836. AC_MSG_RESULT($have_explicit_perf_model_dir)
  837. AC_MSG_CHECKING(performance models location)
  838. AC_MSG_RESULT($perf_model_dir)
  839. # On many multicore CPUs, clock cycles are not synchronized
  840. AC_CHECK_LIB([rt], [clock_gettime])
  841. AC_CHECK_FUNCS([clock_gettime])
  842. # Compute the maximum number of workers (we round it to 16 for alignment
  843. # purposes).
  844. nmaxworkers=`expr 16 \* \( \( $maxcpus + $nmaxcudadev + $nmaxopencldev + 15 \) / 16 \) `
  845. AC_MSG_CHECKING(Maximum number of workers)
  846. AC_MSG_RESULT($nmaxworkers)
  847. AC_DEFINE_UNQUOTED(STARPU_NMAXWORKERS, [$nmaxworkers], [Maximum number of workers])
  848. # Computes the maximum number of implementations per arch
  849. AC_MSG_CHECKING(maximum number of implementations)
  850. AC_ARG_ENABLE(maximplementations, [AS_HELP_STRING([--enable-maximplementations=<number>],
  851. [maximum number of implementations])],
  852. maximplementations=$enableval, maximplementations=4)
  853. AC_MSG_RESULT($maximplementations)
  854. AC_DEFINE_UNQUOTED(STARPU_MAXIMPLEMENTATIONS, [$maximplementations],
  855. [maximum number of implementations])
  856. ###############################################################################
  857. # #
  858. # MPI #
  859. # #
  860. ###############################################################################
  861. AC_ARG_WITH(mpicc, [AS_HELP_STRING([--with-mpicc[=<path to mpicc>]],
  862. [Path of the mpicc compiler])],
  863. [
  864. if test x$withval = xyes; then
  865. AC_MSG_ERROR(--with-mpicc must be given a pathname)
  866. else
  867. mpicc_path=$withval
  868. fi
  869. ],
  870. [
  871. # nothing was specified: default value is used
  872. AC_PATH_PROG(mpicc_path, mpicc, [no], [])
  873. ])
  874. # We test if the MPICC compiler exists
  875. if test ! -x $mpicc_path; then
  876. #MPICC does not exists or is not executable
  877. AC_MSG_RESULT(The mpicc compiler is not valid)
  878. use_mpi=no
  879. else
  880. use_mpi=yes
  881. fi
  882. AC_MSG_CHECKING(mpicc path)
  883. AC_MSG_RESULT($mpicc_path)
  884. AC_SUBST(MPICC, $mpicc_path)
  885. if test x$use_mpi = xyes; then
  886. cc_or_mpicc=$mpicc_path
  887. else
  888. cc_or_mpicc=$CC
  889. fi
  890. AC_SUBST(CC_OR_MPICC, $cc_or_mpicc)
  891. # If the user specifically asks for it, or if we are in a developer checkout, we enable mpi check
  892. AC_ARG_ENABLE(mpi-check, AC_HELP_STRING([--enable-mpi-check], [Enable execution of MPI testcases]))
  893. running_mpi_check=0
  894. if test -d "$srcdir/.svn" ; then
  895. running_mpi_check=yes
  896. fi
  897. if test x$enable_mpi_check = xyes ; then
  898. running_mpi_check=yes
  899. fi
  900. if test x$enable_mpi_check = xno ; then
  901. running_mpi_check=no
  902. fi
  903. # Check if mpiexec is available
  904. AC_ARG_WITH(mpiexec, [AS_HELP_STRING([--with-mpiexec[=<path to mpiexec>]],
  905. [Path of mpiexec])],
  906. [
  907. if test x$withval = xyes; then
  908. AC_MSG_ERROR(--with-mpiexec must be given a pathname)
  909. else
  910. mpiexec_path=$withval
  911. fi
  912. ],
  913. [
  914. # nothing was specified: look in the path
  915. AC_PATH_PROG(mpiexec_path, mpiexec, [no], [$(dirname $mpicc_path):$PATH])
  916. ])
  917. AC_MSG_CHECKING(whether mpiexec is available)
  918. AC_MSG_RESULT($mpiexec_path)
  919. # We test if MPIEXEC exists
  920. if test ! -x $mpiexec_path; then
  921. #MPIEXEC does not exists or is not executable
  922. AC_MSG_RESULT(The mpiexec script is not valid)
  923. running_mpi_check=no
  924. mpiexec_path=""
  925. fi
  926. AM_CONDITIONAL(STARPU_MPI_CHECK, test x$running_mpi_check = xyes)
  927. if test x$use_mpi = xyes; then
  928. AC_MSG_CHECKING(whether MPI tests should be run)
  929. AC_MSG_RESULT($running_mpi_check)
  930. AC_SUBST(MPIEXEC,$mpiexec_path)
  931. fi
  932. AC_MSG_CHECKING(whether the StarPU MPI library should be generated)
  933. AC_MSG_RESULT($use_mpi)
  934. AC_SUBST(USE_MPI, $use_mpi)
  935. AM_CONDITIONAL(USE_MPI, test x$use_mpi = xyes)
  936. if test x$use_mpi = xyes; then
  937. AC_DEFINE(STARPU_USE_MPI,[],[whether the StarPU MPI library is available])
  938. fi
  939. ###############################################################################
  940. # #
  941. # StarPU-Top #
  942. # #
  943. ###############################################################################
  944. AC_ARG_ENABLE([starpu-top],
  945. [AS_HELP_STRING([--disable-starpu-top],
  946. [build StarPU-Top])],
  947. [enable_starpu_top="no"],
  948. [enable_starpu_top="maybe"])
  949. # Check whether StarPU-Top can be built
  950. AC_MSG_CHECKING(for StarPU-Top)
  951. if test "x$enable_starpu_top" = "xmaybe" ; then
  952. can_build_starpu_top=no
  953. AC_PATH_PROGS([QMAKE], [qmake-qt4 qmake], [not-found])
  954. if test x$QMAKE != xnot-found; then
  955. QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3`
  956. if test $QMAKE_VERSION -ge 2 ; then
  957. PKG_CHECK_EXISTS([QtGui QtNetwork QtOpenGL QtSql], [
  958. QT_MAJVERSION=`$PKG_CONFIG --modversion QtGui | cut -d '.' -f 1`
  959. QT_MINVERSION=`$PKG_CONFIG --modversion QtGui | cut -d '.' -f 2`
  960. if test $QT_MAJVERSION -gt 4 -o \( $QT_MAJVERSION -eq 4 -a $QT_MINVERSION -ge 7 \) ; then
  961. can_build_starpu_top=yes
  962. fi
  963. QWT_PRI=embed
  964. AC_ARG_WITH(qwt-include-dir,
  965. [AS_HELP_STRING([--with-qwt-include-dir=<path>],
  966. [specify installed libqwt include path])],
  967. [
  968. STARPU_QWT_INCLUDE="$withval"
  969. AC_SUBST(STARPU_QWT_INCLUDE)
  970. QWT_PRI=system
  971. ])
  972. AC_ARG_WITH(qwt-lib-dir,
  973. [AS_HELP_STRING([--with-qwt-lib-dir=<path>],
  974. [specify installed libqwt library path])],
  975. [
  976. STARPU_QWT_LDFLAGS="-L$withval"
  977. QWT_PRI=system
  978. ])
  979. AC_ARG_WITH(qwt-lib,
  980. [AS_HELP_STRING([--with-qwt-lib=<name>],
  981. [specify installed libqwt library name])],
  982. [
  983. STARPU_QWT_LDFLAGS="${STARPU_QWT_LDFLAGS} -l$withval"
  984. QWT_PRI=system
  985. ])
  986. AC_SUBST(STARPU_QWT_LDFLAGS)
  987. AC_SUBST(QWT_PRI)
  988. ])
  989. fi
  990. fi
  991. fi
  992. if test "x$enable_starpu_top" = "xmaybe" ; then
  993. build_starpu_top=$can_build_starpu_top
  994. else
  995. build_starpu_top=no
  996. fi
  997. AM_CONDITIONAL(BUILD_STARPU_TOP, test x$build_starpu_top = xyes)
  998. ###############################################################################
  999. # #
  1000. # Flags for C Compiler #
  1001. # #
  1002. ###############################################################################
  1003. # IS_SUPPORTED_CFLAG(flag)
  1004. # ------------------------
  1005. # Check if the CFLAGS `flag' is supported by the compiler
  1006. AC_DEFUN([IS_SUPPORTED_CFLAG],
  1007. [
  1008. AC_REQUIRE([AC_PROG_CC])
  1009. AC_MSG_CHECKING([whether compiler support $1])
  1010. SAVED_CFLAGS="$CFLAGS"
  1011. CFLAGS="$1" # -we10006"
  1012. AC_COMPILE_IFELSE(
  1013. AC_LANG_PROGRAM(
  1014. [[]],
  1015. [[
  1016. AC_LANG_SOURCE([
  1017. const char *hello = "Hello World";
  1018. ])
  1019. ]]
  1020. ),
  1021. [
  1022. GLOBAL_AM_CFLAGS="$GLOBAL_AM_CFLAGS $1"
  1023. AC_MSG_RESULT(yes)
  1024. ],
  1025. AC_MSG_RESULT(no)
  1026. )
  1027. CFLAGS="$SAVED_CFLAGS"
  1028. ])
  1029. IS_SUPPORTED_CFLAG(-W)
  1030. IS_SUPPORTED_CFLAG(-Wall)
  1031. IS_SUPPORTED_CFLAG(-Wextra)
  1032. AC_SUBST(GLOBAL_AM_CFLAGS)
  1033. if test "x$STARPU_DEVEL" != x; then
  1034. AC_DEFINE(STARPU_DEVEL, [1], [enable developer warnings])
  1035. fi
  1036. # Same value as Automake's, for use in other places.
  1037. pkglibdir="\${libdir}/$PACKAGE"
  1038. AC_SUBST([pkglibdir])
  1039. ###############################################################################
  1040. # #
  1041. # GCC extensions #
  1042. # #
  1043. ###############################################################################
  1044. AC_ARG_ENABLE([gcc-extensions],
  1045. [AS_HELP_STRING([--enable-gcc-extensions],
  1046. [build the GCC plug-in that provides C language extensions (experimental)])],
  1047. [enable_gcc_plugin="$enableval"],
  1048. [enable_gcc_plugin="maybe"])
  1049. if test "x$enable_gcc_plugin" = "xyes" -o "x$enable_gcc_plugin" = "xmaybe" ; then
  1050. STARPU_GCC_PLUGIN_SUPPORT
  1051. if test "x$ac_cv_have_gcc_plugins" = "xno" ; then
  1052. if test "x$enable_gcc_plugin" = "xyes" ; then
  1053. # Since this was explicitly asked for, error out.
  1054. AC_MSG_ERROR([This compiler lacks GCC plug-in support.])
  1055. else
  1056. AC_MSG_WARN([GCC plug-ins not supported; StarPU's GCC plug-in will not be built])
  1057. fi
  1058. else
  1059. # What GCC version are we using?
  1060. STARPU_GCC_VERSION
  1061. # The `.so' itself cannot be called `starpu-gcc.so' (because
  1062. # `-fplugin-arg-' option names and such must match the `.so'
  1063. # name), so use a meaningful directory name.
  1064. gccplugindir="\${pkglibdir}/${STARPU_EFFECTIVE_VERSION}/gcc/${STARPU_GCC_VERSION_MAJOR}.${STARPU_GCC_VERSION_MINOR}"
  1065. AC_SUBST([gccplugindir])
  1066. # Lines to be inserted in the `.pc' file.
  1067. GCC_PLUGIN_DIR_PKGCONFIG="gccplugindir=$gccplugindir"
  1068. GCC_PLUGIN_PKGCONFIG="gccplugin=\${gccplugindir}/starpu.so"
  1069. AC_SUBST([GCC_PLUGIN_DIR_PKGCONFIG])
  1070. AC_SUBST([GCC_PLUGIN_PKGCONFIG])
  1071. fi
  1072. fi
  1073. if test "x$ac_cv_have_gcc_plugins" = "xyes" ; then
  1074. build_gcc_plugin="yes"
  1075. # GNU Guile 1.8/2.0 is used to run the test suite.
  1076. AC_PATH_PROG([GUILE], [guile])
  1077. if test "x$GUILE" != "x"; then
  1078. if test "x$enable_cpu" = "xyes"; then
  1079. run_gcc_plugin_test_suite="yes"
  1080. else
  1081. AC_MSG_WARN([CPU back-end disabled; GCC plug-in test suite will not be run])
  1082. run_gcc_plugin_test_suite="no"
  1083. fi
  1084. else
  1085. run_gcc_plugin_test_suite="no"
  1086. fi
  1087. else
  1088. build_gcc_plugin="no"
  1089. run_gcc_plugin_test_suite="no"
  1090. fi
  1091. # Bison is used to generate the C expression parser. The generated
  1092. # parser is part of the distribution, though.
  1093. AM_MISSING_PROG([YACC], [bison])
  1094. AM_CONDITIONAL([BUILD_GCC_PLUGIN], [test "x$build_gcc_plugin" = "xyes"])
  1095. AM_CONDITIONAL([HAVE_GUILE], [test "x$GUILE" != "x"])
  1096. ###############################################################################
  1097. # #
  1098. # SOCL interface #
  1099. # #
  1100. ###############################################################################
  1101. AC_ARG_ENABLE([socl],
  1102. [AS_HELP_STRING([--enable-socl],
  1103. [build the OpenCL interface (experimental)])],
  1104. [enable_socl="$enableval"],
  1105. [enable_socl="maybe"])
  1106. AC_MSG_CHECKING(for SOCL)
  1107. if test "x$enable_socl" = "xyes" -o "x$enable_socl" = "xmaybe" ; then
  1108. if test "$have_valid_opencl" = "no" ; then
  1109. STARPU_LOOK_FOR_OPENCL()
  1110. fi
  1111. fi
  1112. # in case SOCL was explicitely required, but is not available, this is an error
  1113. if test "x$enable_socl" = "xyes" -a "$have_valid_opencl" = "no" ; then
  1114. AC_MSG_ERROR([SOCL cannot be enabled without OpenCL])
  1115. fi
  1116. # now we enable SOCL if and only if a proper setup is available
  1117. if test "x$enable_socl" = "xyes" -o "x$enable_socl" = "xmaybe" ; then
  1118. build_socl=$have_valid_opencl
  1119. else
  1120. build_socl=no
  1121. fi
  1122. AC_MSG_RESULT($build_socl)
  1123. AM_CONDITIONAL([BUILD_SOCL], [test "x$build_socl" = "xyes"])
  1124. AM_CONDITIONAL([STARPU_USE_SOCL], [test "x$build_socl" = "xyes"])
  1125. ###############################################################################
  1126. # #
  1127. # Debugging #
  1128. # #
  1129. ###############################################################################
  1130. AC_PATH_PROG([GDB], [gdb], [not-found])
  1131. if test "x$GDB" != "xnot-found"; then
  1132. AC_DEFINE_UNQUOTED([STARPU_GDB_PATH], ["$GDB"],
  1133. [Path to the GNU debugger.])
  1134. fi
  1135. ###############################################################################
  1136. # #
  1137. # Examples #
  1138. # #
  1139. ###############################################################################
  1140. AC_ARG_ENABLE(opengl-render, [AS_HELP_STRING([--enable-opengl-render],
  1141. [enable OpenGL rendering of some examples])],
  1142. enable_opengl_render=$enableval, enable_opengl_render=no)
  1143. if test x$enable_opengl_render = xyes; then
  1144. STARPU_CHECK_LIB(OPENGL_RENDER, glut, glutInit,,AC_MSG_ERROR([cannot find glut]))
  1145. STARPU_CHECK_LIB(OPENGL_RENDER, GL, glXCreateContext,,AC_MSG_ERROR([cannot find GL]))
  1146. STARPU_CHECK_LIB(OPENGL_RENDER, GLU, gluLookAt,,AC_MSG_ERROR([cannot find GLU]))
  1147. AC_DEFINE(STARPU_OPENGL_RENDER, [1], [enable OpenGL rendering of some examples])
  1148. fi
  1149. AC_MSG_CHECKING(whether OpenGL rendering is enabled)
  1150. AC_SUBST(STARPU_OPENGL_RENDER, $enable_opengl_render)
  1151. AC_MSG_RESULT($enable_opengl_render)
  1152. AC_PATH_XTRA
  1153. if test "x$no_x" != "xyes"; then
  1154. AC_DEFINE(STARPU_HAVE_X11, [1], [enable X11])
  1155. fi
  1156. AM_CONDITIONAL([HAVE_X11], [test "x$no_x" != "xyes"])
  1157. # In case there are BLAS kernels that are used by the example applications
  1158. # we may specify which library to use. Note that this is not used for StarPU
  1159. # itself.
  1160. blas_lib=maybe
  1161. AC_ARG_ENABLE(blas-lib,
  1162. [ --enable-blas-lib[=blaslibname]:
  1163. none [default]: no BLAS lib is used
  1164. atlas: use ATLAS library
  1165. goto: use GotoBLAS library],
  1166. [
  1167. if test "x$enableval" = "xatlas" ; then
  1168. blas_lib=atlas
  1169. elif test "x$enableval" = "xgoto" ; then
  1170. blas_lib=goto
  1171. elif test "x$enableval" = "xnone" ; then
  1172. blas_lib=none
  1173. elif test x$enableval = xno; then
  1174. blas_lib=none
  1175. else
  1176. echo
  1177. echo "Error!"
  1178. echo "Unknown BLAS library"
  1179. exit -1
  1180. fi
  1181. ])
  1182. if test x$blas_lib = xmaybe -o x$blas_lib = xgoto; then
  1183. AC_ARG_WITH(goto-dir, [AS_HELP_STRING([--with-goto-dir=<dir>], [specify GotoBLAS lib location])],
  1184. [
  1185. blas_lib=goto
  1186. gotodir=$withval
  1187. AC_SUBST(GOTODIR, $gotodir)
  1188. CPPFLAGS="${CPPFLAGS} -I$gotodir/ "
  1189. LDFLAGS="${LDFLAGS} -L$gotodir/ "
  1190. ]
  1191. )
  1192. if test x$blas_lib = xgoto; then
  1193. STARPU_CHECK_LIB(BLAS, gfortran, main,,)
  1194. # Perhaps that GotoBLAS2 is available instead (so that we have libgotoblas2.{so,a})
  1195. STARPU_CHECK_LIB(BLAS, goto2, sgemm_,, [havegoto2=no], [$STARPU_BLAS_LDFLAGS])
  1196. if test x$havegoto2 = xno; then
  1197. STARPU_CHECK_LIB(BLAS, goto, sgemm_,,AC_MSG_ERROR([cannot find goto lib]), [$STARPU_BLAS_LDFLAGS])
  1198. fi
  1199. AC_DEFINE(STARPU_GOTO, [1], [use STARPU_GOTO library])
  1200. fi
  1201. fi
  1202. if test x$blas_lib = xmaybe -o x$blas_lib = xatlas; then
  1203. AC_ARG_WITH(atlas-dir, [AS_HELP_STRING([--with-atlas-dir=<dir>], [specify ATLAS lib location])],
  1204. [
  1205. AC_MSG_CHECKING(STARPU_ATLAS location)
  1206. blas_lib=atlas
  1207. atlasdir=$withval
  1208. AC_MSG_RESULT($atlasdir)
  1209. AC_SUBST(ATLASDIR, $atlasdir)
  1210. CPPFLAGS="${CPPFLAGS} -I$atlasdir/include/ "
  1211. LDFLAGS="${LDFLAGS} -L$atlasdir/lib/ "
  1212. ]
  1213. )
  1214. if test x$blas_lib = xatlas; then
  1215. # test whether STARPU_ATLAS is actually available
  1216. AC_CHECK_HEADER([cblas.h],,AC_MSG_ERROR([cannot find atlas headers]))
  1217. STARPU_CHECK_LIB(BLAS, atlas, ATL_sgemm,,AC_MSG_ERROR([cannot find atlas lib]),)
  1218. STARPU_CHECK_LIB(BLAS, cblas, cblas_sgemm,,AC_MSG_ERROR([cannot find atlas lib]),[-latlas])
  1219. AC_DEFINE(STARPU_ATLAS, [1], [use STARPU_ATLAS library])
  1220. fi
  1221. fi
  1222. if test x$blas_lib = xmaybe; then
  1223. # Should we use MKL ?
  1224. AC_ARG_WITH(mkl-cflags, [AS_HELP_STRING([--with-mkl-cflags], [specify MKL compilation flags])],
  1225. [
  1226. CPPFLAGS="${CPPFLAGS} $withval"
  1227. blas_lib=mkl
  1228. ])
  1229. AC_ARG_WITH(mkl-ldflags, [AS_HELP_STRING([--with-mkl-ldflags], [specify MKL linking flags])],
  1230. [
  1231. LDFLAGS="${LDFLAGS} $withval"
  1232. blas_lib=mkl
  1233. ])
  1234. if test x$blas_lib = xmkl; then
  1235. AC_DEFINE(STARPU_MKL, [1], [use MKL library])
  1236. fi
  1237. fi
  1238. if test x$blas_lib = xmaybe; then
  1239. #perhaps it is possible to use some BLAS lib from the system
  1240. use_system_blas=no
  1241. STARPU_SEARCH_LIBS(BLAS,[sgemm_],[blas],use_system_blas=yes,,)
  1242. if test x$use_system_blas = xyes; then
  1243. AC_DEFINE(STARPU_SYSTEM_BLAS, [1], [use refblas library])
  1244. blas_lib=system
  1245. else
  1246. blas_lib=none
  1247. fi
  1248. fi
  1249. AM_CONDITIONAL(ATLAS_BLAS_LIB, test x$blas_lib = xatlas)
  1250. AM_CONDITIONAL(GOTO_BLAS_LIB, test x$blas_lib = xgoto)
  1251. AM_CONDITIONAL(MKL_BLAS_LIB, test x$blas_lib = xmkl)
  1252. AM_CONDITIONAL(SYSTEM_BLAS_LIB, test x$blas_lib = xsystem)
  1253. AM_CONDITIONAL(NO_BLAS_LIB, test x$blas_lib = xnone)
  1254. AC_MSG_CHECKING(which BLAS lib should be used)
  1255. AC_MSG_RESULT($blas_lib)
  1256. AC_SUBST(BLAS_LIB,$blas_lib)
  1257. ##########################################
  1258. # FFT #
  1259. ##########################################
  1260. have_fftw=no
  1261. have_fftwf=no
  1262. have_fftwl=no
  1263. fft_support=no
  1264. AC_ARG_ENABLE(starpufft, [AS_HELP_STRING([--disable-starpufft],
  1265. [Disable build of StarPU-FFT])],
  1266. enable_starpufft=$enableval,enable_starpufft=yes)
  1267. PKG_CHECK_MODULES([FFTW], [fftw3], [
  1268. AC_DEFINE([STARPU_HAVE_FFTW], [1], [Define to 1 if you have the libfftw3 library.])
  1269. AC_SUBST([STARPU_HAVE_FFTW], [1])
  1270. have_fftw=yes
  1271. ], [:])
  1272. AM_CONDITIONAL(STARPU_HAVE_FFTW, [test x$have_fftw = xyes])
  1273. PKG_CHECK_MODULES([FFTWF], [fftw3f], [
  1274. AC_DEFINE([STARPU_HAVE_FFTWF], [1], [Define to 1 if you have the libfftw3f library.])
  1275. AC_SUBST([STARPU_HAVE_FFTWF], [1])
  1276. have_fftwf=yes
  1277. ], [:])
  1278. AM_CONDITIONAL(STARPU_HAVE_FFTWF, [test x$have_fftwf = xyes])
  1279. PKG_CHECK_MODULES([FFTWL], [fftw3l], [
  1280. AC_DEFINE([STARPU_HAVE_FFTWL], [1], [Define to 1 if you have the libfftw3l library.])
  1281. AC_SUBST([HAVE_FFTWFL], [1])
  1282. have_fftwl=yes
  1283. ], [:])
  1284. AM_CONDITIONAL(STARPU_HAVE_FFTWL, [test x$have_fftwl = xyes])
  1285. if test x$enable_starpufft = xyes -a \( \( x$enable_cpu = xyes -a x$have_fftw = xyes -a x$have_fftwf = xyes \) -o x$have_cufftdoublecomplex = xyes \); then
  1286. fft_support=yes
  1287. fi
  1288. AM_CONDITIONAL(BUILD_STARPUFFT, [test x$fft_support = xyes])
  1289. ##########################################
  1290. # hwloc #
  1291. ##########################################
  1292. AC_ARG_WITH([hwloc], [AS_HELP_STRING([--without-hwloc], [Disable hwloc (enabled by default)])])
  1293. SAVED_LDFLAGS="${LDFLAGS}"
  1294. SAVED_CPPFLAGS="${CPPFLAGS}"
  1295. AS_IF([test "x$with_hwloc" != "xno"], [
  1296. PKG_CHECK_MODULES([HWLOC],[hwloc], [
  1297. have_valid_hwloc=yes
  1298. have_pkgconfig_hwloc=yes], [
  1299. have_valid_hwloc=no
  1300. have_pkgconfig_hwloc=no])
  1301. AS_IF([test "$have_valid_hwloc" = "no"], [
  1302. hwloc_dir="$withval"
  1303. CPPFLAGS="${SAVED_CPPFLAGS} -I$hwloc_dir/include"
  1304. AC_CHECK_HEADER([hwloc.h],[have_valid_hwloc=yes],[have_valid_hwloc=no])
  1305. LDFLAGS="${SAVED_LDFLAGS} -L$hwloc_dir/lib"
  1306. AC_HAVE_LIBRARY([hwloc],[have_valid_hwloc=yes],[have_valid_hwloc=no])
  1307. ])
  1308. ],
  1309. have_valid_hwloc="no")
  1310. AS_IF([test "$have_valid_hwloc" = "yes"], [
  1311. AC_DEFINE([STARPU_HAVE_HWLOC], [1], [Define to 1 if you have the hwloc library.])
  1312. HWLOC_REQUIRES=hwloc
  1313. AC_SUBST([STARPU_HAVE_HWLOC], [1])
  1314. AS_IF([test "$have_pkgconfig_hwloc" = "no"], [
  1315. HWLOC_CFLAGS="-I$hwloc_dir/include"
  1316. HWLOC_LIBS="-L$hwloc_dir/lib -lhwloc"])
  1317. ])
  1318. LDFLAGS="${SAVED_LDFLAGS}"
  1319. CPPFLAGS="${SAVED_CPPFLAGS}"
  1320. AC_MSG_CHECKING(whether hwloc should be used)
  1321. AC_MSG_RESULT($have_valid_hwloc)
  1322. AC_SUBST(HWLOC_REQUIRES)
  1323. # is the header file f77.h available ?
  1324. have_f77_h=yes
  1325. AC_CHECK_HEADER([f77.h],,[have_f77_h=no])
  1326. AC_MSG_CHECKING(whether header file f77.h is available)
  1327. AC_MSG_RESULT($have_f77_h)
  1328. AC_SUBST(STARPU_HAVE_F77_H, $have_f77_h)
  1329. AM_CONDITIONAL(STARPU_HAVE_F77_H, test x$have_f77_h = xyes)
  1330. if test x$have_f77_h = xyes; then
  1331. AC_DEFINE([STARPU_HAVE_F77_H], [1], [Define to 1 if you have the <f77.h> header file.])
  1332. fi
  1333. # Check if icc is available
  1334. AC_CHECK_PROGS([ICC], [icc])
  1335. # If cuda and icc are both available, check they are compatible
  1336. if test "$enable_cuda" = "yes" -a "$ICC" != ""; then
  1337. AC_MSG_CHECKING(whether CUDA and ICC are compatible)
  1338. OLD_CC="$CC"
  1339. CC="$ICC"
  1340. AC_COMPILE_IFELSE(
  1341. AC_LANG_PROGRAM(
  1342. [[#include <cuda.h>]],
  1343. [[]]
  1344. ),
  1345. AC_MSG_RESULT(yes),
  1346. [ICC=""
  1347. AC_MSG_RESULT(no)]
  1348. )
  1349. CC="$OLD_CC"
  1350. fi
  1351. # Disable ICC on windows
  1352. if test "x$ICC" != "x" -a "$starpu_windows" = "yes" ; then
  1353. ICC=""
  1354. fi
  1355. if test "x$ICC" != "x"; then
  1356. AC_DEFINE(STARPU_HAVE_ICC, [], [Define this if icc is available])
  1357. fi
  1358. AM_CONDITIONAL([STARPU_HAVE_ICC], [test "x$ICC" != "x"])
  1359. # Do not generate manpages for the tools if we do not have help2man
  1360. AC_CHECK_PROGS([HELP2MAN], [help2man])
  1361. # Disable on windows
  1362. if test "$starpu_windows" = "yes" ; then
  1363. HELP2MAN=""
  1364. fi
  1365. AM_CONDITIONAL([STARPU_HAVE_HELP2MAN], [test "x$HELP2MAN" != "x"])
  1366. AC_CHECK_MEMBER([struct cudaDeviceProp.pciDomainID],
  1367. AC_DEFINE([STARPU_HAVE_DOMAINID],[1],[Define to 1 if CUDA device properties include DomainID]),
  1368. , [[#include <cuda_runtime_api.h>]])
  1369. AC_CHECK_MEMBER([struct cudaDeviceProp.pciBusID],
  1370. AC_DEFINE([STARPU_HAVE_BUSID],[1],[Define to 1 if CUDA device properties include BusID]),
  1371. , [[#include <cuda_runtime_api.h>]])
  1372. # File configuration
  1373. AC_CONFIG_COMMANDS([executable-scripts], [
  1374. chmod +x tests/regression/regression.sh
  1375. chmod +x gcc-plugin/tests/run-test
  1376. chmod +x tools/starpu_workers_activity
  1377. ])
  1378. AC_CONFIG_FILES(tests/regression/regression.sh tests/regression/profiles tests/regression/profiles.build.only)
  1379. AC_CONFIG_HEADER(src/common/config.h include/starpu_config.h gcc-plugin/src/starpu-gcc-config.h starpu-top/config.h)
  1380. AC_OUTPUT([
  1381. Makefile
  1382. src/Makefile
  1383. tools/Makefile
  1384. tools/starpu_workers_activity
  1385. socl/Makefile
  1386. socl/src/Makefile
  1387. socl/examples/Makefile
  1388. socl/socl-1.0.pc
  1389. libstarpu.pc
  1390. starpu-1.0.pc
  1391. mpi/libstarpumpi.pc
  1392. mpi/starpumpi-1.0.pc
  1393. starpufft/Makefile
  1394. starpufft/libstarpufft.pc
  1395. starpufft/starpufft-1.0.pc
  1396. examples/Makefile
  1397. examples/stencil/Makefile
  1398. tests/Makefile
  1399. doc/Makefile
  1400. mpi/Makefile
  1401. starpu-top/StarPU-Top.pro
  1402. starpu-top/StarPU-Top-qwt-embed.pri
  1403. starpu-top/StarPU-Top-qwt-system.pri
  1404. gcc-plugin/Makefile
  1405. gcc-plugin/src/Makefile
  1406. gcc-plugin/tests/Makefile
  1407. gcc-plugin/tests/run-test
  1408. gcc-plugin/examples/Makefile
  1409. sched_ctx_hypervisor/Makefile
  1410. sched_ctx_hypervisor/src/Makefile
  1411. sched_ctx_hypervisor/examples/Makefile
  1412. ])
  1413. AC_MSG_NOTICE([
  1414. CPUs enabled: $enable_cpu
  1415. CUDA enabled: $enable_cuda
  1416. OpenCL enabled: $enable_opencl
  1417. Cell enabled: $enable_gordon
  1418. Compile-time limits
  1419. (change these with --enable-maxcpus, --enable-maxcudadev,
  1420. --enable-maxopencldev, --enable-maxbuffers)
  1421. Maximum number of CPUs: $maxcpus
  1422. Maximum number of CUDA devices: $nmaxcudadev
  1423. Maximum number of OpenCL devices: $nmaxopencldev
  1424. Maximum number of memory nodes: $maxnodes
  1425. Maximum number of task buffers: $nmaxbuffers
  1426. GPU-GPU transfers: $have_cuda_memcpy_peer
  1427. Allocation cache: $enable_allocation_cache
  1428. Magma enabled: $have_magma
  1429. BLAS library: $blas_lib
  1430. hwloc: $have_valid_hwloc
  1431. FxT trace enabled: $use_fxt
  1432. StarPU-Top: $build_starpu_top
  1433. StarPU Extensions:
  1434. MPI enabled: $use_mpi
  1435. MPI test suite: $running_mpi_check
  1436. FFT Support: $fft_support
  1437. GCC plug-in: $build_gcc_plugin
  1438. GCC plug-in test suite: $run_gcc_plugin_test_suite
  1439. SOCL enabled: $build_socl
  1440. ])