Browse Source

add comments

Samuel Thibault 8 years ago
parent
commit
ad092e7d4c

+ 2 - 0
tests/microbenchs/parallel_dependent_homogeneous_tasks_data.c

@@ -18,6 +18,8 @@
 #include <starpu.h>
 #include "../helper.h"
 
+/* Run a series of tasks with homogeneous execution time and share data to some extent */
+
 #define TIME 0.010
 #define TASK_COEFFICIENT 10
 #define DATA_COEFFICIENT 10.5

+ 2 - 0
tests/microbenchs/parallel_independent_heterogeneous_tasks.c

@@ -18,6 +18,8 @@
 #include <starpu.h>
 #include "../helper.h"
 
+/* Run a series of independent tasks with heterogeneous execution time */
+
 #define TIME 0.010
 #define TASK_COEFFICIENT 100
 #define MARGIN 0.10

+ 2 - 0
tests/microbenchs/parallel_independent_heterogeneous_tasks_data.c

@@ -18,6 +18,8 @@
 #include <starpu.h>
 #include "../helper.h"
 
+/* Run a series of independent tasks with heterogeneous execution time and independent data */
+
 #define TIME 0.010
 #define TASK_COEFFICIENT 20
 #define MARGIN 0.10

+ 2 - 0
tests/microbenchs/parallel_independent_homogeneous_tasks.c

@@ -18,6 +18,8 @@
 #include <starpu.h>
 #include "../helper.h"
 
+/* Run a series of independent tasks with homogeneous execution time */
+
 #define TIME 0.010
 #define TASK_COEFFICIENT 100
 #define MARGIN 0.05

+ 2 - 0
tests/microbenchs/parallel_independent_homogeneous_tasks_data.c

@@ -18,6 +18,8 @@
 #include <starpu.h>
 #include "../helper.h"
 
+/* Run a series of independent tasks with homogeneous execution time and independent data */
+
 #define TIME 0.010
 #define TASK_COEFFICIENT 20
 #define MARGIN 0.10