Peano
Loading...
Searching...
No Matches
parallel.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
5#include <string>
6
7namespace peano4 {
15 namespace parallel {
49 int getTaskType(const std::string& className);
50
51 std::string getClassNameOfType(int taskType);
52 }
53}
The parallel namespace is Peano's core abstracts from both MPI and multicore parallelisation.
std::string getClassNameOfType(int taskType)
int getTaskType(const std::string &className)
Get unique number (id) for task.