瀏覽代碼

Avoid eating a lot of memory in simulation mode

Samuel Thibault 8 年之前
父節點
當前提交
24122cfa9a
共有 3 個文件被更改,包括 9 次插入3 次删除
  1. 3 1
      examples/Makefile.am
  2. 3 1
      tests/Makefile.am
  3. 3 1
      tools/Makefile.am

+ 3 - 1
examples/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2016  Université de Bordeaux
+# Copyright (C) 2009-2017  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
 # Copyright (C) 2011  Télécom-SudParis
 # Copyright (C) 2011-2012  INRIA
@@ -23,8 +23,10 @@ include $(top_srcdir)/starpu.mk
 if STARPU_SIMGRID
 STARPU_PERF_MODEL_DIR=$(abs_top_srcdir)/tools/perfmodels/sampling
 STARPU_HOSTNAME=mirage
+MALLOC_PERTURB_=0
 export STARPU_PERF_MODEL_DIR
 export STARPU_HOSTNAME
+export MALLOC_PERTURB_
 endif
 
 AM_CFLAGS = $(MAGMA_CFLAGS) $(HWLOC_CFLAGS) -Wall $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS) $(GLOBAL_AM_CFLAGS) -Wno-unused

+ 3 - 1
tests/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2016  Université de Bordeaux
+# Copyright (C) 2009-2017  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016  CNRS
 # Copyright (C) 2010, 2011, 2012  INRIA
 #
@@ -20,8 +20,10 @@ include $(top_srcdir)/starpu.mk
 if STARPU_SIMGRID
 STARPU_PERF_MODEL_DIR=$(abs_top_srcdir)/tools/perfmodels/sampling
 STARPU_HOSTNAME=mirage
+MALLOC_PERTURB_=0
 export STARPU_PERF_MODEL_DIR
 export STARPU_HOSTNAME
+export MALLOC_PERTURB_
 endif
 
 AM_CFLAGS = $(HWLOC_CFLAGS) $(FXT_CFLAGS) -Wall $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS) $(STARPU_COI_CPPFLAGS) $(STARPU_SCIF_CPPFLAGS) $(GLOBAL_AM_CFLAGS) -Wno-unused

+ 3 - 1
tools/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2016  Université de Bordeaux
+# Copyright (C) 2009-2017  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
 # Copyright (C) 2016  Inria
 #
@@ -20,8 +20,10 @@ include $(top_srcdir)/starpu.mk
 if STARPU_SIMGRID
 STARPU_PERF_MODEL_DIR=$(abs_top_srcdir)/tools/perfmodels/sampling
 STARPU_HOSTNAME=mirage
+MALLOC_PERTURB_=0
 export STARPU_PERF_MODEL_DIR
 export STARPU_HOSTNAME
+export MALLOC_PERTURB_
 endif
 
 SUBDIRS =