Peano
Loading...
Searching...
No Matches
smartScheduling.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#include "config.h"
4
5
6#if !defined(_TARCH_MULTICORE_SMART_SCHEDULER_H_) and defined(UseSmartMPI)
7#define _TARCH_MULTICORE_SMART_SCHEDULER_H_
8
9#include "smartmpi.h"
10
11namespace tarch {
12 namespace multicore {
33 int registerSmartMPITask(int taskTypeNumber, smartmpi::Receiver functor);
34 }
35}
36
37#endif
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
Definition accelerator.h:19