Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add dag scheduling lab
[simgrid.git] / contrib / benchmarking_code_block / bench.h
index bf4b880592bb01fe538a10280fa75580fdbd1443..97c76b4f70a191b6b96bd1afd8f18bb4126635f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team.
+/* Copyright (c) 2013-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -61,7 +61,6 @@ static inline void xbt_bench_init(char *tracefile)
        mybench->output = fopen(tracefile, "a+");
        if (mybench->output == NULL)
                printf("Error while opening the tracefile");
-
 }
 
 /* Initializing StarPU benchmarking */
@@ -72,7 +71,6 @@ static inline void bench_init_starpu(char *tracefile, bench_t *bench)
   mybench->output = fopen(tracefile, "a+");
   if (mybench->output == NULL)
                printf("Error while opening the tracefile");
-
 }
 
 /* Start benchmarking using macros */