IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
CommunicatorLogging.hpp
1
#ifndef IPPL_COMMUNICATOR_LOGGING_HPP
2
#define IPPL_COMMUNICATOR_LOGGING_HPP
3
4
#include <vector>
5
6
#include "Communicate/LogEntry.h"
7
8
namespace
ippl
{
9
namespace
mpi {
10
std::vector<char> serializeLogs(
const
std::vector<LogEntry>& logs);
11
std::vector<LogEntry> deserializeLogs(
const
std::vector<char>& buffer);
12
}
// namespace mpi
13
}
// namespace ippl
14
15
#endif
ippl
Definition
Archive.h:20
ippl-src
src
Communicate
CommunicatorLogging.hpp
Generated by
1.9.8