Sfoglia il codice sorgente

move more openmp tests that now succeed with simgrid

Samuel Thibault 7 anni fa
parent
commit
f0fb8da638
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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			\