#include "../Serialize.h"
#include <sstream>
#include <mpi.h>
#include <cassert>
#include <chrono>
#include "boost/serialization/vector.hpp"
#include "boost/serialization/set.hpp"
#include "boost/archive/binary_iarchive.hpp"
#include "boost/archive/binary_oarchive.hpp"
Go to the source code of this file.
◆ NUM_SEND
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ test_recv()
template<class T >
| void test_recv |
( |
const T & |
t | ) |
|
◆ test_recv_boost()
template<class T >
| void test_recv_boost |
( |
const T & |
t | ) |
|
◆ test_send()
template<class T >
| void test_send |
( |
const T & |
t | ) |
|
◆ test_send_boost()
template<class T >
| void test_send_boost |
( |
const T & |
t | ) |
|