Functions

spart_2d.cpp File Reference

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

Function Documentation

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

Parameters:
argc 
argv 
Returns:
Cut rectangles in one rectangle per line format. Processor p gets all tasks in a given partition rectangle including borders. Notes: Edit this code to replace data type
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines