#include "util/compact.hpp"
#include "util/prefix_sum_tools.hpp"
#include "util/rect_list.hpp"
#include <iostream>
#include <fstream>
#include <string.h>
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Synopsis: check_2dpart <instance> <nbproc> <cut_file> instance: Begins with a line with number of tasks in X and Y dimension. The rest of the lines contain 1 task load per line. nbproc: number of processors cutfile: List of rectangle cuts
argc | ||
argv |