BioDynaMo
v1.05.120-25dc9790
|
#include <omp.h>
#include <sched.h>
#include <atomic>
#include <vector>
#include "core/util/log.h"
#include "core/util/numa.h"
Go to the source code of this file.
Classes | |
class | bdm::ThreadInfo |
This class stores information about each thread. (e.g. to which NUMA node it belongs to.) NB: Threads must be bound to CPUs using OMP_PROC_BIND=true . More... | |
Namespaces | |
bdm | |