COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
basic.cpp File Reference
#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"
Include dependency graph for basic.cpp:

Go to the source code of this file.

Macros

#define NUM_SEND   1000000
 

Functions

template<class T >
void test_send (const T &t)
 
template<class T >
void test_send_boost (const T &t)
 
template<class T >
void test_recv (const T &t)
 
template<class T >
void test_recv_boost (const T &t)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ NUM_SEND

#define NUM_SEND   1000000

Definition at line 11 of file basic.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 95 of file basic.cpp.

◆ test_recv()

template<class T >
void test_recv ( const T &  t)

Definition at line 43 of file basic.cpp.

◆ test_recv_boost()

template<class T >
void test_recv_boost ( const T &  t)

Definition at line 69 of file basic.cpp.

◆ test_send()

template<class T >
void test_send ( const T &  t)

Definition at line 16 of file basic.cpp.

◆ test_send_boost()

template<class T >
void test_send_boost ( const T &  t)

Definition at line 29 of file basic.cpp.