Peano
Loading...
Searching...
No Matches
PingPongTest.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6#include "tarch/logging/Log.h"
7
8
9namespace peano4 {
10 namespace parallel {
11 namespace tests {
12 class PingPongTest;
13 }
14 }
15}
16
17
58
59
This is a ping pong test for our application-specific data types.
virtual void run() override
This routine is triggered by the TestCaseCollection.
void testDaStGenTypeIntegerMessage()
It is really important that we test - for the DaStGen-generated data types - both the built-in operat...
static tarch::logging::Log _log
Logging device.
Log Device.
Definition Log.h:516
Represents one test case.
Definition TestCase.h:57
The parallel namespace is Peano's core abstracts from both MPI and multicore parallelisation.