1#include "config.h"
2
3#ifndef PDATA_HPP_
4#define PDATA_HPP_
5
6constexpr int comp_host = 1;
7constexpr int comp_dev = 2;
8
9extern double tot_merge;
10extern double tot_loc_merge;
11extern double tot_sendrecv;
12extern double tot_pack;
13
14#endif
15