Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] Minor Makefile error in mpi/

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] Minor Makefile error in mpi/


Chronologique Discussions 
  • From: Nathalie Furmento <nathalie.furmento@labri.fr>
  • To: Keisuke Fukuda <fukuda@matsulab.is.titech.ac.jp>
  • Cc: starpu-devel@lists.gforge.inria.fr
  • Subject: Re: [Starpu-devel] Minor Makefile error in mpi/
  • Date: Fri, 14 Sep 2012 10:43:29 +0200
  • 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>

Dear Keisuke,

Thanks for reporting the bug. The fix for the variable AM_CFLAGS is in r7369. As for AM_CPPFLAGS, all the directories are actually necessary to compile either the MPI source or the MPI examples.

Regards,

Nathalie

 On 09/09/2012 14:44, Keisuke Fukuda wrote:
Dear StarPU developers,

I've found a very minor bug in Makefile.am in HEAD.

Index: mpi/Makefile.am
===================================================================
--- mpi/Makefile.am	(revision 7354)
+++ mpi/Makefile.am	(working copy)
@@ -66,7 +66,7 @@
 	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing
$(NVCCFLAGS) -I$(top_srcdir)/include/  -I$(top_builddir)/include/
 endif

-AM_CFLAGS = -Wall $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS)
$(FXT_CFLAGS) $(MAGMA_CFLAGS)
+AM_CFLAGS = -Wall $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS)
$(FXT_CFLAGS) $(MAGMA_CFLAGS) $(HWLOC_CFLAGS)
 LIBS = $(top_builddir)/src/libstarpu-@STARPU_EFFECTIVE_VERSION@.la
@LIBS@ $(FXT_LIBS) $(MAGMA_LIBS)
 AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/mpi/
-I$(top_srcdir)/src/  -I$(top_srcdir)/examples/ -I$(top_builddir)/src
-I$(top_builddir)/include -I$(top_srcdir)/mpi/include
-I$(top_srcdir)/mpi/src
 AM_LDFLAGS = $(STARPU_CUDA_LDFLAGS) $(STARPU_OPENCL_LDFLAGS)

Regards,

Keisuke







Archives gérées par MHonArc 2.6.19+.

Haut de le page