Browse Source

Add a few more details

Samuel Thibault 8 years ago
parent
commit
8777b6a3e3
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.dev

+ 7 - 1
README.dev

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 #
-# Copyright (C) 2009, 2010, 2011  Université de Bordeaux
+# Copyright (C) 2009, 2010, 2011, 2016  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2016  CNRS
 # Copyright (C) 2010, 2011, 2016  CNRS
 #
 #
 # StarPU is free software; you can redistribute it and/or modify
 # StarPU is free software; you can redistribute it and/or modify
@@ -32,6 +32,7 @@ The directory structure is as follows:
 - tests      : unitary tests
 - tests      : unitary tests
 - examples   : examples using StarPU
 - examples   : examples using StarPU
 - doc        : documentation for StarPU
 - doc        : documentation for StarPU
+- tools      : tools for StarPU
 
 
 StarPU extensions have their own directory (src/include/tests/examples) structure:
 StarPU extensions have their own directory (src/include/tests/examples) structure:
 
 
@@ -42,6 +43,11 @@ StarPU extensions have their own directory (src/include/tests/examples) structur
 - starpufft     : The FFT support
 - starpufft     : The FFT support
 - starpu-top    : StarPU-Top Interface
 - starpu-top    : StarPU-Top Interface
 
 
+Some directories contain only build system details:
+- build-aux
+- m4
+- autom4te.cache
+
 
 
 
 
 Developer Warnings
 Developer Warnings