Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Parmap test did not compile
[simgrid.git] / src / xbt / parmap.c
index d9f5a9d..44f010e 100644 (file)
@@ -441,7 +441,7 @@ XBT_TEST_UNIT("basic", test_parmap_basic, "Basic usage")
   xbt_dynar_t data = xbt_dynar_new(sizeof(void *), NULL);
 
   /* Create the parallel map */
-  parmap = xbt_parmap_new(10);
+  parmap = xbt_parmap_new(10, XBT_PARMAP_FUTEX);
 
   for (j = 0; j < 100; j++) {
     xbt_dynar_push_as(data, void *, (void *)j);