#include <iostream>#include <cstdlib>#include <cstring>#include <fstream>#include "util/tools.hpp"#include "util/timestamp.hpp"#include "util/prefix_sum_tools.hpp"#include "oned/parse.hpp"Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Synopsis: spart_1d <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 and the rest contains 1 task load per line. '-' means read from standard input Notes: Edit this code to replace data type
| argc | ||
| argv |
1.7.1