Commit d96a6ce3 authored by Mario Andres Serruya's avatar Mario Andres Serruya
Browse files

details

Showing with 3 additions and 3 deletions
+3 -3
......@@ -14,10 +14,10 @@ int32_t main (int32_t argc, char **argv)
using clk = std::chrono::high_resolution_clock;
char metadata[] = "./metadata";
char localhost[] = "./stat_init_file";
char metadata[] = "./module_metadata";
char localhost[] = "./module_stat_hostfile";
char imss_test[] = "imss://berries";
char hostfile[] = "./hostfile";
char hostfile[] = "./module_hostfile";
char policy[] = "LOCAL";
char dataset_uri[] = "imss://berries/dataset";
uint32_t iterations = atoi(argv[1]);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment