Peano
Loading...
Searching...
No Matches
Core.h File Reference
#include <set>
#include <string>
#include <thread>
#include "tarch/logging/Log.h"
Include dependency graph for Core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  tarch::multicore::Core
 Core. More...
 

Namespaces

namespace  tarch
 Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
 
namespace  tarch::multicore
 This page describes Peano 4's multithreading namespace.
 

Functions

int tarch::multicore::getNumberOfUnmaskedThreads ()
 This routine runs through the Unix thread mask and counts how many threads SLURM allows a code to use.
 
std::string tarch::multicore::printUnmaskedThreads ()
 Creates a string representation of those threads which are available to the processes.