12#ifndef TEST_IO_BANDWIDTH_H
13#define TEST_IO_BANDWIDTH_H
22#define BLKSIZE (1024 * 1024)
24#include "../io/io_streamcount.h"
42 bool operator<(
const seq_data &other)
const
44 if(rankinnode < other.rankinnode)
46 if(rankinnode > other.rankinnode)
48 if(thisnode < other.thisnode)
50 if(thisnode > other.thisnode)
52 return thistask < other.thistask;
60 void work_files(
int modus);
61 void contents_restart_file(
int modus);
62 void polling(
int modus);
63 void write_test_data(
void);
64 void byten(
void *x,
size_t n,
int modus);
65 void byten_doit(
void *x,
size_t n,
int modus);
test_io_bandwidth(MPI_Comm comm)
void measure_io_bandwidth(void)
bool operator<(const location &left, const location &right)