Ver código fonte

Merge branch 'master' into test_perfmodel

Nathalie Furmento 6 anos atrás
pai
commit
3d868a6b1b
2 arquivos alterados com 10 adições e 25 exclusões
  1. 0 25
      .gitignore
  2. 10 0
      ChangeLog

+ 0 - 25
.gitignore

@@ -26,8 +26,6 @@
 *.pc
 stamp-h[0-9]*
 starpu.log
-/gcc-plugin/include/starpu-gcc/config.h
-/gcc-plugin/tests/*.c.[0-9]*.*
 /tests/datawizard/handle_to_pointer
 /tests/datawizard/data_lookup
 /doc/stamp-vti
@@ -162,13 +160,7 @@ starpu.log
 /tools/starpu_machine_display
 /tools/starpu_perfmodel_display
 /tools/starpu_regression_display
-/gcc-plugin/tests/scalar-tasks
-/gcc-plugin/tests/pointers
 /tests/datawizard/lazy_allocation
-/gcc-plugin/tests/pointer-tasks
-/gcc-plugin/tests/*.s
-/gcc-plugin/tests/base
-/gcc-plugin/tests/core
 /mpi/tests/insert_task_owner_data
 /mpi/examples/scatter_gather/mpi_scatter_gather
 /examples/top/hello_world_top
@@ -185,19 +177,8 @@ starpu.log
 /doc/starpu.tp
 /doc/starpu.tps
 /doc/starpu.vr
-/gcc-plugin/tests/register
 /tests/datawizard/acquire_cb_insert
 /tools/starpu_perfmodel_plot
-/gcc-plugin/tests/run-test
-/gcc-plugin/tests/register-errors
-/gcc-plugin/tests/acquire
-/gcc-plugin/tests/unregister
-/gcc-plugin/tests/lib-user
-/gcc-plugin/examples/matrix-mult
-/gcc-plugin/src/c-expr.c
-/gcc-plugin/tests/heap-allocated
-/gcc-plugin/tests/output-pointer
-/gcc-plugin/examples/vector_scal/vector_scal
 /doc/starpu.info-1
 /doc/starpu.info-2
 /examples/axpy/axpy
@@ -253,8 +234,6 @@ starpu.log
 /tools/starpu_machine_display.1
 /tools/starpu_perfmodel_display.1
 /tools/starpu_perfmodel_plot.1
-/gcc-plugin/examples/cholesky/cholesky
-/gcc-plugin/tests/*.log
 /test/*.log
 /examples/*.log
 /tests/main/declare_deps_after_submission
@@ -291,10 +270,6 @@ starpu.log
 /tests/main/wait_all_regenerable_tasks
 /tools/starpu_workers_activity
 /tests/datawizard/interfaces/copy_interfaces
-/gcc-plugin/tests/release
-/gcc-plugin/tests/opencl
-/gcc-plugin/tests/registered
-/gcc-plugin/tests/warn-unregistered
 /cyclomatic-complexity.html
 Makefile.in
 Makefile

+ 10 - 0
ChangeLog

@@ -24,6 +24,16 @@ New features:
 StarPU 1.3.2 (git revision xxx)
 ==============================================
 
+Small changes:
+  * Improve OpenMP support to detect the environment is valid before
+    launching OpenMP
+  * Delete old code (drivers gordon, scc, starpu-top, and plugin gcc)
+    and update authors file accordingly
+  * Add Heteroprio documentation (including a simple example)
+  * Add a progression hook, to be called when workers are idle, which
+    is used in the NewMadeleine implementation of StarPU-MPI to ensure
+    communications progress.
+
 StarPU 1.3.1 (git revision 01949488b4f8e6fe26d2c200293b8aae5876b038)
 ==============================================