Functions

regression_test/src/check_2dpart.cpp File Reference

#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[])

Function Documentation

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

Parameters:
argc 
argv 
Returns:
Given 2d instance and cut rectangles, calculates the bottleneck of the partition
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines