Browse Source

remove scif and coi stuff

Nathalie Furmento 4 years ago
parent
commit
77164913d7
3 changed files with 3 additions and 3 deletions
  1. 1 1
      configure.ac
  2. 1 1
      src/Makefile.am
  3. 1 1
      src/drivers/mp_common/mp_common.h

+ 1 - 1
configure.ac

@@ -3322,7 +3322,7 @@ STARPU_H_CPPFLAGS="$HWLOC_CFLAGS $STARPU_CUDA_CPPFLAGS $STARPU_OPENCL_CPPFLAGS $
 AC_SUBST([STARPU_H_CPPFLAGS])
 
 # these are the flags needed for linking libstarpu (and thus also for static linking)
-LIBSTARPU_LDFLAGS="$STARPU_OPENCL_LDFLAGS $STARPU_CUDA_LDFLAGS $HWLOC_LIBS $FXT_LDFLAGS $FXT_LIBS $PAPI_LIBS $STARPU_COI_LDFLAGS $STARPU_SCIF_LDFLAGS $STARPU_LEVELDB_LDFLAGS $STARPU_GLPK_LDFLAGS $STARPU_LEVELDB_LDFLAGS $SIMGRID_LDFLAGS $STARPU_BLAS_LDFLAGS $STARPU_OMP_LDFLAGS $DGELS_LIBS"
+LIBSTARPU_LDFLAGS="$STARPU_OPENCL_LDFLAGS $STARPU_CUDA_LDFLAGS $HWLOC_LIBS $FXT_LDFLAGS $FXT_LIBS $PAPI_LIBS $STARPU_LEVELDB_LDFLAGS $STARPU_GLPK_LDFLAGS $STARPU_LEVELDB_LDFLAGS $SIMGRID_LDFLAGS $STARPU_BLAS_LDFLAGS $STARPU_OMP_LDFLAGS $DGELS_LIBS"
 AC_SUBST([LIBSTARPU_LDFLAGS])
 
 # these are the flags needed for linking against libstarpu (because starpu.h makes its includer use pthread_*, simgrid, etc.)

+ 1 - 1
src/Makefile.am

@@ -19,7 +19,7 @@ include $(top_srcdir)/starpu-notests.mk
 
 AM_CPPFLAGS = -I$(top_srcdir)/include/ -DBUILDING_STARPU -DSTARPU_DATADIR='"$(datadir)"'
 AM_CPPFLAGS += $(STARPU_H_CPPFLAGS)
-AM_CPPFLAGS += $(FXT_CFLAGS) $(STARPU_COI_CPPFLAGS) $(STARPU_SCIF_CPPFLAGS)
+AM_CPPFLAGS += $(FXT_CFLAGS)
 LIBS += -lm $(LIBSTARPU_LDFLAGS)
 if STARPU_USE_MPI_MASTER_SLAVE
 LIBS += $(MPICC_LDFLAGS)

+ 1 - 1
src/drivers/mp_common/mp_common.h

@@ -163,7 +163,7 @@ struct _starpu_mp_node
 	/*Is starpu running*/
 	int is_running;
 
-	/** Buffer used for scif data transfers, allocated
+	/** Buffer used for data transfers, allocated
 	 * during node initialization.
 	 * Size : BUFFER_SIZE */
 	void *buffer;