Explorar el Código

fix -s option

Samuel Thibault hace 8 años
padre
commit
fe7e2701b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/microbenchs/tasks_size_overhead.c

+ 1 - 1
tests/microbenchs/tasks_size_overhead.c

@@ -91,7 +91,7 @@ static struct starpu_codelet codelet =
 static void parse_args(int argc, char **argv)
 {
 	int c;
-	while ((c = getopt(argc, argv, "i:b:B:c:C:t:T:f:h")) != -1)
+	while ((c = getopt(argc, argv, "i:b:B:c:C:s:t:T:f:h")) != -1)
 	switch(c)
 	{
 		case 'i':