Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
bench_redistribution.cxx File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <math.h>
#include <assert.h>
#include <algorithm>
#include <ctf.hpp>
#include <iostream>
#include <fstream>
#include "../src/shared/util.h"
Include dependency graph for bench_redistribution.cxx:

Go to the source code of this file.

Functions

void bench_redistribution (int niter, World &dw, int order, int const *lens, char const *idx, int prl1_ord, int const *prl1_lens, char const *prl1_idx, int prl2_ord, int const *prl2_lens, char const *prl2_idx, int blk1_ord, int const *blk1_lens, char const *blk1_idx, int blk2_ord, int const *blk2_lens, char const *blk2_idx)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)