GADGET-4
test_io_bandwidth.h File Reference

declares a class for I/O performance measurements More...

#include <mpi.h>
#include "../io/io_streamcount.h"

Go to the source code of this file.

Classes

class  test_io_bandwidth
 

Macros

#define MODUS_WRITE   0
 
#define MODUS_READ   1
 
#define BUF_IN_MB   10
 
#define BLKSIZE   (1024 * 1024)
 

Detailed Description

declares a class for I/O performance measurements

Definition in file test_io_bandwidth.h.

Macro Definition Documentation

◆ BLKSIZE

#define BLKSIZE   (1024 * 1024)

Definition at line 22 of file test_io_bandwidth.h.

◆ BUF_IN_MB

#define BUF_IN_MB   10

Definition at line 20 of file test_io_bandwidth.h.

◆ MODUS_READ

#define MODUS_READ   1

Definition at line 18 of file test_io_bandwidth.h.

◆ MODUS_WRITE

#define MODUS_WRITE   0

Definition at line 17 of file test_io_bandwidth.h.