Explorar el Código

move more openmp tests that now succeed with simgrid

Samuel Thibault hace 7 años
padre
commit
f0fb8da638
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/Makefile.am

+ 2 - 2
tests/Makefile.am

@@ -171,6 +171,8 @@ myPROGRAMS +=					\
 	sched_ctx/sched_ctx_policy_data		\
 	openmp/init_exit_01			\
 	openmp/init_exit_02			\
+	openmp/environment			\
+	openmp/api_01				\
 	perfmodels/value_nan
 
 if STARPU_SIMGRID
@@ -304,8 +306,6 @@ myPROGRAMS +=				\
 	microbenchs/prefetch_data_on_node 	\
 	microbenchs/redundant_buffer		\
 	microbenchs/matrix_as_vector		\
-	openmp/environment			\
-	openmp/api_01				\
 	openmp/parallel_01			\
 	openmp/parallel_02			\
 	openmp/parallel_03			\