#include "util/compact.hpp"
#include <cstring>
#include <iostream>
#include <fstream>
#include <string>
#include <assert.h>
#include "util/tools.hpp"
#include "util/timestamp.hpp"
#include "twod/parse.hpp"
#include "twod/part_base.hpp"
#include "util/comm_cost_2d.hpp"
#include "util/rect_list.hpp"
#include <vector>
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Synopsis: spart_2d <algo_name> [input_array_file][-] <proc_count> algo_name: Code name of the algorithm. input_array_file format: Begins with a line with number of tasks in X and Y dimension. The rest of the lines contain 1 task load per line. '-' means read from standard input
argc | ||
argv |